windhamdavid 4 years ago
parent
commit
53392425b8
7 changed files with 3037 additions and 7 deletions
  1. 8 2
      functions.php
  2. 333 0
      lib/gutenberg/front-end.css
  3. 99 0
      lib/gutenberg/init.php
  4. 404 0
      lib/gutenberg/style-editor.css
  5. 8 5
      style.css
  6. 0 0
      xml/captivating-widgets.wie
  7. 2185 0
      xml/sample.xml

+ 8 - 2
functions.php

@@ -30,7 +30,13 @@ require_once( get_stylesheet_directory() . '/lib/plugins/tgm-plugin-activation/r
 //* Child theme (do not remove)
 define( 'CHILD_THEME_NAME', 'captivating' );
 define( 'CHILD_THEME_URL', 'http://restored316designs.com' );
-define( 'CHILD_THEME_VERSION', '1.0.0' );
+define( 'CHILD_THEME_VERSION', '1.0.1' );
+
+//* Adds Gutenberg opt-in features and styling.
+add_action( 'after_setup_theme', 'captivating_gutenberg_support' );
+function captivating_gutenberg_support() { 
+	require_once get_stylesheet_directory() . '/lib/gutenberg/init.php';
+}
 
 //* Loads Responsive Menu, Google Fonts, Icons, and other scripts
 add_action( 'wp_enqueue_scripts', 'captivating_enqueue_scripts' );
@@ -319,7 +325,7 @@ add_action( 'genesis_after_entry', 'genesis_prev_next_post_nav', 9 );
 //* Customize the credits
 add_filter('genesis_pre_get_option_footer_text', 'captivating_footer_creds_text');
 function captivating_footer_creds_text( $creds ) {
-    $creds = '<div class="creds">Copyright [footer_copyright] &middot; <a target="_blank" href="http://restored316designs.com/themes">captivating theme</a> by <a target="_blank" href="http://www.restored316designs.com">Restored 316</a></div>';
+    $creds = '<div class="creds">Copyright [footer_copyright] &middot; Cottage at the Crossroads</div>';
     return $creds;
 }
 

+ 333 - 0
lib/gutenberg/front-end.css

@@ -0,0 +1,333 @@
+/* Font Sizes
+---------------------------------------------------------------------------- */
+
+.entry-content p.has-small-font-size {
+	font-size: 12px;
+}
+
+.entry-content p.has-regular-font-size {
+	font-size: 16px;
+}
+
+.entry-content p.has-large-font-size {
+	font-size: 20px;
+}
+
+.entry-content p.has-larger-font-size {
+	font-size: 24px;
+}
+
+/* Drop Caps
+---------------------------------------------------------------------------- */
+
+.entry-content p.has-drop-cap:not(:focus)::first-letter {
+	margin: 0.02em 0.08em 0 -0.08em;
+}
+
+.entry-content p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
+.entry-content p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
+	margin-right: 0.01em;
+}
+
+/* Background Color
+---------------------------------------------------------------------------- */
+
+.entry-content p.has-background {
+	padding: 25px 30px;
+}
+
+.entry-content p.has-background.box-shadow {
+	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
+}
+
+.entry-content p.has-text-color a,
+.entry-content p.has-background a {
+	color: inherit;
+}
+
+.entry-content p.has-text-color a:focus,
+.entry-content p.has-background a:focus,
+.entry-content p.has-text-color a:hover,
+.entry-content p.has-background a:hover {
+	color: inherit;
+	text-decoration: none;
+}
+
+.entry-content p.has-background.light-text a {
+	color: #fff;
+	text-decoration: underline;
+}
+
+.entry-content p.has-background.light-text a:focus,
+.entry-content p.has-background.light-text a:hover {
+	text-decoration: none;
+}
+
+/* Alignment
+---------------------------------------------------------------------------- */
+
+.wp-block-button.alignleft,
+.wp-block-cover.alignleft,
+.wp-block-image .alignleft {
+	margin-right: 2em;
+}
+
+.wp-block-button.alignright,
+.wp-block-cover.alignright,
+.wp-block-image .alignright {
+	margin-left: 2em;
+}
+
+.wp-block-image.alignwide,
+.wp-block-image.alignfull,
+.wp-block-embed.alignwide,
+.wp-block-embed.alignfull {
+	margin-bottom: 30px;
+}
+
+.full-width-content .entry-content .alignfull {
+	margin-left: calc(-100vw / 2 + 100% / 2);
+	margin-right: calc(-100vw / 2 + 100% / 2);
+	max-width: 100vw;
+}
+
+.content-sidebar .entry-content .alignfull,
+.sidebar-content .entry-content .alignfull {
+	margin: 0 0 2em;
+	width: 100%;
+}
+
+/* Columns
+---------------------------------------------------------------------------- */
+
+.entry-content .wp-block-columns {
+	display: block;
+	margin-bottom: 30px;
+}
+
+.entry-content .wp-block-columns.alignfull {
+	padding: 0 30px;
+}
+
+/* Cover Image
+---------------------------------------------------------------------------- */
+
+.full-width-content .entry-content .wp-block-cover.alignfull {
+	width: 100vw;
+}
+
+.entry-content .wp-block-cover .wp-block-cover-text {
+	font-size: 45px;
+}
+
+/* Buttons
+---------------------------------------------------------------------------- */
+
+.content .wp-block-button .wp-block-button__link {
+	background-color: #333;
+	border: 0;
+	border-radius: 5px;
+	color: #fff;
+	cursor: pointer;
+	font-size: 16px;
+	font-weight: 400;
+	padding: 15px 30px;
+	text-align: center;
+	text-decoration: none;
+	white-space: normal;
+	width: auto;
+}
+
+.content .wp-block-button .wp-block-button__link:focus,
+.content .wp-block-button .wp-block-button__link:hover {
+	background-color: #55c7cf;
+	color: #fff;
+}
+
+/* Button Variations */
+.content .wp-block-button.is-style-squared .wp-block-button__link {
+	border-radius: 0;
+}
+
+.content .wp-block-button.is-style-outline .wp-block-button__link {
+	background-color: transparent;
+	border: 1px solid currentColor;
+	border-radius: 0;
+	color: currentColor;
+	padding: 13px 28px;
+}
+
+.content .wp-block-button.is-style-outline .wp-block-button__link:focus,
+.content .wp-block-button.is-style-outline .wp-block-button__link:hover {
+	color: #55c7cf;
+}
+
+/* Blockquotes and captions
+---------------------------------------------------------------------------- */
+
+.entry-content .wp-block-quote,
+.entry-content .wp-block-pullquote {
+	margin: 24px 24px 36px;
+}
+
+.entry-content .wp-block-quote p,
+.entry-content .wp-block-pullquote p {
+	font-size: 16px;
+	font-style: italic;
+	line-height: 2;
+	margin-bottom: 42px;
+}
+
+.entry-content .wp-block-pullquote p,
+.entry-content .wp-block-quote.is-style-large p {
+	font-size: 32px;
+}
+
+.entry-content .wp-block-pullquote.is-style-solid-color p {
+	color: #fff;
+	margin-bottom: 42px;
+	text-align: center;
+}
+
+.entry-content .wp-block-pullquote.is-style-solid-color {
+	background-color: #333;
+}
+
+.entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
+	border: 2px solid;
+	border-left: none;
+	border-right: none;
+}
+
+.entry-content .wp-block-quote cite,
+.entry-content .wp-block-pullquote cite {
+	color: #666;
+	display: block;
+	font-size: 16px;
+	font-style: italic;
+	margin-top: -25px;
+	text-align: inherit;
+	text-transform: none;
+}
+
+.entry-content .wp-block-pullquote cite {
+	text-align: center;
+}
+
+.entry-content .wp-block-pullquote.is-style-solid-color cite {
+	color: #fff;
+	font-style: italic;
+}
+
+.entry-content .wp-block-pullquote .has-text-color cite,
+.entry-content .wp-block-pullquote .has-text-color p {
+	color: currentColor;
+}
+
+.entry-content .wp-block-audio figcaption,
+.entry-content .wp-block-embed figcaption,
+.entry-content .wp-block-image figcaption {
+	color: #666;
+	font-size: 16px;
+	font-style: italic;
+	margin-bottom: 30px;
+	margin-top: 10px;
+}
+
+/* Category Block
+---------------------------------------------------------------------------- */
+
+.entry-content .wp-block-categories,
+.entry-content .wp-block-categories ol,
+.entry-content .wp-block-categories ul {
+	margin-left: 0;
+	padding-left: 0;
+}
+
+.entry-content .wp-block-categories li {
+	list-style-type: none;
+}
+
+.entry-content .wp-block-categories.aligncenter {
+	text-align: center;
+}
+
+.entry-content .wp-block-categories-list.alignfull {
+	padding: 0 30px;
+}
+
+/* Latest Posts Block
+---------------------------------------------------------------------------- */
+
+.entry-content .wp-block-latest-posts {
+	clear: both;
+	margin-left: 0;
+}
+
+.entry-content .wp-block-latest-posts li {
+	list-style-type: none;
+}
+
+.entry-content .wp-block-latest-posts.aligncenter {
+	text-align: center;
+}
+
+.entry-content .wp-block-latest-posts.alignfull {
+	padding: 0 30px;
+}
+
+/* Other Blocks
+---------------------------------------------------------------------------- */
+
+.wp-block-verse,
+.wp-block-preformatted {
+	font-size: 16px;
+}
+
+.wp-block-preformatted {
+	white-space: pre-wrap;
+}
+
+hr.wp-block-separator {
+	border: none;
+	border-top: 1px solid #eee;
+	margin: 1.65em auto;
+}
+
+.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
+	max-width: 100px;
+}
+
+.wp-block-audio audio {
+	display: inline-block;
+	width: 100%;
+}
+
+.entry-content .wp-block-gallery {
+	padding-left: 0;
+}
+
+/* Media Queries
+---------------------------------------------------------------------------- */
+
+@media only screen and (min-width: 510px) {
+
+	.entry-content .wp-block-columns {
+		display: flex;
+	}
+
+	.entry-content .wp-block-columns .wp-block-column {
+		flex: 1;
+	}
+
+}
+
+@media only screen and (min-width: 1400px) {
+
+	.full-width-content .entry-content .alignwide {
+		margin-left: -90px;
+		margin-right: -100px;
+		min-width: 1400px;
+	}
+
+}

+ 99 - 0
lib/gutenberg/init.php

@@ -0,0 +1,99 @@
+<?php
+/**
+ * Gutenberg theme support.
+ *
+ * @package Captivating
+ * @author  Lauren Gaige // Restored 316 LLC
+ * @license GPL-2.0-or-later
+ * @link    https://www.restored316designs.com/themes
+ */
+
+add_action( 'wp_enqueue_scripts', 'captivating_enqueue_gutenberg_frontend_styles' );
+/**
+ * Enqueues Gutenberg front-end styles.
+ *
+ * @since 2.7.0
+ */
+function captivating_enqueue_gutenberg_frontend_styles() {
+
+	$child_theme_slug = defined( 'CHILD_THEME_NAME' ) && CHILD_THEME_NAME ? sanitize_title_with_dashes( CHILD_THEME_NAME ) : 'captivating';
+
+	wp_enqueue_style(
+		'captivating-gutenberg',
+		get_stylesheet_directory_uri() . '/lib/gutenberg/front-end.css',
+		array( $child_theme_slug ),
+		CHILD_THEME_VERSION
+	);
+
+}
+
+add_action( 'enqueue_block_editor_assets', 'captivating_block_editor_styles' );
+/**
+ * Enqueues Gutenberg admin editor fonts and styles.
+ *
+ * @since 2.7.0
+ */
+function captivating_block_editor_styles() {
+
+	wp_enqueue_style(
+		'captivating-gutenberg-fonts',
+		'https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,700,700i|Open+Sans:400,400i,700,700i|Playfair+Display:400,400i,700,700i|Poppins',
+		array(),
+		CHILD_THEME_VERSION
+	);
+
+}
+
+// Add support for editor styles.
+add_theme_support( 'editor-styles' );
+
+// Enqueue editor styles.
+add_editor_style( '/lib/gutenberg/style-editor.css' );
+
+// Adds support for block alignments.
+add_theme_support( 'align-wide' );
+
+// Make media embeds responsive.
+add_theme_support( 'responsive-embeds' );
+
+// Adds support for editor font sizes.
+add_theme_support(
+	'editor-font-sizes',
+	array(
+		array(
+			'name'      => __( 'Small', 'captivating' ),
+			'shortName' => __( 'S', 'captivating' ),
+			'size'      => 12,
+			'slug'      => 'small',
+		),
+		array(
+			'name'      => __( 'Normal', 'captivating' ),
+			'shortName' => __( 'M', 'captivating' ),
+			'size'      => 16,
+			'slug'      => 'normal',
+		),
+		array(
+			'name'      => __( 'Large', 'captivating' ),
+			'shortName' => __( 'L', 'captivating' ),
+			'size'      => 20,
+			'slug'      => 'large',
+		),
+		array(
+			'name'      => __( 'Larger', 'captivating' ),
+			'shortName' => __( 'XL', 'captivating' ),
+			'size'      => 24,
+			'slug'      => 'larger',
+		),
+	)
+);
+
+add_action( 'after_setup_theme', 'captivating_content_width', 0 );
+/**
+ * Set content width to match the “wide” Gutenberg block width.
+ */
+function captivating_content_width() {
+
+	// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound -- See https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/924
+	$GLOBALS['content_width'] = apply_filters( 'captivating_content_width', 1062 );
+
+}

+ 404 - 0
lib/gutenberg/style-editor.css

@@ -0,0 +1,404 @@
+body {
+	color: #333;
+	font-family: 'Montserrat', sans-serif;
+	font-size: 15px;
+	font-weight: 300;
+	letter-spacing: .5px;
+	line-height: 2;
+}
+
+p,
+ul,
+ol,
+dl {
+	font-size: 15px;
+	line-height: 2;
+}
+
+/* Regular content width.
+/* 702px + 27px to match paragraph width on front-end and editor.
+---------------------------------------------------------------------------- */
+.wp-block {
+	max-width: 732px;
+}
+
+/* Width of "wide" blocks
+/* 1062px + 30px so wide images match width in front-end and editor.
+/* 1062px = default column width of 702px + .alignwide negative margin of 360px
+---------------------------------------------------------------------------- */
+.wp-block[data-align="wide"] {
+	max-width: 1092px;
+}
+
+.wp-block[data-align="full"] {
+	max-width: none;
+}
+
+/* Typography
+---------------------------------------------------------------------------- */
+
+a {
+	color: #55c7cf;
+	text-decoration: none;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+	color: #333;
+	font-family: 'Playfair Display', serif;
+	font-style: normal;
+	font-weight: 400;
+	letter-spacing: .5px;
+	line-height: 1.2;
+	margin: 0 0 25px;
+}
+
+h1 {
+	font-family: 'Montserrat', sans-serif;
+	font-size: 28px;
+	font-weight: 300;
+	color: #55c7cf;
+}
+
+h2 {
+	font-family: 'Montserrat', sans-serif;
+	font-size: 22px;
+	text-transform: uppercase;
+}
+
+h3 {
+	color: #55c7cf;
+	font-family: 'Montserrat', sans-serif;
+	font-size: 20px;
+	text-transform: uppercase;
+}
+
+h4 {
+	color: #55c7cf;
+	font-size: 22px;
+	font-style: italic;
+}
+
+h5 {
+	font-size: 16px;
+	text-transform: uppercase;
+	letter-spacing: 2px;
+}
+
+.editor-post-title__block .editor-post-title__input {
+	font-family: 'Playfair Display', serif;
+	font-size: 30px;
+	font-weight: 400;
+	line-height: 1.2;
+	margin: 0 0 20px;
+}
+
+p.has-drop-cap:not(:focus)::first-letter {
+	margin: 0.02em 0.08em 0 -0.08em;
+}
+
+p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
+p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
+	margin-right: 0.01em;
+}
+
+/* Background Color
+---------------------------------------------------------------------------- */
+
+p.has-background {
+	padding: 25px 30px;
+}
+
+p.box-shadow {
+	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
+}
+
+p.has-text-color a,
+p.has-background a {
+	color: inherit;
+}
+
+p.has-text-color a:focus,
+p.has-background a:focus,
+p.has-text-color a:hover,
+p.has-background a:hover {
+	color: inherit;
+	text-decoration: none;
+}
+
+p.has-background.light-text a {
+	color: #fff;
+	text-decoration: underline;
+}
+
+p.has-background.light-text a:focus,
+p.has-background.light-text a:hover {
+	text-decoration: none;
+}
+
+/* Blockquotes and captions
+---------------------------------------------------------------------------- */
+
+.wp-block-quote,
+.wp-block-pullquote {
+	border: none;
+	margin: 24px 0 36px;
+}
+
+.wp-block-quote:not(.is-large):not(.is-style-large) {
+	border: none;
+	padding: 0;
+}
+
+.wp-block-quote p,
+.wp-block-pullquote p {
+	font-size: 16px !important;
+	font-style: italic;
+	line-height: 2;
+	margin-bottom: 42px;
+}
+
+.wp-block-pullquote p,
+.wp-block-quote.is-style-large p {
+	font-size: 32px !important;
+}
+
+.wp-block-pullquote.is-style-solid-color p {
+	color: #fff;
+	margin-bottom: 42px;
+	text-align: center;
+}
+
+.wp-block-pullquote.is-style-solid-color {
+	background-color: #333;
+}
+
+.wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
+	border: 2px solid;
+	border-left: none;
+	border-right: none;
+}
+
+.wp-block-quote .wp-block-quote__citation,
+.wp-block-pullquote .wp-block-pullquote__citation {
+	color: #666;
+	display: block;
+	font-size: 16px;
+	font-style: italic;
+	margin-top: -25px;
+	text-align: inherit;
+	text-transform: none;
+}
+
+.wp-block-pullquote .wp-block-pullquote__citation {
+	text-align: center;
+}
+
+.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
+	color: #fff;
+	font-style: italic;
+}
+
+.wp-block-pullquote .has-text-color .wp-block-pullquote__citation,
+.wp-block-pullquote .has-text-color p {
+	color: currentColor;
+}
+
+.wp-block-audio figcaption,
+.wp-block-embed figcaption,
+.wp-block-image figcaption {
+	color: #666;
+	font-size: 16px;
+	font-style: italic;
+	margin-bottom: 30px;
+	margin-top: 10px;
+}
+
+.wp-block-quote[class*="align"] .wp-block-quote__citation,
+.wp-block-pullquote[class*="align"] .wp-block-pullquote__citation {
+	text-align: center;
+}
+
+/* Cover Image
+---------------------------------------------------------------------------- */
+
+.wp-block-cover .wp-block-cover-text {
+	color: #fff;
+	font-size: 45px;
+}
+
+/* Figcaption
+---------------------------------------------------------------------------- */
+
+.wp-block-image figcaption {
+	color: #666;
+	font-size: 14px;
+	font-style: italic;
+	margin-top: 10px;
+}
+
+/* Font Sizes
+---------------------------------------------------------------------------- */
+
+p.has-small-font-size {
+	font-size: 12px;
+}
+
+p.has-regular-font-size {
+	font-size: 16px;
+}
+
+p.has-large-font-size {
+	font-size: 20px;
+}
+
+p.has-larger-font-size {
+	font-size: 24px;
+}
+
+/* Lists
+---------------------------------------------------------------------------- */
+
+.editor-block-list__block li {
+	line-height: 1.625;
+	margin-bottom: 0;
+}
+
+/* Preformatted elements
+---------------------------------------------------------------------------- */
+
+.wp-block-verse pre,
+.wp-block-preformatted pre {
+	font-family: monospace;
+	font-size: 18px;
+	line-height: 1.625 !important;
+}
+
+/* Separators
+---------------------------------------------------------------------------- */
+
+hr.wp-block-separator {
+	border: none;
+	border-top: 1px solid #eee;
+	margin: 1.65em auto;
+}
+
+hr.wp-block-separator.is-style-dots {
+	border: none;
+}
+
+/* Tables
+---------------------------------------------------------------------------- */
+
+.wp-block-table {
+	font-size: 18px;
+	line-height: 2;
+}
+
+.wp-block-table td,
+.wp-block-table th,
+.wp-block-table tr {
+	border: none;
+}
+
+.wp-block-table tr {
+	border-top: 1px solid #eee;
+}
+
+.wp-block-table tbody {
+	border-bottom: 1px solid #eee;
+}
+
+/* Buttons
+---------------------------------------------------------------------------- */
+
+.wp-block-button .wp-block-button__link {
+	background-color: #333;
+	border: 0;
+	border-radius: 5px;
+	color: #fff;
+	cursor: pointer;
+	font-size: 16px;
+	font-weight: 400;
+	line-height: 24px;
+	padding: 15px 30px;
+	text-align: center;
+	text-decoration: none;
+	white-space: normal;
+	width: auto;
+}
+
+.wp-block-button.is-style-squared .wp-block-button__link {
+	border-radius: 0;
+}
+
+.wp-block-button.is-style-outline .wp-block-button__link {
+	background-color: transparent;
+	border: 1px solid currentColor;
+	border-radius: 0;
+	color: currentColor;
+	padding: 13px 28px;
+}
+
+.wp-block-button.is-style-outline .wp-block-button__link:focus,
+.wp-block-button.is-style-outline .wp-block-button__link:hover {
+	color: #55c7cf;
+}
+
+/* Galleries
+---------------------------------------------------------------------------- */
+
+.wp-block-gallery .blocks-gallery-item {
+	margin-bottom: 16px;
+}
+
+/* Category Block
+---------------------------------------------------------------------------- */
+
+.wp-block-categories ul {
+	margin-left: 0;
+	padding-left: 0;
+}
+
+.wp-block-categories li {
+	list-style-type: none;
+}
+
+.wp-block[data-align="right"] .wp-block-categories__list {
+	text-align: right;
+}
+
+.wp-block[data-align="full"] .wp-block-categories__list {
+	padding: 0 30px;
+}
+
+/* Latest Posts Block
+---------------------------------------------------------------------------- */
+
+.wp-block-latest-posts {
+	margin-left: 0;
+	padding-left: 0;
+}
+
+.wp-block-latest-posts li {
+	list-style-type: none;
+}
+
+.wp-block[data-align="center"] .wp-block-latest-posts {
+	text-align: center;
+}
+
+.wp-block[data-align="full"] .wp-block-latest-posts {
+	padding: 0 30px;
+}
+
+/* Columns block
+---------------------------------------------------------------------------- */
+
+.wp-block[data-align="full"] .wp-block-columns > .editor-inner-blocks {
+	padding: 0 30px;
+}

+ 8 - 5
style.css

@@ -1,12 +1,15 @@
 /*
-	Theme Name: Cottage at the Crossroads
-	Theme URI: http://cottageatthecrossroads.com
-	Description: Theme modified from Captivating Theme by Restored 316 Designs
-	Author: windhamdavid
-	Author URI: https://davidwindham.com
+	Theme Name: Cottage Theme
+	Theme URI: http://howsweetdesigns.com
+	Description: Captivating Theme by Restored 316, Customized by How Sweet Designs.
+	Author: Restored 316 Designs // How Sweet Designs
+	Author URI: http://www.howsweetdesigns.com/
+	Copyright: Copyright (c) 2015, Restored 316 LLC, Released 08/09/2017
 	Version: 1.0.0
+
 	Template: genesis
 	Template Version: 2.0.1
+
 	License: GPL-2.0+
 	License URI: http://www.opensource.org/licenses/gpl-license.php
 */

File diff suppressed because it is too large
+ 0 - 0
xml/captivating-widgets.wie


+ 2185 - 0
xml/sample.xml

@@ -0,0 +1,2185 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
+<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
+<!-- You may use this file to transfer that content from one site to another. -->
+<!-- This file is not intended to serve as a complete backup of your site. -->
+
+<!-- To import this information into a WordPress site follow these steps: -->
+<!-- 1. Log in to that site as an administrator. -->
+<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
+<!-- 3. Install the "WordPress" importer from the list. -->
+<!-- 4. Activate & Run Importer. -->
+<!-- 5. Upload this file using the form provided on that page. -->
+<!-- 6. You will first be asked to map the authors in this export file to users -->
+<!--    on the site. For each author, you may choose to map to an -->
+<!--    existing user on the site or to create a new user. -->
+<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
+<!--    contained in this file into your site. -->
+
+<!-- generator="WordPress/4.8.1" created="2017-08-16 19:04" -->
+<rss version="2.0"
+	xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
+	xmlns:content="http://purl.org/rss/1.0/modules/content/"
+	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
+	xmlns:dc="http://purl.org/dc/elements/1.1/"
+	xmlns:wp="http://wordpress.org/export/1.2/"
+>
+
+<channel>
+	<title>Restored 316</title>
+	<link>http://demos.restored316designs.com</link>
+	<description>demo sites</description>
+	<pubDate>Wed, 16 Aug 2017 19:04:55 +0000</pubDate>
+	<language>en-US</language>
+	<wp:wxr_version>1.2</wp:wxr_version>
+	<wp:base_site_url>http://demos.restored316designs.com/</wp:base_site_url>
+	<wp:base_blog_url>http://demos.restored316designs.com</wp:base_blog_url>
+
+	<wp:author><wp:author_id>1</wp:author_id><wp:author_login><![CDATA[admin]]></wp:author_login><wp:author_email><![CDATA[hello@restored316.com]]></wp:author_email><wp:author_display_name><![CDATA[Lauren]]></wp:author_display_name><wp:author_first_name><![CDATA[]]></wp:author_first_name><wp:author_last_name><![CDATA[]]></wp:author_last_name></wp:author>
+
+	<wp:category>
+		<wp:term_id>5</wp:term_id>
+		<wp:category_nicename><![CDATA[category-1]]></wp:category_nicename>
+		<wp:category_parent><![CDATA[]]></wp:category_parent>
+		<wp:cat_name><![CDATA[Category #1]]></wp:cat_name>
+<wp:category_description><![CDATA[This is a sample category description, which can be used to boost SEO rankings.  Make sure you have enabled this from the Edit Category screen in your dashboard.]]></wp:category_description>
+	</wp:category>
+	<wp:category>
+		<wp:term_id>6</wp:term_id>
+		<wp:category_nicename><![CDATA[category-2]]></wp:category_nicename>
+		<wp:category_parent><![CDATA[]]></wp:category_parent>
+		<wp:cat_name><![CDATA[Category #2]]></wp:cat_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:category>
+	<wp:category>
+		<wp:term_id>7</wp:term_id>
+		<wp:category_nicename><![CDATA[category-3]]></wp:category_nicename>
+		<wp:category_parent><![CDATA[]]></wp:category_parent>
+		<wp:cat_name><![CDATA[Category #3]]></wp:cat_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:category>
+	<wp:category>
+		<wp:term_id>8</wp:term_id>
+		<wp:category_nicename><![CDATA[category-4]]></wp:category_nicename>
+		<wp:category_parent><![CDATA[]]></wp:category_parent>
+		<wp:cat_name><![CDATA[Category #4]]></wp:cat_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:category>
+	<wp:category>
+		<wp:term_id>1</wp:term_id>
+		<wp:category_nicename><![CDATA[uncategorized]]></wp:category_nicename>
+		<wp:category_parent><![CDATA[]]></wp:category_parent>
+		<wp:cat_name><![CDATA[Uncategorized]]></wp:cat_name>
+	</wp:category>
+	<wp:tag>
+		<wp:term_id>20</wp:term_id>
+		<wp:tag_slug><![CDATA[blockquotes]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Blockquotes]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>21</wp:term_id>
+		<wp:tag_slug><![CDATA[headlines]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Headlines]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>22</wp:term_id>
+		<wp:tag_slug><![CDATA[images-centered]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Images Centered]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>23</wp:term_id>
+		<wp:tag_slug><![CDATA[images-left]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Images Left]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>24</wp:term_id>
+		<wp:tag_slug><![CDATA[images-right]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Images Right]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>25</wp:term_id>
+		<wp:tag_slug><![CDATA[ordered-lists]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Ordered Lists]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>26</wp:term_id>
+		<wp:tag_slug><![CDATA[tables]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Tables]]></wp:tag_name>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>27</wp:term_id>
+		<wp:tag_slug><![CDATA[threaded-comments]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Threaded Comments]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:tag>
+		<wp:term_id>28</wp:term_id>
+		<wp:tag_slug><![CDATA[unordered-lists]]></wp:tag_slug>
+		<wp:tag_name><![CDATA[Unordered Lists]]></wp:tag_name>
+<wp:tag_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:tag_description>
+	</wp:tag>
+	<wp:term>
+		<wp:term_id><![CDATA[20]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[blockquotes]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Blockquotes]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[2]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[link_category]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[blogroll]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Blogroll]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[5]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[category-1]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Category #1]]></wp:term_name>
+		<wp:term_description><![CDATA[This is a sample category description, which can be used to boost SEO rankings.  Make sure you have enabled this from the Edit Category screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[6]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[category-2]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Category #2]]></wp:term_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[7]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[category-3]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Category #3]]></wp:term_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[8]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[category-4]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Category #4]]></wp:term_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[36]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[exclude-from-catalog]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[exclude-from-catalog]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[35]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[exclude-from-search]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[exclude-from-search]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[34]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_type]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[external]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[external]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[37]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[featured]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[featured]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[32]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_type]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[grouped]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[grouped]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[21]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[headlines]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Headlines]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[22]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[images-centered]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Images Centered]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[23]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[images-left]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Images Left]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[24]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[images-right]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Images Right]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[25]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[ordered-lists]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Ordered Lists]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[38]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[outofstock]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[outofstock]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[29]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[nav_menu]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[primary-navigation]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Primary Navigation]]></wp:term_name>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[headline]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[intro_text]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_title]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[display_description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[doctitle]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[description]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[keywords]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[layout]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noindex]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[nofollow]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+		<wp:termmeta>
+			<wp:meta_key><![CDATA[noarchive]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:termmeta>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[39]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[rated-1]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[rated-1]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[40]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[rated-2]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[rated-2]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[41]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[rated-3]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[rated-3]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[42]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[rated-4]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[rated-4]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[43]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_visibility]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[rated-5]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[rated-5]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[30]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[nav_menu]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[secondary-navigation]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Secondary Navigation]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[31]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_type]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[simple]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[simple]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[26]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[tables]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Tables]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[27]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[threaded-comments]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Threaded Comments]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[1]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[category]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[uncategorized]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Uncategorized]]></wp:term_name>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[28]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[post_tag]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[unordered-lists]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[Unordered Lists]]></wp:term_name>
+		<wp:term_description><![CDATA[This is an sample tag description, which can be used to boost SEO rankings.  Make sure you enabled this from the Edit Post Tags screen in your dashboard.]]></wp:term_description>
+	</wp:term>
+	<wp:term>
+		<wp:term_id><![CDATA[33]]></wp:term_id>
+		<wp:term_taxonomy><![CDATA[product_type]]></wp:term_taxonomy>
+		<wp:term_slug><![CDATA[variable]]></wp:term_slug>
+		<wp:term_parent><![CDATA[]]></wp:term_parent>
+		<wp:term_name><![CDATA[variable]]></wp:term_name>
+	</wp:term>
+	<wp:term><wp:term_id>29</wp:term_id><wp:term_taxonomy>nav_menu</wp:term_taxonomy><wp:term_slug><![CDATA[primary-navigation]]></wp:term_slug><wp:term_name><![CDATA[Primary Navigation]]></wp:term_name>
+</wp:term>
+	<wp:term><wp:term_id>30</wp:term_id><wp:term_taxonomy>nav_menu</wp:term_taxonomy><wp:term_slug><![CDATA[secondary-navigation]]></wp:term_slug><wp:term_name><![CDATA[Secondary Navigation]]></wp:term_name>
+</wp:term>
+
+	<generator>https://wordpress.org/?v=4.8.1</generator>
+
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/68/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:25 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[This is an sample category description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Category screen in your dashboard.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>68</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:25]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:25]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[68]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>1</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="secondary-navigation"><![CDATA[Secondary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[5]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[category]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:5:"first";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/69/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:25 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[This is an sample category description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Category screen in your dashboard.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>69</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:25]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:25]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[69]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>2</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="secondary-navigation"><![CDATA[Secondary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[6]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[category]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/70/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:25 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[This is an sample category description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Category screen in your dashboard.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>70</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:25]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:25]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[70]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>12</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="secondary-navigation"><![CDATA[Secondary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[7]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[category]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/71/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:25 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[This is an sample category description, which can be used to boost SEO rankings. Make sure you enabled this from the Edit Category screen in your dashboard.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>71</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:25]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:25]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[71]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>13</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="secondary-navigation"><![CDATA[Secondary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[taxonomy]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[8]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[category]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>Home</title>
+		<link>http://demos.restored316designs.com/blog/home-2/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:26 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/home-2/</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>449</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:26]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:26]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[home-2]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>1</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="primary-navigation"><![CDATA[Primary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[custom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[449]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[custom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[#]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/450/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:26 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[ ]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>450</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:26]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:26]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[450]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>2</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="primary-navigation"><![CDATA[Primary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[post_type]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[78]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[page]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/451/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:26 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[ ]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>451</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:26]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:26]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[451]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>3</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="primary-navigation"><![CDATA[Primary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[post_type]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[82]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[page]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/453/</link>
+		<pubDate>Tue, 15 Nov 2016 14:43:26 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/</guid>
+		<description></description>
+		<content:encoded><![CDATA[ ]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>453</wp:post_id>
+		<wp:post_date><![CDATA[2016-11-15 14:43:26]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2016-11-15 14:43:26]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[453]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>5</wp:menu_order>
+		<wp:post_type><![CDATA[nav_menu_item]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="nav_menu" nicename="primary-navigation"><![CDATA[Primary Navigation]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key>
+			<wp:meta_value><![CDATA[post_type]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key>
+			<wp:meta_value><![CDATA[0]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[83]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key>
+			<wp:meta_value><![CDATA[page]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/nf_sub/468/</link>
+		<pubDate>Fri, 03 Mar 2017 18:11:24 +0000</pubDate>
+		<dc:creator><![CDATA[]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/nf_sub/468/</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>468</wp:post_id>
+		<wp:post_date><![CDATA[2017-03-03 18:11:24]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-03-03 18:11:24]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[468]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[nf_sub]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_field_1]]></wp:meta_key>
+			<wp:meta_value><![CDATA[Karen]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_field_2]]></wp:meta_key>
+			<wp:meta_value><![CDATA[knorlock12@gmail.com]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_field_3]]></wp:meta_key>
+			<wp:meta_value><![CDATA[Hi - I am interested to purchase this theme: http://demos.restored316designs.com/charming-pro/
+
+But I have a couple of questions. 
+1- Can I change the header so logo is left justified and menu is right?
+2- Does this theme offer the option to put a slider where the main image is?
+3- What special features do the the other pages offer? Is this a page builder? Can I add parallax and separate sections to all pages?
+
+Thanks in advance!
+Karen]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_form_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_seq_num]]></wp:meta_key>
+			<wp:meta_value><![CDATA[3]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/nf_sub/473/</link>
+		<pubDate>Mon, 20 Mar 2017 03:26:30 +0000</pubDate>
+		<dc:creator><![CDATA[]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/blog/nf_sub/473/</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>473</wp:post_id>
+		<wp:post_date><![CDATA[2017-03-20 03:26:30]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-03-20 03:26:30]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[473]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[nf_sub]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_field_1]]></wp:meta_key>
+			<wp:meta_value><![CDATA[Sharon Wunder]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_field_2]]></wp:meta_key>
+			<wp:meta_value><![CDATA[Info@sharonwunder.com]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_field_3]]></wp:meta_key>
+			<wp:meta_value><![CDATA[What is the best way to migrate from the Style theme to the Tickled Pink theme and the layout shown in demo?  I used 
+"theme tester" widget and it activated the new theme.  I'm wondering if I should redo as it didn't come in exactly as tickled pink demo showed - or should it?
+Especially needing the testimonials design to fix itself and the options of buttons on top image "learn" "shop" to be available.  
+]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_form_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_seq_num]]></wp:meta_key>
+			<wp:meta_value><![CDATA[4]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>nordwood-themes-182310</title>
+		<link>http://demos.restored316designs.com/nordwood-themes-182310/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:15 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/nordwood-themes-182310.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>493</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:15]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:15]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[nordwood-themes-182310]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/nordwood-themes-182310.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/nordwood-themes-182310.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:34:"2017/08/nordwood-themes-182310.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"nordwood-themes-182310-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"nordwood-themes-182310-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"nordwood-themes-182310-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"nordwood-themes-182310-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:34:"nordwood-themes-182310-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:34:"nordwood-themes-182310-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:34:"nordwood-themes-182310-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>nordwood-themes-162462</title>
+		<link>http://demos.restored316designs.com/nordwood-themes-162462/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:17 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/nordwood-themes-162462.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>494</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:17]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:17]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[nordwood-themes-162462]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/nordwood-themes-162462.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/nordwood-themes-162462.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:34:"2017/08/nordwood-themes-162462.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"nordwood-themes-162462-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"nordwood-themes-162462-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"nordwood-themes-162462-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"nordwood-themes-162462-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:34:"nordwood-themes-162462-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:34:"nordwood-themes-162462-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:34:"nordwood-themes-162462-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title></title>
+		<link>http://demos.restored316designs.com/blog/personalize-site/clarisse-meyer-149492/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:19 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/clarisse-meyer-149492.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>495</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:19]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:19]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[clarisse-meyer-149492]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>447</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/clarisse-meyer-149492.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/clarisse-meyer-149492.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:33:"2017/08/clarisse-meyer-149492.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"clarisse-meyer-149492-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"clarisse-meyer-149492-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"clarisse-meyer-149492-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"clarisse-meyer-149492-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:33:"clarisse-meyer-149492-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:33:"clarisse-meyer-149492-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:33:"clarisse-meyer-149492-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_image_alt]]></wp:meta_key>
+			<wp:meta_value><![CDATA[Here's a sample caption with an image aligned left.]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>fabio-c-270842</title>
+		<link>http://demos.restored316designs.com/blog/demo-content/fabio-c-270842/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:21 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/fabio-c-270842.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>496</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:21]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:21]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[fabio-c-270842]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>446</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/fabio-c-270842.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/fabio-c-270842.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2240;s:4:"file";s:26:"2017/08/fabio-c-270842.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:26:"fabio-c-270842-150x150.jpg";s:5:"width";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:"fabio-c-270842-400x560.jpg";s:5:"width";i:400;s:6:"height";i:560;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:27:"fabio-c-270842-768x1075.jpg";s:5:"width";i:768;s:6:"height";i:1075;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:27:"fabio-c-270842-731x1024.jpg";s:5:"width";i:731;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:26:"fabio-c-270842-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:26:"fabio-c-270842-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:26:"fabio-c-270842-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_image_alt]]></wp:meta_key>
+			<wp:meta_value><![CDATA[Here's a sample caption with an image aligned right.]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>jennifer-pallian-146575</title>
+		<link>http://demos.restored316designs.com/blog/navigation-menu/jennifer-pallian-146575/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:25 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/jennifer-pallian-146575.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[Here's a sample caption with an image aligned center.]]></excerpt:encoded>
+		<wp:post_id>497</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:25]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:25]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[jennifer-pallian-146575]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>445</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/jennifer-pallian-146575.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/jennifer-pallian-146575.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2000;s:4:"file";s:35:"2017/08/jennifer-pallian-146575.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"jennifer-pallian-146575-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"jennifer-pallian-146575-400x500.jpg";s:5:"width";i:400;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:35:"jennifer-pallian-146575-768x960.jpg";s:5:"width";i:768;s:6:"height";i:960;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:36:"jennifer-pallian-146575-819x1024.jpg";s:5:"width";i:819;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:35:"jennifer-pallian-146575-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:35:"jennifer-pallian-146575-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:35:"jennifer-pallian-146575-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>alessio-lin-137684</title>
+		<link>http://demos.restored316designs.com/alessio-lin-137684/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:28 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/alessio-lin-137684.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>498</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:28]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:28]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[alessio-lin-137684]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/alessio-lin-137684.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/alessio-lin-137684.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:30:"2017/08/alessio-lin-137684.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"alessio-lin-137684-150x150.jpg";s:5:"width";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:"alessio-lin-137684-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"alessio-lin-137684-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"alessio-lin-137684-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:30:"alessio-lin-137684-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:30:"alessio-lin-137684-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:30:"alessio-lin-137684-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>andrew-neel-296630</title>
+		<link>http://demos.restored316designs.com/blog/worpress-post/andrew-neel-296630/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:31 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/andrew-neel-296630.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>499</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:31]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:31]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[andrew-neel-296630]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>454</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/andrew-neel-296630.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/andrew-neel-296630.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:30:"2017/08/andrew-neel-296630.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"andrew-neel-296630-150x150.jpg";s:5:"width";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:"andrew-neel-296630-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"andrew-neel-296630-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"andrew-neel-296630-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:30:"andrew-neel-296630-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:30:"andrew-neel-296630-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:30:"andrew-neel-296630-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>clarisse-meyer-152689</title>
+		<link>http://demos.restored316designs.com/clarisse-meyer-152689/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:34 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/clarisse-meyer-152689.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>500</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:34]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:34]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[clarisse-meyer-152689]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/clarisse-meyer-152689.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/clarisse-meyer-152689.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:33:"2017/08/clarisse-meyer-152689.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"clarisse-meyer-152689-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"clarisse-meyer-152689-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"clarisse-meyer-152689-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"clarisse-meyer-152689-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:33:"clarisse-meyer-152689-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:33:"clarisse-meyer-152689-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:33:"clarisse-meyer-152689-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>andrew-neel-237802</title>
+		<link>http://demos.restored316designs.com/andrew-neel-237802/</link>
+		<pubDate>Mon, 14 Aug 2017 16:03:37 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2017/08/andrew-neel-237802.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>501</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 16:03:37]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 16:03:37]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[andrew-neel-237802]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2017/08/andrew-neel-237802.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2017/08/andrew-neel-237802.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:1600;s:6:"height";i:2400;s:4:"file";s:30:"2017/08/andrew-neel-237802.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"andrew-neel-237802-150x150.jpg";s:5:"width";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:"andrew-neel-237802-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:31:"andrew-neel-237802-768x1152.jpg";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:31:"andrew-neel-237802-683x1024.jpg";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:30:"andrew-neel-237802-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:30:"andrew-neel-237802-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:30:"andrew-neel-237802-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>hooray-image</title>
+		<link>http://demos.restored316designs.com/blog/worpress-post/hooray-image/</link>
+		<pubDate>Mon, 14 Aug 2017 19:03:08 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">https://demos.restored316designs.com/wp-content/uploads/2013/09/hooray-image.jpg</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>512</wp:post_id>
+		<wp:post_date><![CDATA[2017-08-14 19:03:08]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-08-14 19:03:08]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[hooray-image]]></wp:post_name>
+		<wp:status><![CDATA[inherit]]></wp:status>
+		<wp:post_parent>454</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[attachment]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:attachment_url><![CDATA[https://demos.restored316designs.com/wp-content/uploads/2013/09/hooray-image.jpg]]></wp:attachment_url>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attached_file]]></wp:meta_key>
+			<wp:meta_value><![CDATA[2013/09/hooray-image.jpg]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_attachment_metadata]]></wp:meta_key>
+			<wp:meta_value><![CDATA[a:5:{s:5:"width";i:2400;s:6:"height";i:1600;s:4:"file";s:24:"2013/09/hooray-image.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"hooray-image-150x150.jpg";s:5:"width";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:"hooray-image-400x267.jpg";s:5:"width";i:400;s:6:"height";i:267;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:24:"hooray-image-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:25:"hooray-image-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:18:"square-entry-image";a:4:{s:4:"file";s:24:"hooray-image-400x400.jpg";s:5:"width";i:400;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:20:"vertical-entry-image";a:4:{s:4:"file";s:24:"hooray-image-400x600.jpg";s:5:"width";i:400;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:22:"horizontal-entry-image";a:4:{s:4:"file";s:24:"hooray-image-820x550.jpg";s:5:"width";i:820;s:6:"height";i:550;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>About</title>
+		<link>http://demos.restored316designs.com/about/</link>
+		<pubDate>Mon, 07 Dec 2015 17:41:24 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://sample.r316clients.wpengine.com/?page_id=2</guid>
+		<description></description>
+		<content:encoded><![CDATA[ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis felis nunc, bibendum eu sodales sit amet, ullamcorper quis turpis. Nam quis est in lectus elementum porta. Maecenas a risus in ex consequat commodo non in ipsum. Duis et metus id erat vehicula efficitur. Vestibulum eu semper arcu. Nullam scelerisque arcu eget ultrices mollis. Morbi eget velit leo. Duis vel commodo dolor. Quisque eu urna non risus facilisis molestie sit amet eu mi. Quisque dignissim, erat posuere fringilla pharetra, purus neque luctus ipsum, et commodo nulla augue sit amet mauris. Suspendisse ornare mauris sit amet sem volutpat commodo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec sit amet tempus justo.
+
+Maecenas id porta mauris. Sed et pellentesque massa. Quisque nec mattis risus. In hac habitasse platea dictumst. Etiam aliquet ornare pellentesque. Proin suscipit convallis tortor vehicula commodo. Vestibulum sed libero eu eros interdum pretium quis et tellus. Nam non libero in risus consequat vehicula. Vestibulum id suscipit justo, ac viverra velit. Quisque viverra a metus a auctor. Mauris convallis, lectus quis fermentum aliquet, nibh risus lacinia diam, et pretium odio magna nec libero. Sed congue suscipit turpis, quis fermentum nisl efficitur nec.
+
+Duis iaculis sapien id dolor scelerisque interdum. Mauris interdum risus rutrum ligula iaculis rutrum. Sed in rutrum enim, a hendrerit risus. Mauris rhoncus orci a dolor cursus, id pretium ligula aliquet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Ut aliquam, arcu ut blandit eleifend, massa ex molestie massa, at posuere augue felis ac quam. Aenean rutrum sapien aliquam velit efficitur, vulputate porta nibh bibendum. Pellentesque felis enim, ultrices in malesuada nec, accumsan vitae lectus. Aliquam ac cursus turpis. Etiam efficitur elementum dui, ut egestas odio aliquet eu. Ut leo lectus, convallis non lectus lacinia, laoreet faucibus ex. Ut pellentesque lacus nibh, ac consectetur mauris venenatis in. Nam commodo velit eget urna sagittis, ut tincidunt odio blandit. Donec interdum purus ac est sagittis sagittis. Donec laoreet turpis sed euismod tincidunt. ]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>78</wp:post_id>
+		<wp:post_date><![CDATA[2015-12-07 17:41:24]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2015-12-07 17:41:24]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[about]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[page]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
+			<wp:meta_value><![CDATA[default]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>Blog</title>
+		<link>http://demos.restored316designs.com/blog/</link>
+		<pubDate>Sun, 15 Aug 2010 19:12:43 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>82</wp:post_id>
+		<wp:post_date><![CDATA[2010-08-15 19:12:43]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2010-08-15 19:12:43]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[blog]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[page]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
+			<wp:meta_value><![CDATA[page_blog.php]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>Contact</title>
+		<link>http://demos.restored316designs.com/contact/</link>
+		<pubDate>Sun, 15 Aug 2010 19:13:33 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis</guid>
+		<description></description>
+		<content:encoded><![CDATA[[ninja_form id=1]]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>83</wp:post_id>
+		<wp:post_date><![CDATA[2010-08-15 19:13:33]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2010-08-15 19:13:33]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[contact]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>11</wp:menu_order>
+		<wp:post_type><![CDATA[page]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
+			<wp:meta_value><![CDATA[default]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>Post Content Features</title>
+		<link>http://demos.restored316designs.com/blog/post-content-features/</link>
+		<pubDate>Sun, 01 Sep 2013 01:54:12 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=7</guid>
+		<description></description>
+		<content:encoded><![CDATA[<h3>Blockquote</h3>
+Blockquotes are used to highlight quotes or specific aspects of your content are are styled to look different.
+<blockquote>
+<p style="text-align: center;">This is a blockquote example.</p>
+</blockquote>
+To add a blockquote to your own post or page, you'll highlight your text and then use the icon on the toolbar when you're editing a post that looks like a quote.
+<h3>Ordered List</h3>
+You can also add Ordered List to your posts/pages by highlighting your text and then using the icon on the toolbar that looks like 3 lines with little numbers next to it. An example of an ordered list is as follows:
+<ol>
+ 	<li>Ordered list item #1</li>
+ 	<li>Ordered list item #2</li>
+ 	<li>Ordered list item #3</li>
+ 	<li>Ordered list item #4</li>
+ 	<li>Ordered list item #5</li>
+</ol>
+<h3>Unordered List</h3>
+You can also add Unordered List to your posts/pages by highlighting your text and then using the icon on the toolbar that looks like 3 lines with little dots next to it. An example of an unordered list is as follows:
+<ul>
+ 	<li>Unordered list item</li>
+ 	<li>Unordered list item</li>
+ 	<li>Unordered list item</li>
+ 	<li>Unordered list item</li>
+ 	<li>Unordered list item</li>
+</ul>
+&nbsp;]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>182</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:54:12]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:54:12]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[post-content-features]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="post_tag" nicename="blockquotes"><![CDATA[Blockquotes]]></category>
+		<category domain="category" nicename="category-3"><![CDATA[Category #3]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-a-blockquote]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[500]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[blockquote]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>What is the difference between a category and a tag?</title>
+		<link>http://demos.restored316designs.com/blog/category-vs-tag/</link>
+		<pubDate>Sun, 01 Sep 2013 01:52:58 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=5</guid>
+		<description></description>
+		<content:encoded><![CDATA[<h3>Category</h3>
+Categories are meant for organizing your posts like a filing system. They are typically broad terms like "Recipes" or "DIY Projects". These are your general topics that you write about. Typically you'll have a few of these.. maybe 10 of your primary categories. Don't get to specific with your Category titles like "ground beef".. that is what tags are for below.
+
+You can also do sub-categories where you have categories listed under a primary category. An example of this is "Recipes &gt; Breakfast, Lunch, Dinner" Where breakfast, lunch, and dinner are all sub-categories of Recipes. This option doesn't have to be used, but if you need to break your categories down a bit further, this is how you'll do it.
+<h3>Tag</h3>
+Tags are for describing very specific details of your blog post. These are used to micro-categorize things. For example, you could use "ground beef" as a tag, and then anyone who wants to look at all posts that mention "ground beef" those can be found.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>442</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:52:58]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:52:58]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[category-vs-tag]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-1"><![CDATA[Category #1]]></category>
+		<category domain="category" nicename="category-2"><![CDATA[Category #2]]></category>
+		<category domain="category" nicename="category-3"><![CDATA[Category #3]]></category>
+		<category domain="category" nicename="category-4"><![CDATA[Category #4]]></category>
+		<category domain="post_tag" nicename="headlines"><![CDATA[Headlines]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-headlines]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[494]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[headlines]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>How to adjust the post/page layout</title>
+		<link>http://demos.restored316designs.com/blog/page-layout/</link>
+		<pubDate>Sun, 01 Sep 2013 01:54:32 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=9</guid>
+		<description></description>
+		<content:encoded><![CDATA[You are able to choose the page layout you'd like to have across your site either to cover the entire site, or you can choose on a per page basis.  The layout options you have available are:
+<ul>
+ 	<li>Content/Sidebar - <a href="https://demos.restored316designs.com/refined/layouts/cs/" target="_blank" rel="noopener">example</a></li>
+ 	<li>Sidebar/Content - <a href="https://demos.restored316designs.com/refined/layouts/sc/" target="_blank" rel="noopener">example</a></li>
+ 	<li>Full Width Content - <a href="https://demos.restored316designs.com/refined/layouts/fwc/" target="_blank" rel="noopener">example</a></li>
+</ul>
+<h3>Choose for your entire site</h3>
+In order to choose the layout option you'd like that covers the entirety of your site, you'll navigate to GENESIS &gt; THEME SETTINGS.  Once there you'll scroll down to the DEFAULT LAYOUT box where you'll see this:
+
+<img class="aligncenter" src="http://d33v4339jhl8k0.cloudfront.net/docs/assets/57c34265903360342852ecfb/images/59279f492c7d3a074e8ad506/file-bb4nTgfI2U.png" width="538" height="165" />
+
+You can simply click on the option you'd like from these little screen icons.
+<blockquote>Please note that in some of our themes we force a specific layout option on the home page occasionally for structural reasons.  If you are making changes here that aren't affecting your home page or a custom page template on your site, it's because it's been forced to appear that way.</blockquote>
+<h3>Choose per page, post, or product</h3>
+If you'd like to have most of your site one layout but you'd like a specific page or post to appear differently, you can do that as well.  A great example of this is you want all your blog posts to have the content/sidebar format, but you want a lot of your pages to be full width.  You can see this displayed through our own site.
+
+To do this, navigate to PAGES/POSTS &gt; EDIT the page/posts you'd like to change.  Once there scroll down a little bit until you see the LAYOUT SETTINGS and you'll simply click the option you'd like from the little screen icons.
+
+<img class="aligncenter" src="http://d33v4339jhl8k0.cloudfront.net/docs/assets/57c34265903360342852ecfb/images/5927a0422c7d3a074e8ad50b/file-9wrwleOv8c.png" width="545" height="200" />
+<blockquote>If you are not seeing this box when editing a page or post, scroll all the way to the top and select SCREEN OPTIONS in that tab at the very top right corner of your screen.  It will drop down and you'll just be sure the LAYOUT SETTINGS option has a checkmark next to it.  Now you'll have that option available.</blockquote>]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>443</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:54:32]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:54:32]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[page-layout]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-2"><![CDATA[Category #2]]></category>
+		<category domain="post_tag" nicename="ordered-lists"><![CDATA[Ordered Lists]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-an-ordered-list]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[493]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[ordered-list]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>How do headings work?</title>
+		<link>http://demos.restored316designs.com/blog/headings/</link>
+		<pubDate>Sun, 01 Sep 2013 01:54:48 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=11</guid>
+		<description></description>
+		<content:encoded><![CDATA[Headings are used to highlight titles in sections of content for your site. In the drop down from the tool bar above the page or post that is being edited, you'll see options for Paragraph (which is default, Heading 1, Heading 2, Heading 3, Heading 4, Heading 5, and Heading 6. You are able to highlight any text within your post or page and choose one of these heading options.
+
+Headings are primarily used for SEO purposes, and not necessarily for aesthetic reasons.  <a href="https://yoast.com/headings-use/" target="_blank" rel="noopener">See this article</a> from Yoast that explains how to properly use them.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>444</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:54:48]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:54:48]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[headings]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-2"><![CDATA[Category #2]]></category>
+		<category domain="post_tag" nicename="unordered-lists"><![CDATA[Unordered Lists]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-an-unordered-list]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[501]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[unordered-list]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>How do I set up the navigation menu?</title>
+		<link>http://demos.restored316designs.com/blog/navigation-menu/</link>
+		<pubDate>Sun, 01 Sep 2013 01:55:21 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=13</guid>
+		<description></description>
+		<content:encoded><![CDATA[<center><iframe src="https://player.vimeo.com/video/189855792?color=a58c66&amp;title=0&amp;byline=0&amp;portrait=0" width="700" height="394" frameborder="0" allowfullscreen="allowfullscreen"></iframe></center>See the video above to help you understand how to set up your navigation menu for the first time.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>445</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:55:21]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:55:21]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[navigation-menu]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-2"><![CDATA[Category #2]]></category>
+		<category domain="post_tag" nicename="images-centered"><![CDATA[Images Centered]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-image-centered]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[497]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[image-centered]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>What do I do with this demo content?</title>
+		<link>http://demos.restored316designs.com/blog/demo-content/</link>
+		<pubDate>Sun, 01 Sep 2013 01:56:30 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=16</guid>
+		<description></description>
+		<content:encoded><![CDATA[<img class="alignleft size-medium wp-image-496" src="https://demos.restored316designs.com/wp-content/uploads/2017/08/fabio-c-270842-400x560.jpg" alt="Here's a sample caption with an image aligned right." width="400" height="560" />This demo content is meant to help you create a foundation with which to build your new website. It provides some sample content, sample images, and also some helpful tutorials that help you get your brand new site up and going for the first time!
+
+Once you have your site completely up and going, you'll want to come back and write your own posts, and upload your own images. Once you have about 3-5 of your own blog posts, delete all the sample posts and pages so you're only left with your OWN content!
+<div class="_2aKaP _2lr1Q">
+<div class="_2VbtG"><em>Photo by <a href="https://unsplash.com/photos/KdgfgM-Brxg?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Fabio C.</a> on </em><a href="https://unsplash.com/?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"><em>Unsplash</em></a></div>
+</div>]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>446</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:56:30]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:56:30]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[demo-content]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-1"><![CDATA[Category #1]]></category>
+		<category domain="post_tag" nicename="images-right"><![CDATA[Images Right]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-image-aligned-right]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[496]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[image-aligned-right]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>How to personalize your site</title>
+		<link>http://demos.restored316designs.com/blog/personalize-site/</link>
+		<pubDate>Sun, 01 Sep 2013 01:57:05 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=18</guid>
+		<description></description>
+		<content:encoded><![CDATA[<img class="alignright size-medium wp-image-495" src="https://demos.restored316designs.com/wp-content/uploads/2017/08/clarisse-meyer-149492-400x600.jpg" alt="Here's a sample caption with an image aligned left." width="400" height="600" />It's time to personalize your site! Hooray! You'll want to see this tutorial in the Restored 316 Support Docs that will help you through this process.
+<p style="text-align: center;"><a class="button" href="http://docs.restored316.com/article/672-personalize-site" target="_blank" rel="noopener">How to personalize your site</a></p>
+Want to know how to add a button to your pages and posts like it's shown above?
+<p style="text-align: center;"><a class="button" href="http://docs.restored316.com/article/715-add-button" target="_blank" rel="noopener">How to add a button</a></p>
+
+<div class="_2aKaP _2lr1Q">
+<div class="_2VbtG"><em>Photo by <a href="https://unsplash.com/photos/UISgcA0yLrA?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Clarisse Meyer</a> on </em><a href="https://unsplash.com/?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"><em>Unsplash</em></a></div>
+</div>]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>447</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:57:05]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:57:05]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[personalize-site]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-1"><![CDATA[Category #1]]></category>
+		<category domain="post_tag" nicename="images-left"><![CDATA[Images Left]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-image-aligned-left]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[495]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[image-aligned-left]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>What is the difference between a page and a post?</title>
+		<link>http://demos.restored316designs.com/blog/page-vs-post/</link>
+		<pubDate>Sun, 01 Sep 2013 01:53:31 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://www.genesisframework.com/?p=447</guid>
+		<description></description>
+		<content:encoded><![CDATA[<h3>Post</h3>
+If you're going to have a blog, you'll mostly be working in the Posts area of your WordPress dashboard.  Posts are your actual blog posts.  View them as articles in a newspaper.  When you publish a new one, the last one gets pushed down and the new one is at the top and the most recent.
+
+Posts can also be filed into Categories and Tags to help sort through your blog posts.  After many years of blogging you'll likely have hundreds of posts so having an organized filed system in place will make finding older posts easier when you file them within categories and tags.  For more information about the difference between a Category and a Tag, see <a href="http://docs.restored316.com/article/628-category-tag-difference">this</a>.
+<h3>Page</h3>
+A page is static information.  For example, your About page is a page you create once and it remains.  It's not filed within your blog posts but remains static unless you go back and edit the page in the future.]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>448</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:53:31]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:53:31]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[page-vs-post]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-3"><![CDATA[Category #3]]></category>
+		<category domain="post_tag" nicename="tables"><![CDATA[Tables]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-table__trashed]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[498]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-table]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>This is a WordPress Post</title>
+		<link>http://demos.restored316designs.com/blog/worpress-post/</link>
+		<pubDate>Sun, 01 Sep 2013 01:57:18 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demo.studiopress.com/genesis/?p=20</guid>
+		<description></description>
+		<content:encoded><![CDATA[<img class="aligncenter size-full wp-image-512" src="https://demos.restored316designs.com/wp-content/uploads/2013/09/hooray-image.jpg" alt="" width="900" height="600" />
+
+Hooray!  You're starting your first website, and I (Lauren from Restored 316) am so excited for you!  I remember all those years ago when I first opened WordPress for the first time and the overwhelm that ensued, so friend I've been in your shoes!
+
+Thankfully we have a huge resource of tutorials to help you get started, and you can find all those <a href="http://docs.restored316.com/article/715-add-button" target="_blank" rel="noopener">right here</a>.
+
+This post is your very first WordPress post that you can go in and edit at any time.
+<h3>To edit a post</h3>
+Navigate to POSTS &gt; ALL POSTS and hover over any title of the posts you'd like to edit and you'll see a edit button pop up.  Click edit and you will be taken to a new screen where you can edit your post by adding your own text and images much like you would in a program like Word or Pages.
+<h3>To create your own post</h3>
+Navigate to POSTS &gt; ADD NEW.  Give your post a name, write some content, set your featured post, and hit the publish button on the top right!  It's really THAT easy!
+<div class="_2aKaP _2lr1Q">
+<div class="_2VbtG"><em>Photo by <a href="https://unsplash.com/photos/uQqNvGDRjjg?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Andrew Neel</a> on </em><a href="https://unsplash.com/?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"><em>Unsplash</em></a></div>
+</div>]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>454</wp:post_id>
+		<wp:post_date><![CDATA[2013-09-01 01:57:18]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2013-09-01 01:57:18]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[open]]></wp:comment_status>
+		<wp:ping_status><![CDATA[open]]></wp:ping_status>
+		<wp:post_name><![CDATA[worpress-post]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[post]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<category domain="category" nicename="category-1"><![CDATA[Category #1]]></category>
+		<category domain="post_tag" nicename="threaded-comments"><![CDATA[Threaded Comments]]></category>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[sample-post-with-threaded-comments]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_format_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_format_quote]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_audio_embed]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_format_image]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_video_embed]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_quote_source_name]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_link_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_quote_source_url]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_format_image]]></wp:meta_key>
+			<wp:meta_value><![CDATA[]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
+			<wp:meta_value><![CDATA[499]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_old_slug]]></wp:meta_key>
+			<wp:meta_value><![CDATA[threaded-comments]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>Category Index</title>
+		<link>http://demos.restored316designs.com/category-index/</link>
+		<pubDate>Mon, 10 Apr 2017 17:56:26 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/?page_id=480</guid>
+		<description></description>
+		<content:encoded><![CDATA[]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>480</wp:post_id>
+		<wp:post_date><![CDATA[2017-04-10 17:56:26]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-04-10 17:56:26]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[category-index]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[page]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
+			<wp:meta_value><![CDATA[1]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
+			<wp:meta_value><![CDATA[page-templates/page_index.php]]></wp:meta_value>
+		</wp:postmeta>
+		<wp:postmeta>
+			<wp:meta_key><![CDATA[_genesis_scripts_body_position]]></wp:meta_key>
+			<wp:meta_value><![CDATA[bottom]]></wp:meta_value>
+		</wp:postmeta>
+	</item>
+	<item>
+		<title>Cart</title>
+		<link>http://demos.restored316designs.com/cart/</link>
+		<pubDate>Wed, 10 May 2017 20:44:51 +0000</pubDate>
+		<dc:creator><![CDATA[admin]]></dc:creator>
+		<guid isPermaLink="false">http://demos.restored316designs.com/cart/</guid>
+		<description></description>
+		<content:encoded><![CDATA[[woocommerce_cart]]]></content:encoded>
+		<excerpt:encoded><![CDATA[]]></excerpt:encoded>
+		<wp:post_id>486</wp:post_id>
+		<wp:post_date><![CDATA[2017-05-10 20:44:51]]></wp:post_date>
+		<wp:post_date_gmt><![CDATA[2017-05-10 20:44:51]]></wp:post_date_gmt>
+		<wp:comment_status><![CDATA[closed]]></wp:comment_status>
+		<wp:ping_status><![CDATA[closed]]></wp:ping_status>
+		<wp:post_name><![CDATA[cart]]></wp:post_name>
+		<wp:status><![CDATA[publish]]></wp:status>
+		<wp:post_parent>0</wp:post_parent>
+		<wp:menu_order>0</wp:menu_order>
+		<wp:post_type><![CDATA[page]]></wp:post_type>
+		<wp:post_password><![CDATA[]]></wp:post_password>
+		<wp:is_sticky>0</wp:is_sticky>
+	</item>
+</channel>
+</rss>

Some files were not shown because too many files changed in this diff