From 174e6991537e7e5584ed6a86bf9da10122ef5088 Mon Sep 17 00:00:00 2001
From: agata <automa@insicuri.net>
Date: Fri, 22 May 2020 18:18:49 +0200
Subject: [PATCH] [auto] theme: twentyfourteen 2.8

---
 wp-content/themes/twentyfourteen/404.php      |   64 +-
 wp-content/themes/twentyfourteen/archive.php  |  149 +-
 wp-content/themes/twentyfourteen/author.php   |  151 +-
 wp-content/themes/twentyfourteen/category.php |  123 +-
 wp-content/themes/twentyfourteen/comments.php |  168 +-
 .../themes/twentyfourteen/content-aside.php   |  132 +-
 .../themes/twentyfourteen/content-audio.php   |  132 +-
 .../twentyfourteen/content-featured-post.php  |   68 +-
 .../themes/twentyfourteen/content-gallery.php |  132 +-
 .../themes/twentyfourteen/content-image.php   |  132 +-
 .../themes/twentyfourteen/content-link.php    |  132 +-
 .../themes/twentyfourteen/content-none.php    |   67 +-
 .../themes/twentyfourteen/content-page.php    |   66 +-
 .../themes/twentyfourteen/content-quote.php   |  132 +-
 .../themes/twentyfourteen/content-video.php   |  132 +-
 wp-content/themes/twentyfourteen/content.php  |  152 +-
 .../themes/twentyfourteen/css/blocks.css      |  800 +-
 .../twentyfourteen/css/editor-blocks.css      |  968 +-
 .../twentyfourteen/css/editor-style.css       | 1440 +--
 wp-content/themes/twentyfourteen/css/ie.css   | 2668 ++---
 .../twentyfourteen/featured-content.php       |   78 +-
 wp-content/themes/twentyfourteen/footer.php   |   73 +-
 .../themes/twentyfourteen/functions.php       | 1375 +--
 .../twentyfourteen/genericons/genericons.css  |  394 +-
 wp-content/themes/twentyfourteen/header.php   |  148 +-
 wp-content/themes/twentyfourteen/image.php    |  164 +-
 .../twentyfourteen/images/pattern-dark.svg    |   32 +-
 .../twentyfourteen/images/pattern-light.svg   |   12 +-
 .../themes/twentyfourteen/inc/back-compat.php |  137 +-
 .../twentyfourteen/inc/custom-header.php      |  306 +-
 .../themes/twentyfourteen/inc/customizer.php  |  344 +-
 .../twentyfourteen/inc/featured-content.php   | 1035 +-
 .../twentyfourteen/inc/template-tags.php      |  505 +-
 .../themes/twentyfourteen/inc/widgets.php     |  601 +-
 wp-content/themes/twentyfourteen/index.php    |  124 +-
 .../themes/twentyfourteen/js/customizer.js    |   74 +-
 .../themes/twentyfourteen/js/functions.js     |    3 +-
 wp-content/themes/twentyfourteen/js/html5.js  |   14 +-
 .../js/keyboard-image-navigation.js           |   40 +-
 .../page-templates/contributors.php           |  106 +-
 .../page-templates/full-width.php             |   86 +-
 wp-content/themes/twentyfourteen/page.php     |   98 +-
 wp-content/themes/twentyfourteen/readme.txt   |   12 +-
 wp-content/themes/twentyfourteen/rtl.css      | 1745 ++--
 wp-content/themes/twentyfourteen/search.php   |  105 +-
 .../themes/twentyfourteen/sidebar-content.php |   32 +-
 .../themes/twentyfourteen/sidebar-footer.php  |   38 +-
 wp-content/themes/twentyfourteen/sidebar.php  |   58 +-
 wp-content/themes/twentyfourteen/single.php   |   82 +-
 wp-content/themes/twentyfourteen/style.css    | 8960 +++++++++--------
 wp-content/themes/twentyfourteen/tag.php      |  127 +-
 .../twentyfourteen/taxonomy-post_format.php   |  172 +-
 52 files changed, 12514 insertions(+), 12374 deletions(-)

diff --git a/wp-content/themes/twentyfourteen/404.php b/wp-content/themes/twentyfourteen/404.php
index 7f5bef841..e47865a0f 100644
--- a/wp-content/themes/twentyfourteen/404.php
+++ b/wp-content/themes/twentyfourteen/404.php
@@ -1,32 +1,32 @@
-<?php
-/**
- * The template for displaying 404 pages (Not Found)
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-
-	<div id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<header class="page-header">
-				<h1 class="page-title"><?php _e( 'Not Found', 'twentyfourteen' ); ?></h1>
-			</header>
-
-			<div class="page-content">
-				<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfourteen' ); ?></p>
-
-				<?php get_search_form(); ?>
-			</div><!-- .page-content -->
-
-		</div><!-- #content -->
-	</div><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying 404 pages (Not Found)
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+
+	<div id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<header class="page-header">
+				<h1 class="page-title"><?php _e( 'Not Found', 'twentyfourteen' ); ?></h1>
+			</header>
+
+			<div class="page-content">
+				<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfourteen' ); ?></p>
+
+				<?php get_search_form(); ?>
+			</div><!-- .page-content -->
+
+		</div><!-- #content -->
+	</div><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/archive.php b/wp-content/themes/twentyfourteen/archive.php
index 9d2ba95f8..a61acbfde 100644
--- a/wp-content/themes/twentyfourteen/archive.php
+++ b/wp-content/themes/twentyfourteen/archive.php
@@ -1,75 +1,74 @@
-<?php
-/**
- * The template for displaying Archive pages
- *
- * Used to display archive-type pages if nothing more specific matches a query.
- * For example, puts together date-based pages if no date.php file exists.
- *
- * If you'd like to further customize these archive views, you may create a
- * new template file for each specific one. For example, Twenty Fourteen
- * already has tag.php for Tag archives, category.php for Category archives,
- * and author.php for Author archives.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<section id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-			<header class="page-header">
-				<h1 class="page-title">
-					<?php
-					if ( is_day() ) :
-						printf( __( 'Daily Archives: %s', 'twentyfourteen' ), get_the_date() );
-
-						elseif ( is_month() ) :
-							printf( __( 'Monthly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyfourteen' ) ) );
-
-						elseif ( is_year() ) :
-							printf( __( 'Yearly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyfourteen' ) ) );
-
-						else :
-							_e( 'Archives', 'twentyfourteen' );
-
-						endif;
-						?>
-				</h1>
-			</header><!-- .page-header -->
-
-				<?php
-					// Start the Loop.
-				while ( have_posts() ) :
-					the_post();
-
-					/*
-					 * Include the post format-specific template for the content. If you want to
-					 * use this in a child theme, then include a file called content-___.php
-					 * (where ___ is the post format) and that will be used instead.
-					 */
-					get_template_part( 'content', get_post_format() );
-
-					endwhile;
-					// Previous/next page navigation.
-					twentyfourteen_paging_nav();
-
-				else :
-					// If no content, include the "No posts found" template.
-					get_template_part( 'content', 'none' );
-
-				endif;
-				?>
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying Archive pages
+ *
+ * Used to display archive-type pages if nothing more specific matches a query.
+ * For example, puts together date-based pages if no date.php file exists.
+ *
+ * If you'd like to further customize these archive views, you may create a
+ * new template file for each specific one. For example, Twenty Fourteen
+ * already has tag.php for Tag archives, category.php for Category archives,
+ * and author.php for Author archives.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<section id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+			<header class="page-header">
+				<h1 class="page-title">
+					<?php
+					if ( is_day() ) {
+						/* translators: %s: Date. */
+						printf( __( 'Daily Archives: %s', 'twentyfourteen' ), get_the_date() );
+					} elseif ( is_month() ) {
+						/* translators: %s: Date. */
+						printf( __( 'Monthly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyfourteen' ) ) );
+					} elseif ( is_year() ) {
+						/* translators: %s: Date. */
+						printf( __( 'Yearly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyfourteen' ) ) );
+					} else {
+						_e( 'Archives', 'twentyfourteen' );
+					}
+					?>
+				</h1>
+			</header><!-- .page-header -->
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+
+					/*
+					 * Include the post format-specific template for the content. If you want
+					 * to use this in a child theme, then include a file called content-___.php
+					 * (where ___ is the post format) and that will be used instead.
+					 */
+					get_template_part( 'content', get_post_format() );
+
+					endwhile;
+					// Previous/next page navigation.
+					twentyfourteen_paging_nav();
+
+				else :
+					// If no content, include the "No posts found" template.
+					get_template_part( 'content', 'none' );
+
+				endif;
+				?>
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/author.php b/wp-content/themes/twentyfourteen/author.php
index 2f1d47fba..b8f1deba3 100644
--- a/wp-content/themes/twentyfourteen/author.php
+++ b/wp-content/themes/twentyfourteen/author.php
@@ -1,75 +1,76 @@
-<?php
-/**
- * The template for displaying Author archive pages
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<section id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-			<header class="archive-header">
-				<h1 class="archive-title">
-					<?php
-						/*
-						 * Queue the first post, that way we know what author
-						 * we're dealing with (if that is the case).
-						 *
-						 * We reset this later so we can run the loop properly
-						 * with a call to rewind_posts().
-						 */
-						the_post();
-
-						printf( __( 'All posts by %s', 'twentyfourteen' ), get_the_author() );
-					?>
-				</h1>
-				<?php if ( get_the_author_meta( 'description' ) ) : ?>
-				<div class="author-description"><?php the_author_meta( 'description' ); ?></div>
-				<?php endif; ?>
-			</header><!-- .archive-header -->
-
-				<?php
-					/*
-					 * Since we called the_post() above, we need to rewind
-					 * the loop back to the beginning that way we can run
-					 * the loop properly, in full.
-					 */
-					rewind_posts();
-
-					// Start the Loop.
-				while ( have_posts() ) :
-					the_post();
-
-					/*
-					 * Include the post format-specific template for the content. If you want to
-					 * use this in a child theme, then include a file called content-___.php
-					 * (where ___ is the post format) and that will be used instead.
-					 */
-					get_template_part( 'content', get_post_format() );
-
-					endwhile;
-					// Previous/next page navigation.
-					twentyfourteen_paging_nav();
-
-				else :
-					// If no content, include the "No posts found" template.
-					get_template_part( 'content', 'none' );
-
-				endif;
-				?>
-
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying Author archive pages
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<section id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+			<header class="archive-header">
+				<h1 class="archive-title">
+					<?php
+						/*
+						 * Queue the first post, that way we know what author
+						 * we're dealing with (if that is the case).
+						 *
+						 * We reset this later so we can run the loop properly
+						 * with a call to rewind_posts().
+						 */
+						the_post();
+
+						/* translators: %s: Author display name. */
+						printf( __( 'All posts by %s', 'twentyfourteen' ), get_the_author() );
+					?>
+				</h1>
+				<?php if ( get_the_author_meta( 'description' ) ) : ?>
+				<div class="author-description"><?php the_author_meta( 'description' ); ?></div>
+				<?php endif; ?>
+			</header><!-- .archive-header -->
+
+				<?php
+					/*
+					 * Since we called the_post() above, we need
+					 * to rewind the loop back to the beginning.
+					 * That way we can run the loop properly, in full.
+					 */
+					rewind_posts();
+
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+
+					/*
+					 * Include the post format-specific template for the content. If you want
+					 * to use this in a child theme, then include a file called content-___.php
+					 * (where ___ is the post format) and that will be used instead.
+					 */
+					get_template_part( 'content', get_post_format() );
+
+					endwhile;
+					// Previous/next page navigation.
+					twentyfourteen_paging_nav();
+
+				else :
+					// If no content, include the "No posts found" template.
+					get_template_part( 'content', 'none' );
+
+				endif;
+				?>
+
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/category.php b/wp-content/themes/twentyfourteen/category.php
index c193cc7b5..5c3737a8d 100644
--- a/wp-content/themes/twentyfourteen/category.php
+++ b/wp-content/themes/twentyfourteen/category.php
@@ -1,59 +1,64 @@
-<?php
-/**
- * The template for displaying Category pages
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<section id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-			<header class="archive-header">
-				<h1 class="archive-title"><?php printf( __( 'Category Archives: %s', 'twentyfourteen' ), single_cat_title( '', false ) ); ?></h1>
-
-				<?php
-					// Show an optional term description.
-					$term_description = term_description();
-				if ( ! empty( $term_description ) ) :
-					printf( '<div class="taxonomy-description">%s</div>', $term_description );
-					endif;
-				?>
-			</header><!-- .archive-header -->
-
-				<?php
-					// Start the Loop.
-				while ( have_posts() ) :
-					the_post();
-
-					/*
-					* Include the post format-specific template for the content. If you want to
-					* use this in a child theme, then include a file called content-___.php
-					* (where ___ is the post format) and that will be used instead.
-					*/
-					get_template_part( 'content', get_post_format() );
-
-					endwhile;
-					// Previous/next page navigation.
-					twentyfourteen_paging_nav();
-
-				else :
-					// If no content, include the "No posts found" template.
-					get_template_part( 'content', 'none' );
-
-				endif;
-				?>
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying Category pages
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<section id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+			<header class="archive-header">
+				<h1 class="archive-title">
+				<?php
+				/* translators: %s: Category title. */
+				printf( __( 'Category Archives: %s', 'twentyfourteen' ), single_cat_title( '', false ) );
+				?>
+				</h1>
+
+				<?php
+					// Show an optional term description.
+					$term_description = term_description();
+				if ( ! empty( $term_description ) ) :
+					printf( '<div class="taxonomy-description">%s</div>', $term_description );
+					endif;
+				?>
+			</header><!-- .archive-header -->
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+
+					/*
+					* Include the post format-specific template for the content. If you want
+					* to use this in a child theme, then include a file called content-___.php
+					* (where ___ is the post format) and that will be used instead.
+					*/
+					get_template_part( 'content', get_post_format() );
+
+					endwhile;
+					// Previous/next page navigation.
+					twentyfourteen_paging_nav();
+
+				else :
+					// If no content, include the "No posts found" template.
+					get_template_part( 'content', 'none' );
+
+				endif;
+				?>
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/comments.php b/wp-content/themes/twentyfourteen/comments.php
index 0b81703fe..47fd75a5e 100644
--- a/wp-content/themes/twentyfourteen/comments.php
+++ b/wp-content/themes/twentyfourteen/comments.php
@@ -1,84 +1,84 @@
-<?php
-/**
- * The template for displaying Comments
- *
- * The area of the page that contains comments and the comment form.
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-/*
- * If the current post is protected by a password and the visitor has not yet
- * entered the password we will return early without loading the comments.
- */
-if ( post_password_required() ) {
-	return;
-}
-?>
-
-<div id="comments" class="comments-area">
-
-	<?php if ( have_comments() ) : ?>
-
-	<h2 class="comments-title">
-		<?php
-			$comments_number = get_comments_number();
-		if ( '1' === $comments_number ) {
-			/* translators: %s: post title */
-			printf( _x( 'One thought on &ldquo;%s&rdquo;', 'comments title', 'twentyfourteen' ), get_the_title() );
-		} else {
-			printf(
-				/* translators: 1: number of comments, 2: post title */
-				_nx(
-					'%1$s thought on &ldquo;%2$s&rdquo;',
-					'%1$s thoughts on &ldquo;%2$s&rdquo;',
-					$comments_number,
-					'comments title',
-					'twentyfourteen'
-				),
-				number_format_i18n( $comments_number ),
-				get_the_title()
-			);
-		}
-		?>
-	</h2>
-
-		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
-	<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
-		<h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1>
-		<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyfourteen' ) ); ?></div>
-		<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyfourteen' ) ); ?></div>
-	</nav><!-- #comment-nav-above -->
-	<?php endif; // Check for comment navigation. ?>
-
-	<ol class="comment-list">
-		<?php
-			wp_list_comments(
-				array(
-					'style'       => 'ol',
-					'short_ping'  => true,
-					'avatar_size' => 34,
-				)
-			);
-		?>
-	</ol><!-- .comment-list -->
-
-		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
-	<nav id="comment-nav-below" class="navigation comment-navigation" role="navigation">
-		<h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1>
-		<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyfourteen' ) ); ?></div>
-		<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyfourteen' ) ); ?></div>
-	</nav><!-- #comment-nav-below -->
-	<?php endif; // Check for comment navigation. ?>
-
-		<?php if ( ! comments_open() ) : ?>
-	<p class="no-comments"><?php _e( 'Comments are closed.', 'twentyfourteen' ); ?></p>
-	<?php endif; ?>
-
-	<?php endif; // have_comments() ?>
-
-	<?php comment_form(); ?>
-
-</div><!-- #comments -->
+<?php
+/**
+ * The template for displaying Comments
+ *
+ * The area of the page that contains comments and the comment form.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+/*
+ * If the current post is protected by a password and the visitor has not yet
+ * entered the password we will return early without loading the comments.
+ */
+if ( post_password_required() ) {
+	return;
+}
+?>
+
+<div id="comments" class="comments-area">
+
+	<?php if ( have_comments() ) : ?>
+
+	<h2 class="comments-title">
+		<?php
+			$comments_number = get_comments_number();
+		if ( '1' === $comments_number ) {
+			/* translators: %s: Post title. */
+			printf( _x( 'One thought on &ldquo;%s&rdquo;', 'comments title', 'twentyfourteen' ), get_the_title() );
+		} else {
+			printf(
+				/* translators: 1: Number of comments, 2: Post title. */
+				_nx(
+					'%1$s thought on &ldquo;%2$s&rdquo;',
+					'%1$s thoughts on &ldquo;%2$s&rdquo;',
+					$comments_number,
+					'comments title',
+					'twentyfourteen'
+				),
+				number_format_i18n( $comments_number ),
+				get_the_title()
+			);
+		}
+		?>
+	</h2>
+
+		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
+	<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
+		<h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1>
+		<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyfourteen' ) ); ?></div>
+		<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyfourteen' ) ); ?></div>
+	</nav><!-- #comment-nav-above -->
+	<?php endif; // Check for comment navigation. ?>
+
+	<ol class="comment-list">
+		<?php
+			wp_list_comments(
+				array(
+					'style'       => 'ol',
+					'short_ping'  => true,
+					'avatar_size' => 34,
+				)
+			);
+		?>
+	</ol><!-- .comment-list -->
+
+		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
+	<nav id="comment-nav-below" class="navigation comment-navigation" role="navigation">
+		<h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfourteen' ); ?></h1>
+		<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'twentyfourteen' ) ); ?></div>
+		<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'twentyfourteen' ) ); ?></div>
+	</nav><!-- #comment-nav-below -->
+	<?php endif; // Check for comment navigation. ?>
+
+		<?php if ( ! comments_open() ) : ?>
+	<p class="no-comments"><?php _e( 'Comments are closed.', 'twentyfourteen' ); ?></p>
+	<?php endif; ?>
+
+	<?php endif; // have_comments() ?>
+
+	<?php comment_form(); ?>
+
+</div><!-- #comments -->
diff --git a/wp-content/themes/twentyfourteen/content-aside.php b/wp-content/themes/twentyfourteen/content-aside.php
index b180826dc..24d61afad 100644
--- a/wp-content/themes/twentyfourteen/content-aside.php
+++ b/wp-content/themes/twentyfourteen/content-aside.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Aside post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'aside' ) ); ?>"><?php echo get_post_format_string( 'aside' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Aside post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'aside' ) ); ?>"><?php echo get_post_format_string( 'aside' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-audio.php b/wp-content/themes/twentyfourteen/content-audio.php
index 36aa5a9d2..5dc6138db 100644
--- a/wp-content/themes/twentyfourteen/content-audio.php
+++ b/wp-content/themes/twentyfourteen/content-audio.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Audio post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'audio' ) ); ?>"><?php echo get_post_format_string( 'audio' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Audio post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'audio' ) ); ?>"><?php echo get_post_format_string( 'audio' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-featured-post.php b/wp-content/themes/twentyfourteen/content-featured-post.php
index 707b95702..804be4207 100644
--- a/wp-content/themes/twentyfourteen/content-featured-post.php
+++ b/wp-content/themes/twentyfourteen/content-featured-post.php
@@ -1,34 +1,34 @@
-<?php
-/**
- * The template for displaying featured posts on the front page
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<a class="post-thumbnail" href="<?php the_permalink(); ?>">
-	<?php
-		// Output the featured image.
-	if ( has_post_thumbnail() ) :
-		if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
-			the_post_thumbnail();
-		} else {
-			the_post_thumbnail( 'twentyfourteen-full-width' );
-		}
-		endif;
-	?>
-	</a>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-		<?php endif; ?>
-
-		<?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?>
-	</header><!-- .entry-header -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying featured posts on the front page
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<a class="post-thumbnail" href="<?php the_permalink(); ?>">
+	<?php
+	// Output the featured image.
+	if ( has_post_thumbnail() ) :
+		if ( 'grid' == get_theme_mod( 'featured_content_layout' ) ) {
+			the_post_thumbnail();
+		} else {
+			the_post_thumbnail( 'twentyfourteen-full-width' );
+		}
+		endif;
+	?>
+	</a>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+		<?php endif; ?>
+
+		<?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?>
+	</header><!-- .entry-header -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-gallery.php b/wp-content/themes/twentyfourteen/content-gallery.php
index 2f793a8ef..b4a1bc5df 100644
--- a/wp-content/themes/twentyfourteen/content-gallery.php
+++ b/wp-content/themes/twentyfourteen/content-gallery.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Gallery post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>"><?php echo get_post_format_string( 'gallery' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Gallery post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>"><?php echo get_post_format_string( 'gallery' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-image.php b/wp-content/themes/twentyfourteen/content-image.php
index 5e58bf009..8c38519f6 100644
--- a/wp-content/themes/twentyfourteen/content-image.php
+++ b/wp-content/themes/twentyfourteen/content-image.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Image post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>"><?php echo get_post_format_string( 'image' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Image post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>"><?php echo get_post_format_string( 'image' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-link.php b/wp-content/themes/twentyfourteen/content-link.php
index d4c7c8bdf..85cf2bf23 100644
--- a/wp-content/themes/twentyfourteen/content-link.php
+++ b/wp-content/themes/twentyfourteen/content-link.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Link post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'link' ) ); ?>"><?php echo get_post_format_string( 'link' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Link post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'link' ) ); ?>"><?php echo get_post_format_string( 'link' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-none.php b/wp-content/themes/twentyfourteen/content-none.php
index a97f84c86..71c2fdce3 100644
--- a/wp-content/themes/twentyfourteen/content-none.php
+++ b/wp-content/themes/twentyfourteen/content-none.php
@@ -1,31 +1,36 @@
-<?php
-/**
- * The template for displaying a "No posts found" message
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<header class="page-header">
-	<h1 class="page-title"><?php _e( 'Nothing Found', 'twentyfourteen' ); ?></h1>
-</header>
-
-<div class="page-content">
-	<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
-
-	<p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentyfourteen' ), admin_url( 'post-new.php' ) ); ?></p>
-
-	<?php elseif ( is_search() ) : ?>
-
-	<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfourteen' ); ?></p>
-		<?php get_search_form(); ?>
-
-	<?php else : ?>
-
-	<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentyfourteen' ); ?></p>
-		<?php get_search_form(); ?>
-
-	<?php endif; ?>
-</div><!-- .page-content -->
+<?php
+/**
+ * The template for displaying a "No posts found" message
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<header class="page-header">
+	<h1 class="page-title"><?php _e( 'Nothing Found', 'twentyfourteen' ); ?></h1>
+</header>
+
+<div class="page-content">
+	<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
+
+	<p>
+		<?php
+		/* translators: %s: Post editor URL. */
+		printf( __( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentyfourteen' ), admin_url( 'post-new.php' ) );
+		?>
+	</p>
+
+	<?php elseif ( is_search() ) : ?>
+
+	<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfourteen' ); ?></p>
+		<?php get_search_form(); ?>
+
+	<?php else : ?>
+
+	<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentyfourteen' ); ?></p>
+		<?php get_search_form(); ?>
+
+	<?php endif; ?>
+</div><!-- .page-content -->
diff --git a/wp-content/themes/twentyfourteen/content-page.php b/wp-content/themes/twentyfourteen/content-page.php
index 5a42117ee..7c2173765 100644
--- a/wp-content/themes/twentyfourteen/content-page.php
+++ b/wp-content/themes/twentyfourteen/content-page.php
@@ -1,33 +1,33 @@
-<?php
-/**
- * The template used for displaying page content
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php
-		// Page thumbnail and title.
-		twentyfourteen_post_thumbnail();
-		the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' );
-	?>
-
-	<div class="entry-content">
-		<?php
-			the_content();
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-
-			edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' );
-			?>
-	</div><!-- .entry-content -->
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template used for displaying page content
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php
+		// Page thumbnail and title.
+		twentyfourteen_post_thumbnail();
+		the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' );
+	?>
+
+	<div class="entry-content">
+		<?php
+			the_content();
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+
+			edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' );
+			?>
+	</div><!-- .entry-content -->
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-quote.php b/wp-content/themes/twentyfourteen/content-quote.php
index 29e6ec37b..9c1900064 100644
--- a/wp-content/themes/twentyfourteen/content-quote.php
+++ b/wp-content/themes/twentyfourteen/content-quote.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Quote post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>"><?php echo get_post_format_string( 'quote' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Quote post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>"><?php echo get_post_format_string( 'quote' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content-video.php b/wp-content/themes/twentyfourteen/content-video.php
index 1c1a0efb0..092f1cc0a 100644
--- a/wp-content/themes/twentyfourteen/content-video.php
+++ b/wp-content/themes/twentyfourteen/content-video.php
@@ -1,66 +1,66 @@
-<?php
-/**
- * The template for displaying posts in the Video post format
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div><!-- .entry-meta -->
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<span class="post-format">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'video' ) ); ?>"><?php echo get_post_format_string( 'video' ); ?></a>
-			</span>
-
-			<?php twentyfourteen_posted_on(); ?>
-
-			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-			<?php endif; ?>
-
-			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-			?>
-	</div><!-- .entry-content -->
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The template for displaying posts in the Video post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div><!-- .entry-meta -->
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<span class="post-format">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'video' ) ); ?>"><?php echo get_post_format_string( 'video' ); ?></a>
+			</span>
+
+			<?php twentyfourteen_posted_on(); ?>
+
+			<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+			<?php endif; ?>
+
+			<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+			?>
+	</div><!-- .entry-content -->
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/content.php b/wp-content/themes/twentyfourteen/content.php
index bf0536335..e0a2cee76 100644
--- a/wp-content/themes/twentyfourteen/content.php
+++ b/wp-content/themes/twentyfourteen/content.php
@@ -1,76 +1,76 @@
-<?php
-/**
- * The default template for displaying content
- *
- * Used for both single and index/archive/search.
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-	<?php twentyfourteen_post_thumbnail(); ?>
-
-	<header class="entry-header">
-		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
-		<div class="entry-meta">
-			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
-		</div>
-			<?php
-			endif;
-
-		if ( is_single() ) :
-			the_title( '<h1 class="entry-title">', '</h1>' );
-			else :
-				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-			endif;
-			?>
-
-		<div class="entry-meta">
-			<?php
-			if ( 'post' == get_post_type() ) {
-				twentyfourteen_posted_on();
-			}
-
-			if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) :
-				?>
-			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-				<?php
-				endif;
-
-				edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' );
-			?>
-		</div><!-- .entry-meta -->
-	</header><!-- .entry-header -->
-
-	<?php if ( is_search() ) : ?>
-	<div class="entry-summary">
-		<?php the_excerpt(); ?>
-	</div><!-- .entry-summary -->
-	<?php else : ?>
-	<div class="entry-content">
-		<?php
-			/* translators: %s: Name of current post */
-			the_content(
-				sprintf(
-					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
-					the_title( '<span class="screen-reader-text">', '</span>', false )
-				)
-			);
-
-			wp_link_pages(
-				array(
-					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-					'after'       => '</div>',
-					'link_before' => '<span>',
-					'link_after'  => '</span>',
-				)
-			);
-		?>
-	</div><!-- .entry-content -->
-	<?php endif; ?>
-
-	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
-</article><!-- #post-<?php the_ID(); ?> -->
+<?php
+/**
+ * The default template for displaying content
+ *
+ * Used for both single and index/archive/search.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+	<?php twentyfourteen_post_thumbnail(); ?>
+
+	<header class="entry-header">
+		<?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) && twentyfourteen_categorized_blog() ) : ?>
+		<div class="entry-meta">
+			<span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span>
+		</div>
+			<?php
+			endif;
+
+		if ( is_single() ) :
+			the_title( '<h1 class="entry-title">', '</h1>' );
+			else :
+				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+			endif;
+			?>
+
+		<div class="entry-meta">
+			<?php
+			if ( 'post' == get_post_type() ) {
+				twentyfourteen_posted_on();
+			}
+
+			if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) :
+				?>
+			<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+				<?php
+				endif;
+
+				edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' );
+			?>
+		</div><!-- .entry-meta -->
+	</header><!-- .entry-header -->
+
+	<?php if ( is_search() ) : ?>
+	<div class="entry-summary">
+		<?php the_excerpt(); ?>
+	</div><!-- .entry-summary -->
+	<?php else : ?>
+	<div class="entry-content">
+		<?php
+			the_content(
+				sprintf(
+					/* translators: %s: Post title. */
+					__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
+					the_title( '<span class="screen-reader-text">', '</span>', false )
+				)
+			);
+
+			wp_link_pages(
+				array(
+					'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+					'after'       => '</div>',
+					'link_before' => '<span>',
+					'link_after'  => '</span>',
+				)
+			);
+		?>
+	</div><!-- .entry-content -->
+	<?php endif; ?>
+
+	<?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
+</article><!-- #post-<?php the_ID(); ?> -->
diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css
index e0f0e231e..6dc044bf8 100644
--- a/wp-content/themes/twentyfourteen/css/blocks.css
+++ b/wp-content/themes/twentyfourteen/css/blocks.css
@@ -1,400 +1,400 @@
-/*
-Theme Name: Twenty Fourteen
-Description: Used to style blocks.
-*/
-
-/*--------------------------------------------------------------
->>> TABLE OF CONTENTS:
-----------------------------------------------------------------
-1.0 General Block Styles
-2.0 Blocks - Common Blocks
-3.0 Blocks - Formatting
-4.0 Blocks - Layout Elements
-5.0 Blocks - Widgets
-6.0 Blocks - Colors
---------------------------------------------------------------*/
-
-/*--------------------------------------------------------------
-1.0 General Block Styles
---------------------------------------------------------------*/
-
-[class^="wp-block-"] figcaption,
-[class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body {
-	font-size: 12px;
-	font-style: italic;
-	line-height: 1.5;
-	margin: 9px 0 0;
-}
-
-/* Alignments */
-
-[class^="wp-block-"].alignleft,
-[class^="wp-block-"] .alignleft {
-	margin-right: 24px;
-}
-
-[class^="wp-block-"].alignright,
-[class^="wp-block-"] .alignright {
-	margin-left: 24px;
-}
-
-/*--------------------------------------------------------------
-2.0 Blocks - Common Blocks
---------------------------------------------------------------*/
-
-/* Paragraph */
-
-p.has-drop-cap:not(:focus)::first-letter {
-	font-size: 5em;
-}
-
-/* Image */
-
-.wp-block-image {
-	margin-bottom: 24px;
-}
-
-.wp-block-image figcaption {
-	text-align: left;
-}
-
-@media screen and (min-width: 810px) {
-	.full-width .site-content .wp-block-image figure.alignleft {
-		margin-left: -168px;
-	}
-
-	.full-width .site-content .wp-block-image figure.alignright {
-		margin-right: -168px;
-	}
-}
-
-.rtl .wp-block-image figcaption {
-	text-align: right;
-}
-
-/* Gallery */
-
-.wp-block-gallery {
-	margin: 0 0 24px;
-}
-
-.wp-block-gallery .blocks-gallery-image figcaption,
-.wp-block-gallery .blocks-gallery-item figcaption {
-	left: 0;
-	right: 0;
-	width: auto;
-}
-
-/* Quote */
-
-.wp-block-quote:not(.is-large):not(.is-style-large) {
-	border-left: 0;
-	border-right: 0;
-	padding-left: 0;
-	padding-right: 0;
-}
-
-.wp-block-quote.is-large,
-.wp-block-quote.is-style-large {
-	padding: 0;
-}
-
-.wp-block-quote cite {
-	color: #2b2b2b;
-	font-size: 16px;
-	font-weight: 400;
-}
-
-.wp-block-quote.alignleft cite,
-.wp-block-quote.alignright cite {
-	display: inline-block;
-	margin-bottom: 17px;
-	margin-top: 0;
-}
-
-.rtl .wp-block-quote.alignleft {
-	margin-right: 24px;
-}
-
-.rtl .wp-block-quote.alignright {
-	margin-left: 24px;
-}
-
-/* Audio */
-
-.wp-block-audio audio {
-	display: block;
-	width: 100%;
-}
-
-/* Cover */
-
-.wp-block-cover-image.aligncenter,
-.wp-block-cover.aligncenter {
-	display: flex;
-}
-
-/* File */
-
-.wp-block-file .wp-block-file__button {
-	background-color: #24890d;
-	border: 0;
-	color: #fff;
-	font-size: 12px;
-	font-weight: 700;
-	line-height: 15px;
-	padding: 10px 30px 11px;
-	text-transform: uppercase;
-	vertical-align: bottom;
-}
-
-.wp-block-file .wp-block-file__button:hover,
-.wp-block-file .wp-block-file__button:focus {
-	background-color: #41a62a;
-}
-
-.wp-block-file .wp-block-file__button:active {
-	background-color: #55d737;
-}
-
-/*--------------------------------------------------------------
-3.0 Blocks - Formatting
---------------------------------------------------------------*/
-
-/* Code */
-
-.wp-block-code {
-	border: 0;
-	padding: 0;
-}
-
-/* Pullquote */
-
-.wp-block-pullquote {
-	border: 0;
-	margin: 0;
-}
-
-.wp-block-pullquote cite {
-	color: #2b2b2b;
-	font-size: 16px;
-	font-weight: 400;
-	margin-top: 0;
-	text-transform: none;
-}
-
-.wp-block-pullquote.alignleft {
-	margin-right: 1em;
-}
-
-.wp-block-pullquote.alignright {
-	margin-right: 1em;
-}
-
-@media screen and (min-width: 810px) {
-	.full-width .site-content .wp-block-pullquote.alignleft {
-		margin-left: -168px;
-	}
-
-	.full-width .site-content .wp-block-pullquote.alignright {
-		margin-right: -168px;
-	}
-}
-
-/* Table */
-
-.wp-block-table {
-	overflow-x: visible;
-}
-
-.wp-block-table th,
-.wp-block-table td {
-	border-color: rgba(0, 0, 0, 0.1);
-	border-width: 0 1px 1px 0;
-}
-
-/*--------------------------------------------------------------
-4.0 Blocks - Layout Elements
---------------------------------------------------------------*/
-
-/* Buttons */
-
-.wp-block-button .wp-block-button__link {
-	font-size: 12px;
-	font-weight: 700;
-	line-height: 15px;
-	padding: 10px 30px 11px;
-	text-decoration: none;
-	text-transform: uppercase;
-	vertical-align: bottom;
-}
-
-.wp-block-button__link {
-	background-color: #24890d;
-	color: #fff;
-}
-
-.is-style-outline .wp-block-button__link:not(.has-text-color) {
-	color: #24890d;
-}
-
-.wp-block-button__link:hover,
-.wp-block-button__link:focus,
-.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
-.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
-	background-color: #41a62a;
-	color: #fff;
-}
-
-.wp-block-button__link:active {
-	background-color: #55d737;
-}
-
-/* Separator */
-
-.wp-block-separator {
-	border: 0;
-	max-width: 100px;
-}
-
-.wp-block-separator.is-style-wide {
-	max-width: 100%;
-}
-
-/* Media & Text */
-
-.wp-block-media-text {
-	margin-bottom: 24px;
-}
-
-.wp-block-media-text *:last-child {
-	margin-bottom: 0;
-}
-
-/*--------------------------------------------------------------
-5.0 Blocks - Widgets
---------------------------------------------------------------*/
-
-/* Archives, Categories & Latest Posts */
-
-.wp-block-archives.aligncenter,
-.wp-block-categories.aligncenter,
-.wp-block-latest-posts.aligncenter {
-	list-style-position: inside;
-	margin-left: 20px;
-	text-align: center;
-}
-
-.rtl .wp-block-archives.aligncenter,
-.rtl .wp-block-categories.aligncenter,
-.rtl .wp-block-latest-posts.aligncenter {
-	margin-left: 0;
-	margin-right: 20px;
-}
-
-/* Latest Comments */
-
-.wp-block-latest-comments {
-	margin: 0;
-	padding: 0;
-}
-
-.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
-.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
-	margin-left: 60px;
-}
-
-.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
-	border-radius: 0;
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	padding: 2px;
-}
-
-.wp-block-latest-comments__comment,
-.wp-block-latest-comments__comment-excerpt,
-.wp-block-latest-comments__comment-excerpt p {
-	font-size: 16px;
-}
-
-.wp-block-latest-comments__comment-meta a {
-	color: #2b2b2b;
-	font-weight: 900;
-	text-decoration: none;
-}
-
-.wp-block-latest-comments_comment-meta a:hover,
-.wp-block-latest-comments_comment-meta a:focus {
-	color: #41a62a;
-}
-
-.wp-block-latest-comments__comment-excerpt p:last-child {
-}
-
-.wp-block-latest-comments__comment-date {
-	text-transform: uppercase;
-}
-
-.wp-block-latest-comments .wp-block-latest-comments__comment {
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	margin-bottom: 24px;
-	padding-top: 24px;
-}
-
-/* Latest Posts */
-
-.wp-block-latest-posts.is-grid {
-	margin-left: 0;
-	margin-right: 0;
-}
-
-/*--------------------------------------------------------------
-6.0 Blocks - Colors
---------------------------------------------------------------*/
-
-.has-green-color {
-	color: #24890d;
-}
-
-.has-green-background-color {
-	background-color: #24890d;
-}
-
-.has-black-color {
-	color: #000;
-}
-
-.has-black-background-color {
-	background-color: #000;
-}
-
-.has-dark-gray-color {
-	color: #2b2b2b;
-}
-
-.has-dark-gray-background-color {
-	background-color: #2b2b2b;
-}
-
-.has-medium-gray-color {
-	color: #767676;
-}
-
-.has-medium-gray-background-color {
-	background-color: #767676;
-}
-
-.has-light-gray-color {
-	color: #f5f5f5;
-}
-
-.has-light-gray-background-color {
-	background-color: #f5f5f5;
-}
-
-.has-white-color {
-	color: #fff;
-}
-
-.has-white-background-color {
-	background-color: #fff;
-}
+/*
+Theme Name: Twenty Fourteen
+Description: Used to style blocks.
+*/
+
+/*--------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 General Block Styles
+2.0 Blocks - Common Blocks
+3.0 Blocks - Formatting
+4.0 Blocks - Layout Elements
+5.0 Blocks - Widgets
+6.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+1.0 General Block Styles
+--------------------------------------------------------------*/
+
+[class^="wp-block-"] figcaption,
+[class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body {
+	font-size: 12px;
+	font-style: italic;
+	line-height: 1.5;
+	margin: 9px 0 0;
+}
+
+/* Alignments */
+
+[class^="wp-block-"].alignleft,
+[class^="wp-block-"] .alignleft {
+	margin-right: 24px;
+}
+
+[class^="wp-block-"].alignright,
+[class^="wp-block-"] .alignright {
+	margin-left: 24px;
+}
+
+/*--------------------------------------------------------------
+2.0 Blocks - Common Blocks
+--------------------------------------------------------------*/
+
+/* Paragraph */
+
+p.has-drop-cap:not(:focus)::first-letter {
+	font-size: 5em;
+}
+
+/* Image */
+
+.wp-block-image {
+	margin-bottom: 24px;
+}
+
+.wp-block-image figcaption {
+	text-align: left;
+}
+
+@media screen and (min-width: 810px) {
+	.full-width .site-content .wp-block-image figure.alignleft {
+		margin-left: -168px;
+	}
+
+	.full-width .site-content .wp-block-image figure.alignright {
+		margin-right: -168px;
+	}
+}
+
+.rtl .wp-block-image figcaption {
+	text-align: right;
+}
+
+/* Gallery */
+
+.wp-block-gallery {
+	margin: 0 0 24px;
+}
+
+.wp-block-gallery .blocks-gallery-image figcaption,
+.wp-block-gallery .blocks-gallery-item figcaption {
+	left: 0;
+	right: 0;
+	width: auto;
+}
+
+/* Quote */
+
+.wp-block-quote:not(.is-large):not(.is-style-large) {
+	border-left: 0;
+	border-right: 0;
+	padding-left: 0;
+	padding-right: 0;
+}
+
+.wp-block-quote.is-large,
+.wp-block-quote.is-style-large {
+	padding: 0;
+}
+
+.wp-block-quote cite {
+	color: #2b2b2b;
+	font-size: 16px;
+	font-weight: 400;
+}
+
+.wp-block-quote.alignleft cite,
+.wp-block-quote.alignright cite {
+	display: inline-block;
+	margin-bottom: 17px;
+	margin-top: 0;
+}
+
+.rtl .wp-block-quote.alignleft {
+	margin-right: 24px;
+}
+
+.rtl .wp-block-quote.alignright {
+	margin-left: 24px;
+}
+
+/* Audio */
+
+.wp-block-audio audio {
+	display: block;
+	width: 100%;
+}
+
+/* Cover */
+
+.wp-block-cover-image.aligncenter,
+.wp-block-cover.aligncenter {
+	display: flex;
+}
+
+/* File */
+
+.wp-block-file .wp-block-file__button {
+	background-color: #24890d;
+	border: 0;
+	color: #fff;
+	font-size: 12px;
+	font-weight: 700;
+	line-height: 15px;
+	padding: 10px 30px 11px;
+	text-transform: uppercase;
+	vertical-align: bottom;
+}
+
+.wp-block-file .wp-block-file__button:hover,
+.wp-block-file .wp-block-file__button:focus {
+	background-color: #41a62a;
+}
+
+.wp-block-file .wp-block-file__button:active {
+	background-color: #55d737;
+}
+
+/*--------------------------------------------------------------
+3.0 Blocks - Formatting
+--------------------------------------------------------------*/
+
+/* Code */
+
+.wp-block-code {
+	border: 0;
+	padding: 0;
+}
+
+/* Pullquote */
+
+.wp-block-pullquote {
+	border: 0;
+	margin: 0;
+}
+
+.wp-block-pullquote cite {
+	color: #2b2b2b;
+	font-size: 16px;
+	font-weight: 400;
+	margin-top: 0;
+	text-transform: none;
+}
+
+.wp-block-pullquote.alignleft {
+	margin-right: 1em;
+}
+
+.wp-block-pullquote.alignright {
+	margin-right: 1em;
+}
+
+@media screen and (min-width: 810px) {
+	.full-width .site-content .wp-block-pullquote.alignleft {
+		margin-left: -168px;
+	}
+
+	.full-width .site-content .wp-block-pullquote.alignright {
+		margin-right: -168px;
+	}
+}
+
+/* Table */
+
+.wp-block-table {
+	overflow-x: visible;
+}
+
+.wp-block-table th,
+.wp-block-table td {
+	border-color: rgba(0, 0, 0, 0.1);
+	border-width: 0 1px 1px 0;
+}
+
+/*--------------------------------------------------------------
+4.0 Blocks - Layout Elements
+--------------------------------------------------------------*/
+
+/* Buttons */
+
+.wp-block-button .wp-block-button__link {
+	font-size: 12px;
+	font-weight: 700;
+	line-height: 15px;
+	padding: 10px 30px 11px;
+	text-decoration: none;
+	text-transform: uppercase;
+	vertical-align: bottom;
+}
+
+.wp-block-button__link {
+	background-color: #24890d;
+	color: #fff;
+}
+
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
+	color: #24890d;
+}
+
+.wp-block-button__link:hover,
+.wp-block-button__link:focus,
+.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
+.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
+	background-color: #41a62a;
+	color: #fff;
+}
+
+.wp-block-button__link:active {
+	background-color: #55d737;
+}
+
+/* Separator */
+
+.wp-block-separator {
+	border: 0;
+	max-width: 100px;
+}
+
+.wp-block-separator.is-style-wide {
+	max-width: 100%;
+}
+
+/* Media & Text */
+
+.wp-block-media-text {
+	margin-bottom: 24px;
+}
+
+.wp-block-media-text *:last-child {
+	margin-bottom: 0;
+}
+
+/*--------------------------------------------------------------
+5.0 Blocks - Widgets
+--------------------------------------------------------------*/
+
+/* Archives, Categories & Latest Posts */
+
+.wp-block-archives.aligncenter,
+.wp-block-categories.aligncenter,
+.wp-block-latest-posts.aligncenter {
+	list-style-position: inside;
+	margin-left: 20px;
+	text-align: center;
+}
+
+.rtl .wp-block-archives.aligncenter,
+.rtl .wp-block-categories.aligncenter,
+.rtl .wp-block-latest-posts.aligncenter {
+	margin-left: 0;
+	margin-right: 20px;
+}
+
+/* Latest Comments */
+
+.wp-block-latest-comments {
+	margin: 0;
+	padding: 0;
+}
+
+.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
+.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
+	margin-left: 60px;
+}
+
+.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
+	border-radius: 0;
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	padding: 2px;
+}
+
+.wp-block-latest-comments__comment,
+.wp-block-latest-comments__comment-excerpt,
+.wp-block-latest-comments__comment-excerpt p {
+	font-size: 16px;
+}
+
+.wp-block-latest-comments__comment-meta a {
+	color: #2b2b2b;
+	font-weight: 900;
+	text-decoration: none;
+}
+
+.wp-block-latest-comments_comment-meta a:hover,
+.wp-block-latest-comments_comment-meta a:focus {
+	color: #41a62a;
+}
+
+.wp-block-latest-comments__comment-excerpt p:last-child {
+}
+
+.wp-block-latest-comments__comment-date {
+	text-transform: uppercase;
+}
+
+.wp-block-latest-comments .wp-block-latest-comments__comment {
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	margin-bottom: 24px;
+	padding-top: 24px;
+}
+
+/* Latest Posts */
+
+.wp-block-latest-posts.is-grid {
+	margin-left: 0;
+	margin-right: 0;
+}
+
+/*--------------------------------------------------------------
+6.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+.has-green-color {
+	color: #24890d;
+}
+
+.has-green-background-color {
+	background-color: #24890d;
+}
+
+.has-black-color {
+	color: #000;
+}
+
+.has-black-background-color {
+	background-color: #000;
+}
+
+.has-dark-gray-color {
+	color: #2b2b2b;
+}
+
+.has-dark-gray-background-color {
+	background-color: #2b2b2b;
+}
+
+.has-medium-gray-color {
+	color: #767676;
+}
+
+.has-medium-gray-background-color {
+	background-color: #767676;
+}
+
+.has-light-gray-color {
+	color: #f5f5f5;
+}
+
+.has-light-gray-background-color {
+	background-color: #f5f5f5;
+}
+
+.has-white-color {
+	color: #fff;
+}
+
+.has-white-background-color {
+	background-color: #fff;
+}
diff --git a/wp-content/themes/twentyfourteen/css/editor-blocks.css b/wp-content/themes/twentyfourteen/css/editor-blocks.css
index 079896cbf..960f07cf4 100644
--- a/wp-content/themes/twentyfourteen/css/editor-blocks.css
+++ b/wp-content/themes/twentyfourteen/css/editor-blocks.css
@@ -1,484 +1,484 @@
-/*
-Theme Name: Twenty Fourteen
-Description: Used to style blocks in the editor.
-*/
-
-/*--------------------------------------------------------------
->>> TABLE OF CONTENTS:
-----------------------------------------------------------------
-1.0 General Typography
-2.0 General Block Styles
-3.0 Blocks - Common Blocks
-4.0 Blocks - Formatting
-5.0 Blocks - Layout Elements
-6.0 Blocks - Widgets
---------------------------------------------------------------*/
-
-/*--------------------------------------------------------------
-1.0 General Typography
---------------------------------------------------------------*/
-
-.edit-post-visual-editor .editor-block-list__block,
-.edit-post-visual-editor .editor-block-list__block p,
-.editor-default-block-appender textarea.editor-default-block-appender__content {
-	font-size: 16px;
-	line-height: 1.5;
-}
-
-.editor-default-block-appender textarea.editor-default-block-appender__content {
-	font-family: Lato, sans-serif;
-}
-
-.edit-post-visual-editor .editor-block-list__block {
-	color: #2b2b2b;
-}
-
-.editor-post-title__block .editor-post-title__input {
-	font-family: Lato, sans-serif;
-	font-size: 33px;
-	font-weight: 300;
-	line-height: 1.0909090909;
-	text-transform: uppercase;
-}
-
-/* Headers */
-
-.wp-block-freeform.block-library-rich-text__tinymce h1 {
-	font-size: 26px;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce h2 {
-	font-size: 24px;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce h3 {
-	font-size: 22px;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce h4 {
-	font-size: 20px;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce h5 {
-	font-size: 18px;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce h6 {
-	font-size: 16px;
-}
-
-/*--------------------------------------------------------------
-2.0 General Block Styles
---------------------------------------------------------------*/
-
-/* Main column width */
-
-.wp-block {
-	max-width: 504px; /* 474px + 30px to account for padding */
-}
-
-/* Link styles */
-
-.edit-post-visual-editor a,
-.editor-block-list__block a,
-.wp-block-freeform.block-library-rich-text__tinymce a {
-	color: #24890d;
-}
-
-/* List styles */
-
-.wp-block-freeform.block-library-rich-text__tinymce li {
-	line-height: 1.5;
-}
-
-.edit-post-visual-editor ul:not(.wp-block-gallery),
-.editor-block-list__block ul:not(.wp-block-gallery),
-.block-library-list ul,
-.edit-post-visual-editor ol,
-.editor-block-list__block ol,
-.block-library-list ol {
-	margin: 0 0 1.6em 1.3333em;
-	padding: 0;
-}
-
-.block-library-list .editor-rich-text__tinymce {
-	padding: 0;
-}
-
-.edit-post-visual-editor ul:not(.wp-block-gallery),
-.editor-block-list__block ul:not(.wp-block-gallery),
-.block-library-list ul {
-	list-style: disc;
-}
-
-.edit-post-visual-editor ol,
-.editor-block-list__block ol,
-.block-library-list ol {
-	list-style: decimal;
-}
-
-.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
-.editor-block-list__block ul:not(.wp-block-gallery) li > ul,
-.block-library-list li > ul,
-.edit-post-visual-editor li > ol,
-.editor-block-list__block li > ol,
-.block-library-list li > ol {
-	margin-bottom: 0;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce li,
-.editor-block-list__block li {
-	margin-bottom: 0;
-}
-
-.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
-.rtl .editor-block-list__block ul:not(.wp-block-gallery),
-.rtl .block-library-list ul,
-.rtl .edit-post-visual-editor ol,
-.rtl .editor-block-list__block ol,
-.rtl .block-library-list ol {
-	margin-left: 0;
-	margin-right: 1.3333em;
-}
-
-/* Code */
-
-.wp-block-freeform.block-library-rich-text__tinymce code {
-	background: transparent;
-}
-
-
-/* Captions */
-
-[class^="wp-block-"] figcaption,
-[class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body {
-	font-size: 12px;
-	font-style: italic;
-	line-height: 1.5;
-	margin: 9px 0 0;
-}
-
-/* Tables */
-
-.edit-post-visual-editor .editor-block-list__block table,
-.edit-post-visual-editor .editor-block-list__block table th,
-.edit-post-visual-editor .editor-block-list__block table td {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	font-size: 14px;
-	line-height: 1.2857142857;
-}
-
-.edit-post-visual-editor .editor-block-list__block table {
-	border-collapse: separate;
-	border-spacing: 0;
-	border-width: 1px 0 0 1px;
-	margin-bottom: 24px;
-	width: 100%;
-}
-
-.edit-post-visual-editor .editor-block-list__block table th {
-	border-width: 0 1px 1px 0;
-	font-weight: 700;
-	text-align: left;
-	text-transform: uppercase;
-}
-
-.edit-post-visual-editor .editor-block-list__block table td {
-	border-width: 0 1px 1px 0;
-}
-
-.rtl .edit-post-visual-editor .editor-block-list__block table th {
-	text-align: right;
-}
-
-/* Quotes */
-
-.wp-block-freeform.block-library-rich-text__tinymce blockquote {
-	border-left: 0;
-	border-right: 0;
-	padding-left: 0;
-	padding-right: 0;
-}
-
-.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
-	font-size: 19px;
-}
-
-/* Tables */
-
-.editor-block-list__block .wp-block-table th,
-.editor-block-list__block .wp-block-table td {
-	padding: 0;
-}
-
-/*--------------------------------------------------------------
-3.0 Blocks - Common Blocks
---------------------------------------------------------------*/
-
-/* Paragraph */
-
-p.has-drop-cap:not(:focus)::first-letter {
-	font-size: 5em;
-}
-
-/* Image */
-
-.wp-block-image {
-	margin-bottom: 24px;
-	max-width: 800px;
-}
-
-.wp-block-image figcaption {
-	text-align: left;
-}
-
-@media screen and (min-width: 810px) {
-	[data-type="core/image"][data-align="left"] .editor-block-list__block-edit {
-		clear: left;
-		margin-left: -198px; /* 30px wider than front-end, to account for editor tool spacing */
-	}
-
-	[data-type="core/image"][data-align="right"] .editor-block-list__block-edit {
-		clear: right;
-		margin-right: -198px; /* 30px wider than front-end, to account for editor tool spacing */
-	}
-}
-
-.rtl .wp-block-image figcaption {
-	text-align: right;
-}
-
-/* Gallery */
-
-.editor-block-list__block .wp-block-gallery {
-	margin-left: 0;
-	margin-right: 0;
-}
-
-/* Quote */
-
-.editor-block-list__block .wp-block-quote p {
-	font-size: 19px;
-}
-
-.wp-block-quote:not(.is-large):not(.is-style-large) {
-	border-left: 0;
-	border-right: 0;
-	padding-left: 0;
-	padding-right: 0;
-}
-
-.wp-block-quote.is-large,
-.wp-block-quote.is-style-large {
-	padding: 0;
-}
-
-.wp-block-quote.is-large p,
-.wp-block-quote.is-style-large p {
-	font-size: 24px;
-	line-height: 1.6;
-}
-
-.wp-block-quote .wp-block-quote__citation {
-	color: #2b2b2b;
-	font-size: 16px;
-	font-weight: 400;
-	margin-top: 0;
-}
-
-.wp-block-quote.alignleft .wp-block-quote__citation,
-.wp-block-quote.alignright .wp-block-quote__citation {
-	display: inline-block;
-	margin-bottom: 17px;
-}
-
-@media screen and (min-width: 1200px) {
-	.editor-block-list__block .wp-block-quote.alignleft,
-	.editor-block-list__block .wp-block-quote.alignright {
-		width: -webkit-calc(50% + 130px);
-		width: calc(50% + 130px);
-	}
-
-	.editor-block-list__block .wp-block-quote.alignleft {
-		clear: left;
-		margin-left: -168px;
-	}
-
-	.editor-block-list__block .wp-block-quote.alignright {
-		clear: right;
-		margin-right: -168px;
-	}
-}
-
-/* Cover */
-
-.wp-block-cover-image.aligncenter,
-.wp-block-cover.aligncenter {
-	display: flex;
-}
-
-/* File */
-
-.wp-block-file .wp-block-file__textlink {
-	color: #24890d;
-	text-decoration: underline;
-}
-
-.wp-block-file .wp-block-file__button {
-	background-color: #24890d;
-	border: 0;
-	border-radius: 2px;
-	color: #fff;
-	font-size: 12px;
-	font-weight: 700;
-	line-height: normal;
-	padding: 10px 30px 11px;
-	text-transform: uppercase;
-	vertical-align: bottom;
-}
-
-.editor-block-list__block .wp-block-file .wp-block-file__button.mce-content-body {
-	line-height: normal;
-}
-
-/*--------------------------------------------------------------
-4.0 Blocks - Formatting
---------------------------------------------------------------*/
-
-/* Code */
-
-.wp-block-code {
-	border: 0;
-	padding: 0;
-}
-
-/* Pullquote */
-
-.wp-block-pullquote {
-	border: 0;
-	margin: 0;
-}
-
-.wp-block-pullquote .wp-block-pullquote__citation {
-	color: #2b2b2b;
-	font-size: 16px;
-	font-weight: 400;
-	margin-top: 0;
-	text-transform: none;
-}
-
-.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
-.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
-	font-size: 20px;
-}
-
-@media screen and (min-width: 810px) {
-	.editor-block-list__block .wp-block-pullquote.alignleft {
-		margin-left: -168px;
-	}
-
-	.editor-block-list__block .wp-block-pullquote.alignright {
-		margin-right: -168px;
-	}
-}
-
-/*--------------------------------------------------------------
-5.0 Blocks - Layout Elements
---------------------------------------------------------------*/
-
-/* Buttons */
-
-.wp-block-button .wp-block-button__link {
-	font-size: 12px;
-	font-weight: 700;
-	padding: 10px 30px 11px;
-	text-transform: uppercase;
-	vertical-align: bottom;
-}
-
-.wp-block-button__link {
-	background-color: #24890d;
-	color: #fff;
-}
-
-.is-style-outline .wp-block-button__link {
-	color: #24890d;
-}
-
-.editor-block-list__block .wp-block-button .mce-content-body {
-	line-height: normal;
-}
-
-/* Media & Text */
-
-.wp-block-media-text *:last-child {
-	margin-bottom: 0;
-}
-
-/*--------------------------------------------------------------
-6.0 Blocks - Widgets
---------------------------------------------------------------*/
-
-/* Archives, Categories & Latest Posts */
-
-[data-align="center"] .wp-block-archives ul,
-[data-align="center"] .wp-block-categories ul,
-[data-align="center"] .wp-block-categories ul {
-	list-style-position: inside;
-}
-
-.wp-block-archives li a,
-.wp-block-categories__list li a,
-.wp-block-latest-posts li a {
-	text-decoration: underline;
-}
-
-/* Latest Comments */
-
-.editor-block-list__block ol.wp-block-latest-comments,
-.rtl .editor-block-list__block ol.wp-block-latest-comments {
-	margin: 0;
-	padding: 0;
-}
-
-.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
-.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
-	margin-left: 60px;
-}
-
-.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
-	border-radius: 0;
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	padding: 2px;
-}
-
-.wp-block-latest-comments__comment,
-.wp-block-latest-comments__comment-excerpt,
-.wp-block-latest-comments__comment-excerpt p {
-	font-size: 16px;
-}
-
-.editor-block-list__block .wp-block-latest-comments__comment-meta a,
-.editor-block-list__block .wp-block-latest-comments__comment-meta a:visited {
-	color: #2b2b2b;
-	font-weight: 900;
-	text-decoration: none;
-}
-
-.wp-block-latest-comments__comment-date {
-	text-transform: uppercase;
-}
-
-.wp-block-latest-comments .wp-block-latest-comments__comment {
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	margin-bottom: 24px;
-	padding-top: 24px;
-}
-
-/* Latest Posts */
-
-.edit-post-visual-editor .editor-block-list__block .wp-block-latest-posts.is-grid {
-	list-style: none;
-	margin-left: 0;
-	margin-right: 0;
-}
+/*
+Theme Name: Twenty Fourteen
+Description: Used to style blocks in the editor.
+*/
+
+/*--------------------------------------------------------------
+>>> TABLE OF CONTENTS:
+----------------------------------------------------------------
+1.0 General Typography
+2.0 General Block Styles
+3.0 Blocks - Common Blocks
+4.0 Blocks - Formatting
+5.0 Blocks - Layout Elements
+6.0 Blocks - Widgets
+--------------------------------------------------------------*/
+
+/*--------------------------------------------------------------
+1.0 General Typography
+--------------------------------------------------------------*/
+
+.edit-post-visual-editor .editor-block-list__block,
+.edit-post-visual-editor .editor-block-list__block p,
+.editor-default-block-appender textarea.editor-default-block-appender__content {
+	font-size: 16px;
+	line-height: 1.5;
+}
+
+.editor-default-block-appender textarea.editor-default-block-appender__content {
+	font-family: Lato, sans-serif;
+}
+
+.edit-post-visual-editor .editor-block-list__block {
+	color: #2b2b2b;
+}
+
+.editor-post-title__block .editor-post-title__input {
+	font-family: Lato, sans-serif;
+	font-size: 33px;
+	font-weight: 300;
+	line-height: 1.0909090909;
+	text-transform: uppercase;
+}
+
+/* Headers */
+
+.wp-block-freeform.block-library-rich-text__tinymce h1 {
+	font-size: 26px;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce h2 {
+	font-size: 24px;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce h3 {
+	font-size: 22px;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce h4 {
+	font-size: 20px;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce h5 {
+	font-size: 18px;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce h6 {
+	font-size: 16px;
+}
+
+/*--------------------------------------------------------------
+2.0 General Block Styles
+--------------------------------------------------------------*/
+
+/* Main column width */
+
+.wp-block {
+	max-width: 504px; /* 474px + 30px to account for padding */
+}
+
+/* Link styles */
+
+.edit-post-visual-editor a,
+.editor-block-list__block a,
+.wp-block-freeform.block-library-rich-text__tinymce a {
+	color: #24890d;
+}
+
+/* List styles */
+
+.wp-block-freeform.block-library-rich-text__tinymce li {
+	line-height: 1.5;
+}
+
+.edit-post-visual-editor ul:not(.wp-block-gallery),
+.editor-block-list__block ul:not(.wp-block-gallery),
+.block-library-list ul,
+.edit-post-visual-editor ol,
+.editor-block-list__block ol,
+.block-library-list ol {
+	margin: 0 0 1.6em 1.3333em;
+	padding: 0;
+}
+
+.block-library-list .editor-rich-text__tinymce {
+	padding: 0;
+}
+
+.edit-post-visual-editor ul:not(.wp-block-gallery),
+.editor-block-list__block ul:not(.wp-block-gallery),
+.block-library-list ul {
+	list-style: disc;
+}
+
+.edit-post-visual-editor ol,
+.editor-block-list__block ol,
+.block-library-list ol {
+	list-style: decimal;
+}
+
+.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
+.editor-block-list__block ul:not(.wp-block-gallery) li > ul,
+.block-library-list li > ul,
+.edit-post-visual-editor li > ol,
+.editor-block-list__block li > ol,
+.block-library-list li > ol {
+	margin-bottom: 0;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce li,
+.editor-block-list__block li {
+	margin-bottom: 0;
+}
+
+.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
+.rtl .editor-block-list__block ul:not(.wp-block-gallery),
+.rtl .block-library-list ul,
+.rtl .edit-post-visual-editor ol,
+.rtl .editor-block-list__block ol,
+.rtl .block-library-list ol {
+	margin-left: 0;
+	margin-right: 1.3333em;
+}
+
+/* Code */
+
+.wp-block-freeform.block-library-rich-text__tinymce code {
+	background: transparent;
+}
+
+
+/* Captions */
+
+[class^="wp-block-"] figcaption,
+[class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body {
+	font-size: 12px;
+	font-style: italic;
+	line-height: 1.5;
+	margin: 9px 0 0;
+}
+
+/* Tables */
+
+.edit-post-visual-editor .editor-block-list__block table,
+.edit-post-visual-editor .editor-block-list__block table th,
+.edit-post-visual-editor .editor-block-list__block table td {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	font-size: 14px;
+	line-height: 1.2857142857;
+}
+
+.edit-post-visual-editor .editor-block-list__block table {
+	border-collapse: separate;
+	border-spacing: 0;
+	border-width: 1px 0 0 1px;
+	margin-bottom: 24px;
+	width: 100%;
+}
+
+.edit-post-visual-editor .editor-block-list__block table th {
+	border-width: 0 1px 1px 0;
+	font-weight: 700;
+	text-align: left;
+	text-transform: uppercase;
+}
+
+.edit-post-visual-editor .editor-block-list__block table td {
+	border-width: 0 1px 1px 0;
+}
+
+.rtl .edit-post-visual-editor .editor-block-list__block table th {
+	text-align: right;
+}
+
+/* Quotes */
+
+.wp-block-freeform.block-library-rich-text__tinymce blockquote {
+	border-left: 0;
+	border-right: 0;
+	padding-left: 0;
+	padding-right: 0;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
+	font-size: 19px;
+}
+
+/* Tables */
+
+.editor-block-list__block .wp-block-table th,
+.editor-block-list__block .wp-block-table td {
+	padding: 0;
+}
+
+/*--------------------------------------------------------------
+3.0 Blocks - Common Blocks
+--------------------------------------------------------------*/
+
+/* Paragraph */
+
+p.has-drop-cap:not(:focus)::first-letter {
+	font-size: 5em;
+}
+
+/* Image */
+
+.wp-block-image {
+	margin-bottom: 24px;
+	max-width: 800px;
+}
+
+.wp-block-image figcaption {
+	text-align: left;
+}
+
+@media screen and (min-width: 810px) {
+	[data-type="core/image"][data-align="left"] .editor-block-list__block-edit {
+		clear: left;
+		margin-left: -198px; /* 30px wider than front-end, to account for editor tool spacing */
+	}
+
+	[data-type="core/image"][data-align="right"] .editor-block-list__block-edit {
+		clear: right;
+		margin-right: -198px; /* 30px wider than front-end, to account for editor tool spacing */
+	}
+}
+
+.rtl .wp-block-image figcaption {
+	text-align: right;
+}
+
+/* Gallery */
+
+.editor-block-list__block .wp-block-gallery {
+	margin-left: 0;
+	margin-right: 0;
+}
+
+/* Quote */
+
+.editor-block-list__block .wp-block-quote p {
+	font-size: 19px;
+}
+
+.wp-block-quote:not(.is-large):not(.is-style-large) {
+	border-left: 0;
+	border-right: 0;
+	padding-left: 0;
+	padding-right: 0;
+}
+
+.wp-block-quote.is-large,
+.wp-block-quote.is-style-large {
+	padding: 0;
+}
+
+.wp-block-quote.is-large p,
+.wp-block-quote.is-style-large p {
+	font-size: 24px;
+	line-height: 1.6;
+}
+
+.wp-block-quote .wp-block-quote__citation {
+	color: #2b2b2b;
+	font-size: 16px;
+	font-weight: 400;
+	margin-top: 0;
+}
+
+.wp-block-quote.alignleft .wp-block-quote__citation,
+.wp-block-quote.alignright .wp-block-quote__citation {
+	display: inline-block;
+	margin-bottom: 17px;
+}
+
+@media screen and (min-width: 1200px) {
+	.editor-block-list__block .wp-block-quote.alignleft,
+	.editor-block-list__block .wp-block-quote.alignright {
+		width: -webkit-calc(50% + 130px);
+		width: calc(50% + 130px);
+	}
+
+	.editor-block-list__block .wp-block-quote.alignleft {
+		clear: left;
+		margin-left: -168px;
+	}
+
+	.editor-block-list__block .wp-block-quote.alignright {
+		clear: right;
+		margin-right: -168px;
+	}
+}
+
+/* Cover */
+
+.wp-block-cover-image.aligncenter,
+.wp-block-cover.aligncenter {
+	display: flex;
+}
+
+/* File */
+
+.wp-block-file .wp-block-file__textlink {
+	color: #24890d;
+	text-decoration: underline;
+}
+
+.wp-block-file .wp-block-file__button {
+	background-color: #24890d;
+	border: 0;
+	border-radius: 2px;
+	color: #fff;
+	font-size: 12px;
+	font-weight: 700;
+	line-height: normal;
+	padding: 10px 30px 11px;
+	text-transform: uppercase;
+	vertical-align: bottom;
+}
+
+.editor-block-list__block .wp-block-file .wp-block-file__button.mce-content-body {
+	line-height: normal;
+}
+
+/*--------------------------------------------------------------
+4.0 Blocks - Formatting
+--------------------------------------------------------------*/
+
+/* Code */
+
+.wp-block-code {
+	border: 0;
+	padding: 0;
+}
+
+/* Pullquote */
+
+.wp-block-pullquote {
+	border: 0;
+	margin: 0;
+}
+
+.wp-block-pullquote .wp-block-pullquote__citation {
+	color: #2b2b2b;
+	font-size: 16px;
+	font-weight: 400;
+	margin-top: 0;
+	text-transform: none;
+}
+
+.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
+.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
+	font-size: 20px;
+}
+
+@media screen and (min-width: 810px) {
+	.editor-block-list__block .wp-block-pullquote.alignleft {
+		margin-left: -168px;
+	}
+
+	.editor-block-list__block .wp-block-pullquote.alignright {
+		margin-right: -168px;
+	}
+}
+
+/*--------------------------------------------------------------
+5.0 Blocks - Layout Elements
+--------------------------------------------------------------*/
+
+/* Buttons */
+
+.wp-block-button .wp-block-button__link {
+	font-size: 12px;
+	font-weight: 700;
+	padding: 10px 30px 11px;
+	text-transform: uppercase;
+	vertical-align: bottom;
+}
+
+.wp-block-button__link {
+	background-color: #24890d;
+	color: #fff;
+}
+
+.is-style-outline .wp-block-button__link {
+	color: #24890d;
+}
+
+.editor-block-list__block .wp-block-button .mce-content-body {
+	line-height: normal;
+}
+
+/* Media & Text */
+
+.wp-block-media-text *:last-child {
+	margin-bottom: 0;
+}
+
+/*--------------------------------------------------------------
+6.0 Blocks - Widgets
+--------------------------------------------------------------*/
+
+/* Archives, Categories & Latest Posts */
+
+[data-align="center"] .wp-block-archives ul,
+[data-align="center"] .wp-block-categories ul,
+[data-align="center"] .wp-block-categories ul {
+	list-style-position: inside;
+}
+
+.wp-block-archives li a,
+.wp-block-categories__list li a,
+.wp-block-latest-posts li a {
+	text-decoration: underline;
+}
+
+/* Latest Comments */
+
+.editor-block-list__block ol.wp-block-latest-comments,
+.rtl .editor-block-list__block ol.wp-block-latest-comments {
+	margin: 0;
+	padding: 0;
+}
+
+.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
+.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
+	margin-left: 60px;
+}
+
+.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
+	border-radius: 0;
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	padding: 2px;
+}
+
+.wp-block-latest-comments__comment,
+.wp-block-latest-comments__comment-excerpt,
+.wp-block-latest-comments__comment-excerpt p {
+	font-size: 16px;
+}
+
+.editor-block-list__block .wp-block-latest-comments__comment-meta a,
+.editor-block-list__block .wp-block-latest-comments__comment-meta a:visited {
+	color: #2b2b2b;
+	font-weight: 900;
+	text-decoration: none;
+}
+
+.wp-block-latest-comments__comment-date {
+	text-transform: uppercase;
+}
+
+.wp-block-latest-comments .wp-block-latest-comments__comment {
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	margin-bottom: 24px;
+	padding-top: 24px;
+}
+
+/* Latest Posts */
+
+.edit-post-visual-editor .editor-block-list__block .wp-block-latest-posts.is-grid {
+	list-style: none;
+	margin-left: 0;
+	margin-right: 0;
+}
diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css
index 4c5482adc..fc16b87d3 100644
--- a/wp-content/themes/twentyfourteen/css/editor-style.css
+++ b/wp-content/themes/twentyfourteen/css/editor-style.css
@@ -1,720 +1,720 @@
-/*
-Theme Name: Twenty Fourteen
-Description: Used to style the TinyMCE editor.
-*/
-
-
-/**
- * Table of Contents:
- *
- * 1.0 - Body
- * 2.0 - Headings
- * 3.0 - Text Elements
- * 4.0 - Links
- * 5.0 - Alignment
- * 6.0 - Tables
- * 7.0 - Images
- * 8.0 - Galleries
- * 9.0 - Audio/Video
- * 10.0 - RTL
- * ----------------------------------------------------------------------------
- */
-
-
-/**
- * 1.0 Body
- * ----------------------------------------------------------------------------
- */
-
-html .mceContentBody {
-	font-size: 100%;
-	max-width: 474px;
-}
-
-body {
-	color: #2b2b2b;
-	font-family: Lato, sans-serif;
-	font-weight: 400;
-	line-height: 1.5;
-	vertical-align: baseline;
-}
-
-
-/**
- * 2.0 Headings
- * ----------------------------------------------------------------------------
- */
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
-	clear: both;
-	font-weight: 700;
-	margin: 36px 0 12px;
-}
-
-h1 {
-	font-size: 26px;
-	line-height: 1.3846153846;
-}
-
-h2 {
-	font-size: 24px;
-	line-height: 1;
-}
-
-h3 {
-	font-size: 22px;
-	line-height: 1.0909090909;
-}
-
-h4 {
-	font-size: 20px;
-	line-height: 1.2;
-}
-
-h5 {
-	font-size: 18px;
-	line-height: 1.3333333333;
-}
-
-h6 {
-	font-size: 16px;
-	line-height: 1.5;
-}
-
-h1:first-child,
-h2:first-child,
-h3:first-child,
-h4:first-child,
-h5:first-child,
-h6:first-child {
-	margin-top: 0;
-}
-
-
-/**
- * 3.0 Text Elements
- * ----------------------------------------------------------------------------
- */
-
-address {
-	font-style: italic;
-	margin-bottom: 24px;
-}
-
-abbr[title] {
-	border-bottom: 1px dotted #2b2b2b;
-	cursor: help;
-}
-
-b,
-strong {
-	font-weight: 700;
-}
-
-cite {
-	border: 0;
-}
-
-cite,
-dfn,
-em,
-i {
-	font-style: italic;
-}
-
-mark,
-ins {
-	background: #fff9c0;
-	border: 0;
-	color: inherit;
-	text-decoration: none;
-}
-
-p {
-	margin: 0 0 24px;
-}
-
-code,
-kbd,
-tt,
-var,
-samp,
-pre {
-	font-family: monospace, serif;
-	font-size: 15px;
-	line-height: 1.6;
-}
-
-pre {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	margin-bottom: 24px;
-	max-width: 100%;
-	overflow: auto;
-	padding: 12px;
-	white-space: pre;
-	white-space: pre-wrap;
-	word-wrap: break-word;
-}
-
-blockquote,
-q {
-	quotes: none;
-}
-
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
-	content: "";
-	content: none;
-}
-
-blockquote {
-	color: #767676;
-	font-size: 19px;
-	font-style: italic;
-	font-weight: 300;
-	line-height: 1.2631578947;
-	margin: 0 0 24px;
-}
-
-blockquote cite,
-blockquote small {
-	color: #2b2b2b;
-	font-size: 16px;
-	font-weight: 400;
-	line-height: 1.5;
-}
-
-blockquote em,
-blockquote i,
-blockquote cite {
-	font-style: normal;
-}
-
-blockquote strong,
-blockquote b {
-	font-weight: 400;
-}
-
-small {
-	font-size: smaller;
-}
-
-big {
-	font-size: 125%;
-}
-
-sup,
-sub {
-	font-size: 75%;
-	height: 0;
-	line-height: 0;
-	position: relative;
-	vertical-align: baseline;
-}
-
-sup {
-	bottom: 1ex;
-}
-
-sub {
-	top: .5ex;
-}
-
-dl {
-	margin: 0 0 24px;
-}
-
-dt {
-	font-weight: bold;
-}
-
-dd {
-	margin: 0 0 24px;
-}
-
-ul,
-ol {
-	list-style: none;
-	margin: 0 0 24px 20px;
-	padding-left: 0;
-}
-
-ul {
-	list-style: disc;
-}
-
-ol {
-	list-style: decimal;
-}
-
-li > ul,
-li > ol {
-	margin: 0 0 0 20px;
-}
-
-del {
-	color: #767676;
-}
-
-hr {
-	background-color: rgba(0, 0, 0, 0.1);
-	border: 0;
-	height: 1px;
-	margin-bottom: 23px;
-}
-
-
-/**
- * 4.0 Links
- * ----------------------------------------------------------------------------
- */
-
-a {
-	color: #24890d;
-	text-decoration: none;
-}
-
-a:visited {
-	color: #24890d;
-}
-
-a:focus {
-	outline: thin dotted;
-}
-
-a:active,
-a:hover {
-	color: #41a62a;
-	outline: 0;
-}
-
-
-/**
- * 5.0 Alignment
- * ----------------------------------------------------------------------------
- */
-
-.alignleft {
-	float: left;
-	margin: 7px 24px 7px 0;
-}
-
-.alignright {
-	float: right;
-	margin: 7px 0 7px 24px;
-}
-
-.aligncenter {
-	clear: both;
-	display: block;
-	margin: 7px auto;
-}
-
-blockquote.alignleft,
-blockquote.alignright {
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-	padding-top: 17px;
-	width: 50%;
-}
-
-blockquote.alignleft p,
-blockquote.alignright p {
-	margin-bottom: 17px;
-}
-
-
-/**
- * 6.0 Tables
- * ----------------------------------------------------------------------------
- */
-
-.mceItemTable,
-.mce-item-table {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	border-width: 1px 0 0 1px;
-	border-collapse: separate;
-	border-spacing: 0;
-	font-size: 14px;
-	line-height: 1.2857142857;
-	margin-bottom: 24px;
-	width: 100%;
-}
-
-.mceItemTable th,
-.mceItemTable caption,
-.mce-item-table th,
-.mce-item-table caption {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	border-width: 0 1px 1px 0;
-	font-weight: 700;
-	padding: 8px;
-	text-align: left;
-	text-transform: uppercase;
-	vertical-align: baseline;
-}
-
-.mceItemTable td,
-.mce-item-table td {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	border-width: 0 1px 1px 0;
-	font-family: Lato, sans-serif;
-	font-size: 14px;
-	padding: 8px;
-	vertical-align: baseline;
-}
-
-
-/**
- * 7.0 Images
- * ----------------------------------------------------------------------------
- */
-
-img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
-}
-
-.wp-caption {
-	background: transparent;
-	border: none;
-	color: #767676;
-	margin: 0 0 24px 0;
-	max-width: 100%;
-	padding: 0;
-	text-align: left;
-}
-
-.html5-captions .wp-caption {
-	padding: 0;
-}
-
-.wp-caption.alignleft {
-	margin: 7px 14px 7px 0;
-}
-
-.html5-captions .wp-caption.alignleft {
-	margin-right: 24px;
-}
-
-.wp-caption.alignright {
-	margin: 7px 0 7px 14px;
-}
-
-.wp-caption.alignright img,
-.wp-caption.alignright .wp-caption-dd {
-	padding-left: 10px;
-}
-
-.html5-captions .wp-caption.alignright {
-	margin-left: 24px;
-}
-
-.html5-captions .wp-caption.alignright img,
-.html5-captions .wp-caption.alignright .wp-caption-dd {
-	padding: 0;
-}
-
-.wp-caption.aligncenter {
-	margin: 7px auto;
-}
-
-.wp-caption-dt {
-	margin: 0;
-}
-
-.wp-caption .wp-caption-text,
-.wp-caption-dd {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing: border-box;
-	box-sizing: border-box;
-	font-size: 12px;
-	font-style: italic;
-	line-height: 1.5;
-	margin: 9px 0;
-	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
-	text-align: left;
-}
-
-.mceTemp + ul,
-.mceTemp + ol {
-	list-style-position: inside;
-}
-
-/**
- * 8.0 Gallery
- * -----------------------------------------------------------------------------
- */
-
-.gallery .gallery-item {
-	float: left;
-	margin: 0 4px 4px 0;
-	overflow: hidden;
-	padding: 0;
-	position: relative;
-}
-
-.gallery-columns-1 .gallery-item {
-	max-width: 100%;
-	width: auto;
-}
-
-.gallery-columns-2 .gallery-item {
-	max-width: 48%;
-	max-width: -webkit-calc(50% - 14px);
-	max-width:         calc(50% - 14px);
-	width: auto;
-}
-
-.gallery-columns-3 .gallery-item {
-	max-width: 32%;
-	max-width: -webkit-calc(33.3% - 11px);
-	max-width:         calc(33.3% - 11px);
-	width: auto;
-}
-
-.gallery-columns-4 .gallery-item {
-	max-width: 23%;
-	max-width: -webkit-calc(25% - 9px);
-	max-width:         calc(25% - 9px);
-	width: auto;
-}
-
-.gallery-columns-5 .gallery-item {
-	max-width: 19%;
-	max-width: -webkit-calc(20% - 8px);
-	max-width:         calc(20% - 8px);
-	width: auto;
-}
-
-.gallery-columns-6 .gallery-item {
-	max-width: 15%;
-	max-width: -webkit-calc(16.7% - 7px);
-	max-width:         calc(16.7% - 7px);
-	width: auto;
-}
-
-.gallery-columns-7 .gallery-item {
-	max-width: 13%;
-	max-width: -webkit-calc(14.28% - 7px);
-	max-width:         calc(14.28% - 7px);
-	width: auto;
-}
-
-.gallery-columns-8 .gallery-item {
-	max-width: 11%;
-	max-width: -webkit-calc(12.5% - 6px);
-	max-width:         calc(12.5% - 6px);
-	width: auto;
-}
-
-.gallery-columns-9 .gallery-item {
-	max-width: 9%;
-	max-width: -webkit-calc(11.1% - 6px);
-	max-width:         calc(11.1% - 6px);
-	width: auto;
-}
-
-.gallery-columns-1 .gallery-item:nth-of-type(1n),
-.gallery-columns-2 .gallery-item:nth-of-type(2n),
-.gallery-columns-3 .gallery-item:nth-of-type(3n),
-.gallery-columns-4 .gallery-item:nth-of-type(4n),
-.gallery-columns-5 .gallery-item:nth-of-type(5n),
-.gallery-columns-6 .gallery-item:nth-of-type(6n),
-.gallery-columns-7 .gallery-item:nth-of-type(7n),
-.gallery-columns-8 .gallery-item:nth-of-type(8n),
-.gallery-columns-9 .gallery-item:nth-of-type(9n) {
-	margin-right: 0;
-}
-
-.gallery-columns-1 .gallery-item:nth-of-type(1n),
-.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
-.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
-.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
-.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
-.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
-.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
-.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
-.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
-	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
-}
-
-.gallery .gallery-caption {
-	background-color: rgba(0, 0, 0, 0.7);
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	color: #fff;
-	font-size: 12px;
-	line-height: 1.5;
-	margin: 0;
-	max-height: 50%;
-	opacity: 0;
-	padding: 6px 8px;
-	position: absolute;
-	bottom: 0;
-	left: 0;
-	text-align: left;
-	width: 100%;
-}
-
-.gallery .gallery-caption:before {
-	content: "";
-	height: 100%;
-	min-height: 49px;
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-}
-
-.gallery-item:hover .gallery-caption {
-	opacity: 1;
-}
-
-.gallery-columns-7 .gallery-caption,
-.gallery-columns-8 .gallery-caption,
-.gallery-columns-9 .gallery-caption {
-	display: none;
-}
-
-
-/**
- * 9.0 Audio/Video
- * ----------------------------------------------------------------------------
- */
-
-.mejs-mediaelement,
-.mejs-container .mejs-controls {
-	background: #000;
-}
-
-.mejs-controls .mejs-time-rail .mejs-time-loaded,
-.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
-	background: #fff;
-}
-
-.mejs-controls .mejs-time-rail .mejs-time-current {
-	background: #24890d;
-}
-
-.mejs-controls .mejs-time-rail .mejs-time-total,
-.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
-	background: rgba(255, 255, 255, .33);
-}
-
-.mejs-controls .mejs-time-rail span,
-.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
-.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
-	border-radius: 0;
-}
-
-.mejs-overlay-loading {
-	background: transparent;
-}
-
-.mejs-overlay-button {
-	background-color: #fff;
-	background-image: none;
-	border-radius: 2px;
-	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
-	color: #000;
-	height: 36px;
-	width: 48px;
-}
-
-.mejs-overlay-button:before {
-	-webkit-font-smoothing: antialiased;
-	content: '\f452';
-	display: inline-block;
-	font: normal 32px/1.125 Genericons;
-	position: relative;
-	top: 1px;
-	left: 10px;
-}
-
-.mejs-controls .mejs-button button:focus {
-	outline: none;
-}
-
-.mejs-controls .mejs-button button {
-	-webkit-font-smoothing: antialiased;
-	background: none;
-	color: #fff;
-	display: inline-block;
-	font: normal 16px/1 Genericons;
-}
-
-.mejs-playpause-button.mejs-play button:before {
-	content: '\f452';
-}
-
-.mejs-playpause-button.mejs-pause button:before {
-	content: '\f448';
-}
-
-.mejs-volume-button.mejs-mute button:before {
-	content: '\f109';
-	font-size: 20px;
-	position: absolute;
-	top: -2px;
-	left: 0;
-}
-
-.mejs-volume-button.mejs-unmute button:before {
-	content: '\f109';
-	left: 0;
-	position: absolute;
-	top: 0;
-}
-
-.mejs-fullscreen-button button:before {
-	content: '\f474';
-}
-
-.mejs-fullscreen-button.mejs-unfullscreen button:before {
-	content: '\f406';
-}
-
-.mejs-overlay:hover .mejs-overlay-button {
-	background-color: #24890d;
-	color: #fff;
-}
-
-.mejs-controls .mejs-button button:hover {
-	color: #41a62a;
-}
-
-
-/**
- * 10.0 RTL
- * ----------------------------------------------------------------------------
- */
-
-html .mceContentBody.rtl {
-	direction: rtl;
-	unicode-bidi: embed;
-}
-
-.rtl ol,
-.rtl ul {
-	margin-left: 0;
-	margin-right: 24px;
-}
-
-.rtl .wp-caption,
-.rtl tr th {
-	text-align: right;
-}
-
-.rtl td {
-	text-align: right;
-}
+/*
+Theme Name: Twenty Fourteen
+Description: Used to style the TinyMCE editor.
+*/
+
+
+/**
+ * Table of Contents:
+ *
+ * 1.0 - Body
+ * 2.0 - Headings
+ * 3.0 - Text Elements
+ * 4.0 - Links
+ * 5.0 - Alignment
+ * 6.0 - Tables
+ * 7.0 - Images
+ * 8.0 - Galleries
+ * 9.0 - Audio/Video
+ * 10.0 - RTL
+ * ----------------------------------------------------------------------------
+ */
+
+
+/**
+ * 1.0 Body
+ * ----------------------------------------------------------------------------
+ */
+
+html .mceContentBody {
+	font-size: 100%;
+	max-width: 474px;
+}
+
+body {
+	color: #2b2b2b;
+	font-family: Lato, sans-serif;
+	font-weight: 400;
+	line-height: 1.5;
+	vertical-align: baseline;
+}
+
+
+/**
+ * 2.0 Headings
+ * ----------------------------------------------------------------------------
+ */
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+	clear: both;
+	font-weight: 700;
+	margin: 36px 0 12px;
+}
+
+h1 {
+	font-size: 26px;
+	line-height: 1.3846153846;
+}
+
+h2 {
+	font-size: 24px;
+	line-height: 1;
+}
+
+h3 {
+	font-size: 22px;
+	line-height: 1.0909090909;
+}
+
+h4 {
+	font-size: 20px;
+	line-height: 1.2;
+}
+
+h5 {
+	font-size: 18px;
+	line-height: 1.3333333333;
+}
+
+h6 {
+	font-size: 16px;
+	line-height: 1.5;
+}
+
+h1:first-child,
+h2:first-child,
+h3:first-child,
+h4:first-child,
+h5:first-child,
+h6:first-child {
+	margin-top: 0;
+}
+
+
+/**
+ * 3.0 Text Elements
+ * ----------------------------------------------------------------------------
+ */
+
+address {
+	font-style: italic;
+	margin-bottom: 24px;
+}
+
+abbr[title] {
+	border-bottom: 1px dotted #2b2b2b;
+	cursor: help;
+}
+
+b,
+strong {
+	font-weight: 700;
+}
+
+cite {
+	border: 0;
+}
+
+cite,
+dfn,
+em,
+i {
+	font-style: italic;
+}
+
+mark,
+ins {
+	background: #fff9c0;
+	border: 0;
+	color: inherit;
+	text-decoration: none;
+}
+
+p {
+	margin: 0 0 24px;
+}
+
+code,
+kbd,
+tt,
+var,
+samp,
+pre {
+	font-family: monospace, serif;
+	font-size: 15px;
+	line-height: 1.6;
+}
+
+pre {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	margin-bottom: 24px;
+	max-width: 100%;
+	overflow: auto;
+	padding: 12px;
+	white-space: pre;
+	white-space: pre-wrap;
+	word-wrap: break-word;
+}
+
+blockquote,
+q {
+	quotes: none;
+}
+
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+	content: "";
+	content: none;
+}
+
+blockquote {
+	color: #767676;
+	font-size: 19px;
+	font-style: italic;
+	font-weight: 300;
+	line-height: 1.2631578947;
+	margin: 0 0 24px;
+}
+
+blockquote cite,
+blockquote small {
+	color: #2b2b2b;
+	font-size: 16px;
+	font-weight: 400;
+	line-height: 1.5;
+}
+
+blockquote em,
+blockquote i,
+blockquote cite {
+	font-style: normal;
+}
+
+blockquote strong,
+blockquote b {
+	font-weight: 400;
+}
+
+small {
+	font-size: smaller;
+}
+
+big {
+	font-size: 125%;
+}
+
+sup,
+sub {
+	font-size: 75%;
+	height: 0;
+	line-height: 0;
+	position: relative;
+	vertical-align: baseline;
+}
+
+sup {
+	bottom: 1ex;
+}
+
+sub {
+	top: .5ex;
+}
+
+dl {
+	margin: 0 0 24px;
+}
+
+dt {
+	font-weight: bold;
+}
+
+dd {
+	margin: 0 0 24px;
+}
+
+ul,
+ol {
+	list-style: none;
+	margin: 0 0 24px 20px;
+	padding-left: 0;
+}
+
+ul {
+	list-style: disc;
+}
+
+ol {
+	list-style: decimal;
+}
+
+li > ul,
+li > ol {
+	margin: 0 0 0 20px;
+}
+
+del {
+	color: #767676;
+}
+
+hr {
+	background-color: rgba(0, 0, 0, 0.1);
+	border: 0;
+	height: 1px;
+	margin-bottom: 23px;
+}
+
+
+/**
+ * 4.0 Links
+ * ----------------------------------------------------------------------------
+ */
+
+a {
+	color: #24890d;
+	text-decoration: none;
+}
+
+a:visited {
+	color: #24890d;
+}
+
+a:focus {
+	outline: thin dotted;
+}
+
+a:active,
+a:hover {
+	color: #41a62a;
+	outline: 0;
+}
+
+
+/**
+ * 5.0 Alignment
+ * ----------------------------------------------------------------------------
+ */
+
+.alignleft {
+	float: left;
+	margin: 7px 24px 7px 0;
+}
+
+.alignright {
+	float: right;
+	margin: 7px 0 7px 24px;
+}
+
+.aligncenter {
+	clear: both;
+	display: block;
+	margin: 7px auto;
+}
+
+blockquote.alignleft,
+blockquote.alignright {
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+	padding-top: 17px;
+	width: 50%;
+}
+
+blockquote.alignleft p,
+blockquote.alignright p {
+	margin-bottom: 17px;
+}
+
+
+/**
+ * 6.0 Tables
+ * ----------------------------------------------------------------------------
+ */
+
+.mceItemTable,
+.mce-item-table {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	border-width: 1px 0 0 1px;
+	border-collapse: separate;
+	border-spacing: 0;
+	font-size: 14px;
+	line-height: 1.2857142857;
+	margin-bottom: 24px;
+	width: 100%;
+}
+
+.mceItemTable th,
+.mceItemTable caption,
+.mce-item-table th,
+.mce-item-table caption {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	border-width: 0 1px 1px 0;
+	font-weight: 700;
+	padding: 8px;
+	text-align: left;
+	text-transform: uppercase;
+	vertical-align: baseline;
+}
+
+.mceItemTable td,
+.mce-item-table td {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	border-width: 0 1px 1px 0;
+	font-family: Lato, sans-serif;
+	font-size: 14px;
+	padding: 8px;
+	vertical-align: baseline;
+}
+
+
+/**
+ * 7.0 Images
+ * ----------------------------------------------------------------------------
+ */
+
+img {
+	height: auto;
+	max-width: 100%;
+	vertical-align: middle;
+}
+
+.wp-caption {
+	background: transparent;
+	border: none;
+	color: #767676;
+	margin: 0 0 24px 0;
+	max-width: 100%;
+	padding: 0;
+	text-align: left;
+}
+
+.html5-captions .wp-caption {
+	padding: 0;
+}
+
+.wp-caption.alignleft {
+	margin: 7px 14px 7px 0;
+}
+
+.html5-captions .wp-caption.alignleft {
+	margin-right: 24px;
+}
+
+.wp-caption.alignright {
+	margin: 7px 0 7px 14px;
+}
+
+.wp-caption.alignright img,
+.wp-caption.alignright .wp-caption-dd {
+	padding-left: 10px;
+}
+
+.html5-captions .wp-caption.alignright {
+	margin-left: 24px;
+}
+
+.html5-captions .wp-caption.alignright img,
+.html5-captions .wp-caption.alignright .wp-caption-dd {
+	padding: 0;
+}
+
+.wp-caption.aligncenter {
+	margin: 7px auto;
+}
+
+.wp-caption-dt {
+	margin: 0;
+}
+
+.wp-caption .wp-caption-text,
+.wp-caption-dd {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing: border-box;
+	font-size: 12px;
+	font-style: italic;
+	line-height: 1.5;
+	margin: 9px 0;
+	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
+	text-align: left;
+}
+
+.mceTemp + ul,
+.mceTemp + ol {
+	list-style-position: inside;
+}
+
+/**
+ * 8.0 Gallery
+ * -----------------------------------------------------------------------------
+ */
+
+.gallery .gallery-item {
+	float: left;
+	margin: 0 4px 4px 0;
+	overflow: hidden;
+	padding: 0;
+	position: relative;
+}
+
+.gallery-columns-1 .gallery-item {
+	max-width: 100%;
+	width: auto;
+}
+
+.gallery-columns-2 .gallery-item {
+	max-width: 48%;
+	max-width: -webkit-calc(50% - 14px);
+	max-width:         calc(50% - 14px);
+	width: auto;
+}
+
+.gallery-columns-3 .gallery-item {
+	max-width: 32%;
+	max-width: -webkit-calc(33.3% - 11px);
+	max-width:         calc(33.3% - 11px);
+	width: auto;
+}
+
+.gallery-columns-4 .gallery-item {
+	max-width: 23%;
+	max-width: -webkit-calc(25% - 9px);
+	max-width:         calc(25% - 9px);
+	width: auto;
+}
+
+.gallery-columns-5 .gallery-item {
+	max-width: 19%;
+	max-width: -webkit-calc(20% - 8px);
+	max-width:         calc(20% - 8px);
+	width: auto;
+}
+
+.gallery-columns-6 .gallery-item {
+	max-width: 15%;
+	max-width: -webkit-calc(16.7% - 7px);
+	max-width:         calc(16.7% - 7px);
+	width: auto;
+}
+
+.gallery-columns-7 .gallery-item {
+	max-width: 13%;
+	max-width: -webkit-calc(14.28% - 7px);
+	max-width:         calc(14.28% - 7px);
+	width: auto;
+}
+
+.gallery-columns-8 .gallery-item {
+	max-width: 11%;
+	max-width: -webkit-calc(12.5% - 6px);
+	max-width:         calc(12.5% - 6px);
+	width: auto;
+}
+
+.gallery-columns-9 .gallery-item {
+	max-width: 9%;
+	max-width: -webkit-calc(11.1% - 6px);
+	max-width:         calc(11.1% - 6px);
+	width: auto;
+}
+
+.gallery-columns-1 .gallery-item:nth-of-type(1n),
+.gallery-columns-2 .gallery-item:nth-of-type(2n),
+.gallery-columns-3 .gallery-item:nth-of-type(3n),
+.gallery-columns-4 .gallery-item:nth-of-type(4n),
+.gallery-columns-5 .gallery-item:nth-of-type(5n),
+.gallery-columns-6 .gallery-item:nth-of-type(6n),
+.gallery-columns-7 .gallery-item:nth-of-type(7n),
+.gallery-columns-8 .gallery-item:nth-of-type(8n),
+.gallery-columns-9 .gallery-item:nth-of-type(9n) {
+	margin-right: 0;
+}
+
+.gallery-columns-1 .gallery-item:nth-of-type(1n),
+.gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
+.gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
+.gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
+.gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
+.gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
+.gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
+.gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
+.gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
+	margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
+}
+
+.gallery .gallery-caption {
+	background-color: rgba(0, 0, 0, 0.7);
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	color: #fff;
+	font-size: 12px;
+	line-height: 1.5;
+	margin: 0;
+	max-height: 50%;
+	opacity: 0;
+	padding: 6px 8px;
+	position: absolute;
+	bottom: 0;
+	left: 0;
+	text-align: left;
+	width: 100%;
+}
+
+.gallery .gallery-caption:before {
+	content: "";
+	height: 100%;
+	min-height: 49px;
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 100%;
+}
+
+.gallery-item:hover .gallery-caption {
+	opacity: 1;
+}
+
+.gallery-columns-7 .gallery-caption,
+.gallery-columns-8 .gallery-caption,
+.gallery-columns-9 .gallery-caption {
+	display: none;
+}
+
+
+/**
+ * 9.0 Audio/Video
+ * ----------------------------------------------------------------------------
+ */
+
+.mejs-mediaelement,
+.mejs-container .mejs-controls {
+	background: #000;
+}
+
+.mejs-controls .mejs-time-rail .mejs-time-loaded,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
+	background: #fff;
+}
+
+.mejs-controls .mejs-time-rail .mejs-time-current {
+	background: #24890d;
+}
+
+.mejs-controls .mejs-time-rail .mejs-time-total,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
+	background: rgba(255, 255, 255, .33);
+}
+
+.mejs-controls .mejs-time-rail span,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
+.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
+	border-radius: 0;
+}
+
+.mejs-overlay-loading {
+	background: transparent;
+}
+
+.mejs-overlay-button {
+	background-color: #fff;
+	background-image: none;
+	border-radius: 2px;
+	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
+	color: #000;
+	height: 36px;
+	width: 48px;
+}
+
+.mejs-overlay-button:before {
+	-webkit-font-smoothing: antialiased;
+	content: '\f452';
+	display: inline-block;
+	font: normal 32px/1.125 Genericons;
+	position: relative;
+	top: 1px;
+	left: 10px;
+}
+
+.mejs-controls .mejs-button button:focus {
+	outline: none;
+}
+
+.mejs-controls .mejs-button button {
+	-webkit-font-smoothing: antialiased;
+	background: none;
+	color: #fff;
+	display: inline-block;
+	font: normal 16px/1 Genericons;
+}
+
+.mejs-playpause-button.mejs-play button:before {
+	content: '\f452';
+}
+
+.mejs-playpause-button.mejs-pause button:before {
+	content: '\f448';
+}
+
+.mejs-volume-button.mejs-mute button:before {
+	content: '\f109';
+	font-size: 20px;
+	position: absolute;
+	top: -2px;
+	left: 0;
+}
+
+.mejs-volume-button.mejs-unmute button:before {
+	content: '\f109';
+	left: 0;
+	position: absolute;
+	top: 0;
+}
+
+.mejs-fullscreen-button button:before {
+	content: '\f474';
+}
+
+.mejs-fullscreen-button.mejs-unfullscreen button:before {
+	content: '\f406';
+}
+
+.mejs-overlay:hover .mejs-overlay-button {
+	background-color: #24890d;
+	color: #fff;
+}
+
+.mejs-controls .mejs-button button:hover {
+	color: #41a62a;
+}
+
+
+/**
+ * 10.0 RTL
+ * ----------------------------------------------------------------------------
+ */
+
+html .mceContentBody.rtl {
+	direction: rtl;
+	unicode-bidi: embed;
+}
+
+.rtl ol,
+.rtl ul {
+	margin-left: 0;
+	margin-right: 24px;
+}
+
+.rtl .wp-caption,
+.rtl tr th {
+	text-align: right;
+}
+
+.rtl td {
+	text-align: right;
+}
diff --git a/wp-content/themes/twentyfourteen/css/ie.css b/wp-content/themes/twentyfourteen/css/ie.css
index 82142d2e2..9f20c7c53 100644
--- a/wp-content/themes/twentyfourteen/css/ie.css
+++ b/wp-content/themes/twentyfourteen/css/ie.css
@@ -1,1335 +1,1335 @@
-/**
- * Global Styles for older IE versions (previous to IE9).
- */
-
-pre,
-fieldset,
-table,
-th,
-td,
-input,
-textarea {
-	border: 1px solid #e5e5e5;
-}
-
-hr {
-	background-color: #e5e5e5;
-}
-
-button,
-input,
-select,
-textarea {
-	vertical-align: middle;
-}
-
-
-input:focus,
-textarea:focus {
-	border: 1px solid #b2b2b2;
-}
-
-.site-title {
-	max-width: 71%;
-}
-
-.site-content blockquote.alignleft,
-.site-content blockquote.alignright {
-	border-top: 1px solid #e5e5e5;
-	border-bottom: 1px solid #e5e5e5;
-}
-
-.post-thumbnail,
-a.post-thumbnail:hover {
-	background: transparent;
-}
-
-.list-view .site-content .hentry {
-	border-top: 1px solid #e5e5e5;
-	padding-top: 48px;
-}
-
-.gallery-caption {
-	background: #000;
-	filter: alpha(opacity=0);
-}
-
-.gallery-item:hover .gallery-caption {
-	filter: alpha(opacity=70);
-}
-
-.nav-links {
-	border-top: 1px solid #e5e5e5;
-}
-
-.post-navigation a,
-.image-navigation .previous-image,
-.image-navigation .next-image,
-.contributor {
-	border-bottom: 1px solid #e5e5e5;
-}
-
-.contributor-avatar,
-.comment-author .avatar {
-	border: 1px solid #e5e5e5;
-}
-
-.comment-list article,
-.comment-list .pingback,
-.comment-list .trackback {
-	border-top: 1px solid #e5e5e5;
-}
-
-.comment-list .reply {
-	margin-top: 0;
-}
-
-#secondary {
-	color: #b3b3b3;
-}
-
-.widget abbr[title] {
-	border-color: #b3b3b3;
-}
-
-.widget pre,
-.widget fieldset,
-.widget table,
-.widget th,
-.widget td,
-.widget input,
-.widget textarea {
-	border-color: #4d4d4d;
-}
-
-.widget blockquote,
-.widget .wp-caption,
-.widget_twentyfourteen_ephemera .entry-meta a {
-	color: #b3b3b3;
-}
-
-.widget del {
-	color: #666;
-}
-
-.widget hr {
-	background-color: #4d4d4d;
-}
-
-.widget input,
-.widget textarea {
-	background-color: #1a1a1a;
-}
-
-.widget input:focus,
-.widget textarea:focus {
-	border-color: #262626;
-}
-
-.widget_calendar thead th {
-	background-color: #1a1a1a;
-}
-
-.widget_twentyfourteen_ephemera > ol > li {
-	border-bottom: 1px solid #4d4d4d;
-}
-
-.widget_archive li,
-.widget_categories li,
-.widget_links li,
-.widget_meta li,
-.widget_nav_menu li,
-.widget_pages li,
-.widget_recent_comments li,
-.widget_recent_entries li,
-.widget_categories li ul,
-.widget_nav_menu li ul,
-.widget_pages li ul {
-	border-top: 1px solid #4d4d4d;
-}
-
-.content-sidebar .widget pre,
-.content-sidebar .widget fieldset,
-.content-sidebar .widget table,
-.content-sidebar .widget th,
-.content-sidebar .widget td,
-.content-sidebar .widget input,
-.content-sidebar .widget textarea,
-.content-sidebar .widget_archive li,
-.content-sidebar .widget_categories li,
-.content-sidebar .widget_links li,
-.content-sidebar .widget_meta li,
-.content-sidebar .widget_nav_menu li,
-.content-sidebar .widget_pages li,
-.content-sidebar .widget_recent_comments li,
-.content-sidebar .widget_recent_entries li,
-.content-sidebar .widget_categories li ul,
-.content-sidebar .widget_nav_menu li ul,
-.content-sidebar .widget_pages li ul {
-	border-color: #e5e5e5;
-}
-
-.content-sidebar .widget hr {
-	background-color: #e5e5e5;
-}
-
-.content-sidebar .widget input:focus,
-.content-sidebar .widget textarea:focus {
-	border: 1px solid #b2b2b2;
-}
-
-.content-sidebar .widget_calendar thead th {
-	background-color: #fafafa;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
-	border-bottom: 1px solid #e5e5e5;
-}
-
-.site-footer,
-.site-info,
-.site-info a {
-	color: #b3b3b3;
-}
-
-#supplementary + .site-info {
-	border-top: 1px solid #4d4d4d;
-}
-
-.featured-content {
-	background: #000;
-}
-
-
-/**
- * Internet Explorer 8
- */
-
-.ie8 img.size-full,
-.ie8 img.size-large,
-.ie8 img.header-image,
-.ie8 img.wp-post-image,
-.ie8 img[class*="align"],
-.ie8 img[class*="wp-image-"],
-.ie8 img[class*="attachment-"] {
-	height: auto;
-	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
-}
-
-.ie8 .full-size-link:before,
-.ie8 .parent-post-link:before,
-.ie8 .site-content span + .byline:before,
-.ie8 .site-content span + .comments-link:before,
-.ie8 .site-content span + .edit-link:before,
-.ie8 .site-content span + .entry-date:before {
-	content: "";
-}
-
-.ie8 .attachment span.entry-date:before,
-.ie8 .entry-content .edit-link a:before,
-.ie8 .entry-meta .edit-link a:before,
-.ie8 .site-content .byline a:before,
-.ie8 .site-content .comments-link a:before,
-.ie8 .site-content .entry-date a:before,
-.ie8 .site-content .featured-post:before,
-.ie8 .site-content .full-size-link a:before,
-.ie8 .site-content .parent-post-link a:before,
-.ie8 .site-content .post-format a:before {
-	display: inline-block;
-	font: normal 16px/1 Genericons;
-	text-decoration: inherit;
-	vertical-align: text-bottom;
-}
-
-.ie8 .site-content .entry-meta > span {
-	margin-right: 10px;
-}
-
-.ie8 .site-content .format-video .post-format a:before {
-	content: "\f104";
-}
-
-.ie8 .site-content .format-audio .post-format a:before {
-	content: "\f109";
-}
-
-.ie8 .site-content .format-image .post-format a:before {
-	content: "\f473";
-	position: relative;
-	top: 1px;
-}
-
-.ie8 .site-content .format-quote .post-format a:before {
-	content: "\f106";
-	margin-right: 2px;
-}
-
-.ie8 .site-content .format-gallery .post-format a:before {
-	content: "\f103";
-	margin-right: 4px;
-}
-
-.ie8 .site-content .format-aside .post-format a:before {
-	content: "\f101";
-	margin-right: 2px;
-}
-
-.ie8 .site-content .format-link .post-format a:before {
-	content: "\f107";
-	position: relative;
-	top: 1px;
-}
-
-.ie8 .site-content .featured-post:before {
-	content: "\f308";
-	margin-right: 3px;
-	position: relative;
-	top: 1px;
-}
-
-.ie8 .site-content .entry-date a:before,
-.ie8 .attachment .site-content span.entry-date:before {
-	content: "\f303";
-	margin-right: 1px;
-	position: relative;
-	top: 1px;
-}
-
-.ie8 .site-content .byline a:before {
-	content: "\f304";
-}
-
-.ie8 .site-content .comments-link a:before {
-	content: "\f300";
-	margin-right: 2px;
-}
-
-.ie8 .entry-content .edit-link a:before,
-.ie8 .entry-meta .edit-link a:before {
-	content: "\f411";
-}
-
-.ie8 .site-content .full-size-link a:before {
-	content: "\f402";
-	margin-right: 1px;
-}
-
-.ie8 .site-content .parent-post-link a:before {
-	content: "\f301";
-}
-
-.ie8 .main-content {
-	float: left;
-}
-
-.ie8 .content-area {
-	float: left;
-	padding-top: 72px;
-	width: 100%;
-}
-
-.ie8 .site-content {
-	margin-right: 29.04761904%;
-	margin-left: 17.61904761%;
-}
-
-.ie8 .search-box-wrapper,
-.ie8 .featured-content {
-	padding-left: 17.61904761%;
-}
-
-.ie8 .header-main {
-	padding: 0 0 0 30px;
-}
-
-.ie8 .search-toggle {
-	margin-right: 0;
-}
-
-.ie8 .search-box .search-field {
-	width: 324px;
-}
-
-.ie8 .site-navigation li .current_page_item > a,
-.ie8 .site-navigation li .current_page_ancestor > a,
-.ie8 .site-navigation li .current-menu-item > a,
-.ie8 .site-navigation li .current-menu-ancestor > a {
-	background-color: #000;
-}
-
-.ie8 .primary-navigation {
-	float: right;
-	font-size: 11px;
-	margin: 0 1px 0 -10px;
-	padding: 0;
-	text-transform: uppercase;
-}
-
-.ie8 .primary-navigation .menu-toggle {
-	display: none;
-	padding: 0;
-}
-
-.ie8 .primary-navigation .nav-menu {
-	border-bottom: 0;
-	display: block;
-}
-
-.ie8 .primary-navigation.toggled-on {
-	border-bottom: 0;
-	margin: 0;
-	padding: 0;
-}
-
-.ie8 .primary-navigation li {
-	border: 0;
-	display: inline-block;
-	height: 48px;
-	line-height: 48px;
-	position: relative;
-}
-
-.ie8 .primary-navigation a {
-	display: inline-block;
-	padding: 0 10px;
-	white-space: nowrap;
-}
-
-.ie8 .primary-navigation ul ul {
-	background-color: #24890d;
-	float: left;
-	margin: 0;
-	position: absolute;
-	top: 48px;
-	left: -999em;
-	z-index: 99999;
-}
-
-.ie8 .primary-navigation li li {
-	border: 0;
-	display: block;
-	height: auto;
-	line-height: 1.0909090909;
-}
-
-.ie8 .primary-navigation ul ul ul {
-	left: -999em;
-	top: 0;
-}
-
-.ie8 .primary-navigation ul ul a {
-	padding: 18px 12px;
-	white-space: normal;
-	width: 176px;
-}
-
-.ie8 .primary-navigation li:hover > a,
-.ie8 .primary-navigation li.focus > a {
-	background-color: #24890d;
-	color: #fff;
-}
-
-.ie8 .primary-navigation ul ul a:hover,
-.ie8 .primary-navigation ul ul li.focus > a {
-	background-color: #41a62a;
-}
-
-.ie8 .primary-navigation ul li:hover > ul,
-.ie8 .primary-navigation ul li.focus > ul {
-	left: auto;
-}
-
-.ie8 .primary-navigation ul ul li:hover > ul,
-.ie8 .primary-navigation ul ul li.focus > ul {
-	left: 100%;
-}
-
-.ie8 .archive-header,
-.ie8 .page-header {
-	margin: 0 auto 60px;
-	padding: 0 10px;
-}
-
-.ie8 .site-content .has-post-thumbnail .entry-header {
-	margin-top: -48px;
-}
-
-.ie8 .archive-header,
-.ie8 .comments-area,
-.ie8 .image-navigation,
-.ie8 .page-header,
-.ie8 .page-content,
-.ie8 .post-navigation,
-.ie8 .site-content .entry-header,
-.ie8 .site-content .entry-content,
-.ie8 .site-content .entry-summary,
-.ie8 .site-content footer.entry-meta {
-	margin-right: 54px;
-	padding-right: 30px;
-	padding-left: 30px;
-}
-
-.ie8 .list-view .site-content .hentry:first-child,
-.ie8 .list-view .site-content .hentry.has-post-thumbnail {
-	border-top: 0;
-	padding-top: 0;
-}
-
-.ie8 .comment-list .trackback,
-.ie8 .comment-list .pingback,
-.ie8 .comment-list article {
-	margin-bottom: 36px;
-	padding-top: 36px;
-}
-
-.ie8 .comment-author .avatar {
-	height: 34px;
-	top: 2px;
-	width: 34px;
-}
-
-.ie8 .comment-author,
-.ie8 .comment-awaiting-moderation,
-.ie8 .comment-content,
-.ie8 .comment-list .reply,
-.ie8 .comment-metadata {
-	padding-left: 50px;
-}
-
-.ie8 .comment-list .children {
-	margin-left: 20px;
-}
-
-.ie8 .full-width .site-content {
-	margin-right: 0;
-}
-
-.ie8 .full-width .archive-header,
-.ie8 .full-width .comments-area,
-.ie8 .full-width .image-navigation,
-.ie8 .full-width .page-header,
-.ie8 .full-width .page-content,
-.ie8 .full-width .post-navigation,
-.ie8 .full-width .site-content .entry-header,
-.ie8 .full-width .site-content .entry-content,
-.ie8 .full-width .site-content .entry-summary,
-.ie8 .full-width .site-content footer.entry-meta {
-	padding-right: 30px;
-	padding-left: 30px;
-	margin-right: auto;
-}
-
-.ie8 .full-width .hentry.has-post-thumbnail:first-child {
-	margin-top: -72px;
-}
-
-
-.ie8 .singular .site-content .hentry.has-post-thumbnail {
-	margin-top: 0;
-}
-
-.ie8 .error404 .page-header {
-	margin-bottom: 24px;
-}
-
-.ie8 .contributor-avatar {
-	margin-left: -168px;
-}
-
-.ie8 .contributor-summary {
-	float: left;
-}
-
-.ie8 .site:before {
-	background-color: #000;
-	content: "";
-	display: block;
-	height: 100%;
-	min-height: 100%;
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 17.61904761%;
-	z-index: 2;
-}
-
-.ie8 #secondary {
-	border: 0;
-	clear: none;
-	color: #b3b3b3;
-	float: left;
-	margin: 0 0 0 -100%;
-	min-height: 100vh;
-	padding: 0 30px;
-	width: 12.85714285%;
-}
-
-.ie8 .site-description {
-	display: block;
-	margin: -3px 0 21px;
-}
-
-.ie8 .secondary-navigation {
-	font-size: 11px;
-	margin: 0 -30px 48px;
-	width: calc(100% + 60px);
-}
-
-.ie8 .secondary-navigation li {
-	border-top: 1px solid #4d4d4d;
-	position: relative;
-}
-
-.ie8 .secondary-navigation a {
-	padding: 10px 30px;
-}
-
-.ie8 .secondary-navigation ul ul {
-	background-color: #24890d;
-	position: absolute;
-	top: 0;
-	left: -999em;
-	width: 222px;
-	z-index: 99999;
-}
-
-.ie8 .secondary-navigation li li {
-	border-top: 0;
-}
-
-.ie8 .secondary-navigation li:hover > a,
-.ie8 .secondary-navigation li.focus > a {
-	background-color: #24890d;
-	color: #fff;
-}
-
-.ie8 .secondary-navigation ul ul a:hover,
-.ie8 .secondary-navigation ul ul li.focus > a {
-	background-color: #41a62a;
-}
-
-.ie8 .secondary-navigation ul li:hover > ul,
-.ie8 .secondary-navigation ul li.focus > ul {
-	left: 202px;
-}
-
-.ie8 .content-sidebar {
-	border: 0;
-	float: right;
-	margin-left: -29.04761904%;
-	padding: 72px 30px 24px;
-	width: 29.04761904%;
-}
-
-.ie8 #supplementary {
-	padding: 0;
-}
-
-.ie8 .footer-sidebar {
-	font-size: 12px;
-	line-height: 1.5;
-}
-
-.ie8 .footer-sidebar .widget,
-.ie8 .primary-sidebar .widget {
-	font-size: 12px;
-	line-height: 1.5;
-}
-
-.ie8 .footer-sidebar .widget {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	float: left;
-	padding: 0 30px;
-	width: 25%;
-}
-
-.ie8 .footer-sidebar .widget h1,
-.ie8 .primary-sidebar .widget h1 {
-	font-size: 20px;
-	line-height: 1.2;
-}
-
-.ie8 .footer-sidebar .widget h2,
-.ie8 .primary-sidebar .widget h2 {
-	font-size: 18px;
-	line-height: 1.3333333333;
-}
-
-.ie8 .footer-sidebar .widget h3,
-.ie8 .primary-sidebar .widget h3 {
-	font-size: 16px;
-	line-height: 1.5;
-}
-
-.ie8 .footer-sidebar .widget h4,
-.ie8 .primary-sidebar .widget h4 {
-	font-size: 14px;
-	line-height: 1.7142857142;
-}
-
-.ie8 .footer-sidebar .widget h5,
-.ie8 .primary-sidebar .widget h5 {
-	font-size: 12px;
-	line-height: 2;
-}
-
-.ie8 .footer-sidebar .widget h6,
-.ie8 .primary-sidebar .widget h6 {
-	font-size: 11px;
-	line-height: 2.1818181818;
-}
-
-.ie8 .footer-sidebar .widget code,
-.ie8 .footer-sidebar .widget kbd,
-.ie8 .footer-sidebar .widget tt,
-.ie8 .footer-sidebar .widget var,
-.ie8 .footer-sidebar .widget samp,
-.ie8 .footer-sidebar .widget pre,
-.ie8 .primary-sidebar .widget code,
-.ie8 .primary-sidebar .widget kbd,
-.ie8 .primary-sidebar .widget tt,
-.ie8 .primary-sidebar .widget var,
-.ie8 .primary-sidebar .widget samp,
-.ie8 .primary-sidebar .widget pre {
-	font-size: 11px;
-	line-height: 1.6363636363;
-}
-
-.ie8 .footer-sidebar .widget blockquote,
-.ie8 .primary-sidebar .widget blockquote {
-	font-size: 14px;
-	line-height: 1.2857142857;
-}
-
-.ie8 .footer-sidebar .widget blockquote cite,
-.ie8 .primary-sidebar .widget blockquote cite {
-	font-size: 12px;
-	line-height: 1.5;
-}
-
-.ie8 .footer-sidebar .widget input,
-.ie8 .footer-sidebar .widget textarea,
-.ie8 .primary-sidebar .widget input,
-.ie8 .primary-sidebar .widget textarea {
-	font-size: 12px;
-	padding: 3px 2px 4px 4px;
-}
-
-.ie8 .footer-sidebar .widget input[type="button"],
-.ie8 .footer-sidebar .widget input[type="reset"],
-.ie8 .footer-sidebar .widget input[type="submit"],
-.ie8 .primary-sidebar .widget input[type="button"],
-.ie8 .primary-sidebar .widget input[type="reset"],
-.ie8 .primary-sidebar .widget input[type="submit"] {
-	padding: 5px 15px 4px;
-}
-
-.ie8 .footer-sidebar .widget .widget-title,
-.ie8 .primary-sidebar .widget .widget-title {
-	font-size: 11px;
-	font-weight: 700;
-	line-height: 1.6363636363;
-	margin-bottom: 18px;
-}
-
-.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
-.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
-.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
-.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
-.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
-.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
-.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
-.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
-.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
-.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
-	font-size: 11px;
-	line-height: 1.6363636363;
-}
-
-.ie8 .footer-sidebar .widget_archive li,
-.ie8 .footer-sidebar .widget_categories li,
-.ie8 .footer-sidebar .widget_links li,
-.ie8 .footer-sidebar .widget_meta li,
-.ie8 .footer-sidebar .widget_nav_menu li,
-.ie8 .footer-sidebar .widget_pages li,
-.ie8 .footer-sidebar .widget_recent_comments li,
-.ie8 .footer-sidebar .widget_recent_entries li,
-.ie8 .primary-sidebar .widget_archive li,
-.ie8 .primary-sidebar .widget_categories li,
-.ie8 .primary-sidebar .widget_links li,
-.ie8 .primary-sidebar .widget_meta li,
-.ie8 .primary-sidebar .widget_nav_menu li,
-.ie8 .primary-sidebar .widget_pages li,
-.ie8 .primary-sidebar .widget_recent_comments li,
-.ie8 .primary-sidebar .widget_recent_entries li {
-	border-top: 0;
-	padding: 0 0 6px;
-}
-
-.ie8 .footer-sidebar .widget_categories li ul,
-.ie8 .footer-sidebar .widget_nav_menu li ul,
-.ie8 .footer-sidebar .widget_pages li ul,
-.ie8 .primary-sidebar .widget_categories li ul,
-.ie8 .primary-sidebar .widget_nav_menu li ul,
-.ie8 .primary-sidebar .widget_pages li ul {
-	border-top: 0;
-	margin-top: 0;
-}
-
-.ie8 .grid .featured-content .entry-header {
-	border-color: #000;
-	border-style: solid;
-	border-width: 12px 10px;
-	height: 96px;
-	padding: 0;
-}
-
-.ie8 .featured-content {
-	padding-left: 17.61904761%;
-}
-
-.ie8 .grid .featured-content .hentry {
-	float: left;
-	width: 33.3333333%;
-}
-
-.ie8 .grid .featured-content .hentry:nth-child( 3n+1 ) {
-	clear: both;
-}
-
-.ie8 .grid .featured-content .entry-header {
-	height: 120px;
-}
-
-.ie8 .slider .featured-content .entry-title {
-	font-size: 33px;
-	line-height: 1.0909090909;
-}
-
-.ie8 .slider .featured-content .entry-header {
-	min-height: inherit;
-	padding: 24px 30px 48px;
-	position: absolute;
-	left: 0;
-	bottom: 0;
-	width: 50%;
-	z-index: 3;
-}
-
-.ie8 .slider-control-paging {
-	background: transparent;
-	margin-top: -48px;
-	padding-left: 24px;
-	width: 50%;
-}
-
-.ie8 .slider-control-paging li {
-	margin: 12px 12px 12px 0;
-}
-
-.ie8 .slider-control-paging a {
-	height: 24px;
-	width: 24px;
-}
-
-.ie8 .slider-control-paging a:before {
-	top: 6px;
-	left: 6px;
-}
-
-.ie8 .slider-direction-nav {
-	clear: none;
-	float: right;
-	margin-top: -48px;
-	width: 98px;
-}
-
-.ie8 .slider-direction-nav li:first-child {
-	padding: 0 1px 0 0;
-}
-
-.ie8 .slider-direction-nav li {
-	border: 0;
-	padding: 0 0 0 1px;
-}
-
-.ie8 .slider-direction-nav a {
-	height: 48px;
-}
-
-.ie8 .slider-direction-nav a:before {
-	line-height: 48px;
-}
-
-
-/**
- * Internet Explorer 7
- */
-
-.ie7 audio,
-.ie7 canvas,
-.ie7 video {
-	display: inline;
-	zoom: 1;
-}
-
-.ie7 button,
-.ie7 input,
-.ie7 select,
-.ie7 textarea {
-	vertical-align: middle;
-}
-
-.ie7 button,
-.ie7 input[type="button"],
-.ie7 input[type="reset"],
-.ie7 input[type="submit"] {
-	overflow: visible;
-}
-
-.ie7 .screen-reader-text {
-	clip: rect(1px 1px 1px 1px);
-}
-
-.ie7 .site,
-.ie7 .site-header {
-	max-width: 100%;
-}
-
-.ie7 .search-toggle {
-	line-height: 45px;
-	margin-right: 190px;
-	padding: 0 20px;
-	text-transform: uppercase;
-	width: auto;
-}
-
-.ie7 .search-toggle .screen-reader-text {
-	color: #fff;
-	position: relative; /* Override inherited `absolute` value set in style.css. */
-}
-
-.ie7 .search-box {
-	height: 24px;
-	padding: 12px 0;
-}
-
-.ie7 .search-box .search-field {
-	margin: 0 10px;
-	width: 33%;
-}
-
-.ie7 .site-navigation li {
-	border-top: 1px solid #4d4d4d;
-}
-
-.ie7 .primary-navigation .nav-menu,
-.ie7 .secondary-navigation {
-	border-bottom: 1px solid #4d4d4d;
-}
-
-.ie7 .secondary-navigation {
-	margin: 48px auto;
-	max-width: 474px
-}
-
-.ie7 .content-area {
-	padding-top: 48px;
-}
-
-.ie7 .hentry {
-	max-width: 100%;
-}
-
-.ie7 .menu-toggle {
-	color: #fff;
-	font-weight: 400;
-	font-size: 16px;
-	line-height: 45px;
-	text-transform: uppercase;
-	width: 200px;
-}
-
-.ie7 .post-thumbnail img {
-	display: block;
-	margin: 0 auto;
-}
-
-.ie7 .entry-meta .tag-links a {
-	margin-left: 0;
-}
-
-.ie7 .content-sidebar {
-	padding: 48px 10px;
-}
-
-.ie7 .singular .hentry.has-post-thumbnail {
-	margin-top: -48px;
-}
-
-.ie7 .entry-meta > span,
-.ie7 .widget_twentyfourteen_ephemera .entry-title {
-	margin-right: 20px;
-}
-
-.ie7 #secondary {
-	border-bottom: 1px solid #4d4d4d;
-}
-
-.ie7 .content-sidebar {
-	border-top: 1px solid #e5e5e5;
-	border-bottom: 1px solid #e5e5e5;
-}
-
-.ie7 .widget {
-	margin: 0 auto 48px;
-	max-width: 474px;
-}
-
-.ie7 .content-sidebar .widget_twentyfourteen_ephemera .widget-title {
-	padding-top: 7px;
-}
-
-.ie7 .slider .featured-content .hentry {
-	display: block;
-}
-
-.ie7 .featured-content .entry-header {
-	min-height: 0;
-}
-
-.ie7 .slider-control-paging a {
-	line-height: 40px;
-	text-indent: 0;
-}
-
-.ie7 .slider-control-paging .slider-active {
-	color: #41a62a;
-}
-
-.ie7 .slider-direction-nav {
-	border-top: 2px solid #fff;
-}
-
-.ie7 .slider-direction-nav li {
-	border: 0;
-	width: 49%;
-}
-
-.ie7 .slider-direction-nav a {
-	font-size: 16px;
-	line-height: 45px;
-	text-transform: uppercase;
-}
-
-.ie7 .slider-direction-nav a:hover {
-	background-color: #000;
-	color: #41a62a;
-}
-
-.ie7 .search-toggle {
-	line-height: 45px;
-	margin-right: 190px;
-}
-
-.ie7 .featured-content .post-thumbnail,
-.ie7 .slider .featured-content .post-thumbnail {
-	padding-top: 0;
-}
-
-.ie7 .featured-content .post-thumbnail img {
-	position: relative;
-}
-
-.ie7 .featured-content .entry-header {
-	width: auto;
-}
-
-.ie7 .grid .featured-content .hentry {
-	float: left;
-	margin: 0 auto;
-	max-width: 672px;
-	width: 33.333333%;
-}
-
-.ie7 .slider .featured-content .entry-header {
-	margin: 0 auto;
-	max-width: 1038px;
-}
-
-.ie7 .slider-control-paging {
-	float: none;
-	margin: -24px auto 0;
-	max-width: 1038px;
-	width: auto;
-}
-
-
-/**
- * RTL for Internet Explorer 8 & 7
- */
-
-.rtl .attachment a,
-.rtl .gallery a,
-.rtl .wp-caption a,
-.rtl .widget_twentyfourteen_ephemera .entry-content a {
-	display: inline;
-}
-
-
-/**
- * RTL overrides for Internet Explorer 8
- */
-
-.ie8 .rtl .site-content .entry-meta > span {
-	margin-right: auto;
-	margin-left: 10px;
-}
-
-.ie8 .rtl .site-content .format-quote .post-format a:before {
-	margin-right: auto;
-	margin-left: 2px;
-}
-
-.ie8 .rtl .site-content .format-gallery .post-format a:before {
-	margin-right: auto;
-	margin-left: 4px;
-}
-
-.ie8 .rtl .site-content .format-aside .post-format a:before {
-	margin-right: auto;
-	margin-left: 2px;
-}
-
-.ie8 .rtl .site-content .featured-post:before {
-	margin-right: auto;
-	margin-left: 3px;
-}
-
-.ie8 .rtl .site-content .entry-date a:before,
-.ie8 .rtl .attachment .site-content span.entry-date:before {
-	margin-right: auto;
-	margin-left: 1px;
-}
-
-.ie8 .rtl .site-content .comments-link a:before {
-	margin-right: auto;
-	margin-left: 2px;
-}
-
-.ie8 .rtl .site-content .full-size-link a:before {
-	margin-right: auto;
-	margin-left: 1px;
-}
-
-.ie8 .rtl .main-content {
-	float: right;
-}
-
-.ie8 .rtl .content-area {
-	float: right;
-}
-
-.ie8 .rtl .site-content {
-	margin-right: 17.61904761%;
-	margin-left: 29.04761904%;
-}
-
-.ie8 .rtl .search-box-wrapper,
-.ie8 .rtl .featured-content {
-	padding-right: 17.61904761%;
-	padding-left: 0;
-}
-
-.ie8 .rtl .header-main {
-	padding: 0 30px 0 0;
-}
-
-.ie8 .rtl .search-toggle {
-	margin-right: auto;
-	margin-left: 0;
-}
-
-.ie8 .rtl .primary-navigation {
-	float: left;
-	margin: 0 -10px 0 1px;
-}
-
-.ie8 .rtl .primary-navigation ul ul {
-	float: right;
-	right: -999em;
-	left: auto;
-}
-
-.ie8 .rtl .primary-navigation ul ul ul {
-	right: -999em;
-	left: auto;
-}
-
-.ie8 .rtl .primary-navigation ul li:hover > ul,
-.ie8 .rtl .primary-navigation ul li.focus > ul {
-	right: auto;
-	left: auto;
-}
-
-.ie8 .rtl .primary-navigation ul ul li:hover > ul,
-.ie8 .rtl .primary-navigation ul ul li.focus > ul {
-	right: 100%;
-	left: auto;
-}
-
-.ie8 .rtl .entry-meta .tag-links a:before {
-	right: -8px;
-}
-
-.ie8 .rtl .archive-header,
-.ie8 .rtl .comments-area,
-.ie8 .rtl .image-navigation,
-.ie8 .rtl .page-header,
-.ie8 .rtl .page-content,
-.ie8 .rtl .post-navigation,
-.ie8 .rtl .site-content .entry-header,
-.ie8 .rtl .site-content .entry-content,
-.ie8 .rtl .site-content .entry-summary,
-.ie8 .rtl .site-content footer.entry-meta {
-	margin-right: auto;
-	margin-left: 54px;
-}
-
-.ie8 .rtl .comment-author,
-.ie8 .rtl .comment-awaiting-moderation,
-.ie8 .rtl .comment-content,
-.ie8 .rtl .comment-list .reply,
-.ie8 .rtl .comment-metadata {
-	padding-right: 50px;
-	padding-left: 0;
-}
-
-.ie8 .rtl .comment-list .children {
-	margin-right: 20px;
-	margin-left: auto;
-}
-
-
-.ie8 .rtl.full-width .site-content {
-	margin-left: 0;
-}
-
-.ie8 .rtl.full-width .archive-header,
-.ie8 .rtl.full-width .comments-area,
-.ie8 .rtl.full-width .image-navigation,
-.ie8 .rtl.full-width .page-header,
-.ie8 .rtl.full-width .page-content,
-.ie8 .rtl.full-width .post-navigation,
-.ie8 .rtl.full-width .site-content .entry-header,
-.ie8 .rtl.full-width .site-content .entry-content,
-.ie8 .rtl.full-width .site-content .entry-summary,
-.ie8 .rtl.full-width .site-content footer.entry-meta {
-	margin-left: auto;
-}
-
-.ie8 .rtl .contributor-avatar {
-	margin-right: -168px;
-	margin-left: auto;
-}
-
-.ie8 .rtl .contributor-summary {
-	float: right;
-}
-
-.ie8 .rtl .site:before {
-	right: 0;
-	left: auto;
-}
-
-.ie8 .rtl #secondary {
-	float: right;
-	margin: 0 -100% 0 0;
-}
-
-.ie8 .rtl .secondary-navigation ul ul {
-	right: -999em;
-	left: auto;
-}
-
-.ie8 .rtl .secondary-navigation ul li:hover > ul,
-.ie8 .rtl .secondary-navigation ul li.focus > ul {
-	right: 202px;
-	left: auto;
-}
-
-.ie8 .rtl .content-sidebar {
-	float: left;
-	margin-right: -29.04761904%;
-	margin-left: auto;
-}
-
-.ie8 .rtl .footer-sidebar .widget {
-	float: right;
-}
-
-.ie8 .rtl .featured-content {
-	padding-right: 17.61904761%;
-	padding-left: 0;
-}
-
-.ie8 .rtl.grid .featured-content .hentry {
-	float: right;
-}
-
-.ie8 .rtl.slider .featured-content .entry-header {
-	right: 0;
-	left: auto;
-}
-
-.ie8 .rtl .slider-control-paging {
-	padding-right: 24px;
-	padding-left: 0;
-}
-
-.ie8 .rtl .slider-control-paging li {
-	margin: 12px 0 12px 12px;
-}
-
-.ie8 .rtl .slider-control-paging a:before {
-	right: 6px;
-	left: auto;
-}
-
-.ie8 .rtl .slider-direction-nav {
-	float: left;
-}
-
-.ie8 .rtl .slider-direction-nav li {
-	padding: 0 1px 0 0;
-}
-
-.ie8 .rtl .slider-direction-nav li:first-child {
-	padding: 0 0 0 1px;
-}
-
-
-/**
- * RTL overrides for Internet Explorer 7
- */
-
-.ie7 .rtl.grid .featured-content .hentry {
-	float: right;
-}
-
-.ie7 .rtl .slider-control-paging {
-	float: none;
-	margin: -24px auto 0;
-}
-
-.ie7 .rtl .entry-meta .tag-links a {
-	margin-right: 0;
-	margin-left: auto;
-}
-
-.ie7 .rtl .search-toggle {
-	margin-right: auto;
-	margin-left: 190px;
+/**
+ * Global Styles for older IE versions (previous to IE9).
+ */
+
+pre,
+fieldset,
+table,
+th,
+td,
+input,
+textarea {
+	border: 1px solid #e5e5e5;
+}
+
+hr {
+	background-color: #e5e5e5;
+}
+
+button,
+input,
+select,
+textarea {
+	vertical-align: middle;
+}
+
+
+input:focus,
+textarea:focus {
+	border: 1px solid #b2b2b2;
+}
+
+.site-title {
+	max-width: 71%;
+}
+
+.site-content blockquote.alignleft,
+.site-content blockquote.alignright {
+	border-top: 1px solid #e5e5e5;
+	border-bottom: 1px solid #e5e5e5;
+}
+
+.post-thumbnail,
+a.post-thumbnail:hover {
+	background: transparent;
+}
+
+.list-view .site-content .hentry {
+	border-top: 1px solid #e5e5e5;
+	padding-top: 48px;
+}
+
+.gallery-caption {
+	background: #000;
+	filter: alpha(opacity=0);
+}
+
+.gallery-item:hover .gallery-caption {
+	filter: alpha(opacity=70);
+}
+
+.nav-links {
+	border-top: 1px solid #e5e5e5;
+}
+
+.post-navigation a,
+.image-navigation .previous-image,
+.image-navigation .next-image,
+.contributor {
+	border-bottom: 1px solid #e5e5e5;
+}
+
+.contributor-avatar,
+.comment-author .avatar {
+	border: 1px solid #e5e5e5;
+}
+
+.comment-list article,
+.comment-list .pingback,
+.comment-list .trackback {
+	border-top: 1px solid #e5e5e5;
+}
+
+.comment-list .reply {
+	margin-top: 0;
+}
+
+#secondary {
+	color: #b3b3b3;
+}
+
+.widget abbr[title] {
+	border-color: #b3b3b3;
+}
+
+.widget pre,
+.widget fieldset,
+.widget table,
+.widget th,
+.widget td,
+.widget input,
+.widget textarea {
+	border-color: #4d4d4d;
+}
+
+.widget blockquote,
+.widget .wp-caption,
+.widget_twentyfourteen_ephemera .entry-meta a {
+	color: #b3b3b3;
+}
+
+.widget del {
+	color: #666;
+}
+
+.widget hr {
+	background-color: #4d4d4d;
+}
+
+.widget input,
+.widget textarea {
+	background-color: #1a1a1a;
+}
+
+.widget input:focus,
+.widget textarea:focus {
+	border-color: #262626;
+}
+
+.widget_calendar thead th {
+	background-color: #1a1a1a;
+}
+
+.widget_twentyfourteen_ephemera > ol > li {
+	border-bottom: 1px solid #4d4d4d;
+}
+
+.widget_archive li,
+.widget_categories li,
+.widget_links li,
+.widget_meta li,
+.widget_nav_menu li,
+.widget_pages li,
+.widget_recent_comments li,
+.widget_recent_entries li,
+.widget_categories li ul,
+.widget_nav_menu li ul,
+.widget_pages li ul {
+	border-top: 1px solid #4d4d4d;
+}
+
+.content-sidebar .widget pre,
+.content-sidebar .widget fieldset,
+.content-sidebar .widget table,
+.content-sidebar .widget th,
+.content-sidebar .widget td,
+.content-sidebar .widget input,
+.content-sidebar .widget textarea,
+.content-sidebar .widget_archive li,
+.content-sidebar .widget_categories li,
+.content-sidebar .widget_links li,
+.content-sidebar .widget_meta li,
+.content-sidebar .widget_nav_menu li,
+.content-sidebar .widget_pages li,
+.content-sidebar .widget_recent_comments li,
+.content-sidebar .widget_recent_entries li,
+.content-sidebar .widget_categories li ul,
+.content-sidebar .widget_nav_menu li ul,
+.content-sidebar .widget_pages li ul {
+	border-color: #e5e5e5;
+}
+
+.content-sidebar .widget hr {
+	background-color: #e5e5e5;
+}
+
+.content-sidebar .widget input:focus,
+.content-sidebar .widget textarea:focus {
+	border: 1px solid #b2b2b2;
+}
+
+.content-sidebar .widget_calendar thead th {
+	background-color: #fafafa;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
+	border-bottom: 1px solid #e5e5e5;
+}
+
+.site-footer,
+.site-info,
+.site-info a {
+	color: #b3b3b3;
+}
+
+#supplementary + .site-info {
+	border-top: 1px solid #4d4d4d;
+}
+
+.featured-content {
+	background: #000;
+}
+
+
+/**
+ * Internet Explorer 8
+ */
+
+.ie8 img.size-full,
+.ie8 img.size-large,
+.ie8 img.header-image,
+.ie8 img.wp-post-image,
+.ie8 img[class*="align"],
+.ie8 img[class*="wp-image-"],
+.ie8 img[class*="attachment-"] {
+	height: auto;
+	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
+}
+
+.ie8 .full-size-link:before,
+.ie8 .parent-post-link:before,
+.ie8 .site-content span + .byline:before,
+.ie8 .site-content span + .comments-link:before,
+.ie8 .site-content span + .edit-link:before,
+.ie8 .site-content span + .entry-date:before {
+	content: "";
+}
+
+.ie8 .attachment span.entry-date:before,
+.ie8 .entry-content .edit-link a:before,
+.ie8 .entry-meta .edit-link a:before,
+.ie8 .site-content .byline a:before,
+.ie8 .site-content .comments-link a:before,
+.ie8 .site-content .entry-date a:before,
+.ie8 .site-content .featured-post:before,
+.ie8 .site-content .full-size-link a:before,
+.ie8 .site-content .parent-post-link a:before,
+.ie8 .site-content .post-format a:before {
+	display: inline-block;
+	font: normal 16px/1 Genericons;
+	text-decoration: inherit;
+	vertical-align: text-bottom;
+}
+
+.ie8 .site-content .entry-meta > span {
+	margin-right: 10px;
+}
+
+.ie8 .site-content .format-video .post-format a:before {
+	content: "\f104";
+}
+
+.ie8 .site-content .format-audio .post-format a:before {
+	content: "\f109";
+}
+
+.ie8 .site-content .format-image .post-format a:before {
+	content: "\f473";
+	position: relative;
+	top: 1px;
+}
+
+.ie8 .site-content .format-quote .post-format a:before {
+	content: "\f106";
+	margin-right: 2px;
+}
+
+.ie8 .site-content .format-gallery .post-format a:before {
+	content: "\f103";
+	margin-right: 4px;
+}
+
+.ie8 .site-content .format-aside .post-format a:before {
+	content: "\f101";
+	margin-right: 2px;
+}
+
+.ie8 .site-content .format-link .post-format a:before {
+	content: "\f107";
+	position: relative;
+	top: 1px;
+}
+
+.ie8 .site-content .featured-post:before {
+	content: "\f308";
+	margin-right: 3px;
+	position: relative;
+	top: 1px;
+}
+
+.ie8 .site-content .entry-date a:before,
+.ie8 .attachment .site-content span.entry-date:before {
+	content: "\f303";
+	margin-right: 1px;
+	position: relative;
+	top: 1px;
+}
+
+.ie8 .site-content .byline a:before {
+	content: "\f304";
+}
+
+.ie8 .site-content .comments-link a:before {
+	content: "\f300";
+	margin-right: 2px;
+}
+
+.ie8 .entry-content .edit-link a:before,
+.ie8 .entry-meta .edit-link a:before {
+	content: "\f411";
+}
+
+.ie8 .site-content .full-size-link a:before {
+	content: "\f402";
+	margin-right: 1px;
+}
+
+.ie8 .site-content .parent-post-link a:before {
+	content: "\f301";
+}
+
+.ie8 .main-content {
+	float: left;
+}
+
+.ie8 .content-area {
+	float: left;
+	padding-top: 72px;
+	width: 100%;
+}
+
+.ie8 .site-content {
+	margin-right: 29.04761904%;
+	margin-left: 17.61904761%;
+}
+
+.ie8 .search-box-wrapper,
+.ie8 .featured-content {
+	padding-left: 17.61904761%;
+}
+
+.ie8 .header-main {
+	padding: 0 0 0 30px;
+}
+
+.ie8 .search-toggle {
+	margin-right: 0;
+}
+
+.ie8 .search-box .search-field {
+	width: 324px;
+}
+
+.ie8 .site-navigation li .current_page_item > a,
+.ie8 .site-navigation li .current_page_ancestor > a,
+.ie8 .site-navigation li .current-menu-item > a,
+.ie8 .site-navigation li .current-menu-ancestor > a {
+	background-color: #000;
+}
+
+.ie8 .primary-navigation {
+	float: right;
+	font-size: 11px;
+	margin: 0 1px 0 -10px;
+	padding: 0;
+	text-transform: uppercase;
+}
+
+.ie8 .primary-navigation .menu-toggle {
+	display: none;
+	padding: 0;
+}
+
+.ie8 .primary-navigation .nav-menu {
+	border-bottom: 0;
+	display: block;
+}
+
+.ie8 .primary-navigation.toggled-on {
+	border-bottom: 0;
+	margin: 0;
+	padding: 0;
+}
+
+.ie8 .primary-navigation li {
+	border: 0;
+	display: inline-block;
+	height: 48px;
+	line-height: 48px;
+	position: relative;
+}
+
+.ie8 .primary-navigation a {
+	display: inline-block;
+	padding: 0 10px;
+	white-space: nowrap;
+}
+
+.ie8 .primary-navigation ul ul {
+	background-color: #24890d;
+	float: left;
+	margin: 0;
+	position: absolute;
+	top: 48px;
+	left: -999em;
+	z-index: 99999;
+}
+
+.ie8 .primary-navigation li li {
+	border: 0;
+	display: block;
+	height: auto;
+	line-height: 1.0909090909;
+}
+
+.ie8 .primary-navigation ul ul ul {
+	left: -999em;
+	top: 0;
+}
+
+.ie8 .primary-navigation ul ul a {
+	padding: 18px 12px;
+	white-space: normal;
+	width: 176px;
+}
+
+.ie8 .primary-navigation li:hover > a,
+.ie8 .primary-navigation li.focus > a {
+	background-color: #24890d;
+	color: #fff;
+}
+
+.ie8 .primary-navigation ul ul a:hover,
+.ie8 .primary-navigation ul ul li.focus > a {
+	background-color: #41a62a;
+}
+
+.ie8 .primary-navigation ul li:hover > ul,
+.ie8 .primary-navigation ul li.focus > ul {
+	left: auto;
+}
+
+.ie8 .primary-navigation ul ul li:hover > ul,
+.ie8 .primary-navigation ul ul li.focus > ul {
+	left: 100%;
+}
+
+.ie8 .archive-header,
+.ie8 .page-header {
+	margin: 0 auto 60px;
+	padding: 0 10px;
+}
+
+.ie8 .site-content .has-post-thumbnail .entry-header {
+	margin-top: -48px;
+}
+
+.ie8 .archive-header,
+.ie8 .comments-area,
+.ie8 .image-navigation,
+.ie8 .page-header,
+.ie8 .page-content,
+.ie8 .post-navigation,
+.ie8 .site-content .entry-header,
+.ie8 .site-content .entry-content,
+.ie8 .site-content .entry-summary,
+.ie8 .site-content footer.entry-meta {
+	margin-right: 54px;
+	padding-right: 30px;
+	padding-left: 30px;
+}
+
+.ie8 .list-view .site-content .hentry:first-child,
+.ie8 .list-view .site-content .hentry.has-post-thumbnail {
+	border-top: 0;
+	padding-top: 0;
+}
+
+.ie8 .comment-list .trackback,
+.ie8 .comment-list .pingback,
+.ie8 .comment-list article {
+	margin-bottom: 36px;
+	padding-top: 36px;
+}
+
+.ie8 .comment-author .avatar {
+	height: 34px;
+	top: 2px;
+	width: 34px;
+}
+
+.ie8 .comment-author,
+.ie8 .comment-awaiting-moderation,
+.ie8 .comment-content,
+.ie8 .comment-list .reply,
+.ie8 .comment-metadata {
+	padding-left: 50px;
+}
+
+.ie8 .comment-list .children {
+	margin-left: 20px;
+}
+
+.ie8 .full-width .site-content {
+	margin-right: 0;
+}
+
+.ie8 .full-width .archive-header,
+.ie8 .full-width .comments-area,
+.ie8 .full-width .image-navigation,
+.ie8 .full-width .page-header,
+.ie8 .full-width .page-content,
+.ie8 .full-width .post-navigation,
+.ie8 .full-width .site-content .entry-header,
+.ie8 .full-width .site-content .entry-content,
+.ie8 .full-width .site-content .entry-summary,
+.ie8 .full-width .site-content footer.entry-meta {
+	padding-right: 30px;
+	padding-left: 30px;
+	margin-right: auto;
+}
+
+.ie8 .full-width .hentry.has-post-thumbnail:first-child {
+	margin-top: -72px;
+}
+
+
+.ie8 .singular .site-content .hentry.has-post-thumbnail {
+	margin-top: 0;
+}
+
+.ie8 .error404 .page-header {
+	margin-bottom: 24px;
+}
+
+.ie8 .contributor-avatar {
+	margin-left: -168px;
+}
+
+.ie8 .contributor-summary {
+	float: left;
+}
+
+.ie8 .site:before {
+	background-color: #000;
+	content: "";
+	display: block;
+	height: 100%;
+	min-height: 100%;
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 17.61904761%;
+	z-index: 2;
+}
+
+.ie8 #secondary {
+	border: 0;
+	clear: none;
+	color: #b3b3b3;
+	float: left;
+	margin: 0 0 0 -100%;
+	min-height: 100vh;
+	padding: 0 30px;
+	width: 12.85714285%;
+}
+
+.ie8 .site-description {
+	display: block;
+	margin: -3px 0 21px;
+}
+
+.ie8 .secondary-navigation {
+	font-size: 11px;
+	margin: 0 -30px 48px;
+	width: calc(100% + 60px);
+}
+
+.ie8 .secondary-navigation li {
+	border-top: 1px solid #4d4d4d;
+	position: relative;
+}
+
+.ie8 .secondary-navigation a {
+	padding: 10px 30px;
+}
+
+.ie8 .secondary-navigation ul ul {
+	background-color: #24890d;
+	position: absolute;
+	top: 0;
+	left: -999em;
+	width: 222px;
+	z-index: 99999;
+}
+
+.ie8 .secondary-navigation li li {
+	border-top: 0;
+}
+
+.ie8 .secondary-navigation li:hover > a,
+.ie8 .secondary-navigation li.focus > a {
+	background-color: #24890d;
+	color: #fff;
+}
+
+.ie8 .secondary-navigation ul ul a:hover,
+.ie8 .secondary-navigation ul ul li.focus > a {
+	background-color: #41a62a;
+}
+
+.ie8 .secondary-navigation ul li:hover > ul,
+.ie8 .secondary-navigation ul li.focus > ul {
+	left: 202px;
+}
+
+.ie8 .content-sidebar {
+	border: 0;
+	float: right;
+	margin-left: -29.04761904%;
+	padding: 72px 30px 24px;
+	width: 29.04761904%;
+}
+
+.ie8 #supplementary {
+	padding: 0;
+}
+
+.ie8 .footer-sidebar {
+	font-size: 12px;
+	line-height: 1.5;
+}
+
+.ie8 .footer-sidebar .widget,
+.ie8 .primary-sidebar .widget {
+	font-size: 12px;
+	line-height: 1.5;
+}
+
+.ie8 .footer-sidebar .widget {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	float: left;
+	padding: 0 30px;
+	width: 25%;
+}
+
+.ie8 .footer-sidebar .widget h1,
+.ie8 .primary-sidebar .widget h1 {
+	font-size: 20px;
+	line-height: 1.2;
+}
+
+.ie8 .footer-sidebar .widget h2,
+.ie8 .primary-sidebar .widget h2 {
+	font-size: 18px;
+	line-height: 1.3333333333;
+}
+
+.ie8 .footer-sidebar .widget h3,
+.ie8 .primary-sidebar .widget h3 {
+	font-size: 16px;
+	line-height: 1.5;
+}
+
+.ie8 .footer-sidebar .widget h4,
+.ie8 .primary-sidebar .widget h4 {
+	font-size: 14px;
+	line-height: 1.7142857142;
+}
+
+.ie8 .footer-sidebar .widget h5,
+.ie8 .primary-sidebar .widget h5 {
+	font-size: 12px;
+	line-height: 2;
+}
+
+.ie8 .footer-sidebar .widget h6,
+.ie8 .primary-sidebar .widget h6 {
+	font-size: 11px;
+	line-height: 2.1818181818;
+}
+
+.ie8 .footer-sidebar .widget code,
+.ie8 .footer-sidebar .widget kbd,
+.ie8 .footer-sidebar .widget tt,
+.ie8 .footer-sidebar .widget var,
+.ie8 .footer-sidebar .widget samp,
+.ie8 .footer-sidebar .widget pre,
+.ie8 .primary-sidebar .widget code,
+.ie8 .primary-sidebar .widget kbd,
+.ie8 .primary-sidebar .widget tt,
+.ie8 .primary-sidebar .widget var,
+.ie8 .primary-sidebar .widget samp,
+.ie8 .primary-sidebar .widget pre {
+	font-size: 11px;
+	line-height: 1.6363636363;
+}
+
+.ie8 .footer-sidebar .widget blockquote,
+.ie8 .primary-sidebar .widget blockquote {
+	font-size: 14px;
+	line-height: 1.2857142857;
+}
+
+.ie8 .footer-sidebar .widget blockquote cite,
+.ie8 .primary-sidebar .widget blockquote cite {
+	font-size: 12px;
+	line-height: 1.5;
+}
+
+.ie8 .footer-sidebar .widget input,
+.ie8 .footer-sidebar .widget textarea,
+.ie8 .primary-sidebar .widget input,
+.ie8 .primary-sidebar .widget textarea {
+	font-size: 12px;
+	padding: 3px 2px 4px 4px;
+}
+
+.ie8 .footer-sidebar .widget input[type="button"],
+.ie8 .footer-sidebar .widget input[type="reset"],
+.ie8 .footer-sidebar .widget input[type="submit"],
+.ie8 .primary-sidebar .widget input[type="button"],
+.ie8 .primary-sidebar .widget input[type="reset"],
+.ie8 .primary-sidebar .widget input[type="submit"] {
+	padding: 5px 15px 4px;
+}
+
+.ie8 .footer-sidebar .widget .widget-title,
+.ie8 .primary-sidebar .widget .widget-title {
+	font-size: 11px;
+	font-weight: 700;
+	line-height: 1.6363636363;
+	margin-bottom: 18px;
+}
+
+.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
+.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
+.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
+.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
+.ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
+.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
+.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
+.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
+.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
+.ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
+	font-size: 11px;
+	line-height: 1.6363636363;
+}
+
+.ie8 .footer-sidebar .widget_archive li,
+.ie8 .footer-sidebar .widget_categories li,
+.ie8 .footer-sidebar .widget_links li,
+.ie8 .footer-sidebar .widget_meta li,
+.ie8 .footer-sidebar .widget_nav_menu li,
+.ie8 .footer-sidebar .widget_pages li,
+.ie8 .footer-sidebar .widget_recent_comments li,
+.ie8 .footer-sidebar .widget_recent_entries li,
+.ie8 .primary-sidebar .widget_archive li,
+.ie8 .primary-sidebar .widget_categories li,
+.ie8 .primary-sidebar .widget_links li,
+.ie8 .primary-sidebar .widget_meta li,
+.ie8 .primary-sidebar .widget_nav_menu li,
+.ie8 .primary-sidebar .widget_pages li,
+.ie8 .primary-sidebar .widget_recent_comments li,
+.ie8 .primary-sidebar .widget_recent_entries li {
+	border-top: 0;
+	padding: 0 0 6px;
+}
+
+.ie8 .footer-sidebar .widget_categories li ul,
+.ie8 .footer-sidebar .widget_nav_menu li ul,
+.ie8 .footer-sidebar .widget_pages li ul,
+.ie8 .primary-sidebar .widget_categories li ul,
+.ie8 .primary-sidebar .widget_nav_menu li ul,
+.ie8 .primary-sidebar .widget_pages li ul {
+	border-top: 0;
+	margin-top: 0;
+}
+
+.ie8 .grid .featured-content .entry-header {
+	border-color: #000;
+	border-style: solid;
+	border-width: 12px 10px;
+	height: 96px;
+	padding: 0;
+}
+
+.ie8 .featured-content {
+	padding-left: 17.61904761%;
+}
+
+.ie8 .grid .featured-content .hentry {
+	float: left;
+	width: 33.3333333%;
+}
+
+.ie8 .grid .featured-content .hentry:nth-child( 3n+1 ) {
+	clear: both;
+}
+
+.ie8 .grid .featured-content .entry-header {
+	height: 120px;
+}
+
+.ie8 .slider .featured-content .entry-title {
+	font-size: 33px;
+	line-height: 1.0909090909;
+}
+
+.ie8 .slider .featured-content .entry-header {
+	min-height: inherit;
+	padding: 24px 30px 48px;
+	position: absolute;
+	left: 0;
+	bottom: 0;
+	width: 50%;
+	z-index: 3;
+}
+
+.ie8 .slider-control-paging {
+	background: transparent;
+	margin-top: -48px;
+	padding-left: 24px;
+	width: 50%;
+}
+
+.ie8 .slider-control-paging li {
+	margin: 12px 12px 12px 0;
+}
+
+.ie8 .slider-control-paging a {
+	height: 24px;
+	width: 24px;
+}
+
+.ie8 .slider-control-paging a:before {
+	top: 6px;
+	left: 6px;
+}
+
+.ie8 .slider-direction-nav {
+	clear: none;
+	float: right;
+	margin-top: -48px;
+	width: 98px;
+}
+
+.ie8 .slider-direction-nav li:first-child {
+	padding: 0 1px 0 0;
+}
+
+.ie8 .slider-direction-nav li {
+	border: 0;
+	padding: 0 0 0 1px;
+}
+
+.ie8 .slider-direction-nav a {
+	height: 48px;
+}
+
+.ie8 .slider-direction-nav a:before {
+	line-height: 48px;
+}
+
+
+/**
+ * Internet Explorer 7
+ */
+
+.ie7 audio,
+.ie7 canvas,
+.ie7 video {
+	display: inline;
+	zoom: 1;
+}
+
+.ie7 button,
+.ie7 input,
+.ie7 select,
+.ie7 textarea {
+	vertical-align: middle;
+}
+
+.ie7 button,
+.ie7 input[type="button"],
+.ie7 input[type="reset"],
+.ie7 input[type="submit"] {
+	overflow: visible;
+}
+
+.ie7 .screen-reader-text {
+	clip: rect(1px 1px 1px 1px);
+}
+
+.ie7 .site,
+.ie7 .site-header {
+	max-width: 100%;
+}
+
+.ie7 .search-toggle {
+	line-height: 45px;
+	margin-right: 190px;
+	padding: 0 20px;
+	text-transform: uppercase;
+	width: auto;
+}
+
+.ie7 .search-toggle .screen-reader-text {
+	color: #fff;
+	position: relative; /* Override inherited `absolute` value set in style.css. */
+}
+
+.ie7 .search-box {
+	height: 24px;
+	padding: 12px 0;
+}
+
+.ie7 .search-box .search-field {
+	margin: 0 10px;
+	width: 33%;
+}
+
+.ie7 .site-navigation li {
+	border-top: 1px solid #4d4d4d;
+}
+
+.ie7 .primary-navigation .nav-menu,
+.ie7 .secondary-navigation {
+	border-bottom: 1px solid #4d4d4d;
+}
+
+.ie7 .secondary-navigation {
+	margin: 48px auto;
+	max-width: 474px
+}
+
+.ie7 .content-area {
+	padding-top: 48px;
+}
+
+.ie7 .hentry {
+	max-width: 100%;
+}
+
+.ie7 .menu-toggle {
+	color: #fff;
+	font-weight: 400;
+	font-size: 16px;
+	line-height: 45px;
+	text-transform: uppercase;
+	width: 200px;
+}
+
+.ie7 .post-thumbnail img {
+	display: block;
+	margin: 0 auto;
+}
+
+.ie7 .entry-meta .tag-links a {
+	margin-left: 0;
+}
+
+.ie7 .content-sidebar {
+	padding: 48px 10px;
+}
+
+.ie7 .singular .hentry.has-post-thumbnail {
+	margin-top: -48px;
+}
+
+.ie7 .entry-meta > span,
+.ie7 .widget_twentyfourteen_ephemera .entry-title {
+	margin-right: 20px;
+}
+
+.ie7 #secondary {
+	border-bottom: 1px solid #4d4d4d;
+}
+
+.ie7 .content-sidebar {
+	border-top: 1px solid #e5e5e5;
+	border-bottom: 1px solid #e5e5e5;
+}
+
+.ie7 .widget {
+	margin: 0 auto 48px;
+	max-width: 474px;
+}
+
+.ie7 .content-sidebar .widget_twentyfourteen_ephemera .widget-title {
+	padding-top: 7px;
+}
+
+.ie7 .slider .featured-content .hentry {
+	display: block;
+}
+
+.ie7 .featured-content .entry-header {
+	min-height: 0;
+}
+
+.ie7 .slider-control-paging a {
+	line-height: 40px;
+	text-indent: 0;
+}
+
+.ie7 .slider-control-paging .slider-active {
+	color: #41a62a;
+}
+
+.ie7 .slider-direction-nav {
+	border-top: 2px solid #fff;
+}
+
+.ie7 .slider-direction-nav li {
+	border: 0;
+	width: 49%;
+}
+
+.ie7 .slider-direction-nav a {
+	font-size: 16px;
+	line-height: 45px;
+	text-transform: uppercase;
+}
+
+.ie7 .slider-direction-nav a:hover {
+	background-color: #000;
+	color: #41a62a;
+}
+
+.ie7 .search-toggle {
+	line-height: 45px;
+	margin-right: 190px;
+}
+
+.ie7 .featured-content .post-thumbnail,
+.ie7 .slider .featured-content .post-thumbnail {
+	padding-top: 0;
+}
+
+.ie7 .featured-content .post-thumbnail img {
+	position: relative;
+}
+
+.ie7 .featured-content .entry-header {
+	width: auto;
+}
+
+.ie7 .grid .featured-content .hentry {
+	float: left;
+	margin: 0 auto;
+	max-width: 672px;
+	width: 33.333333%;
+}
+
+.ie7 .slider .featured-content .entry-header {
+	margin: 0 auto;
+	max-width: 1038px;
+}
+
+.ie7 .slider-control-paging {
+	float: none;
+	margin: -24px auto 0;
+	max-width: 1038px;
+	width: auto;
+}
+
+
+/**
+ * RTL for Internet Explorer 8 & 7
+ */
+
+.rtl .attachment a,
+.rtl .gallery a,
+.rtl .wp-caption a,
+.rtl .widget_twentyfourteen_ephemera .entry-content a {
+	display: inline;
+}
+
+
+/**
+ * RTL overrides for Internet Explorer 8
+ */
+
+.ie8 .rtl .site-content .entry-meta > span {
+	margin-right: auto;
+	margin-left: 10px;
+}
+
+.ie8 .rtl .site-content .format-quote .post-format a:before {
+	margin-right: auto;
+	margin-left: 2px;
+}
+
+.ie8 .rtl .site-content .format-gallery .post-format a:before {
+	margin-right: auto;
+	margin-left: 4px;
+}
+
+.ie8 .rtl .site-content .format-aside .post-format a:before {
+	margin-right: auto;
+	margin-left: 2px;
+}
+
+.ie8 .rtl .site-content .featured-post:before {
+	margin-right: auto;
+	margin-left: 3px;
+}
+
+.ie8 .rtl .site-content .entry-date a:before,
+.ie8 .rtl .attachment .site-content span.entry-date:before {
+	margin-right: auto;
+	margin-left: 1px;
+}
+
+.ie8 .rtl .site-content .comments-link a:before {
+	margin-right: auto;
+	margin-left: 2px;
+}
+
+.ie8 .rtl .site-content .full-size-link a:before {
+	margin-right: auto;
+	margin-left: 1px;
+}
+
+.ie8 .rtl .main-content {
+	float: right;
+}
+
+.ie8 .rtl .content-area {
+	float: right;
+}
+
+.ie8 .rtl .site-content {
+	margin-right: 17.61904761%;
+	margin-left: 29.04761904%;
+}
+
+.ie8 .rtl .search-box-wrapper,
+.ie8 .rtl .featured-content {
+	padding-right: 17.61904761%;
+	padding-left: 0;
+}
+
+.ie8 .rtl .header-main {
+	padding: 0 30px 0 0;
+}
+
+.ie8 .rtl .search-toggle {
+	margin-right: auto;
+	margin-left: 0;
+}
+
+.ie8 .rtl .primary-navigation {
+	float: left;
+	margin: 0 -10px 0 1px;
+}
+
+.ie8 .rtl .primary-navigation ul ul {
+	float: right;
+	right: -999em;
+	left: auto;
+}
+
+.ie8 .rtl .primary-navigation ul ul ul {
+	right: -999em;
+	left: auto;
+}
+
+.ie8 .rtl .primary-navigation ul li:hover > ul,
+.ie8 .rtl .primary-navigation ul li.focus > ul {
+	right: auto;
+	left: auto;
+}
+
+.ie8 .rtl .primary-navigation ul ul li:hover > ul,
+.ie8 .rtl .primary-navigation ul ul li.focus > ul {
+	right: 100%;
+	left: auto;
+}
+
+.ie8 .rtl .entry-meta .tag-links a:before {
+	right: -8px;
+}
+
+.ie8 .rtl .archive-header,
+.ie8 .rtl .comments-area,
+.ie8 .rtl .image-navigation,
+.ie8 .rtl .page-header,
+.ie8 .rtl .page-content,
+.ie8 .rtl .post-navigation,
+.ie8 .rtl .site-content .entry-header,
+.ie8 .rtl .site-content .entry-content,
+.ie8 .rtl .site-content .entry-summary,
+.ie8 .rtl .site-content footer.entry-meta {
+	margin-right: auto;
+	margin-left: 54px;
+}
+
+.ie8 .rtl .comment-author,
+.ie8 .rtl .comment-awaiting-moderation,
+.ie8 .rtl .comment-content,
+.ie8 .rtl .comment-list .reply,
+.ie8 .rtl .comment-metadata {
+	padding-right: 50px;
+	padding-left: 0;
+}
+
+.ie8 .rtl .comment-list .children {
+	margin-right: 20px;
+	margin-left: auto;
+}
+
+
+.ie8 .rtl.full-width .site-content {
+	margin-left: 0;
+}
+
+.ie8 .rtl.full-width .archive-header,
+.ie8 .rtl.full-width .comments-area,
+.ie8 .rtl.full-width .image-navigation,
+.ie8 .rtl.full-width .page-header,
+.ie8 .rtl.full-width .page-content,
+.ie8 .rtl.full-width .post-navigation,
+.ie8 .rtl.full-width .site-content .entry-header,
+.ie8 .rtl.full-width .site-content .entry-content,
+.ie8 .rtl.full-width .site-content .entry-summary,
+.ie8 .rtl.full-width .site-content footer.entry-meta {
+	margin-left: auto;
+}
+
+.ie8 .rtl .contributor-avatar {
+	margin-right: -168px;
+	margin-left: auto;
+}
+
+.ie8 .rtl .contributor-summary {
+	float: right;
+}
+
+.ie8 .rtl .site:before {
+	right: 0;
+	left: auto;
+}
+
+.ie8 .rtl #secondary {
+	float: right;
+	margin: 0 -100% 0 0;
+}
+
+.ie8 .rtl .secondary-navigation ul ul {
+	right: -999em;
+	left: auto;
+}
+
+.ie8 .rtl .secondary-navigation ul li:hover > ul,
+.ie8 .rtl .secondary-navigation ul li.focus > ul {
+	right: 202px;
+	left: auto;
+}
+
+.ie8 .rtl .content-sidebar {
+	float: left;
+	margin-right: -29.04761904%;
+	margin-left: auto;
+}
+
+.ie8 .rtl .footer-sidebar .widget {
+	float: right;
+}
+
+.ie8 .rtl .featured-content {
+	padding-right: 17.61904761%;
+	padding-left: 0;
+}
+
+.ie8 .rtl.grid .featured-content .hentry {
+	float: right;
+}
+
+.ie8 .rtl.slider .featured-content .entry-header {
+	right: 0;
+	left: auto;
+}
+
+.ie8 .rtl .slider-control-paging {
+	padding-right: 24px;
+	padding-left: 0;
+}
+
+.ie8 .rtl .slider-control-paging li {
+	margin: 12px 0 12px 12px;
+}
+
+.ie8 .rtl .slider-control-paging a:before {
+	right: 6px;
+	left: auto;
+}
+
+.ie8 .rtl .slider-direction-nav {
+	float: left;
+}
+
+.ie8 .rtl .slider-direction-nav li {
+	padding: 0 1px 0 0;
+}
+
+.ie8 .rtl .slider-direction-nav li:first-child {
+	padding: 0 0 0 1px;
+}
+
+
+/**
+ * RTL overrides for Internet Explorer 7
+ */
+
+.ie7 .rtl.grid .featured-content .hentry {
+	float: right;
+}
+
+.ie7 .rtl .slider-control-paging {
+	float: none;
+	margin: -24px auto 0;
+}
+
+.ie7 .rtl .entry-meta .tag-links a {
+	margin-right: 0;
+	margin-left: auto;
+}
+
+.ie7 .rtl .search-toggle {
+	margin-right: auto;
+	margin-left: 190px;
 }
\ No newline at end of file
diff --git a/wp-content/themes/twentyfourteen/featured-content.php b/wp-content/themes/twentyfourteen/featured-content.php
index f9f32dd33..fbb4ea180 100644
--- a/wp-content/themes/twentyfourteen/featured-content.php
+++ b/wp-content/themes/twentyfourteen/featured-content.php
@@ -1,39 +1,39 @@
-<?php
-/**
- * The template for displaying featured content
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-<div id="featured-content" class="featured-content">
-	<div class="featured-content-inner">
-	<?php
-		/**
-		 * Fires before the Twenty Fourteen featured content.
-		 *
-		 * @since Twenty Fourteen 1.0
-		 */
-		do_action( 'twentyfourteen_featured_posts_before' );
-
-		$featured_posts = twentyfourteen_get_featured_posts();
-	foreach ( (array) $featured_posts as $order => $post ) :
-		setup_postdata( $post );
-
-		// Include the featured content template.
-		get_template_part( 'content', 'featured-post' );
-		endforeach;
-
-		/**
-		 * Fires after the Twenty Fourteen featured content.
-		 *
-		 * @since Twenty Fourteen 1.0
-		 */
-		do_action( 'twentyfourteen_featured_posts_after' );
-
-		wp_reset_postdata();
-	?>
-	</div><!-- .featured-content-inner -->
-</div><!-- #featured-content .featured-content -->
+<?php
+/**
+ * The template for displaying featured content
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+<div id="featured-content" class="featured-content">
+	<div class="featured-content-inner">
+	<?php
+		/**
+		 * Fires before the Twenty Fourteen featured content.
+		 *
+		 * @since Twenty Fourteen 1.0
+		 */
+		do_action( 'twentyfourteen_featured_posts_before' );
+
+		$featured_posts = twentyfourteen_get_featured_posts();
+	foreach ( (array) $featured_posts as $order => $post ) :
+		setup_postdata( $post );
+
+		// Include the featured content template.
+		get_template_part( 'content', 'featured-post' );
+		endforeach;
+
+		/**
+		 * Fires after the Twenty Fourteen featured content.
+		 *
+		 * @since Twenty Fourteen 1.0
+		 */
+		do_action( 'twentyfourteen_featured_posts_after' );
+
+		wp_reset_postdata();
+	?>
+	</div><!-- .featured-content-inner -->
+</div><!-- #featured-content .featured-content -->
diff --git a/wp-content/themes/twentyfourteen/footer.php b/wp-content/themes/twentyfourteen/footer.php
index d1016eb96..57920c265 100644
--- a/wp-content/themes/twentyfourteen/footer.php
+++ b/wp-content/themes/twentyfourteen/footer.php
@@ -1,35 +1,38 @@
-<?php
-/**
- * The template for displaying the footer
- *
- * Contains footer content and the closing of the #main and #page div elements.
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-
-		</div><!-- #main -->
-
-		<footer id="colophon" class="site-footer" role="contentinfo">
-
-			<?php get_sidebar( 'footer' ); ?>
-
-			<div class="site-info">
-				<?php do_action( 'twentyfourteen_credits' ); ?>
-				<?php
-				if ( function_exists( 'the_privacy_policy_link' ) ) {
-					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
-				}
-				?>
-				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint">
-					<?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?>
-				</a>
-			</div><!-- .site-info -->
-		</footer><!-- #colophon -->
-	</div><!-- #page -->
-
-	<?php wp_footer(); ?>
-</body>
-</html>
+<?php
+/**
+ * The template for displaying the footer
+ *
+ * Contains footer content and the closing of the #main and #page div elements.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+
+		</div><!-- #main -->
+
+		<footer id="colophon" class="site-footer" role="contentinfo">
+
+			<?php get_sidebar( 'footer' ); ?>
+
+			<div class="site-info">
+				<?php do_action( 'twentyfourteen_credits' ); ?>
+				<?php
+				if ( function_exists( 'the_privacy_policy_link' ) ) {
+					the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
+				}
+				?>
+				<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint">
+					<?php
+					/* translators: %s: WordPress */
+					printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' );
+					?>
+				</a>
+			</div><!-- .site-info -->
+		</footer><!-- #colophon -->
+	</div><!-- #page -->
+
+	<?php wp_footer(); ?>
+</body>
+</html>
diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php
index c017dac64..e3ef1f23c 100644
--- a/wp-content/themes/twentyfourteen/functions.php
+++ b/wp-content/themes/twentyfourteen/functions.php
@@ -1,684 +1,691 @@
-<?php
-/**
- * Twenty Fourteen functions and definitions
- *
- * Set up the theme and provides some helper functions, which are used in the
- * theme as custom template tags. Others are attached to action and filter
- * hooks in WordPress to change core functionality.
- *
- * When using a child theme you can override certain functions (those wrapped
- * in a function_exists() call) by defining them first in your child theme's
- * functions.php file. The child theme's functions.php file is included before
- * the parent theme's file, so the child theme functions would be used.
- *
- * @link https://codex.wordpress.org/Theme_Development
- * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
- *
- * Functions that are not pluggable (not wrapped in function_exists()) are
- * instead attached to a filter or action hook.
- *
- * For more information on hooks, actions, and filters,
- * @link https://codex.wordpress.org/Plugin_API
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-/**
- * Set up the content width value based on the theme's design.
- *
- * @see twentyfourteen_content_width()
- *
- * @since Twenty Fourteen 1.0
- */
-if ( ! isset( $content_width ) ) {
-	$content_width = 474;
-}
-
-/**
- * Twenty Fourteen only works in WordPress 3.6 or later.
- */
-if ( version_compare( $GLOBALS['wp_version'], '3.6', '<' ) ) {
-	require get_template_directory() . '/inc/back-compat.php';
-}
-
-if ( ! function_exists( 'twentyfourteen_setup' ) ) :
-	/**
-	 * Twenty Fourteen setup.
-	 *
-	 * Set up theme defaults and registers support for various WordPress features.
-	 *
-	 * Note that this function is hooked into the after_setup_theme hook, which
-	 * runs before the init hook. The init hook is too late for some features, such
-	 * as indicating support post thumbnails.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_setup() {
-
-		/*
-		 * Make Twenty Fourteen available for translation.
-		 *
-		 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyfourteen
-		 * If you're building a theme based on Twenty Fourteen, use a find and
-		 * replace to change 'twentyfourteen' to the name of your theme in all
-		 * template files.
-		 */
-		load_theme_textdomain( 'twentyfourteen' );
-
-		// This theme styles the visual editor to resemble the theme style.
-		add_editor_style( array( 'css/editor-style.css', twentyfourteen_font_url(), 'genericons/genericons.css' ) );
-
-		// Load regular editor styles into the new block-based editor.
-		add_theme_support( 'editor-styles' );
-
-		// Load default block styles.
-		add_theme_support( 'wp-block-styles' );
-
-		// Add support for responsive embeds.
-		add_theme_support( 'responsive-embeds' );
-
-		// Add support for custom color scheme.
-		add_theme_support(
-			'editor-color-palette',
-			array(
-				array(
-					'name'  => __( 'Green', 'twentyfourteen' ),
-					'slug'  => 'green',
-					'color' => '#24890d',
-				),
-				array(
-					'name'  => __( 'Black', 'twentyfourteen' ),
-					'slug'  => 'black',
-					'color' => '#000',
-				),
-				array(
-					'name'  => __( 'Dark Gray', 'twentyfourteen' ),
-					'slug'  => 'dark-gray',
-					'color' => '#2b2b2b',
-				),
-				array(
-					'name'  => __( 'Medium Gray', 'twentyfourteen' ),
-					'slug'  => 'medium-gray',
-					'color' => '#767676',
-				),
-				array(
-					'name'  => __( 'Light Gray', 'twentyfourteen' ),
-					'slug'  => 'light-gray',
-					'color' => '#f5f5f5',
-				),
-				array(
-					'name'  => __( 'White', 'twentyfourteen' ),
-					'slug'  => 'white',
-					'color' => '#fff',
-				),
-			)
-		);
-
-		// Add RSS feed links to <head> for posts and comments.
-		add_theme_support( 'automatic-feed-links' );
-
-		// Enable support for Post Thumbnails, and declare two sizes.
-		add_theme_support( 'post-thumbnails' );
-		set_post_thumbnail_size( 672, 372, true );
-		add_image_size( 'twentyfourteen-full-width', 1038, 576, true );
-
-		// This theme uses wp_nav_menu() in two locations.
-		register_nav_menus(
-			array(
-				'primary'   => __( 'Top primary menu', 'twentyfourteen' ),
-				'secondary' => __( 'Secondary menu in left sidebar', 'twentyfourteen' ),
-			)
-		);
-
-		/*
-		 * Switch default core markup for search form, comment form, and comments
-		 * to output valid HTML5.
-		 */
-		add_theme_support(
-			'html5',
-			array(
-				'search-form',
-				'comment-form',
-				'comment-list',
-				'gallery',
-				'caption',
-			)
-		);
-
-		/*
-		 * Enable support for Post Formats.
-		 * See https://codex.wordpress.org/Post_Formats
-		 */
-		add_theme_support(
-			'post-formats',
-			array(
-				'aside',
-				'image',
-				'video',
-				'audio',
-				'quote',
-				'link',
-				'gallery',
-			)
-		);
-
-		// This theme allows users to set a custom background.
-		add_theme_support(
-			'custom-background',
-			apply_filters(
-				'twentyfourteen_custom_background_args',
-				array(
-					'default-color' => 'f5f5f5',
-				)
-			)
-		);
-
-		// Add support for featured content.
-		add_theme_support(
-			'featured-content',
-			array(
-				'featured_content_filter' => 'twentyfourteen_get_featured_posts',
-				'max_posts'               => 6,
-			)
-		);
-
-		// This theme uses its own gallery styles.
-		add_filter( 'use_default_gallery_style', '__return_false' );
-
-		// Indicate widget sidebars can use selective refresh in the Customizer.
-		add_theme_support( 'customize-selective-refresh-widgets' );
-	}
-endif; // twentyfourteen_setup
-add_action( 'after_setup_theme', 'twentyfourteen_setup' );
-
-/**
- * Adjust content_width value for image attachment template.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_content_width() {
-	if ( is_attachment() && wp_attachment_is_image() ) {
-		$GLOBALS['content_width'] = 810;
-	}
-}
-add_action( 'template_redirect', 'twentyfourteen_content_width' );
-
-/**
- * Getter function for Featured Content Plugin.
- *
- * @since Twenty Fourteen 1.0
- *
- * @return array An array of WP_Post objects.
- */
-function twentyfourteen_get_featured_posts() {
-	/**
-	 * Filter the featured posts to return in Twenty Fourteen.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array|bool $posts Array of featured posts, otherwise false.
-	 */
-	return apply_filters( 'twentyfourteen_get_featured_posts', array() );
-}
-
-/**
- * A helper conditional function that returns a boolean value.
- *
- * @since Twenty Fourteen 1.0
- *
- * @return bool Whether there are featured posts.
- */
-function twentyfourteen_has_featured_posts() {
-	return ! is_paged() && (bool) twentyfourteen_get_featured_posts();
-}
-
-/**
- * Register three Twenty Fourteen widget areas.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_widgets_init() {
-	require get_template_directory() . '/inc/widgets.php';
-	register_widget( 'Twenty_Fourteen_Ephemera_Widget' );
-
-	register_sidebar(
-		array(
-			'name'          => __( 'Primary Sidebar', 'twentyfourteen' ),
-			'id'            => 'sidebar-1',
-			'description'   => __( 'Main sidebar that appears on the left.', 'twentyfourteen' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h1 class="widget-title">',
-			'after_title'   => '</h1>',
-		)
-	);
-	register_sidebar(
-		array(
-			'name'          => __( 'Content Sidebar', 'twentyfourteen' ),
-			'id'            => 'sidebar-2',
-			'description'   => __( 'Additional sidebar that appears on the right.', 'twentyfourteen' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h1 class="widget-title">',
-			'after_title'   => '</h1>',
-		)
-	);
-	register_sidebar(
-		array(
-			'name'          => __( 'Footer Widget Area', 'twentyfourteen' ),
-			'id'            => 'sidebar-3',
-			'description'   => __( 'Appears in the footer section of the site.', 'twentyfourteen' ),
-			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
-			'after_widget'  => '</aside>',
-			'before_title'  => '<h1 class="widget-title">',
-			'after_title'   => '</h1>',
-		)
-	);
-}
-add_action( 'widgets_init', 'twentyfourteen_widgets_init' );
-
-/**
- * Register Lato Google font for Twenty Fourteen.
- *
- * @since Twenty Fourteen 1.0
- *
- * @return string
- */
-function twentyfourteen_font_url() {
-	$font_url = '';
-	/*
-	 * Translators: If there are characters in your language that are not supported
-	 * by Lato, translate this to 'off'. Do not translate into your own language.
-	 */
-	if ( 'off' !== _x( 'on', 'Lato font: on or off', 'twentyfourteen' ) ) {
-		$query_args = array(
-			'family' => urlencode( 'Lato:300,400,700,900,300italic,400italic,700italic' ),
-			'subset' => urlencode( 'latin,latin-ext' ),
-		);
-		$font_url   = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
-	}
-
-	return $font_url;
-}
-
-/**
- * Enqueue scripts and styles for the front end.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_scripts() {
-	// Add Lato font, used in the main stylesheet.
-	wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null );
-
-	// Add Genericons font, used in the main stylesheet.
-	wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
-
-	// Load our main stylesheet.
-	wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() );
-
-	// Theme block stylesheet.
-	wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20181230' );
-
-	// Load the Internet Explorer specific stylesheet.
-	wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20131205' );
-	wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' );
-
-	if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
-		wp_enqueue_script( 'comment-reply' );
-	}
-
-	if ( is_singular() && wp_attachment_is_image() ) {
-		wp_enqueue_script( 'twentyfourteen-keyboard-image-navigation', get_template_directory_uri() . '/js/keyboard-image-navigation.js', array( 'jquery' ), '20130402' );
-	}
-
-	if ( is_active_sidebar( 'sidebar-3' ) ) {
-		wp_enqueue_script( 'jquery-masonry' );
-	}
-
-	if ( is_front_page() && 'slider' == get_theme_mod( 'featured_content_layout' ) ) {
-		wp_enqueue_script( 'twentyfourteen-slider', get_template_directory_uri() . '/js/slider.js', array( 'jquery' ), '20131205', true );
-		wp_localize_script(
-			'twentyfourteen-slider',
-			'featuredSliderDefaults',
-			array(
-				'prevText' => __( 'Previous', 'twentyfourteen' ),
-				'nextText' => __( 'Next', 'twentyfourteen' ),
-			)
-		);
-	}
-
-	wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20150315', true );
-}
-add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
-
-/**
- * Enqueue Google fonts style to admin screen for custom header display.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_admin_fonts() {
-	wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null );
-}
-add_action( 'admin_print_scripts-appearance_page_custom-header', 'twentyfourteen_admin_fonts' );
-
-/**
- * Add preconnect for Google Fonts.
- *
- * @since Twenty Fourteen 1.9
- *
- * @param array   $urls          URLs to print for resource hints.
- * @param string  $relation_type The relation type the URLs are printed.
- * @return array URLs to print for resource hints.
- */
-function twentyfourteen_resource_hints( $urls, $relation_type ) {
-	if ( wp_style_is( 'twentyfourteen-lato', 'queue' ) && 'preconnect' === $relation_type ) {
-		if ( version_compare( $GLOBALS['wp_version'], '4.7-alpha', '>=' ) ) {
-			$urls[] = array(
-				'href' => 'https://fonts.gstatic.com',
-				'crossorigin',
-			);
-		} else {
-			$urls[] = 'https://fonts.gstatic.com';
-		}
-	}
-
-	return $urls;
-}
-add_filter( 'wp_resource_hints', 'twentyfourteen_resource_hints', 10, 2 );
-
-/**
- * Enqueue styles for the block-based editor.
- *
- * @since Twenty Fourteen 2.3
- */
-function twentyfourteen_block_editor_styles() {
-	// Block styles.
-	wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20181230' );
-	// Add custom fonts.
-	wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), null );
-}
-add_action( 'enqueue_block_editor_assets', 'twentyfourteen_block_editor_styles' );
-
-if ( ! function_exists( 'twentyfourteen_the_attached_image' ) ) :
-	/**
-	 * Print the attached image with a link to the next attached image.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_the_attached_image() {
-		$post = get_post();
-		/**
-		 * Filter the default Twenty Fourteen attachment size.
-		 *
-		 * @since Twenty Fourteen 1.0
-		 *
-		 * @param array $dimensions {
-		 *     An array of height and width dimensions.
-		 *
-		 *     @type int $height Height of the image in pixels. Default 810.
-		 *     @type int $width  Width of the image in pixels. Default 810.
-		 * }
-		 */
-		$attachment_size     = apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 ) );
-		$next_attachment_url = wp_get_attachment_url();
-
-		/*
-		 * Grab the IDs of all the image attachments in a gallery so we can get the URL
-		 * of the next adjacent image in a gallery, or the first image (if we're
-		 * looking at the last image in a gallery), or, in a gallery of one, just the
-		 * link to that image file.
-		 */
-		$attachment_ids = get_posts(
-			array(
-				'post_parent'    => $post->post_parent,
-				'fields'         => 'ids',
-				'numberposts'    => -1,
-				'post_status'    => 'inherit',
-				'post_type'      => 'attachment',
-				'post_mime_type' => 'image',
-				'order'          => 'ASC',
-				'orderby'        => 'menu_order ID',
-			)
-		);
-
-		// If there is more than 1 attachment in a gallery...
-		if ( count( $attachment_ids ) > 1 ) {
-			foreach ( $attachment_ids as $idx => $attachment_id ) {
-				if ( $attachment_id == $post->ID ) {
-					$next_id = $attachment_ids[ ( $idx + 1 ) % count( $attachment_ids ) ];
-					break;
-				}
-			}
-
-			// get the URL of the next image attachment...
-			if ( $next_id ) {
-				$next_attachment_url = get_attachment_link( $next_id );
-			} else {
-				// or get the URL of the first image attachment.
-				$next_attachment_url = get_attachment_link( reset( $attachment_ids ) );
-			}
-		}
-
-		printf(
-			'<a href="%1$s" rel="attachment">%2$s</a>',
-			esc_url( $next_attachment_url ),
-			wp_get_attachment_image( $post->ID, $attachment_size )
-		);
-	}
-endif;
-
-if ( ! function_exists( 'twentyfourteen_list_authors' ) ) :
-	/**
-	 * Print a list of all site contributors who published at least one post.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_list_authors() {
-		$contributor_ids = get_users(
-			array(
-				'fields'  => 'ID',
-				'orderby' => 'post_count',
-				'order'   => 'DESC',
-				'who'     => 'authors',
-			)
-		);
-
-		foreach ( $contributor_ids as $contributor_id ) :
-			$post_count = count_user_posts( $contributor_id );
-
-			// Move on if user has not published a post (yet).
-			if ( ! $post_count ) {
-				continue;
-			}
-			?>
-
-		<div class="contributor">
-		<div class="contributor-info">
-			<div class="contributor-avatar"><?php echo get_avatar( $contributor_id, 132 ); ?></div>
-			<div class="contributor-summary">
-				<h2 class="contributor-name"><?php echo get_the_author_meta( 'display_name', $contributor_id ); ?></h2>
-				<p class="contributor-bio">
-					<?php echo get_the_author_meta( 'description', $contributor_id ); ?>
-				</p>
-				<a class="button contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>">
-					<?php printf( _n( '%d Article', '%d Articles', $post_count, 'twentyfourteen' ), $post_count ); ?>
-				</a>
-			</div><!-- .contributor-summary -->
-		</div><!-- .contributor-info -->
-	</div><!-- .contributor -->
-
-			<?php
-	endforeach;
-	}
-endif;
-
-/**
- * Extend the default WordPress body classes.
- *
- * Adds body classes to denote:
- * 1. Single or multiple authors.
- * 2. Presence of header image except in Multisite signup and activate pages.
- * 3. Index views.
- * 4. Full-width content layout.
- * 5. Presence of footer widgets.
- * 6. Single views.
- * 7. Featured content layout.
- *
- * @since Twenty Fourteen 1.0
- *
- * @param array $classes A list of existing body class values.
- * @return array The filtered body class list.
- */
-function twentyfourteen_body_classes( $classes ) {
-	if ( is_multi_author() ) {
-		$classes[] = 'group-blog';
-	}
-
-	if ( get_header_image() ) {
-		$classes[] = 'header-image';
-	} elseif ( ! in_array( $GLOBALS['pagenow'], array( 'wp-activate.php', 'wp-signup.php' ) ) ) {
-		$classes[] = 'masthead-fixed';
-	}
-
-	if ( is_archive() || is_search() || is_home() ) {
-		$classes[] = 'list-view';
-	}
-
-	if ( ( ! is_active_sidebar( 'sidebar-2' ) )
-		|| is_page_template( 'page-templates/full-width.php' )
-		|| is_page_template( 'page-templates/contributors.php' )
-		|| is_attachment() ) {
-		$classes[] = 'full-width';
-	}
-
-	if ( is_active_sidebar( 'sidebar-3' ) ) {
-		$classes[] = 'footer-widgets';
-	}
-
-	if ( is_singular() && ! is_front_page() ) {
-		$classes[] = 'singular';
-	}
-
-	if ( is_front_page() && 'slider' == get_theme_mod( 'featured_content_layout' ) ) {
-		$classes[] = 'slider';
-	} elseif ( is_front_page() ) {
-		$classes[] = 'grid';
-	}
-
-	return $classes;
-}
-add_filter( 'body_class', 'twentyfourteen_body_classes' );
-
-/**
- * Extend the default WordPress post classes.
- *
- * Adds a post class to denote:
- * Non-password protected page with a post thumbnail.
- *
- * @since Twenty Fourteen 1.0
- *
- * @param array $classes A list of existing post class values.
- * @return array The filtered post class list.
- */
-function twentyfourteen_post_classes( $classes ) {
-	if ( ! post_password_required() && ! is_attachment() && has_post_thumbnail() ) {
-		$classes[] = 'has-post-thumbnail';
-	}
-
-	return $classes;
-}
-add_filter( 'post_class', 'twentyfourteen_post_classes' );
-
-/**
- * Create a nicely formatted and more specific title element text for output
- * in head of document, based on current view.
- *
- * @since Twenty Fourteen 1.0
- *
- * @global int $paged WordPress archive pagination page count.
- * @global int $page  WordPress paginated post page count.
- *
- * @param string $title Default title text for current view.
- * @param string $sep Optional separator.
- * @return string The filtered title.
- */
-function twentyfourteen_wp_title( $title, $sep ) {
-	global $paged, $page;
-
-	if ( is_feed() ) {
-		return $title;
-	}
-
-	// Add the site name.
-	$title .= get_bloginfo( 'name', 'display' );
-
-	// Add the site description for the home/front page.
-	$site_description = get_bloginfo( 'description', 'display' );
-	if ( $site_description && ( is_home() || is_front_page() ) ) {
-		$title = "$title $sep $site_description";
-	}
-
-	// Add a page number if necessary.
-	if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
-		$title = "$title $sep " . sprintf( __( 'Page %s', 'twentyfourteen' ), max( $paged, $page ) );
-	}
-
-	return $title;
-}
-add_filter( 'wp_title', 'twentyfourteen_wp_title', 10, 2 );
-
-
-/**
- * Modifies tag cloud widget arguments to display all tags in the same font size
- * and use list format for better accessibility.
- *
- * @since Twenty Fourteen 2.1
- *
- * @param array $args Arguments for tag cloud widget.
- * @return array The filtered arguments for tag cloud widget.
- */
-function twentyfourteen_widget_tag_cloud_args( $args ) {
-	$args['largest']  = 22;
-	$args['smallest'] = 8;
-	$args['unit']     = 'pt';
-	$args['format']   = 'list';
-
-	return $args;
-}
-add_filter( 'widget_tag_cloud_args', 'twentyfourteen_widget_tag_cloud_args' );
-
-
-// Implement Custom Header features.
-require get_template_directory() . '/inc/custom-header.php';
-
-// Custom template tags for this theme.
-require get_template_directory() . '/inc/template-tags.php';
-
-// Add Customizer functionality.
-require get_template_directory() . '/inc/customizer.php';
-
-/*
- * Add Featured Content functionality.
- *
- * To overwrite in a plugin, define your own Featured_Content class on or
- * before the 'setup_theme' hook.
- */
-if ( ! class_exists( 'Featured_Content' ) && 'plugins.php' !== $GLOBALS['pagenow'] ) {
-	require get_template_directory() . '/inc/featured-content.php';
-}
-
-/**
- * Add an `is_customize_preview` function if it is missing.
- *
- * Enables installing Twenty Fourteen in WordPress versions before 4.0.0 when the
- * `is_customize_preview` function was introduced.
- */
-if ( ! function_exists( 'is_customize_preview' ) ) :
-	function is_customize_preview() {
-		global $wp_customize;
-
-		return ( $wp_customize instanceof WP_Customize_Manager ) && $wp_customize->is_preview();
-	}
-endif;
+<?php
+/**
+ * Twenty Fourteen functions and definitions
+ *
+ * Set up the theme and provides some helper functions, which are used in the
+ * theme as custom template tags. Others are attached to action and filter
+ * hooks in WordPress to change core functionality.
+ *
+ * When using a child theme you can override certain functions (those wrapped
+ * in a function_exists() call) by defining them first in your child theme's
+ * functions.php file. The child theme's functions.php file is included before
+ * the parent theme's file, so the child theme functions would be used.
+ *
+ * @link https://developer.wordpress.org/themes/basics/theme-functions/
+ * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
+ *
+ * Functions that are not pluggable (not wrapped in function_exists()) are
+ * instead attached to a filter or action hook.
+ *
+ * For more information on hooks, actions, and filters,
+ * @link https://developer.wordpress.org/plugins/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+/**
+ * Set up the content width value based on the theme's design.
+ *
+ * @see twentyfourteen_content_width()
+ *
+ * @since Twenty Fourteen 1.0
+ */
+if ( ! isset( $content_width ) ) {
+	$content_width = 474;
+}
+
+/**
+ * Twenty Fourteen only works in WordPress 3.6 or later.
+ */
+if ( version_compare( $GLOBALS['wp_version'], '3.6', '<' ) ) {
+	require get_template_directory() . '/inc/back-compat.php';
+}
+
+if ( ! function_exists( 'twentyfourteen_setup' ) ) :
+	/**
+	 * Twenty Fourteen setup.
+	 *
+	 * Set up theme defaults and registers support for various WordPress features.
+	 *
+	 * Note that this function is hooked into the after_setup_theme hook, which
+	 * runs before the init hook. The init hook is too late for some features, such
+	 * as indicating support post thumbnails.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_setup() {
+
+		/*
+		 * Make Twenty Fourteen available for translation.
+		 *
+		 * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentyfourteen
+		 * If you're building a theme based on Twenty Fourteen, use a find and
+		 * replace to change 'twentyfourteen' to the name of your theme in all
+		 * template files.
+		 */
+		load_theme_textdomain( 'twentyfourteen' );
+
+		// This theme styles the visual editor to resemble the theme style.
+		add_editor_style( array( 'css/editor-style.css', twentyfourteen_font_url(), 'genericons/genericons.css' ) );
+
+		// Load regular editor styles into the new block-based editor.
+		add_theme_support( 'editor-styles' );
+
+		// Load default block styles.
+		add_theme_support( 'wp-block-styles' );
+
+		// Add support for responsive embeds.
+		add_theme_support( 'responsive-embeds' );
+
+		// Add support for custom color scheme.
+		add_theme_support(
+			'editor-color-palette',
+			array(
+				array(
+					'name'  => __( 'Green', 'twentyfourteen' ),
+					'slug'  => 'green',
+					'color' => '#24890d',
+				),
+				array(
+					'name'  => __( 'Black', 'twentyfourteen' ),
+					'slug'  => 'black',
+					'color' => '#000',
+				),
+				array(
+					'name'  => __( 'Dark Gray', 'twentyfourteen' ),
+					'slug'  => 'dark-gray',
+					'color' => '#2b2b2b',
+				),
+				array(
+					'name'  => __( 'Medium Gray', 'twentyfourteen' ),
+					'slug'  => 'medium-gray',
+					'color' => '#767676',
+				),
+				array(
+					'name'  => __( 'Light Gray', 'twentyfourteen' ),
+					'slug'  => 'light-gray',
+					'color' => '#f5f5f5',
+				),
+				array(
+					'name'  => __( 'White', 'twentyfourteen' ),
+					'slug'  => 'white',
+					'color' => '#fff',
+				),
+			)
+		);
+
+		// Add RSS feed links to <head> for posts and comments.
+		add_theme_support( 'automatic-feed-links' );
+
+		// Enable support for Post Thumbnails, and declare two sizes.
+		add_theme_support( 'post-thumbnails' );
+		set_post_thumbnail_size( 672, 372, true );
+		add_image_size( 'twentyfourteen-full-width', 1038, 576, true );
+
+		// This theme uses wp_nav_menu() in two locations.
+		register_nav_menus(
+			array(
+				'primary'   => __( 'Top primary menu', 'twentyfourteen' ),
+				'secondary' => __( 'Secondary menu in left sidebar', 'twentyfourteen' ),
+			)
+		);
+
+		/*
+		 * Switch default core markup for search form, comment form, and comments
+		 * to output valid HTML5.
+		 */
+		add_theme_support(
+			'html5',
+			array(
+				'search-form',
+				'comment-form',
+				'comment-list',
+				'gallery',
+				'caption',
+				'script',
+				'style',
+			)
+		);
+
+		/*
+		 * Enable support for Post Formats.
+		 * See https://wordpress.org/support/article/post-formats/
+		 */
+		add_theme_support(
+			'post-formats',
+			array(
+				'aside',
+				'image',
+				'video',
+				'audio',
+				'quote',
+				'link',
+				'gallery',
+			)
+		);
+
+		// This theme allows users to set a custom background.
+		add_theme_support(
+			'custom-background',
+			apply_filters(
+				'twentyfourteen_custom_background_args',
+				array(
+					'default-color' => 'f5f5f5',
+				)
+			)
+		);
+
+		// Add support for featured content.
+		add_theme_support(
+			'featured-content',
+			array(
+				'featured_content_filter' => 'twentyfourteen_get_featured_posts',
+				'max_posts'               => 6,
+			)
+		);
+
+		// This theme uses its own gallery styles.
+		add_filter( 'use_default_gallery_style', '__return_false' );
+
+		// Indicate widget sidebars can use selective refresh in the Customizer.
+		add_theme_support( 'customize-selective-refresh-widgets' );
+	}
+endif; // twentyfourteen_setup()
+add_action( 'after_setup_theme', 'twentyfourteen_setup' );
+
+/**
+ * Adjust content_width value for image attachment template.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_content_width() {
+	if ( is_attachment() && wp_attachment_is_image() ) {
+		$GLOBALS['content_width'] = 810;
+	}
+}
+add_action( 'template_redirect', 'twentyfourteen_content_width' );
+
+/**
+ * Getter function for Featured Content Plugin.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @return array An array of WP_Post objects.
+ */
+function twentyfourteen_get_featured_posts() {
+	/**
+	 * Filter the featured posts to return in Twenty Fourteen.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array|bool $posts Array of featured posts, otherwise false.
+	 */
+	return apply_filters( 'twentyfourteen_get_featured_posts', array() );
+}
+
+/**
+ * A helper conditional function that returns a boolean value.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @return bool Whether there are featured posts.
+ */
+function twentyfourteen_has_featured_posts() {
+	return ! is_paged() && (bool) twentyfourteen_get_featured_posts();
+}
+
+/**
+ * Register three Twenty Fourteen widget areas.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_widgets_init() {
+	require get_template_directory() . '/inc/widgets.php';
+	register_widget( 'Twenty_Fourteen_Ephemera_Widget' );
+
+	register_sidebar(
+		array(
+			'name'          => __( 'Primary Sidebar', 'twentyfourteen' ),
+			'id'            => 'sidebar-1',
+			'description'   => __( 'Main sidebar that appears on the left.', 'twentyfourteen' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h1 class="widget-title">',
+			'after_title'   => '</h1>',
+		)
+	);
+	register_sidebar(
+		array(
+			'name'          => __( 'Content Sidebar', 'twentyfourteen' ),
+			'id'            => 'sidebar-2',
+			'description'   => __( 'Additional sidebar that appears on the right.', 'twentyfourteen' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h1 class="widget-title">',
+			'after_title'   => '</h1>',
+		)
+	);
+	register_sidebar(
+		array(
+			'name'          => __( 'Footer Widget Area', 'twentyfourteen' ),
+			'id'            => 'sidebar-3',
+			'description'   => __( 'Appears in the footer section of the site.', 'twentyfourteen' ),
+			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
+			'after_widget'  => '</aside>',
+			'before_title'  => '<h1 class="widget-title">',
+			'after_title'   => '</h1>',
+		)
+	);
+}
+add_action( 'widgets_init', 'twentyfourteen_widgets_init' );
+
+/**
+ * Register Lato Google font for Twenty Fourteen.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @return string
+ */
+function twentyfourteen_font_url() {
+	$font_url = '';
+	/*
+	 * translators: If there are characters in your language that are not supported
+	 * by Lato, translate this to 'off'. Do not translate into your own language.
+	 */
+	if ( 'off' !== _x( 'on', 'Lato font: on or off', 'twentyfourteen' ) ) {
+		$query_args = array(
+			'family'  => urlencode( 'Lato:300,400,700,900,300italic,400italic,700italic' ),
+			'subset'  => urlencode( 'latin,latin-ext' ),
+			'display' => urlencode( 'fallback' ),
+		);
+		$font_url   = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
+	}
+
+	return $font_url;
+}
+
+/**
+ * Enqueue scripts and styles for the front end.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_scripts() {
+	// Add Lato font, used in the main stylesheet.
+	wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null );
+
+	// Add Genericons font, used in the main stylesheet.
+	wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
+
+	// Load our main stylesheet.
+	wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20190507' );
+
+	// Theme block stylesheet.
+	wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20190102' );
+
+	// Load the Internet Explorer specific stylesheet.
+	wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140701' );
+	wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' );
+
+	if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
+		wp_enqueue_script( 'comment-reply' );
+	}
+
+	if ( is_singular() && wp_attachment_is_image() ) {
+		wp_enqueue_script( 'twentyfourteen-keyboard-image-navigation', get_template_directory_uri() . '/js/keyboard-image-navigation.js', array( 'jquery' ), '20150120' );
+	}
+
+	if ( is_active_sidebar( 'sidebar-3' ) ) {
+		wp_enqueue_script( 'jquery-masonry' );
+	}
+
+	if ( is_front_page() && 'slider' == get_theme_mod( 'featured_content_layout' ) ) {
+		wp_enqueue_script( 'twentyfourteen-slider', get_template_directory_uri() . '/js/slider.js', array( 'jquery' ), '20150120', true );
+		wp_localize_script(
+			'twentyfourteen-slider',
+			'featuredSliderDefaults',
+			array(
+				'prevText' => __( 'Previous', 'twentyfourteen' ),
+				'nextText' => __( 'Next', 'twentyfourteen' ),
+			)
+		);
+	}
+
+	wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20171218', true );
+}
+add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
+
+/**
+ * Enqueue Google fonts style to admin screen for custom header display.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_admin_fonts() {
+	wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null );
+}
+add_action( 'admin_print_scripts-appearance_page_custom-header', 'twentyfourteen_admin_fonts' );
+
+/**
+ * Add preconnect for Google Fonts.
+ *
+ * @since Twenty Fourteen 1.9
+ *
+ * @param array   $urls          URLs to print for resource hints.
+ * @param string  $relation_type The relation type the URLs are printed.
+ * @return array URLs to print for resource hints.
+ */
+function twentyfourteen_resource_hints( $urls, $relation_type ) {
+	if ( wp_style_is( 'twentyfourteen-lato', 'queue' ) && 'preconnect' === $relation_type ) {
+		if ( version_compare( $GLOBALS['wp_version'], '4.7-alpha', '>=' ) ) {
+			$urls[] = array(
+				'href' => 'https://fonts.gstatic.com',
+				'crossorigin',
+			);
+		} else {
+			$urls[] = 'https://fonts.gstatic.com';
+		}
+	}
+
+	return $urls;
+}
+add_filter( 'wp_resource_hints', 'twentyfourteen_resource_hints', 10, 2 );
+
+/**
+ * Enqueue styles for the block-based editor.
+ *
+ * @since Twenty Fourteen 2.3
+ */
+function twentyfourteen_block_editor_styles() {
+	// Block styles.
+	wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' );
+	// Add custom fonts.
+	wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), null );
+}
+add_action( 'enqueue_block_editor_assets', 'twentyfourteen_block_editor_styles' );
+
+if ( ! function_exists( 'twentyfourteen_the_attached_image' ) ) :
+	/**
+	 * Print the attached image with a link to the next attached image.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_the_attached_image() {
+		$post = get_post();
+		/**
+		 * Filter the default Twenty Fourteen attachment size.
+		 *
+		 * @since Twenty Fourteen 1.0
+		 *
+		 * @param array $dimensions {
+		 *     An array of height and width dimensions.
+		 *
+		 *     @type int $height Height of the image in pixels. Default 810.
+		 *     @type int $width  Width of the image in pixels. Default 810.
+		 * }
+		 */
+		$attachment_size     = apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 ) );
+		$next_attachment_url = wp_get_attachment_url();
+
+		/*
+		 * Grab the IDs of all the image attachments in a gallery so we can get the URL
+		 * of the next adjacent image in a gallery, or the first image (if we're
+		 * looking at the last image in a gallery), or, in a gallery of one, just the
+		 * link to that image file.
+		 */
+		$attachment_ids = get_posts(
+			array(
+				'post_parent'    => $post->post_parent,
+				'fields'         => 'ids',
+				'numberposts'    => -1,
+				'post_status'    => 'inherit',
+				'post_type'      => 'attachment',
+				'post_mime_type' => 'image',
+				'order'          => 'ASC',
+				'orderby'        => 'menu_order ID',
+			)
+		);
+
+		// If there is more than 1 attachment in a gallery...
+		if ( count( $attachment_ids ) > 1 ) {
+			foreach ( $attachment_ids as $idx => $attachment_id ) {
+				if ( $attachment_id == $post->ID ) {
+					$next_id = $attachment_ids[ ( $idx + 1 ) % count( $attachment_ids ) ];
+					break;
+				}
+			}
+
+			if ( $next_id ) {
+				// ...get the URL of the next image attachment.
+				$next_attachment_url = get_attachment_link( $next_id );
+			} else {
+				// ...or get the URL of the first image attachment.
+				$next_attachment_url = get_attachment_link( reset( $attachment_ids ) );
+			}
+		}
+
+		printf(
+			'<a href="%1$s" rel="attachment">%2$s</a>',
+			esc_url( $next_attachment_url ),
+			wp_get_attachment_image( $post->ID, $attachment_size )
+		);
+	}
+endif;
+
+if ( ! function_exists( 'twentyfourteen_list_authors' ) ) :
+	/**
+	 * Print a list of all site contributors who published at least one post.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_list_authors() {
+		$contributor_ids = get_users(
+			array(
+				'fields'  => 'ID',
+				'orderby' => 'post_count',
+				'order'   => 'DESC',
+				'who'     => 'authors',
+			)
+		);
+
+		foreach ( $contributor_ids as $contributor_id ) :
+			$post_count = count_user_posts( $contributor_id );
+
+			// Move on if user has not published a post (yet).
+			if ( ! $post_count ) {
+				continue;
+			}
+			?>
+
+		<div class="contributor">
+		<div class="contributor-info">
+			<div class="contributor-avatar"><?php echo get_avatar( $contributor_id, 132 ); ?></div>
+			<div class="contributor-summary">
+				<h2 class="contributor-name"><?php echo get_the_author_meta( 'display_name', $contributor_id ); ?></h2>
+				<p class="contributor-bio">
+					<?php echo get_the_author_meta( 'description', $contributor_id ); ?>
+				</p>
+				<a class="button contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>">
+					<?php
+					/* translators: %d: Post count. */
+					printf( _n( '%d Article', '%d Articles', $post_count, 'twentyfourteen' ), $post_count );
+					?>
+				</a>
+			</div><!-- .contributor-summary -->
+		</div><!-- .contributor-info -->
+	</div><!-- .contributor -->
+
+			<?php
+	endforeach;
+	}
+endif;
+
+/**
+ * Extend the default WordPress body classes.
+ *
+ * Adds body classes to denote:
+ * 1. Single or multiple authors.
+ * 2. Presence of header image except in Multisite signup and activate pages.
+ * 3. Index views.
+ * 4. Full-width content layout.
+ * 5. Presence of footer widgets.
+ * 6. Single views.
+ * 7. Featured content layout.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @param array $classes A list of existing body class values.
+ * @return array The filtered body class list.
+ */
+function twentyfourteen_body_classes( $classes ) {
+	if ( is_multi_author() ) {
+		$classes[] = 'group-blog';
+	}
+
+	if ( get_header_image() ) {
+		$classes[] = 'header-image';
+	} elseif ( ! in_array( $GLOBALS['pagenow'], array( 'wp-activate.php', 'wp-signup.php' ) ) ) {
+		$classes[] = 'masthead-fixed';
+	}
+
+	if ( is_archive() || is_search() || is_home() ) {
+		$classes[] = 'list-view';
+	}
+
+	if ( ( ! is_active_sidebar( 'sidebar-2' ) )
+		|| is_page_template( 'page-templates/full-width.php' )
+		|| is_page_template( 'page-templates/contributors.php' )
+		|| is_attachment() ) {
+		$classes[] = 'full-width';
+	}
+
+	if ( is_active_sidebar( 'sidebar-3' ) ) {
+		$classes[] = 'footer-widgets';
+	}
+
+	if ( is_singular() && ! is_front_page() ) {
+		$classes[] = 'singular';
+	}
+
+	if ( is_front_page() && 'slider' == get_theme_mod( 'featured_content_layout' ) ) {
+		$classes[] = 'slider';
+	} elseif ( is_front_page() ) {
+		$classes[] = 'grid';
+	}
+
+	return $classes;
+}
+add_filter( 'body_class', 'twentyfourteen_body_classes' );
+
+/**
+ * Extend the default WordPress post classes.
+ *
+ * Adds a post class to denote:
+ * Non-password protected page with a post thumbnail.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @param array $classes A list of existing post class values.
+ * @return array The filtered post class list.
+ */
+function twentyfourteen_post_classes( $classes ) {
+	if ( ! post_password_required() && ! is_attachment() && has_post_thumbnail() ) {
+		$classes[] = 'has-post-thumbnail';
+	}
+
+	return $classes;
+}
+add_filter( 'post_class', 'twentyfourteen_post_classes' );
+
+/**
+ * Create a nicely formatted and more specific title element text for output
+ * in head of document, based on current view.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @global int $paged WordPress archive pagination page count.
+ * @global int $page  WordPress paginated post page count.
+ *
+ * @param string $title Default title text for current view.
+ * @param string $sep Optional separator.
+ * @return string The filtered title.
+ */
+function twentyfourteen_wp_title( $title, $sep ) {
+	global $paged, $page;
+
+	if ( is_feed() ) {
+		return $title;
+	}
+
+	// Add the site name.
+	$title .= get_bloginfo( 'name', 'display' );
+
+	// Add the site description for the home/front page.
+	$site_description = get_bloginfo( 'description', 'display' );
+	if ( $site_description && ( is_home() || is_front_page() ) ) {
+		$title = "$title $sep $site_description";
+	}
+
+	// Add a page number if necessary.
+	if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
+		/* translators: %s: Page number. */
+		$title = "$title $sep " . sprintf( __( 'Page %s', 'twentyfourteen' ), max( $paged, $page ) );
+	}
+
+	return $title;
+}
+add_filter( 'wp_title', 'twentyfourteen_wp_title', 10, 2 );
+
+
+/**
+ * Modifies tag cloud widget arguments to display all tags in the same font size
+ * and use list format for better accessibility.
+ *
+ * @since Twenty Fourteen 2.1
+ *
+ * @param array $args Arguments for tag cloud widget.
+ * @return array The filtered arguments for tag cloud widget.
+ */
+function twentyfourteen_widget_tag_cloud_args( $args ) {
+	$args['largest']  = 22;
+	$args['smallest'] = 8;
+	$args['unit']     = 'pt';
+	$args['format']   = 'list';
+
+	return $args;
+}
+add_filter( 'widget_tag_cloud_args', 'twentyfourteen_widget_tag_cloud_args' );
+
+
+// Implement Custom Header features.
+require get_template_directory() . '/inc/custom-header.php';
+
+// Custom template tags for this theme.
+require get_template_directory() . '/inc/template-tags.php';
+
+// Add Customizer functionality.
+require get_template_directory() . '/inc/customizer.php';
+
+/*
+ * Add Featured Content functionality.
+ *
+ * To overwrite in a plugin, define your own Featured_Content class on or
+ * before the 'setup_theme' hook.
+ */
+if ( ! class_exists( 'Featured_Content' ) && 'plugins.php' !== $GLOBALS['pagenow'] ) {
+	require get_template_directory() . '/inc/featured-content.php';
+}
+
+/**
+ * Add an `is_customize_preview` function if it is missing.
+ *
+ * Enables installing Twenty Fourteen in WordPress versions before 4.0.0 when the
+ * `is_customize_preview` function was introduced.
+ */
+if ( ! function_exists( 'is_customize_preview' ) ) :
+	function is_customize_preview() {
+		global $wp_customize;
+
+		return ( $wp_customize instanceof WP_Customize_Manager ) && $wp_customize->is_preview();
+	}
+endif;
diff --git a/wp-content/themes/twentyfourteen/genericons/genericons.css b/wp-content/themes/twentyfourteen/genericons/genericons.css
index b10b86fcf..0cab52985 100644
--- a/wp-content/themes/twentyfourteen/genericons/genericons.css
+++ b/wp-content/themes/twentyfourteen/genericons/genericons.css
@@ -1,197 +1,197 @@
-/**
-
-	Genericons Helper CSS
-
-*/
-
-
-/**
- * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
- */
-
-@font-face {
-    font-family: 'Genericons';
-    src: url('font/genericons-regular-webfont.eot');
-}
-
-@font-face {
-    font-family: 'Genericons';
-    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
-         url('font/genericons-regular-webfont.ttf') format('truetype'),
-         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
-    font-weight: normal;
-    font-style: normal;
-}
-
-
-/**
- * All Genericons
- */
-
-.genericon {
-	display: inline-block;
-	width: 16px;
-	height: 16px;
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
-	font-size: 16px;
-	line-height: 1;
-	font-family: 'Genericons';
-	text-decoration: inherit;
-	font-weight: normal;
-	font-style: normal;
-	vertical-align: top;
-}
-
-/**
- * IE7 and IE6 hacks
- */
-
-.genericon {
-	*overflow: auto;
-	*zoom: 1;
-	*display: inline;
-}
-
-/**
- * Individual icons
- */
-
-/* Post formats */
-.genericon-standard:before {        content: '\f100'; }
-.genericon-aside:before {           content: '\f101'; }
-.genericon-image:before {           content: '\f102'; }
-.genericon-gallery:before {         content: '\f103'; }
-.genericon-video:before {           content: '\f104'; }
-.genericon-status:before {          content: '\f105'; }
-.genericon-quote:before {           content: '\f106'; }
-.genericon-link:before {            content: '\f107'; }
-.genericon-chat:before {            content: '\f108'; }
-.genericon-audio:before {           content: '\f109'; }
-
-/* Social icons */
-.genericon-github:before {          content: '\f200'; }
-.genericon-dribbble:before {        content: '\f201'; }
-.genericon-twitter:before {         content: '\f202'; }
-.genericon-facebook:before {        content: '\f203'; }
-.genericon-facebook-alt:before {    content: '\f204'; }
-.genericon-wordpress:before {       content: '\f205'; }
-.genericon-googleplus:before {      content: '\f206'; }
-.genericon-linkedin:before {        content: '\f207'; }
-.genericon-linkedin-alt:before {    content: '\f208'; }
-.genericon-pinterest:before {       content: '\f209'; }
-.genericon-pinterest-alt:before {   content: '\f210'; }
-.genericon-flickr:before {          content: '\f211'; }
-.genericon-vimeo:before {           content: '\f212'; }
-.genericon-youtube:before {         content: '\f213'; }
-.genericon-tumblr:before {          content: '\f214'; }
-.genericon-instagram:before {       content: '\f215'; }
-.genericon-codepen:before {         content: '\f216'; }
-.genericon-polldaddy:before {       content: '\f217'; }
-.genericon-googleplus-alt:before {  content: '\f218'; }
-.genericon-path:before {            content: '\f219'; }
-.genericon-skype:before {           content: '\f220'; }
-.genericon-digg:before {            content: '\f221'; }
-.genericon-reddit:before {          content: '\f222'; }
-.genericon-stumbleupon:before {     content: '\f223'; }
-.genericon-pocket:before {          content: '\f224'; }
-.genericon-dropbox:before {         content: '\f225'; }
-
-/* Meta icons */
-.genericon-comment:before {         content: '\f300'; }
-.genericon-category:before {        content: '\f301'; }
-.genericon-tag:before {             content: '\f302'; }
-.genericon-time:before {            content: '\f303'; }
-.genericon-user:before {            content: '\f304'; }
-.genericon-day:before {             content: '\f305'; }
-.genericon-week:before {            content: '\f306'; }
-.genericon-month:before {           content: '\f307'; }
-.genericon-pinned:before {          content: '\f308'; }
-
-/* Other icons */
-.genericon-search:before {          content: '\f400'; }
-.genericon-unzoom:before {          content: '\f401'; }
-.genericon-zoom:before {            content: '\f402'; }
-.genericon-show:before {            content: '\f403'; }
-.genericon-hide:before {            content: '\f404'; }
-.genericon-close:before {           content: '\f405'; }
-.genericon-close-alt:before {       content: '\f406'; }
-.genericon-trash:before {           content: '\f407'; }
-.genericon-star:before {            content: '\f408'; }
-.genericon-home:before {            content: '\f409'; }
-.genericon-mail:before {            content: '\f410'; }
-.genericon-edit:before {            content: '\f411'; }
-.genericon-reply:before {           content: '\f412'; }
-.genericon-feed:before {            content: '\f413'; }
-.genericon-warning:before {         content: '\f414'; }
-.genericon-share:before {           content: '\f415'; }
-.genericon-attachment:before {      content: '\f416'; }
-.genericon-location:before {        content: '\f417'; }
-.genericon-checkmark:before {       content: '\f418'; }
-.genericon-menu:before {            content: '\f419'; }
-.genericon-refresh:before {         content: '\f420'; }
-.genericon-minimize:before {        content: '\f421'; }
-.genericon-maximize:before {        content: '\f422'; }
-.genericon-404:before {             content: '\f423'; }
-.genericon-spam:before {            content: '\f424'; }
-.genericon-summary:before {         content: '\f425'; }
-.genericon-cloud:before {           content: '\f426'; }
-.genericon-key:before {             content: '\f427'; }
-.genericon-dot:before {             content: '\f428'; }
-.genericon-next:before {            content: '\f429'; }
-.genericon-previous:before {        content: '\f430'; }
-.genericon-expand:before {          content: '\f431'; }
-.genericon-collapse:before {        content: '\f432'; }
-.genericon-dropdown:before {        content: '\f433'; }
-.genericon-dropdown-left:before {   content: '\f434'; }
-.genericon-top:before {             content: '\f435'; }
-.genericon-draggable:before {       content: '\f436'; }
-.genericon-phone:before {           content: '\f437'; }
-.genericon-send-to-phone:before {   content: '\f438'; }
-.genericon-plugin:before {          content: '\f439'; }
-.genericon-cloud-download:before {  content: '\f440'; }
-.genericon-cloud-upload:before {    content: '\f441'; }
-.genericon-external:before {        content: '\f442'; }
-.genericon-document:before {        content: '\f443'; }
-.genericon-book:before {            content: '\f444'; }
-.genericon-cog:before {             content: '\f445'; }
-.genericon-unapprove:before {       content: '\f446'; }
-.genericon-cart:before {            content: '\f447'; }
-.genericon-pause:before {           content: '\f448'; }
-.genericon-stop:before {            content: '\f449'; }
-.genericon-skip-back:before {       content: '\f450'; }
-.genericon-skip-ahead:before {      content: '\f451'; }
-.genericon-play:before {            content: '\f452'; }
-.genericon-tablet:before {          content: '\f453'; }
-.genericon-send-to-tablet:before {  content: '\f454'; }
-.genericon-info:before {            content: '\f455'; }
-.genericon-notice:before {          content: '\f456'; }
-.genericon-help:before {            content: '\f457'; }
-.genericon-fastforward:before {     content: '\f458'; }
-.genericon-rewind:before {          content: '\f459'; }
-.genericon-portfolio:before {       content: '\f460'; }
-.genericon-heart:before {           content: '\f461'; }
-.genericon-code:before {            content: '\f462'; }
-.genericon-subscribe:before {       content: '\f463'; }
-.genericon-unsubscribe:before {     content: '\f464'; }
-.genericon-subscribed:before {      content: '\f465'; }
-.genericon-reply-alt:before {       content: '\f466'; }
-.genericon-reply-single:before {    content: '\f467'; }
-.genericon-flag:before {            content: '\f468'; }
-.genericon-print:before {           content: '\f469'; }
-.genericon-lock:before {            content: '\f470'; }
-.genericon-bold:before {            content: '\f471'; }
-.genericon-italic:before {          content: '\f472'; }
-.genericon-picture:before {         content: '\f473'; }
-.genericon-fullscreen:before {      content: '\f474'; }
-
-/* Generic shapes */
-.genericon-uparrow:before {         content: '\f500'; }
-.genericon-rightarrow:before {      content: '\f501'; }
-.genericon-downarrow:before {       content: '\f502'; }
-.genericon-leftarrow:before {       content: '\f503'; }
-
-
-
-
-
+/**
+
+	Genericons Helper CSS
+
+*/
+
+
+/**
+ * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
+ */
+
+@font-face {
+    font-family: 'Genericons';
+    src: url('font/genericons-regular-webfont.eot');
+}
+
+@font-face {
+    font-family: 'Genericons';
+    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
+         url('font/genericons-regular-webfont.ttf') format('truetype'),
+         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+
+/**
+ * All Genericons
+ */
+
+.genericon {
+	display: inline-block;
+	width: 16px;
+	height: 16px;
+	-webkit-font-smoothing: antialiased;
+	-moz-osx-font-smoothing: grayscale;
+	font-size: 16px;
+	line-height: 1;
+	font-family: 'Genericons';
+	text-decoration: inherit;
+	font-weight: normal;
+	font-style: normal;
+	vertical-align: top;
+}
+
+/**
+ * IE7 and IE6 hacks
+ */
+
+.genericon {
+	*overflow: auto;
+	*zoom: 1;
+	*display: inline;
+}
+
+/**
+ * Individual icons
+ */
+
+/* Post formats */
+.genericon-standard:before {        content: '\f100'; }
+.genericon-aside:before {           content: '\f101'; }
+.genericon-image:before {           content: '\f102'; }
+.genericon-gallery:before {         content: '\f103'; }
+.genericon-video:before {           content: '\f104'; }
+.genericon-status:before {          content: '\f105'; }
+.genericon-quote:before {           content: '\f106'; }
+.genericon-link:before {            content: '\f107'; }
+.genericon-chat:before {            content: '\f108'; }
+.genericon-audio:before {           content: '\f109'; }
+
+/* Social icons */
+.genericon-github:before {          content: '\f200'; }
+.genericon-dribbble:before {        content: '\f201'; }
+.genericon-twitter:before {         content: '\f202'; }
+.genericon-facebook:before {        content: '\f203'; }
+.genericon-facebook-alt:before {    content: '\f204'; }
+.genericon-wordpress:before {       content: '\f205'; }
+.genericon-googleplus:before {      content: '\f206'; }
+.genericon-linkedin:before {        content: '\f207'; }
+.genericon-linkedin-alt:before {    content: '\f208'; }
+.genericon-pinterest:before {       content: '\f209'; }
+.genericon-pinterest-alt:before {   content: '\f210'; }
+.genericon-flickr:before {          content: '\f211'; }
+.genericon-vimeo:before {           content: '\f212'; }
+.genericon-youtube:before {         content: '\f213'; }
+.genericon-tumblr:before {          content: '\f214'; }
+.genericon-instagram:before {       content: '\f215'; }
+.genericon-codepen:before {         content: '\f216'; }
+.genericon-polldaddy:before {       content: '\f217'; }
+.genericon-googleplus-alt:before {  content: '\f218'; }
+.genericon-path:before {            content: '\f219'; }
+.genericon-skype:before {           content: '\f220'; }
+.genericon-digg:before {            content: '\f221'; }
+.genericon-reddit:before {          content: '\f222'; }
+.genericon-stumbleupon:before {     content: '\f223'; }
+.genericon-pocket:before {          content: '\f224'; }
+.genericon-dropbox:before {         content: '\f225'; }
+
+/* Meta icons */
+.genericon-comment:before {         content: '\f300'; }
+.genericon-category:before {        content: '\f301'; }
+.genericon-tag:before {             content: '\f302'; }
+.genericon-time:before {            content: '\f303'; }
+.genericon-user:before {            content: '\f304'; }
+.genericon-day:before {             content: '\f305'; }
+.genericon-week:before {            content: '\f306'; }
+.genericon-month:before {           content: '\f307'; }
+.genericon-pinned:before {          content: '\f308'; }
+
+/* Other icons */
+.genericon-search:before {          content: '\f400'; }
+.genericon-unzoom:before {          content: '\f401'; }
+.genericon-zoom:before {            content: '\f402'; }
+.genericon-show:before {            content: '\f403'; }
+.genericon-hide:before {            content: '\f404'; }
+.genericon-close:before {           content: '\f405'; }
+.genericon-close-alt:before {       content: '\f406'; }
+.genericon-trash:before {           content: '\f407'; }
+.genericon-star:before {            content: '\f408'; }
+.genericon-home:before {            content: '\f409'; }
+.genericon-mail:before {            content: '\f410'; }
+.genericon-edit:before {            content: '\f411'; }
+.genericon-reply:before {           content: '\f412'; }
+.genericon-feed:before {            content: '\f413'; }
+.genericon-warning:before {         content: '\f414'; }
+.genericon-share:before {           content: '\f415'; }
+.genericon-attachment:before {      content: '\f416'; }
+.genericon-location:before {        content: '\f417'; }
+.genericon-checkmark:before {       content: '\f418'; }
+.genericon-menu:before {            content: '\f419'; }
+.genericon-refresh:before {         content: '\f420'; }
+.genericon-minimize:before {        content: '\f421'; }
+.genericon-maximize:before {        content: '\f422'; }
+.genericon-404:before {             content: '\f423'; }
+.genericon-spam:before {            content: '\f424'; }
+.genericon-summary:before {         content: '\f425'; }
+.genericon-cloud:before {           content: '\f426'; }
+.genericon-key:before {             content: '\f427'; }
+.genericon-dot:before {             content: '\f428'; }
+.genericon-next:before {            content: '\f429'; }
+.genericon-previous:before {        content: '\f430'; }
+.genericon-expand:before {          content: '\f431'; }
+.genericon-collapse:before {        content: '\f432'; }
+.genericon-dropdown:before {        content: '\f433'; }
+.genericon-dropdown-left:before {   content: '\f434'; }
+.genericon-top:before {             content: '\f435'; }
+.genericon-draggable:before {       content: '\f436'; }
+.genericon-phone:before {           content: '\f437'; }
+.genericon-send-to-phone:before {   content: '\f438'; }
+.genericon-plugin:before {          content: '\f439'; }
+.genericon-cloud-download:before {  content: '\f440'; }
+.genericon-cloud-upload:before {    content: '\f441'; }
+.genericon-external:before {        content: '\f442'; }
+.genericon-document:before {        content: '\f443'; }
+.genericon-book:before {            content: '\f444'; }
+.genericon-cog:before {             content: '\f445'; }
+.genericon-unapprove:before {       content: '\f446'; }
+.genericon-cart:before {            content: '\f447'; }
+.genericon-pause:before {           content: '\f448'; }
+.genericon-stop:before {            content: '\f449'; }
+.genericon-skip-back:before {       content: '\f450'; }
+.genericon-skip-ahead:before {      content: '\f451'; }
+.genericon-play:before {            content: '\f452'; }
+.genericon-tablet:before {          content: '\f453'; }
+.genericon-send-to-tablet:before {  content: '\f454'; }
+.genericon-info:before {            content: '\f455'; }
+.genericon-notice:before {          content: '\f456'; }
+.genericon-help:before {            content: '\f457'; }
+.genericon-fastforward:before {     content: '\f458'; }
+.genericon-rewind:before {          content: '\f459'; }
+.genericon-portfolio:before {       content: '\f460'; }
+.genericon-heart:before {           content: '\f461'; }
+.genericon-code:before {            content: '\f462'; }
+.genericon-subscribe:before {       content: '\f463'; }
+.genericon-unsubscribe:before {     content: '\f464'; }
+.genericon-subscribed:before {      content: '\f465'; }
+.genericon-reply-alt:before {       content: '\f466'; }
+.genericon-reply-single:before {    content: '\f467'; }
+.genericon-flag:before {            content: '\f468'; }
+.genericon-print:before {           content: '\f469'; }
+.genericon-lock:before {            content: '\f470'; }
+.genericon-bold:before {            content: '\f471'; }
+.genericon-italic:before {          content: '\f472'; }
+.genericon-picture:before {         content: '\f473'; }
+.genericon-fullscreen:before {      content: '\f474'; }
+
+/* Generic shapes */
+.genericon-uparrow:before {         content: '\f500'; }
+.genericon-rightarrow:before {      content: '\f501'; }
+.genericon-downarrow:before {       content: '\f502'; }
+.genericon-leftarrow:before {       content: '\f503'; }
+
+
+
+
+
diff --git a/wp-content/themes/twentyfourteen/header.php b/wp-content/themes/twentyfourteen/header.php
index 88071ec9b..133504703 100644
--- a/wp-content/themes/twentyfourteen/header.php
+++ b/wp-content/themes/twentyfourteen/header.php
@@ -1,74 +1,74 @@
-<?php
-/**
- * The Header for our theme
- *
- * Displays all of the <head> section and everything up till <div id="main">
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?><!DOCTYPE html>
-<!--[if IE 7]>
-<html class="ie ie7" <?php language_attributes(); ?>>
-<![endif]-->
-<!--[if IE 8]>
-<html class="ie ie8" <?php language_attributes(); ?>>
-<![endif]-->
-<!--[if !(IE 7) & !(IE 8)]><!-->
-<html <?php language_attributes(); ?>>
-<!--<![endif]-->
-<head>
-	<meta charset="<?php bloginfo( 'charset' ); ?>">
-	<meta name="viewport" content="width=device-width">
-	<title><?php wp_title( '|', true, 'right' ); ?></title>
-	<link rel="profile" href="http://gmpg.org/xfn/11">
-	<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
-	<!--[if lt IE 9]>
-	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
-	<![endif]-->
-	<?php wp_head(); ?>
-</head>
-
-<body <?php body_class(); ?>>
-<?php wp_body_open(); ?>
-<div id="page" class="hfeed site">
-	<?php if ( get_header_image() ) : ?>
-	<div id="site-header">
-		<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
-			<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
-		</a>
-	</div>
-	<?php endif; ?>
-
-	<header id="masthead" class="site-header" role="banner">
-		<div class="header-main">
-			<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
-
-			<div class="search-toggle">
-				<a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"><?php _e( 'Search', 'twentyfourteen' ); ?></a>
-			</div>
-
-			<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
-				<button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button>
-				<a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a>
-				<?php
-				wp_nav_menu(
-					array(
-						'theme_location' => 'primary',
-						'menu_class'     => 'nav-menu',
-						'menu_id'        => 'primary-menu',
-					)
-				);
-				?>
-			</nav>
-		</div>
-
-		<div id="search-container" class="search-box-wrapper hide">
-			<div class="search-box">
-				<?php get_search_form(); ?>
-			</div>
-		</div>
-	</header><!-- #masthead -->
-
-	<div id="main" class="site-main">
+<?php
+/**
+ * The Header for our theme
+ *
+ * Displays all of the <head> section and everything up till <div id="main">
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?><!DOCTYPE html>
+<!--[if IE 7]>
+<html class="ie ie7" <?php language_attributes(); ?>>
+<![endif]-->
+<!--[if IE 8]>
+<html class="ie ie8" <?php language_attributes(); ?>>
+<![endif]-->
+<!--[if !(IE 7) & !(IE 8)]><!-->
+<html <?php language_attributes(); ?>>
+<!--<![endif]-->
+<head>
+	<meta charset="<?php bloginfo( 'charset' ); ?>">
+	<meta name="viewport" content="width=device-width">
+	<title><?php wp_title( '|', true, 'right' ); ?></title>
+	<link rel="profile" href="http://gmpg.org/xfn/11">
+	<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
+	<!--[if lt IE 9]>
+	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js?ver=3.7.0"></script>
+	<![endif]-->
+	<?php wp_head(); ?>
+</head>
+
+<body <?php body_class(); ?>>
+<?php wp_body_open(); ?>
+<div id="page" class="hfeed site">
+	<?php if ( get_header_image() ) : ?>
+	<div id="site-header">
+		<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
+			<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
+		</a>
+	</div>
+	<?php endif; ?>
+
+	<header id="masthead" class="site-header" role="banner">
+		<div class="header-main">
+			<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
+
+			<div class="search-toggle">
+				<a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"><?php _e( 'Search', 'twentyfourteen' ); ?></a>
+			</div>
+
+			<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
+				<button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button>
+				<a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a>
+				<?php
+				wp_nav_menu(
+					array(
+						'theme_location' => 'primary',
+						'menu_class'     => 'nav-menu',
+						'menu_id'        => 'primary-menu',
+					)
+				);
+				?>
+			</nav>
+		</div>
+
+		<div id="search-container" class="search-box-wrapper hide">
+			<div class="search-box">
+				<?php get_search_form(); ?>
+			</div>
+		</div>
+	</header><!-- #masthead -->
+
+	<div id="main" class="site-main">
diff --git a/wp-content/themes/twentyfourteen/image.php b/wp-content/themes/twentyfourteen/image.php
index eb4a1658d..013cd70bf 100644
--- a/wp-content/themes/twentyfourteen/image.php
+++ b/wp-content/themes/twentyfourteen/image.php
@@ -1,82 +1,82 @@
-<?php
-/**
- * The template for displaying image attachments
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-// Retrieve attachment metadata.
-$metadata = wp_get_attachment_metadata();
-
-get_header();
-?>
-
-	<section id="primary" class="content-area image-attachment">
-		<div id="content" class="site-content" role="main">
-
-	<?php
-		// Start the Loop.
-	while ( have_posts() ) :
-		the_post();
-		?>
-		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-			<header class="entry-header">
-				<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
-
-				<div class="entry-meta">
-
-					<span class="entry-date"><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo esc_html( get_the_date() ); ?></time></span>
-
-					<span class="full-size-link"><a href="<?php echo esc_url( wp_get_attachment_url() ); ?>"><?php echo esc_html( $metadata['width'] ); ?> &times; <?php echo esc_html( $metadata['height'] ); ?></a></span>
-
-					<span class="parent-post-link"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" rel="gallery"><?php echo get_the_title( $post->post_parent ); ?></a></span>
-					<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
-				</div><!-- .entry-meta -->
-			</header><!-- .entry-header -->
-
-			<div class="entry-content">
-				<div class="entry-attachment">
-					<div class="attachment">
-						<?php twentyfourteen_the_attached_image(); ?>
-					</div><!-- .attachment -->
-
-					<?php if ( has_excerpt() ) : ?>
-						<div class="entry-caption">
-							<?php the_excerpt(); ?>
-						</div><!-- .entry-caption -->
-						<?php endif; ?>
-				</div><!-- .entry-attachment -->
-
-				<?php
-					the_content();
-					wp_link_pages(
-						array(
-							'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
-							'after'       => '</div>',
-							'link_before' => '<span>',
-							'link_after'  => '</span>',
-						)
-					);
-				?>
-				</div><!-- .entry-content -->
-			</article><!-- #post-<?php the_ID(); ?> -->
-
-			<nav id="image-navigation" class="navigation image-navigation">
-				<div class="nav-links">
-				<?php previous_image_link( false, '<div class="previous-image">' . __( 'Previous Image', 'twentyfourteen' ) . '</div>' ); ?>
-				<?php next_image_link( false, '<div class="next-image">' . __( 'Next Image', 'twentyfourteen' ) . '</div>' ); ?>
-				</div><!-- .nav-links -->
-			</nav><!-- #image-navigation -->
-
-			<?php comments_template(); ?>
-
-		<?php endwhile; // end of the loop. ?>
-
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying image attachments
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+// Retrieve attachment metadata.
+$metadata = wp_get_attachment_metadata();
+
+get_header();
+?>
+
+	<section id="primary" class="content-area image-attachment">
+		<div id="content" class="site-content" role="main">
+
+	<?php
+	// Start the Loop.
+	while ( have_posts() ) :
+		the_post();
+		?>
+		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+			<header class="entry-header">
+				<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
+
+				<div class="entry-meta">
+
+					<span class="entry-date"><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo esc_html( get_the_date() ); ?></time></span>
+
+					<span class="full-size-link"><a href="<?php echo esc_url( wp_get_attachment_url() ); ?>"><?php echo esc_html( $metadata['width'] ); ?> &times; <?php echo esc_html( $metadata['height'] ); ?></a></span>
+
+					<span class="parent-post-link"><a href="<?php echo esc_url( get_permalink( $post->post_parent ) ); ?>" rel="gallery"><?php echo get_the_title( $post->post_parent ); ?></a></span>
+					<?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
+				</div><!-- .entry-meta -->
+			</header><!-- .entry-header -->
+
+			<div class="entry-content">
+				<div class="entry-attachment">
+					<div class="attachment">
+						<?php twentyfourteen_the_attached_image(); ?>
+					</div><!-- .attachment -->
+
+					<?php if ( has_excerpt() ) : ?>
+						<div class="entry-caption">
+							<?php the_excerpt(); ?>
+						</div><!-- .entry-caption -->
+						<?php endif; ?>
+				</div><!-- .entry-attachment -->
+
+				<?php
+					the_content();
+					wp_link_pages(
+						array(
+							'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
+							'after'       => '</div>',
+							'link_before' => '<span>',
+							'link_after'  => '</span>',
+						)
+					);
+				?>
+				</div><!-- .entry-content -->
+			</article><!-- #post-<?php the_ID(); ?> -->
+
+			<nav id="image-navigation" class="navigation image-navigation">
+				<div class="nav-links">
+				<?php previous_image_link( false, '<div class="previous-image">' . __( 'Previous Image', 'twentyfourteen' ) . '</div>' ); ?>
+				<?php next_image_link( false, '<div class="next-image">' . __( 'Next Image', 'twentyfourteen' ) . '</div>' ); ?>
+				</div><!-- .nav-links -->
+			</nav><!-- #image-navigation -->
+
+			<?php comments_template(); ?>
+
+		<?php endwhile; // End of the loop. ?>
+
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/images/pattern-dark.svg b/wp-content/themes/twentyfourteen/images/pattern-dark.svg
index ef6d5d831..af4bc9a4e 100644
--- a/wp-content/themes/twentyfourteen/images/pattern-dark.svg
+++ b/wp-content/themes/twentyfourteen/images/pattern-dark.svg
@@ -1,16 +1,16 @@
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
-<rect x="0" display="none" width="30" height="30"/>
-<polygon opacity="0.3" fill="#FFFFFF" points="30,0 0,30 1,30 30,1 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="30,5 0,35 1,35 30,6 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="30,10 0,40 1,40 30,11 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="30,15 0,45 1,45 30,16 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="30,20 0,50 1,50 30,21 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="30,25 0,55 1,55 30,26 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="26,-1 -4,29 -3,29 26,0 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="21,-1 -9,29 -8,29 21,0 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="16,-1 -14,29 -13,29 16,0 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="11,-1 -19,29 -18,29 11,0 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="6,-1 -24,29 -23,29 6,0 "/>
-<polygon opacity="0.3" fill="#FFFFFF" points="1,-1 -29,29 -28,29 1,0 "/>
-</svg>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
+<rect x="0" display="none" width="30" height="30"/>
+<polygon opacity="0.3" fill="#FFFFFF" points="30,0 0,30 1,30 30,1 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="30,5 0,35 1,35 30,6 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="30,10 0,40 1,40 30,11 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="30,15 0,45 1,45 30,16 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="30,20 0,50 1,50 30,21 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="30,25 0,55 1,55 30,26 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="26,-1 -4,29 -3,29 26,0 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="21,-1 -9,29 -8,29 21,0 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="16,-1 -14,29 -13,29 16,0 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="11,-1 -19,29 -18,29 11,0 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="6,-1 -24,29 -23,29 6,0 "/>
+<polygon opacity="0.3" fill="#FFFFFF" points="1,-1 -29,29 -28,29 1,0 "/>
+</svg>
diff --git a/wp-content/themes/twentyfourteen/images/pattern-light.svg b/wp-content/themes/twentyfourteen/images/pattern-light.svg
index 55a48f1b6..a8a3be320 100644
--- a/wp-content/themes/twentyfourteen/images/pattern-light.svg
+++ b/wp-content/themes/twentyfourteen/images/pattern-light.svg
@@ -1,6 +1,6 @@
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
-<path fill="#FFFFFF" d="M0,15v-4L11,0h4L0,15z M10,0H6L0,6v4L10,0z M20,0h-4L0,16v4L20,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0
-	H26z M5,0H1L0,1v4L5,0z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z M25,30
-	l5-5v-4l-9,9H25z M30,30v-4l-4,4H30z"/>
-</svg>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve">
+<path fill="#FFFFFF" d="M0,15v-4L11,0h4L0,15z M10,0H6L0,6v4L10,0z M20,0h-4L0,16v4L20,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0
+	H26z M5,0H1L0,1v4L5,0z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z M25,30
+	l5-5v-4l-9,9H25z M30,30v-4l-4,4H30z"/>
+</svg>
diff --git a/wp-content/themes/twentyfourteen/inc/back-compat.php b/wp-content/themes/twentyfourteen/inc/back-compat.php
index 0e8f34b5c..f7b3ec83a 100644
--- a/wp-content/themes/twentyfourteen/inc/back-compat.php
+++ b/wp-content/themes/twentyfourteen/inc/back-compat.php
@@ -1,67 +1,70 @@
-<?php
-/**
- * Twenty Fourteen back compat functionality
- *
- * Prevents Twenty Fourteen from running on WordPress versions prior to 3.6,
- * since this theme is not meant to be backward compatible beyond that
- * and relies on many newer functions and markup changes introduced in 3.6.
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-/**
- * Prevent switching to Twenty Fourteen on old versions of WordPress.
- *
- * Switches to the default theme.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_switch_theme() {
-	switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );
-	unset( $_GET['activated'] );
-	add_action( 'admin_notices', 'twentyfourteen_upgrade_notice' );
-}
-add_action( 'after_switch_theme', 'twentyfourteen_switch_theme' );
-
-/**
- * Add message for unsuccessful theme switch.
- *
- * Prints an update nag after an unsuccessful attempt to switch to
- * Twenty Fourteen on WordPress versions prior to 3.6.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_upgrade_notice() {
-	$message = sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] );
-	printf( '<div class="error"><p>%s</p></div>', $message );
-}
-
-/**
- * Prevent the Customizer from being loaded on WordPress versions prior to 3.6.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_customize() {
-	wp_die(
-		sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ),
-		'',
-		array(
-			'back_link' => true,
-		)
-	);
-}
-add_action( 'load-customize.php', 'twentyfourteen_customize' );
-
-/**
- * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_preview() {
-	if ( isset( $_GET['preview'] ) ) {
-		wp_die( sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ) );
-	}
-}
-add_action( 'template_redirect', 'twentyfourteen_preview' );
+<?php
+/**
+ * Twenty Fourteen back compat functionality
+ *
+ * Prevents Twenty Fourteen from running on WordPress versions prior to 3.6,
+ * since this theme is not meant to be backward compatible beyond that
+ * and relies on many newer functions and markup changes introduced in 3.6.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+/**
+ * Prevent switching to Twenty Fourteen on old versions of WordPress.
+ *
+ * Switches to the default theme.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_switch_theme() {
+	switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );
+	unset( $_GET['activated'] );
+	add_action( 'admin_notices', 'twentyfourteen_upgrade_notice' );
+}
+add_action( 'after_switch_theme', 'twentyfourteen_switch_theme' );
+
+/**
+ * Add message for unsuccessful theme switch.
+ *
+ * Prints an update nag after an unsuccessful attempt to switch to
+ * Twenty Fourteen on WordPress versions prior to 3.6.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_upgrade_notice() {
+	/* translators: %s: WordPress version. */
+	$message = sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] );
+	printf( '<div class="error"><p>%s</p></div>', $message );
+}
+
+/**
+ * Prevent the Customizer from being loaded on WordPress versions prior to 3.6.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_customize() {
+	wp_die(
+		/* translators: %s: WordPress version. */
+		sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ),
+		'',
+		array(
+			'back_link' => true,
+		)
+	);
+}
+add_action( 'load-customize.php', 'twentyfourteen_customize' );
+
+/**
+ * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_preview() {
+	if ( isset( $_GET['preview'] ) ) {
+		/* translators: %s: WordPress version. */
+		wp_die( sprintf( __( 'Twenty Fourteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentyfourteen' ), $GLOBALS['wp_version'] ) );
+	}
+}
+add_action( 'template_redirect', 'twentyfourteen_preview' );
diff --git a/wp-content/themes/twentyfourteen/inc/custom-header.php b/wp-content/themes/twentyfourteen/inc/custom-header.php
index 92382eaa5..1fd38f324 100644
--- a/wp-content/themes/twentyfourteen/inc/custom-header.php
+++ b/wp-content/themes/twentyfourteen/inc/custom-header.php
@@ -1,153 +1,153 @@
-<?php
-/**
- * Implement Custom Header functionality for Twenty Fourteen
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-/**
- * Set up the WordPress core custom header settings.
- *
- * @since Twenty Fourteen 1.0
- *
- * @uses twentyfourteen_header_style()
- * @uses twentyfourteen_admin_header_style()
- * @uses twentyfourteen_admin_header_image()
- */
-function twentyfourteen_custom_header_setup() {
-	/**
-	 * Filter Twenty Fourteen custom-header support arguments.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $args {
-	 *     An array of custom-header support arguments.
-	 *
-	 *     @type bool   $header_text            Whether to display custom header text. Default false.
-	 *     @type int    $width                  Width in pixels of the custom header image. Default 1260.
-	 *     @type int    $height                 Height in pixels of the custom header image. Default 240.
-	 *     @type bool   $flex_height            Whether to allow flexible-height header images. Default true.
-	 *     @type string $admin_head_callback    Callback function used to style the image displayed in
-	 *                                          the Appearance > Header screen.
-	 *     @type string $admin_preview_callback Callback function used to create the custom header markup in
-	 *                                          the Appearance > Header screen.
-	 * }
-	 */
-	add_theme_support(
-		'custom-header',
-		apply_filters(
-			'twentyfourteen_custom_header_args',
-			array(
-				'default-text-color'     => 'fff',
-				'width'                  => 1260,
-				'height'                 => 240,
-				'flex-height'            => true,
-				'wp-head-callback'       => 'twentyfourteen_header_style',
-				'admin-head-callback'    => 'twentyfourteen_admin_header_style',
-				'admin-preview-callback' => 'twentyfourteen_admin_header_image',
-			)
-		)
-	);
-}
-add_action( 'after_setup_theme', 'twentyfourteen_custom_header_setup' );
-
-if ( ! function_exists( 'twentyfourteen_header_style' ) ) :
-	/**
-	 * Styles the header image and text displayed on the blog
-	 *
-	 * @see twentyfourteen_custom_header_setup().
-	 */
-	function twentyfourteen_header_style() {
-		$text_color = get_header_textcolor();
-
-		// If no custom color for text is set, let's bail.
-		if ( display_header_text() && $text_color === get_theme_support( 'custom-header', 'default-text-color' ) ) {
-			return;
-		}
-
-		// If we get this far, we have custom styles.
-		?>
-		<style type="text/css" id="twentyfourteen-header-css">
-		<?php
-		// Has the text been hidden?
-		if ( ! display_header_text() ) :
-			?>
-		.site-title,
-		.site-description {
-			clip: rect(1px 1px 1px 1px); /* IE7 */
-			clip: rect(1px, 1px, 1px, 1px);
-			position: absolute;
-		}
-			<?php
-			// If the user has set a custom color for the text, use that.
-		elseif ( $text_color != get_theme_support( 'custom-header', 'default-text-color' ) ) :
-			?>
-		.site-title a {
-			color: #<?php echo esc_attr( $text_color ); ?>;
-		}
-	<?php endif; ?>
-	</style>
-		<?php
-	}
-endif; // twentyfourteen_header_style
-
-
-if ( ! function_exists( 'twentyfourteen_admin_header_style' ) ) :
-	/**
-	 * Style the header image displayed on the Appearance > Header screen.
-	 *
-	 * @see twentyfourteen_custom_header_setup()
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_admin_header_style() {
-		?>
-	<style type="text/css" id="twentyfourteen-admin-header-css">
-	.appearance_page_custom-header #headimg {
-		background-color: #000;
-		border: none;
-		max-width: 1260px;
-		min-height: 48px;
-	}
-	#headimg h1 {
-		font-family: Lato, sans-serif;
-		font-size: 18px;
-		line-height: 48px;
-		margin: 0 0 0 30px;
-	}
-	.rtl #headimg h1  {
-		margin: 0 30px 0 0;
-	}
-	#headimg h1 a {
-		color: #fff;
-		text-decoration: none;
-	}
-	#headimg img {
-		vertical-align: middle;
-	}
-	</style>
-		<?php
-	}
-endif; // twentyfourteen_admin_header_style
-
-if ( ! function_exists( 'twentyfourteen_admin_header_image' ) ) :
-	/**
-	 * Create the custom header image markup displayed on the Appearance > Header screen.
-	 *
-	 * @see twentyfourteen_custom_header_setup()
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_admin_header_image() {
-		?>
-	<div id="headimg">
-		<?php if ( get_header_image() ) : ?>
-		<img src="<?php header_image(); ?>" alt="">
-		<?php endif; ?>
-		<h1 class="displaying-header-text"><a id="name" style="<?php echo esc_attr( sprintf( 'color: #%s;', get_header_textcolor() ) ); ?>" onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
-	</div>
-		<?php
-	}
-endif; // twentyfourteen_admin_header_image
+<?php
+/**
+ * Implement Custom Header functionality for Twenty Fourteen
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+/**
+ * Set up the WordPress core custom header settings.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @uses twentyfourteen_header_style()
+ * @uses twentyfourteen_admin_header_style()
+ * @uses twentyfourteen_admin_header_image()
+ */
+function twentyfourteen_custom_header_setup() {
+	/**
+	 * Filter Twenty Fourteen custom-header support arguments.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $args {
+	 *     An array of custom-header support arguments.
+	 *
+	 *     @type bool   $header_text            Whether to display custom header text. Default false.
+	 *     @type int    $width                  Width in pixels of the custom header image. Default 1260.
+	 *     @type int    $height                 Height in pixels of the custom header image. Default 240.
+	 *     @type bool   $flex_height            Whether to allow flexible-height header images. Default true.
+	 *     @type string $admin_head_callback    Callback function used to style the image displayed in
+	 *                                          the Appearance > Header screen.
+	 *     @type string $admin_preview_callback Callback function used to create the custom header markup in
+	 *                                          the Appearance > Header screen.
+	 * }
+	 */
+	add_theme_support(
+		'custom-header',
+		apply_filters(
+			'twentyfourteen_custom_header_args',
+			array(
+				'default-text-color'     => 'fff',
+				'width'                  => 1260,
+				'height'                 => 240,
+				'flex-height'            => true,
+				'wp-head-callback'       => 'twentyfourteen_header_style',
+				'admin-head-callback'    => 'twentyfourteen_admin_header_style',
+				'admin-preview-callback' => 'twentyfourteen_admin_header_image',
+			)
+		)
+	);
+}
+add_action( 'after_setup_theme', 'twentyfourteen_custom_header_setup' );
+
+if ( ! function_exists( 'twentyfourteen_header_style' ) ) :
+	/**
+	 * Styles the header image and text displayed on the blog
+	 *
+	 * @see twentyfourteen_custom_header_setup().
+	 */
+	function twentyfourteen_header_style() {
+		$text_color = get_header_textcolor();
+
+		// If no custom color for text is set, let's bail.
+		if ( display_header_text() && get_theme_support( 'custom-header', 'default-text-color' ) === $text_color ) {
+			return;
+		}
+
+		// If we get this far, we have custom styles.
+		?>
+		<style type="text/css" id="twentyfourteen-header-css">
+		<?php
+		// Has the text been hidden?
+		if ( ! display_header_text() ) :
+			?>
+		.site-title,
+		.site-description {
+			clip: rect(1px 1px 1px 1px); /* IE7 */
+			clip: rect(1px, 1px, 1px, 1px);
+			position: absolute;
+		}
+			<?php
+			// If the user has set a custom color for the text, use that.
+		elseif ( get_theme_support( 'custom-header', 'default-text-color' ) != $text_color ) :
+			?>
+		.site-title a {
+			color: #<?php echo esc_attr( $text_color ); ?>;
+		}
+	<?php endif; ?>
+	</style>
+		<?php
+	}
+endif; // twentyfourteen_header_style()
+
+
+if ( ! function_exists( 'twentyfourteen_admin_header_style' ) ) :
+	/**
+	 * Style the header image displayed on the Appearance > Header screen.
+	 *
+	 * @see twentyfourteen_custom_header_setup()
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_admin_header_style() {
+		?>
+	<style type="text/css" id="twentyfourteen-admin-header-css">
+	.appearance_page_custom-header #headimg {
+		background-color: #000;
+		border: none;
+		max-width: 1260px;
+		min-height: 48px;
+	}
+	#headimg h1 {
+		font-family: Lato, sans-serif;
+		font-size: 18px;
+		line-height: 48px;
+		margin: 0 0 0 30px;
+	}
+	.rtl #headimg h1  {
+		margin: 0 30px 0 0;
+	}
+	#headimg h1 a {
+		color: #fff;
+		text-decoration: none;
+	}
+	#headimg img {
+		vertical-align: middle;
+	}
+	</style>
+		<?php
+	}
+endif; // twentyfourteen_admin_header_style()
+
+if ( ! function_exists( 'twentyfourteen_admin_header_image' ) ) :
+	/**
+	 * Create the custom header image markup displayed on the Appearance > Header screen.
+	 *
+	 * @see twentyfourteen_custom_header_setup()
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_admin_header_image() {
+		?>
+	<div id="headimg">
+		<?php if ( get_header_image() ) : ?>
+		<img src="<?php header_image(); ?>" alt="">
+		<?php endif; ?>
+		<h1 class="displaying-header-text"><a id="name" style="<?php echo esc_attr( sprintf( 'color: #%s;', get_header_textcolor() ) ); ?>" onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
+	</div>
+		<?php
+	}
+endif; // twentyfourteen_admin_header_image()
diff --git a/wp-content/themes/twentyfourteen/inc/customizer.php b/wp-content/themes/twentyfourteen/inc/customizer.php
index 153140939..852ab395f 100644
--- a/wp-content/themes/twentyfourteen/inc/customizer.php
+++ b/wp-content/themes/twentyfourteen/inc/customizer.php
@@ -1,170 +1,174 @@
-<?php
-/**
- * Twenty Fourteen Customizer support
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-/**
- * Implement Customizer additions and adjustments.
- *
- * @since Twenty Fourteen 1.0
- *
- * @param WP_Customize_Manager $wp_customize Customizer object.
- */
-function twentyfourteen_customize_register( $wp_customize ) {
-	// Add postMessage support for site title and description.
-	$wp_customize->get_setting( 'blogname' )->transport         = 'postMessage';
-	$wp_customize->get_setting( 'blogdescription' )->transport  = 'postMessage';
-	$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
-
-	if ( isset( $wp_customize->selective_refresh ) ) {
-		$wp_customize->selective_refresh->add_partial(
-			'blogname',
-			array(
-				'selector'            => '.site-title a',
-				'container_inclusive' => false,
-				'render_callback'     => 'twentyfourteen_customize_partial_blogname',
-			)
-		);
-		$wp_customize->selective_refresh->add_partial(
-			'blogdescription',
-			array(
-				'selector'            => '.site-description',
-				'container_inclusive' => false,
-				'render_callback'     => 'twentyfourteen_customize_partial_blogdescription',
-			)
-		);
-	}
-
-	// Rename the label to "Site Title Color" because this only affects the site title in this theme.
-	$wp_customize->get_control( 'header_textcolor' )->label = __( 'Site Title Color', 'twentyfourteen' );
-
-	// Rename the label to "Display Site Title & Tagline" in order to make this option extra clear.
-	$wp_customize->get_control( 'display_header_text' )->label = __( 'Display Site Title &amp; Tagline', 'twentyfourteen' );
-
-	// Add custom description to Colors and Background controls or sections.
-	if ( property_exists( $wp_customize->get_control( 'background_color' ), 'description' ) ) {
-		$wp_customize->get_control( 'background_color' )->description = __( 'May only be visible on wide screens.', 'twentyfourteen' );
-		$wp_customize->get_control( 'background_image' )->description = __( 'May only be visible on wide screens.', 'twentyfourteen' );
-	} else {
-		$wp_customize->get_section( 'colors' )->description           = __( 'Background may only be visible on wide screens.', 'twentyfourteen' );
-		$wp_customize->get_section( 'background_image' )->description = __( 'Background may only be visible on wide screens.', 'twentyfourteen' );
-	}
-
-	// Add the featured content section in case it's not already there.
-	$wp_customize->add_section(
-		'featured_content',
-		array(
-			'title'           => __( 'Featured Content', 'twentyfourteen' ),
-			'description'     => sprintf(
-				__( 'Use a <a href="%1$s">tag</a> to feature your posts. If no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),
-				esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
-				admin_url( 'edit.php?show_sticky=1' )
-			),
-			'priority'        => 130,
-			'active_callback' => 'is_front_page',
-		)
-	);
-
-	// Add the featured content layout setting and control.
-	$wp_customize->add_setting(
-		'featured_content_layout',
-		array(
-			'default'           => 'grid',
-			'sanitize_callback' => 'twentyfourteen_sanitize_layout',
-		)
-	);
-
-	$wp_customize->add_control(
-		'featured_content_layout',
-		array(
-			'label'   => __( 'Layout', 'twentyfourteen' ),
-			'section' => 'featured_content',
-			'type'    => 'select',
-			'choices' => array(
-				'grid'   => __( 'Grid', 'twentyfourteen' ),
-				'slider' => __( 'Slider', 'twentyfourteen' ),
-			),
-		)
-	);
-}
-add_action( 'customize_register', 'twentyfourteen_customize_register' );
-
-/**
- * Render the site title for the selective refresh partial.
- *
- * @since Twenty Fourteen 1.7
- * @see twentyfourteen_customize_register()
- *
- * @return void
- */
-function twentyfourteen_customize_partial_blogname() {
-	bloginfo( 'name' );
-}
-
-/**
- * Render the site tagline for the selective refresh partial.
- *
- * @since Twenty Fourteen 1.7
- * @see twentyfourteen_customize_register()
- *
- * @return void
- */
-function twentyfourteen_customize_partial_blogdescription() {
-	bloginfo( 'description' );
-}
-
-/**
- * Sanitize the Featured Content layout value.
- *
- * @since Twenty Fourteen 1.0
- *
- * @param string $layout Layout type.
- * @return string Filtered layout type (grid|slider).
- */
-function twentyfourteen_sanitize_layout( $layout ) {
-	if ( ! in_array( $layout, array( 'grid', 'slider' ) ) ) {
-		$layout = 'grid';
-	}
-
-	return $layout;
-}
-
-/**
- * Bind JS handlers to make Customizer preview reload changes asynchronously.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_customize_preview_js() {
-	wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20131205', true );
-}
-add_action( 'customize_preview_init', 'twentyfourteen_customize_preview_js' );
-
-/**
- * Add contextual help to the Themes and Post edit screens.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_contextual_help() {
-	if ( 'admin_head-edit.php' === current_filter() && 'post' !== $GLOBALS['typenow'] ) {
-		return;
-	}
-
-	get_current_screen()->add_help_tab(
-		array(
-			'id'      => 'twentyfourteen',
-			'title'   => __( 'Twenty Fourteen', 'twentyfourteen' ),
-			'content' =>
-				'<ul>' .
-					'<li>' . sprintf( __( 'The home page features your choice of up to 6 posts prominently displayed in a grid or slider, controlled by a <a href="%1$s">tag</a>; you can change the tag and layout in <a href="%2$s">Appearance &rarr; Customize</a>. If no posts match the tag, <a href="%3$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ), esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ), admin_url( 'customize.php' ), admin_url( 'edit.php?show_sticky=1' ) ) . '</li>' .
-					'<li>' . sprintf( __( 'Enhance your site design by using <a href="%s">Featured Images</a> for posts you&rsquo;d like to stand out (also known as post thumbnails). This allows you to associate an image with your post without inserting it. Twenty Fourteen uses featured images for posts and pages&mdash;above the title&mdash;and in the Featured Content area on the home page.', 'twentyfourteen' ), 'https://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail' ) . '</li>' .
-					'<li>' . sprintf( __( 'For an in-depth tutorial, and more tips and tricks, visit the <a href="%s">Twenty Fourteen documentation</a>.', 'twentyfourteen' ), 'https://codex.wordpress.org/Twenty_Fourteen' ) . '</li>' .
-				'</ul>',
-		)
-	);
-}
-add_action( 'admin_head-themes.php', 'twentyfourteen_contextual_help' );
-add_action( 'admin_head-edit.php', 'twentyfourteen_contextual_help' );
+<?php
+/**
+ * Twenty Fourteen Customizer support
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+/**
+ * Implement Customizer additions and adjustments.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @param WP_Customize_Manager $wp_customize Customizer object.
+ */
+function twentyfourteen_customize_register( $wp_customize ) {
+	// Add postMessage support for site title and description.
+	$wp_customize->get_setting( 'blogname' )->transport         = 'postMessage';
+	$wp_customize->get_setting( 'blogdescription' )->transport  = 'postMessage';
+	$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
+
+	if ( isset( $wp_customize->selective_refresh ) ) {
+		$wp_customize->selective_refresh->add_partial(
+			'blogname',
+			array(
+				'selector'            => '.site-title a',
+				'container_inclusive' => false,
+				'render_callback'     => 'twentyfourteen_customize_partial_blogname',
+			)
+		);
+		$wp_customize->selective_refresh->add_partial(
+			'blogdescription',
+			array(
+				'selector'            => '.site-description',
+				'container_inclusive' => false,
+				'render_callback'     => 'twentyfourteen_customize_partial_blogdescription',
+			)
+		);
+	}
+
+	// Rename the label to "Site Title Color" because this only affects the site title in this theme.
+	$wp_customize->get_control( 'header_textcolor' )->label = __( 'Site Title Color', 'twentyfourteen' );
+
+	// Rename the label to "Display Site Title & Tagline" in order to make this option extra clear.
+	$wp_customize->get_control( 'display_header_text' )->label = __( 'Display Site Title &amp; Tagline', 'twentyfourteen' );
+
+	// Add custom description to Colors and Background controls or sections.
+	if ( property_exists( $wp_customize->get_control( 'background_color' ), 'description' ) ) {
+		$wp_customize->get_control( 'background_color' )->description = __( 'May only be visible on wide screens.', 'twentyfourteen' );
+		$wp_customize->get_control( 'background_image' )->description = __( 'May only be visible on wide screens.', 'twentyfourteen' );
+	} else {
+		$wp_customize->get_section( 'colors' )->description           = __( 'Background may only be visible on wide screens.', 'twentyfourteen' );
+		$wp_customize->get_section( 'background_image' )->description = __( 'Background may only be visible on wide screens.', 'twentyfourteen' );
+	}
+
+	// Add the featured content section in case it's not already there.
+	$wp_customize->add_section(
+		'featured_content',
+		array(
+			'title'           => __( 'Featured Content', 'twentyfourteen' ),
+			'description'     => sprintf(
+				/* translators: 1: Featured tag editor URL, 2: Post editor URL. */
+				__( 'Use a <a href="%1$s">tag</a> to feature your posts. If no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),
+				esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
+				admin_url( 'edit.php?show_sticky=1' )
+			),
+			'priority'        => 130,
+			'active_callback' => 'is_front_page',
+		)
+	);
+
+	// Add the featured content layout setting and control.
+	$wp_customize->add_setting(
+		'featured_content_layout',
+		array(
+			'default'           => 'grid',
+			'sanitize_callback' => 'twentyfourteen_sanitize_layout',
+		)
+	);
+
+	$wp_customize->add_control(
+		'featured_content_layout',
+		array(
+			'label'   => __( 'Layout', 'twentyfourteen' ),
+			'section' => 'featured_content',
+			'type'    => 'select',
+			'choices' => array(
+				'grid'   => __( 'Grid', 'twentyfourteen' ),
+				'slider' => __( 'Slider', 'twentyfourteen' ),
+			),
+		)
+	);
+}
+add_action( 'customize_register', 'twentyfourteen_customize_register' );
+
+/**
+ * Render the site title for the selective refresh partial.
+ *
+ * @since Twenty Fourteen 1.7
+ * @see twentyfourteen_customize_register()
+ *
+ * @return void
+ */
+function twentyfourteen_customize_partial_blogname() {
+	bloginfo( 'name' );
+}
+
+/**
+ * Render the site tagline for the selective refresh partial.
+ *
+ * @since Twenty Fourteen 1.7
+ * @see twentyfourteen_customize_register()
+ *
+ * @return void
+ */
+function twentyfourteen_customize_partial_blogdescription() {
+	bloginfo( 'description' );
+}
+
+/**
+ * Sanitize the Featured Content layout value.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @param string $layout Layout type.
+ * @return string Filtered layout type (grid|slider).
+ */
+function twentyfourteen_sanitize_layout( $layout ) {
+	if ( ! in_array( $layout, array( 'grid', 'slider' ) ) ) {
+		$layout = 'grid';
+	}
+
+	return $layout;
+}
+
+/**
+ * Bind JS handlers to make Customizer preview reload changes asynchronously.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_customize_preview_js() {
+	wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20141015', true );
+}
+add_action( 'customize_preview_init', 'twentyfourteen_customize_preview_js' );
+
+/**
+ * Add contextual help to the Themes and Post edit screens.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_contextual_help() {
+	if ( 'admin_head-edit.php' === current_filter() && 'post' !== $GLOBALS['typenow'] ) {
+		return;
+	}
+
+	get_current_screen()->add_help_tab(
+		array(
+			'id'      => 'twentyfourteen',
+			'title'   => __( 'Twenty Fourteen', 'twentyfourteen' ),
+			'content' =>
+				'<ul>' .
+					/* translators: 1: Featured tag editor URL, 2: Post editor URL, 3: Customizer URL, 4: Post editor URL. */
+					'<li>' . sprintf( __( 'The home page features your choice of up to 6 posts prominently displayed in a grid or slider, controlled by a <a href="%1$s">tag</a>; you can change the tag and layout in <a href="%2$s">Appearance &rarr; Customize</a>. If no posts match the tag, <a href="%3$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ), esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ), admin_url( 'customize.php' ), admin_url( 'edit.php?show_sticky=1' ) ) . '</li>' .
+					/* translators: %s: Featured images documentation URL. */
+					'<li>' . sprintf( __( 'Enhance your site design by using <a href="%s">Featured Images</a> for posts you&rsquo;d like to stand out (also known as post thumbnails). This allows you to associate an image with your post without inserting it. Twenty Fourteen uses featured images for posts and pages&mdash;above the title&mdash;and in the Featured Content area on the home page.', 'twentyfourteen' ), 'https://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail' ) . '</li>' .
+					/* translators: %s: Twenty Fourteen documentation URL. */
+					'<li>' . sprintf( __( 'For an in-depth tutorial, and more tips and tricks, visit the <a href="%s">Twenty Fourteen documentation</a>.', 'twentyfourteen' ), 'https://codex.wordpress.org/Twenty_Fourteen' ) . '</li>' .
+				'</ul>',
+		)
+	);
+}
+add_action( 'admin_head-themes.php', 'twentyfourteen_contextual_help' );
+add_action( 'admin_head-edit.php', 'twentyfourteen_contextual_help' );
diff --git a/wp-content/themes/twentyfourteen/inc/featured-content.php b/wp-content/themes/twentyfourteen/inc/featured-content.php
index 23fb38d71..2592ce3a5 100644
--- a/wp-content/themes/twentyfourteen/inc/featured-content.php
+++ b/wp-content/themes/twentyfourteen/inc/featured-content.php
@@ -1,517 +1,518 @@
-<?php
-/**
- * Twenty Fourteen Featured Content
- *
- * This module allows you to define a subset of posts to be displayed
- * in the theme's Featured Content area.
- *
- * For maximum compatibility with different methods of posting users
- * will designate a featured post tag to associate posts with. Since
- * this tag now has special meaning beyond that of a normal tags, users
- * will have the ability to hide it from the front end of their site.
- */
-class Featured_Content {
-
-	/**
-	 * The maximum number of posts a Featured Content area can contain.
-	 *
-	 * We define a default value here but themes can override
-	 * this by defining a "max_posts" entry in the second parameter
-	 * passed in the call to add_theme_support( 'featured-content' ).
-	 *
-	 * @see Featured_Content::init()
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @var int
-	 */
-	public static $max_posts = 15;
-
-	/**
-	 * Instantiate.
-	 *
-	 * All custom functionality will be hooked into the "init" action.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	public static function setup() {
-		add_action( 'init', array( __CLASS__, 'init' ), 30 );
-	}
-
-	/**
-	 * Conditionally hook into WordPress.
-	 *
-	 * Theme must declare that they support this module by adding
-	 * add_theme_support( 'featured-content' ); during after_setup_theme.
-	 *
-	 * If no theme support is found there is no need to hook into WordPress.
-	 * We'll just return early instead.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	public static function init() {
-		$theme_support = get_theme_support( 'featured-content' );
-
-		// Return early if theme does not support Featured Content.
-		if ( ! $theme_support ) {
-			return;
-		}
-
-		/*
-		 * An array of named arguments must be passed as the second parameter
-		 * of add_theme_support().
-		 */
-		if ( ! isset( $theme_support[0] ) ) {
-			return;
-		}
-
-		// Return early if "featured_content_filter" has not been defined.
-		if ( ! isset( $theme_support[0]['featured_content_filter'] ) ) {
-			return;
-		}
-
-		$filter = $theme_support[0]['featured_content_filter'];
-
-		// Theme can override the number of max posts.
-		if ( isset( $theme_support[0]['max_posts'] ) ) {
-			self::$max_posts = absint( $theme_support[0]['max_posts'] );
-		}
-
-		add_filter( $filter, array( __CLASS__, 'get_featured_posts' ) );
-		add_action( 'customize_register', array( __CLASS__, 'customize_register' ), 9 );
-		add_action( 'admin_init', array( __CLASS__, 'register_setting' ) );
-		add_action( 'switch_theme', array( __CLASS__, 'delete_transient' ) );
-		add_action( 'save_post', array( __CLASS__, 'delete_transient' ) );
-		add_action( 'delete_post_tag', array( __CLASS__, 'delete_post_tag' ) );
-		add_action( 'customize_controls_enqueue_scripts', array( __CLASS__, 'enqueue_scripts' ) );
-		add_action( 'pre_get_posts', array( __CLASS__, 'pre_get_posts' ) );
-		add_action( 'wp_loaded', array( __CLASS__, 'wp_loaded' ) );
-	}
-
-	/**
-	 * Hide "featured" tag from the front end.
-	 *
-	 * Has to run on wp_loaded so that the preview filters of the Customizer
-	 * have a chance to alter the value.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	public static function wp_loaded() {
-		if ( self::get_setting( 'hide-tag' ) ) {
-			add_filter( 'get_terms', array( __CLASS__, 'hide_featured_term' ), 10, 3 );
-			add_filter( 'get_the_terms', array( __CLASS__, 'hide_the_featured_term' ), 10, 3 );
-		}
-	}
-
-	/**
-	 * Get featured posts.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @return array Array of featured posts.
-	 */
-	public static function get_featured_posts() {
-		$post_ids = self::get_featured_post_ids();
-
-		// No need to query if there is are no featured posts.
-		if ( empty( $post_ids ) ) {
-			return array();
-		}
-
-		$featured_posts = get_posts(
-			array(
-				'include'        => $post_ids,
-				'posts_per_page' => count( $post_ids ),
-			)
-		);
-
-		return $featured_posts;
-	}
-
-	/**
-	 * Get featured post IDs
-	 *
-	 * This function will return the an array containing the
-	 * post IDs of all featured posts.
-	 *
-	 * Sets the "featured_content_ids" transient.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @return array Array of post IDs.
-	 */
-	public static function get_featured_post_ids() {
-		// Get array of cached results if they exist.
-		$featured_ids = get_transient( 'featured_content_ids' );
-
-		if ( false === $featured_ids ) {
-			$settings = self::get_setting();
-			$term     = get_term_by( 'name', $settings['tag-name'], 'post_tag' );
-
-			if ( $term ) {
-				// Query for featured posts.
-				$featured_ids = get_posts(
-					array(
-						'fields'           => 'ids',
-						'numberposts'      => self::$max_posts,
-						'suppress_filters' => false,
-						'tax_query'        => array(
-							array(
-								'field'    => 'term_id',
-								'taxonomy' => 'post_tag',
-								'terms'    => $term->term_id,
-							),
-						),
-					)
-				);
-			}
-
-			// Get sticky posts if no Featured Content exists.
-			if ( ! $featured_ids ) {
-				$featured_ids = self::get_sticky_posts();
-			}
-
-			set_transient( 'featured_content_ids', $featured_ids );
-		}
-
-		// Ensure correct format before return.
-		return array_map( 'absint', $featured_ids );
-	}
-
-	/**
-	 * Return an array with IDs of posts maked as sticky.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @return array Array of sticky posts.
-	 */
-	public static function get_sticky_posts() {
-		return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts );
-	}
-
-	/**
-	 * Delete featured content ids transient.
-	 *
-	 * Hooks in the "save_post" action.
-	 *
-	 * @see Featured_Content::validate_settings().
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	public static function delete_transient() {
-		delete_transient( 'featured_content_ids' );
-	}
-
-	/**
-	 * Exclude featured posts from the home page blog query.
-	 *
-	 * Filter the home page posts, and remove any featured post ID's from it.
-	 * Hooked onto the 'pre_get_posts' action, this changes the parameters of
-	 * the query before it gets any posts.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param WP_Query $query WP_Query object.
-	 * @return WP_Query Possibly-modified WP_Query.
-	 */
-	public static function pre_get_posts( $query ) {
-
-		// Bail if not home or not main query.
-		if ( ! $query->is_home() || ! $query->is_main_query() ) {
-			return;
-		}
-
-		// Bail if the blog page is not the front page.
-		if ( 'posts' !== get_option( 'show_on_front' ) ) {
-			return;
-		}
-
-		$featured = self::get_featured_post_ids();
-
-		// Bail if no featured posts.
-		if ( ! $featured ) {
-			return;
-		}
-
-		// We need to respect post ids already in the blacklist.
-		$post__not_in = $query->get( 'post__not_in' );
-
-		if ( ! empty( $post__not_in ) ) {
-			$featured = array_merge( (array) $post__not_in, $featured );
-			$featured = array_unique( $featured );
-		}
-
-		$query->set( 'post__not_in', $featured );
-	}
-
-	/**
-	 * Reset tag option when the saved tag is deleted.
-	 *
-	 * It's important to mention that the transient needs to be deleted,
-	 * too. While it may not be obvious by looking at the function alone,
-	 * the transient is deleted by Featured_Content::validate_settings().
-	 *
-	 * Hooks in the "delete_post_tag" action.
-	 *
-	 * @see Featured_Content::validate_settings().
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param int $tag_id The term_id of the tag that has been deleted.
-	 */
-	public static function delete_post_tag( $tag_id ) {
-		$settings = self::get_setting();
-
-		if ( empty( $settings['tag-id'] ) || $tag_id != $settings['tag-id'] ) {
-			return;
-		}
-
-		$settings['tag-id'] = 0;
-		$settings           = self::validate_settings( $settings );
-		update_option( 'featured-content', $settings );
-	}
-
-	/**
-	 * Hide featured tag from displaying when global terms are queried from the front end.
-	 *
-	 * Hooks into the "get_terms" filter.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $terms      List of term objects. This is the return value of get_terms().
-	 * @param array $taxonomies An array of taxonomy slugs.
-	 * @return array A filtered array of terms.
-	 *
-	 * @uses Featured_Content::get_setting()
-	 */
-	public static function hide_featured_term( $terms, $taxonomies, $args ) {
-
-		// This filter is only appropriate on the front end.
-		if ( is_admin() ) {
-			return $terms;
-		}
-
-		// We only want to hide the featured tag.
-		if ( ! in_array( 'post_tag', $taxonomies ) ) {
-			return $terms;
-		}
-
-		// Bail if no terms were returned.
-		if ( empty( $terms ) ) {
-			return $terms;
-		}
-
-		// Bail if term objects are unavailable.
-		if ( 'all' != $args['fields'] ) {
-			return $terms;
-		}
-
-		$settings = self::get_setting();
-		foreach ( $terms as $order => $term ) {
-			if ( ( $settings['tag-id'] === $term->term_id || $settings['tag-name'] === $term->name ) && 'post_tag' === $term->taxonomy ) {
-				unset( $terms[ $order ] );
-			}
-		}
-
-		return $terms;
-	}
-
-	/**
-	 * Hide featured tag from display when terms associated with a post object
-	 * are queried from the front end.
-	 *
-	 * Hooks into the "get_the_terms" filter.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $terms    A list of term objects. This is the return value of get_the_terms().
-	 * @param int   $id       The ID field for the post object that terms are associated with.
-	 * @param array $taxonomy An array of taxonomy slugs.
-	 * @return array Filtered array of terms.
-	 *
-	 * @uses Featured_Content::get_setting()
-	 */
-	public static function hide_the_featured_term( $terms, $id, $taxonomy ) {
-
-		// This filter is only appropriate on the front end.
-		if ( is_admin() ) {
-			return $terms;
-		}
-
-		// Make sure we are in the correct taxonomy.
-		if ( 'post_tag' != $taxonomy ) {
-			return $terms;
-		}
-
-		// No terms? Return early!
-		if ( empty( $terms ) ) {
-			return $terms;
-		}
-
-		$settings = self::get_setting();
-		foreach ( $terms as $order => $term ) {
-			if ( ( $settings['tag-id'] === $term->term_id || $settings['tag-name'] === $term->name ) && 'post_tag' === $term->taxonomy ) {
-				unset( $terms[ $term->term_id ] );
-			}
-		}
-
-		return $terms;
-	}
-
-	/**
-	 * Register custom setting on the Settings -> Reading screen.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	public static function register_setting() {
-		register_setting( 'featured-content', 'featured-content', array( __CLASS__, 'validate_settings' ) );
-	}
-
-	/**
-	 * Add settings to the Customizer.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param WP_Customize_Manager $wp_customize Customizer object.
-	 */
-	public static function customize_register( $wp_customize ) {
-		$wp_customize->add_section(
-			'featured_content',
-			array(
-				'title'          => __( 'Featured Content', 'twentyfourteen' ),
-				'description'    => sprintf(
-					__( 'Use a <a href="%1$s">tag</a> to feature your posts. If no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),
-					esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
-					admin_url( 'edit.php?show_sticky=1' )
-				),
-				'priority'       => 130,
-				'theme_supports' => 'featured-content',
-			)
-		);
-
-		// Add Featured Content settings.
-		$wp_customize->add_setting(
-			'featured-content[tag-name]',
-			array(
-				'default'              => _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ),
-				'type'                 => 'option',
-				'sanitize_js_callback' => array( __CLASS__, 'delete_transient' ),
-			)
-		);
-		$wp_customize->add_setting(
-			'featured-content[hide-tag]',
-			array(
-				'default'              => true,
-				'type'                 => 'option',
-				'sanitize_js_callback' => array( __CLASS__, 'delete_transient' ),
-			)
-		);
-
-		// Add Featured Content controls.
-		$wp_customize->add_control(
-			'featured-content[tag-name]',
-			array(
-				'label'    => __( 'Tag Name', 'twentyfourteen' ),
-				'section'  => 'featured_content',
-				'priority' => 20,
-			)
-		);
-		$wp_customize->add_control(
-			'featured-content[hide-tag]',
-			array(
-				'label'    => __( 'Don&rsquo;t display tag on front end.', 'twentyfourteen' ),
-				'section'  => 'featured_content',
-				'type'     => 'checkbox',
-				'priority' => 30,
-			)
-		);
-	}
-
-	/**
-	 * Enqueue the tag suggestion script.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	public static function enqueue_scripts() {
-		wp_enqueue_script( 'featured-content-suggest', get_template_directory_uri() . '/js/featured-content-admin.js', array( 'jquery', 'suggest' ), '20131022', true );
-	}
-
-	/**
-	 * Get featured content settings.
-	 *
-	 * Get all settings recognized by this module. This function
-	 * will return all settings whether or not they have been stored
-	 * in the database yet. This ensures that all keys are available
-	 * at all times.
-	 *
-	 * In the event that you only require one setting, you may pass
-	 * its name as the first parameter to the function and only that
-	 * value will be returned.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param string $key The key of a recognized setting.
-	 * @return mixed Array of all settings by default. A single value if passed as first parameter.
-	 */
-	public static function get_setting( $key = 'all' ) {
-		$saved = (array) get_option( 'featured-content' );
-
-		$defaults = array(
-			'hide-tag' => 1,
-			'tag-id'   => 0,
-			'tag-name' => _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ),
-		);
-
-		$options = wp_parse_args( $saved, $defaults );
-		$options = array_intersect_key( $options, $defaults );
-
-		if ( 'all' != $key ) {
-			return isset( $options[ $key ] ) ? $options[ $key ] : false;
-		}
-
-		return $options;
-	}
-
-	/**
-	 * Validate featured content settings.
-	 *
-	 * Make sure that all user supplied content is in an expected
-	 * format before saving to the database. This function will also
-	 * delete the transient set in Featured_Content::get_featured_content().
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $input Array of settings input.
-	 * @return array Validated settings output.
-	 */
-	public static function validate_settings( $input ) {
-		$output = array();
-
-		if ( empty( $input['tag-name'] ) ) {
-			$output['tag-id'] = 0;
-		} else {
-			$term = get_term_by( 'name', $input['tag-name'], 'post_tag' );
-
-			if ( $term ) {
-				$output['tag-id'] = $term->term_id;
-			} else {
-				$new_tag = wp_create_tag( $input['tag-name'] );
-
-				if ( ! is_wp_error( $new_tag ) && isset( $new_tag['term_id'] ) ) {
-					$output['tag-id'] = $new_tag['term_id'];
-				}
-			}
-
-			$output['tag-name'] = $input['tag-name'];
-		}
-
-		$output['hide-tag'] = isset( $input['hide-tag'] ) && $input['hide-tag'] ? 1 : 0;
-
-		// Delete the featured post ids transient.
-		self::delete_transient();
-
-		return $output;
-	}
-} // Featured_Content
-
-Featured_Content::setup();
+<?php
+/**
+ * Twenty Fourteen Featured Content
+ *
+ * This module allows you to define a subset of posts to be displayed
+ * in the theme's Featured Content area.
+ *
+ * For maximum compatibility with different methods of posting users
+ * will designate a featured post tag to associate posts with. Since
+ * this tag now has special meaning beyond that of a normal tags, users
+ * will have the ability to hide it from the front end of their site.
+ */
+class Featured_Content {
+
+	/**
+	 * The maximum number of posts a Featured Content area can contain.
+	 *
+	 * We define a default value here but themes can override
+	 * this by defining a "max_posts" entry in the second parameter
+	 * passed in the call to add_theme_support( 'featured-content' ).
+	 *
+	 * @see Featured_Content::init()
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @var int
+	 */
+	public static $max_posts = 15;
+
+	/**
+	 * Instantiate.
+	 *
+	 * All custom functionality will be hooked into the "init" action.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	public static function setup() {
+		add_action( 'init', array( __CLASS__, 'init' ), 30 );
+	}
+
+	/**
+	 * Conditionally hook into WordPress.
+	 *
+	 * Theme must declare that they support this module by adding
+	 * add_theme_support( 'featured-content' ); during after_setup_theme.
+	 *
+	 * If no theme support is found there is no need to hook into WordPress.
+	 * We'll just return early instead.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	public static function init() {
+		$theme_support = get_theme_support( 'featured-content' );
+
+		// Return early if theme does not support Featured Content.
+		if ( ! $theme_support ) {
+			return;
+		}
+
+		/*
+		 * An array of named arguments must be passed as the second parameter
+		 * of add_theme_support().
+		 */
+		if ( ! isset( $theme_support[0] ) ) {
+			return;
+		}
+
+		// Return early if "featured_content_filter" has not been defined.
+		if ( ! isset( $theme_support[0]['featured_content_filter'] ) ) {
+			return;
+		}
+
+		$filter = $theme_support[0]['featured_content_filter'];
+
+		// Theme can override the number of max posts.
+		if ( isset( $theme_support[0]['max_posts'] ) ) {
+			self::$max_posts = absint( $theme_support[0]['max_posts'] );
+		}
+
+		add_filter( $filter, array( __CLASS__, 'get_featured_posts' ) );
+		add_action( 'customize_register', array( __CLASS__, 'customize_register' ), 9 );
+		add_action( 'admin_init', array( __CLASS__, 'register_setting' ) );
+		add_action( 'switch_theme', array( __CLASS__, 'delete_transient' ) );
+		add_action( 'save_post', array( __CLASS__, 'delete_transient' ) );
+		add_action( 'delete_post_tag', array( __CLASS__, 'delete_post_tag' ) );
+		add_action( 'customize_controls_enqueue_scripts', array( __CLASS__, 'enqueue_scripts' ) );
+		add_action( 'pre_get_posts', array( __CLASS__, 'pre_get_posts' ) );
+		add_action( 'wp_loaded', array( __CLASS__, 'wp_loaded' ) );
+	}
+
+	/**
+	 * Hide "featured" tag from the front end.
+	 *
+	 * Has to run on wp_loaded so that the preview filters of the Customizer
+	 * have a chance to alter the value.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	public static function wp_loaded() {
+		if ( self::get_setting( 'hide-tag' ) ) {
+			add_filter( 'get_terms', array( __CLASS__, 'hide_featured_term' ), 10, 3 );
+			add_filter( 'get_the_terms', array( __CLASS__, 'hide_the_featured_term' ), 10, 3 );
+		}
+	}
+
+	/**
+	 * Get featured posts.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @return array Array of featured posts.
+	 */
+	public static function get_featured_posts() {
+		$post_ids = self::get_featured_post_ids();
+
+		// No need to query if there is are no featured posts.
+		if ( empty( $post_ids ) ) {
+			return array();
+		}
+
+		$featured_posts = get_posts(
+			array(
+				'include'        => $post_ids,
+				'posts_per_page' => count( $post_ids ),
+			)
+		);
+
+		return $featured_posts;
+	}
+
+	/**
+	 * Get featured post IDs
+	 *
+	 * This function will return the an array containing the
+	 * post IDs of all featured posts.
+	 *
+	 * Sets the "featured_content_ids" transient.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @return array Array of post IDs.
+	 */
+	public static function get_featured_post_ids() {
+		// Get array of cached results if they exist.
+		$featured_ids = get_transient( 'featured_content_ids' );
+
+		if ( false === $featured_ids ) {
+			$settings = self::get_setting();
+			$term     = get_term_by( 'name', $settings['tag-name'], 'post_tag' );
+
+			if ( $term ) {
+				// Query for featured posts.
+				$featured_ids = get_posts(
+					array(
+						'fields'           => 'ids',
+						'numberposts'      => self::$max_posts,
+						'suppress_filters' => false,
+						'tax_query'        => array(
+							array(
+								'field'    => 'term_id',
+								'taxonomy' => 'post_tag',
+								'terms'    => $term->term_id,
+							),
+						),
+					)
+				);
+			}
+
+			// Get sticky posts if no Featured Content exists.
+			if ( ! $featured_ids ) {
+				$featured_ids = self::get_sticky_posts();
+			}
+
+			set_transient( 'featured_content_ids', $featured_ids );
+		}
+
+		// Ensure correct format before return.
+		return array_map( 'absint', $featured_ids );
+	}
+
+	/**
+	 * Return an array with IDs of posts maked as sticky.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @return array Array of sticky posts.
+	 */
+	public static function get_sticky_posts() {
+		return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts );
+	}
+
+	/**
+	 * Delete featured content ids transient.
+	 *
+	 * Hooks in the "save_post" action.
+	 *
+	 * @see Featured_Content::validate_settings().
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	public static function delete_transient() {
+		delete_transient( 'featured_content_ids' );
+	}
+
+	/**
+	 * Exclude featured posts from the home page blog query.
+	 *
+	 * Filter the home page posts, and remove any featured post ID's from it.
+	 * Hooked onto the 'pre_get_posts' action, this changes the parameters of
+	 * the query before it gets any posts.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param WP_Query $query WP_Query object.
+	 * @return WP_Query Possibly-modified WP_Query.
+	 */
+	public static function pre_get_posts( $query ) {
+
+		// Bail if not home or not main query.
+		if ( ! $query->is_home() || ! $query->is_main_query() ) {
+			return;
+		}
+
+		// Bail if the blog page is not the front page.
+		if ( 'posts' !== get_option( 'show_on_front' ) ) {
+			return;
+		}
+
+		$featured = self::get_featured_post_ids();
+
+		// Bail if no featured posts.
+		if ( ! $featured ) {
+			return;
+		}
+
+		// We need to respect post ids already in the blacklist.
+		$post__not_in = $query->get( 'post__not_in' );
+
+		if ( ! empty( $post__not_in ) ) {
+			$featured = array_merge( (array) $post__not_in, $featured );
+			$featured = array_unique( $featured );
+		}
+
+		$query->set( 'post__not_in', $featured );
+	}
+
+	/**
+	 * Reset tag option when the saved tag is deleted.
+	 *
+	 * It's important to mention that the transient needs to be deleted,
+	 * too. While it may not be obvious by looking at the function alone,
+	 * the transient is deleted by Featured_Content::validate_settings().
+	 *
+	 * Hooks in the "delete_post_tag" action.
+	 *
+	 * @see Featured_Content::validate_settings().
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param int $tag_id The term_id of the tag that has been deleted.
+	 */
+	public static function delete_post_tag( $tag_id ) {
+		$settings = self::get_setting();
+
+		if ( empty( $settings['tag-id'] ) || $tag_id != $settings['tag-id'] ) {
+			return;
+		}
+
+		$settings['tag-id'] = 0;
+		$settings           = self::validate_settings( $settings );
+		update_option( 'featured-content', $settings );
+	}
+
+	/**
+	 * Hide featured tag from displaying when global terms are queried from the front end.
+	 *
+	 * Hooks into the "get_terms" filter.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $terms      List of term objects. This is the return value of get_terms().
+	 * @param array $taxonomies An array of taxonomy slugs.
+	 * @return array A filtered array of terms.
+	 *
+	 * @uses Featured_Content::get_setting()
+	 */
+	public static function hide_featured_term( $terms, $taxonomies, $args ) {
+
+		// This filter is only appropriate on the front end.
+		if ( is_admin() ) {
+			return $terms;
+		}
+
+		// We only want to hide the featured tag.
+		if ( ! in_array( 'post_tag', $taxonomies ) ) {
+			return $terms;
+		}
+
+		// Bail if no terms were returned.
+		if ( empty( $terms ) ) {
+			return $terms;
+		}
+
+		// Bail if term objects are unavailable.
+		if ( 'all' != $args['fields'] ) {
+			return $terms;
+		}
+
+		$settings = self::get_setting();
+		foreach ( $terms as $order => $term ) {
+			if ( ( $settings['tag-id'] === $term->term_id || $settings['tag-name'] === $term->name ) && 'post_tag' === $term->taxonomy ) {
+				unset( $terms[ $order ] );
+			}
+		}
+
+		return $terms;
+	}
+
+	/**
+	 * Hide featured tag from display when terms associated with a post object
+	 * are queried from the front end.
+	 *
+	 * Hooks into the "get_the_terms" filter.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $terms    A list of term objects. This is the return value of get_the_terms().
+	 * @param int   $id       The ID field for the post object that terms are associated with.
+	 * @param array $taxonomy An array of taxonomy slugs.
+	 * @return array Filtered array of terms.
+	 *
+	 * @uses Featured_Content::get_setting()
+	 */
+	public static function hide_the_featured_term( $terms, $id, $taxonomy ) {
+
+		// This filter is only appropriate on the front end.
+		if ( is_admin() ) {
+			return $terms;
+		}
+
+		// Make sure we are in the correct taxonomy.
+		if ( 'post_tag' != $taxonomy ) {
+			return $terms;
+		}
+
+		// No terms? Return early!
+		if ( empty( $terms ) ) {
+			return $terms;
+		}
+
+		$settings = self::get_setting();
+		foreach ( $terms as $order => $term ) {
+			if ( ( $settings['tag-id'] === $term->term_id || $settings['tag-name'] === $term->name ) && 'post_tag' === $term->taxonomy ) {
+				unset( $terms[ $term->term_id ] );
+			}
+		}
+
+		return $terms;
+	}
+
+	/**
+	 * Register custom setting on the Settings -> Reading screen.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	public static function register_setting() {
+		register_setting( 'featured-content', 'featured-content', array( __CLASS__, 'validate_settings' ) );
+	}
+
+	/**
+	 * Add settings to the Customizer.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param WP_Customize_Manager $wp_customize Customizer object.
+	 */
+	public static function customize_register( $wp_customize ) {
+		$wp_customize->add_section(
+			'featured_content',
+			array(
+				'title'          => __( 'Featured Content', 'twentyfourteen' ),
+				'description'    => sprintf(
+					/* translators: 1: Featured tag editor URL, 2: Post editor URL. */
+					__( 'Use a <a href="%1$s">tag</a> to feature your posts. If no posts match the tag, <a href="%2$s">sticky posts</a> will be displayed instead.', 'twentyfourteen' ),
+					esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ),
+					admin_url( 'edit.php?show_sticky=1' )
+				),
+				'priority'       => 130,
+				'theme_supports' => 'featured-content',
+			)
+		);
+
+		// Add Featured Content settings.
+		$wp_customize->add_setting(
+			'featured-content[tag-name]',
+			array(
+				'default'              => _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ),
+				'type'                 => 'option',
+				'sanitize_js_callback' => array( __CLASS__, 'delete_transient' ),
+			)
+		);
+		$wp_customize->add_setting(
+			'featured-content[hide-tag]',
+			array(
+				'default'              => true,
+				'type'                 => 'option',
+				'sanitize_js_callback' => array( __CLASS__, 'delete_transient' ),
+			)
+		);
+
+		// Add Featured Content controls.
+		$wp_customize->add_control(
+			'featured-content[tag-name]',
+			array(
+				'label'    => __( 'Tag Name', 'twentyfourteen' ),
+				'section'  => 'featured_content',
+				'priority' => 20,
+			)
+		);
+		$wp_customize->add_control(
+			'featured-content[hide-tag]',
+			array(
+				'label'    => __( 'Don&rsquo;t display tag on front end.', 'twentyfourteen' ),
+				'section'  => 'featured_content',
+				'type'     => 'checkbox',
+				'priority' => 30,
+			)
+		);
+	}
+
+	/**
+	 * Enqueue the tag suggestion script.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	public static function enqueue_scripts() {
+		wp_enqueue_script( 'featured-content-suggest', get_template_directory_uri() . '/js/featured-content-admin.js', array( 'jquery', 'suggest' ), '20131205', true );
+	}
+
+	/**
+	 * Get featured content settings.
+	 *
+	 * Get all settings recognized by this module. This function
+	 * will return all settings whether or not they have been stored
+	 * in the database yet. This ensures that all keys are available
+	 * at all times.
+	 *
+	 * In the event that you only require one setting, you may pass
+	 * its name as the first parameter to the function and only that
+	 * value will be returned.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param string $key The key of a recognized setting.
+	 * @return mixed Array of all settings by default. A single value if passed as first parameter.
+	 */
+	public static function get_setting( $key = 'all' ) {
+		$saved = (array) get_option( 'featured-content' );
+
+		$defaults = array(
+			'hide-tag' => 1,
+			'tag-id'   => 0,
+			'tag-name' => _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ),
+		);
+
+		$options = wp_parse_args( $saved, $defaults );
+		$options = array_intersect_key( $options, $defaults );
+
+		if ( 'all' != $key ) {
+			return isset( $options[ $key ] ) ? $options[ $key ] : false;
+		}
+
+		return $options;
+	}
+
+	/**
+	 * Validate featured content settings.
+	 *
+	 * Make sure that all user supplied content is in an expected
+	 * format before saving to the database. This function will also
+	 * delete the transient set in Featured_Content::get_featured_content().
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $input Array of settings input.
+	 * @return array Validated settings output.
+	 */
+	public static function validate_settings( $input ) {
+		$output = array();
+
+		if ( empty( $input['tag-name'] ) ) {
+			$output['tag-id'] = 0;
+		} else {
+			$term = get_term_by( 'name', $input['tag-name'], 'post_tag' );
+
+			if ( $term ) {
+				$output['tag-id'] = $term->term_id;
+			} else {
+				$new_tag = wp_create_tag( $input['tag-name'] );
+
+				if ( ! is_wp_error( $new_tag ) && isset( $new_tag['term_id'] ) ) {
+					$output['tag-id'] = $new_tag['term_id'];
+				}
+			}
+
+			$output['tag-name'] = $input['tag-name'];
+		}
+
+		$output['hide-tag'] = isset( $input['hide-tag'] ) && $input['hide-tag'] ? 1 : 0;
+
+		// Delete the featured post ids transient.
+		self::delete_transient();
+
+		return $output;
+	}
+} // Featured_Content
+
+Featured_Content::setup();
diff --git a/wp-content/themes/twentyfourteen/inc/template-tags.php b/wp-content/themes/twentyfourteen/inc/template-tags.php
index f1e952943..15b0fe0eb 100644
--- a/wp-content/themes/twentyfourteen/inc/template-tags.php
+++ b/wp-content/themes/twentyfourteen/inc/template-tags.php
@@ -1,252 +1,253 @@
-<?php
-/**
- * Custom template tags for Twenty Fourteen
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-if ( ! function_exists( 'twentyfourteen_paging_nav' ) ) :
-	/**
-	 * Display navigation to next/previous set of posts when applicable.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @global WP_Query   $wp_query   WordPress Query object.
-	 * @global WP_Rewrite $wp_rewrite WordPress Rewrite object.
-	 */
-	function twentyfourteen_paging_nav() {
-		global $wp_query, $wp_rewrite;
-
-		// Don't print empty markup if there's only one page.
-		if ( $wp_query->max_num_pages < 2 ) {
-			return;
-		}
-
-		$paged        = get_query_var( 'paged' ) ? intval( get_query_var( 'paged' ) ) : 1;
-		$pagenum_link = html_entity_decode( get_pagenum_link() );
-		$query_args   = array();
-		$url_parts    = explode( '?', $pagenum_link );
-
-		if ( isset( $url_parts[1] ) ) {
-			wp_parse_str( $url_parts[1], $query_args );
-		}
-
-		$pagenum_link = remove_query_arg( array_keys( $query_args ), $pagenum_link );
-		$pagenum_link = trailingslashit( $pagenum_link ) . '%_%';
-
-		$format  = $wp_rewrite->using_index_permalinks() && ! strpos( $pagenum_link, 'index.php' ) ? 'index.php/' : '';
-		$format .= $wp_rewrite->using_permalinks() ? user_trailingslashit( $wp_rewrite->pagination_base . '/%#%', 'paged' ) : '?paged=%#%';
-
-		// Set up paginated links.
-		$links = paginate_links(
-			array(
-				'base'      => $pagenum_link,
-				'format'    => $format,
-				'total'     => $wp_query->max_num_pages,
-				'current'   => $paged,
-				'mid_size'  => 1,
-				'add_args'  => array_map( 'urlencode', $query_args ),
-				'prev_text' => __( '&larr; Previous', 'twentyfourteen' ),
-				'next_text' => __( 'Next &rarr;', 'twentyfourteen' ),
-			)
-		);
-
-		if ( $links ) :
-
-			?>
-		<nav class="navigation paging-navigation" role="navigation">
-		<h1 class="screen-reader-text"><?php _e( 'Posts navigation', 'twentyfourteen' ); ?></h1>
-		<div class="pagination loop-pagination">
-			<?php echo $links; ?>
-		</div><!-- .pagination -->
-	</nav><!-- .navigation -->
-			<?php
-	endif;
-	}
-endif;
-
-if ( ! function_exists( 'twentyfourteen_post_nav' ) ) :
-	/**
-	 * Display navigation to next/previous post when applicable.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_post_nav() {
-		// Don't print empty markup if there's nowhere to navigate.
-		$previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true );
-		$next     = get_adjacent_post( false, '', false );
-
-		if ( ! $next && ! $previous ) {
-			return;
-		}
-
-		?>
-		<nav class="navigation post-navigation" role="navigation">
-		<h1 class="screen-reader-text"><?php _e( 'Post navigation', 'twentyfourteen' ); ?></h1>
-		<div class="nav-links">
-			<?php
-			if ( is_attachment() ) :
-				previous_post_link( '%link', __( '<span class="meta-nav">Published In</span>%title', 'twentyfourteen' ) );
-				else :
-					previous_post_link( '%link', __( '<span class="meta-nav">Previous Post</span>%title', 'twentyfourteen' ) );
-					next_post_link( '%link', __( '<span class="meta-nav">Next Post</span>%title', 'twentyfourteen' ) );
-				endif;
-				?>
-			</div><!-- .nav-links -->
-		</nav><!-- .navigation -->
-		<?php
-	}
-endif;
-
-if ( ! function_exists( 'twentyfourteen_posted_on' ) ) :
-	/**
-	 * Print HTML with meta information for the current post-date/time and author.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 */
-	function twentyfourteen_posted_on() {
-		if ( is_sticky() && is_home() && ! is_paged() ) {
-			echo '<span class="featured-post">' . __( 'Sticky', 'twentyfourteen' ) . '</span>';
-		}
-
-		// Set up and print post meta information.
-		printf(
-			'<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>',
-			esc_url( get_permalink() ),
-			esc_attr( get_the_date( 'c' ) ),
-			esc_html( get_the_date() ),
-			esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
-			get_the_author()
-		);
-	}
-endif;
-
-/**
- * Find out if blog has more than one category.
- *
- * @since Twenty Fourteen 1.0
- *
- * @return boolean true if blog has more than 1 category
- */
-function twentyfourteen_categorized_blog() {
-	if ( false === ( $all_the_cool_cats = get_transient( 'twentyfourteen_category_count' ) ) ) {
-		// Create an array of all the categories that are attached to posts
-		$all_the_cool_cats = get_categories(
-			array(
-				'hide_empty' => 1,
-			)
-		);
-
-		// Count the number of categories that are attached to the posts
-		$all_the_cool_cats = count( $all_the_cool_cats );
-
-		set_transient( 'twentyfourteen_category_count', $all_the_cool_cats );
-	}
-
-	if ( $all_the_cool_cats > 1 || is_preview() ) {
-		// This blog has more than 1 category so twentyfourteen_categorized_blog should return true
-		return true;
-	} else {
-		// This blog has only 1 category so twentyfourteen_categorized_blog should return false
-		return false;
-	}
-}
-
-/**
- * Flush out the transients used in twentyfourteen_categorized_blog.
- *
- * @since Twenty Fourteen 1.0
- */
-function twentyfourteen_category_transient_flusher() {
-	// Like, beat it. Dig?
-	delete_transient( 'twentyfourteen_category_count' );
-}
-add_action( 'edit_category', 'twentyfourteen_category_transient_flusher' );
-add_action( 'save_post', 'twentyfourteen_category_transient_flusher' );
-
-if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) :
-	/**
-	 * Display an optional post thumbnail.
-	 *
-	 * Wraps the post thumbnail in an anchor element on index
-	 * views, or a div element when on single views.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 * @since Twenty Fourteen 1.4 Was made 'pluggable', or overridable.
-	 */
-	function twentyfourteen_post_thumbnail() {
-		if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {
-			return;
-		}
-
-		if ( is_singular() ) :
-			?>
-
-		<div class="post-thumbnail">
-			<?php
-			if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {
-				the_post_thumbnail( 'twentyfourteen-full-width' );
-			} else {
-				the_post_thumbnail();
-			}
-			?>
-		</div>
-
-		<?php else : ?>
-
-	<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
-			<?php
-			if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {
-				the_post_thumbnail( 'twentyfourteen-full-width' );
-			} else {
-				the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
-			}
-			?>
-	</a>
-
-			<?php
-	endif; // End is_singular()
-	}
-endif;
-
-if ( ! function_exists( 'twentyfourteen_excerpt_more' ) && ! is_admin() ) :
-	/**
-	 * Replaces "[...]" (appended to automatically generated excerpts) with ...
-	 * and a Continue reading link.
-	 *
-	 * @since Twenty Fourteen 1.3
-	 *
-	 * @param string $more Default Read More excerpt link.
-	 * @return string Filtered Read More excerpt link.
-	 */
-	function twentyfourteen_excerpt_more( $more ) {
-		$link = sprintf(
-			'<a href="%1$s" class="more-link">%2$s</a>',
-			esc_url( get_permalink( get_the_ID() ) ),
-			/* translators: %s: Name of current post */
-			sprintf( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ), '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>' )
-		);
-		return ' &hellip; ' . $link;
-	}
-	add_filter( 'excerpt_more', 'twentyfourteen_excerpt_more' );
-endif;
-
-if ( ! function_exists( 'wp_body_open' ) ) :
-	/**
-	 * Fire the wp_body_open action.
-	 *
-	 * Added for backwards compatibility to support pre 5.2.0 WordPress versions.
-	 *
-	 * @since Twenty Fourteen 2.7
-	 */
-	function wp_body_open() {
-		/**
-		 * Triggered after the opening <body> tag.
-		 *
-		 * @since Twenty Fourteen 2.7
-		 */
-		do_action( 'wp_body_open' );
-	}
-endif;
+<?php
+/**
+ * Custom template tags for Twenty Fourteen
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+if ( ! function_exists( 'twentyfourteen_paging_nav' ) ) :
+	/**
+	 * Display navigation to next/previous set of posts when applicable.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @global WP_Query   $wp_query   WordPress Query object.
+	 * @global WP_Rewrite $wp_rewrite WordPress Rewrite object.
+	 */
+	function twentyfourteen_paging_nav() {
+		global $wp_query, $wp_rewrite;
+
+		// Don't print empty markup if there's only one page.
+		if ( $wp_query->max_num_pages < 2 ) {
+			return;
+		}
+
+		$paged        = get_query_var( 'paged' ) ? intval( get_query_var( 'paged' ) ) : 1;
+		$pagenum_link = html_entity_decode( get_pagenum_link() );
+		$query_args   = array();
+		$url_parts    = explode( '?', $pagenum_link );
+
+		if ( isset( $url_parts[1] ) ) {
+			wp_parse_str( $url_parts[1], $query_args );
+		}
+
+		$pagenum_link = remove_query_arg( array_keys( $query_args ), $pagenum_link );
+		$pagenum_link = trailingslashit( $pagenum_link ) . '%_%';
+
+		$format  = $wp_rewrite->using_index_permalinks() && ! strpos( $pagenum_link, 'index.php' ) ? 'index.php/' : '';
+		$format .= $wp_rewrite->using_permalinks() ? user_trailingslashit( $wp_rewrite->pagination_base . '/%#%', 'paged' ) : '?paged=%#%';
+
+		// Set up paginated links.
+		$links = paginate_links(
+			array(
+				'base'      => $pagenum_link,
+				'format'    => $format,
+				'total'     => $wp_query->max_num_pages,
+				'current'   => $paged,
+				'mid_size'  => 1,
+				'add_args'  => array_map( 'urlencode', $query_args ),
+				'prev_text' => __( '&larr; Previous', 'twentyfourteen' ),
+				'next_text' => __( 'Next &rarr;', 'twentyfourteen' ),
+			)
+		);
+
+		if ( $links ) :
+
+			?>
+		<nav class="navigation paging-navigation" role="navigation">
+		<h1 class="screen-reader-text"><?php _e( 'Posts navigation', 'twentyfourteen' ); ?></h1>
+		<div class="pagination loop-pagination">
+			<?php echo $links; ?>
+		</div><!-- .pagination -->
+	</nav><!-- .navigation -->
+			<?php
+	endif;
+	}
+endif;
+
+if ( ! function_exists( 'twentyfourteen_post_nav' ) ) :
+	/**
+	 * Display navigation to next/previous post when applicable.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_post_nav() {
+		// Don't print empty markup if there's nowhere to navigate.
+		$previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true );
+		$next     = get_adjacent_post( false, '', false );
+
+		if ( ! $next && ! $previous ) {
+			return;
+		}
+
+		?>
+		<nav class="navigation post-navigation" role="navigation">
+		<h1 class="screen-reader-text"><?php _e( 'Post navigation', 'twentyfourteen' ); ?></h1>
+		<div class="nav-links">
+			<?php
+			if ( is_attachment() ) :
+				previous_post_link( '%link', __( '<span class="meta-nav">Published In</span>%title', 'twentyfourteen' ) );
+				else :
+					previous_post_link( '%link', __( '<span class="meta-nav">Previous Post</span>%title', 'twentyfourteen' ) );
+					next_post_link( '%link', __( '<span class="meta-nav">Next Post</span>%title', 'twentyfourteen' ) );
+				endif;
+				?>
+			</div><!-- .nav-links -->
+		</nav><!-- .navigation -->
+		<?php
+	}
+endif;
+
+if ( ! function_exists( 'twentyfourteen_posted_on' ) ) :
+	/**
+	 * Print HTML with meta information for the current post-date/time and author.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 */
+	function twentyfourteen_posted_on() {
+		if ( is_sticky() && is_home() && ! is_paged() ) {
+			echo '<span class="featured-post">' . __( 'Sticky', 'twentyfourteen' ) . '</span>';
+		}
+
+		// Set up and print post meta information.
+		printf(
+			'<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>',
+			esc_url( get_permalink() ),
+			esc_attr( get_the_date( 'c' ) ),
+			esc_html( get_the_date() ),
+			esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
+			get_the_author()
+		);
+	}
+endif;
+
+/**
+ * Find out if blog has more than one category.
+ *
+ * @since Twenty Fourteen 1.0
+ *
+ * @return boolean true if blog has more than 1 category
+ */
+function twentyfourteen_categorized_blog() {
+	$all_the_cool_cats = get_transient( 'twentyfourteen_category_count' );
+	if ( false === $all_the_cool_cats ) {
+		// Create an array of all the categories that are attached to posts.
+		$all_the_cool_cats = get_categories(
+			array(
+				'hide_empty' => 1,
+			)
+		);
+
+		// Count the number of categories that are attached to the posts.
+		$all_the_cool_cats = count( $all_the_cool_cats );
+
+		set_transient( 'twentyfourteen_category_count', $all_the_cool_cats );
+	}
+
+	if ( $all_the_cool_cats > 1 || is_preview() ) {
+		// This blog has more than 1 category so twentyfourteen_categorized_blog() should return true.
+		return true;
+	} else {
+		// This blog has only 1 category so twentyfourteen_categorized_blog() should return false.
+		return false;
+	}
+}
+
+/**
+ * Flush out the transients used in twentyfourteen_categorized_blog.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+function twentyfourteen_category_transient_flusher() {
+	// Like, beat it. Dig?
+	delete_transient( 'twentyfourteen_category_count' );
+}
+add_action( 'edit_category', 'twentyfourteen_category_transient_flusher' );
+add_action( 'save_post', 'twentyfourteen_category_transient_flusher' );
+
+if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) :
+	/**
+	 * Display an optional post thumbnail.
+	 *
+	 * Wraps the post thumbnail in an anchor element on index
+	 * views, or a div element when on single views.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 * @since Twenty Fourteen 1.4 Was made 'pluggable', or overridable.
+	 */
+	function twentyfourteen_post_thumbnail() {
+		if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {
+			return;
+		}
+
+		if ( is_singular() ) :
+			?>
+
+		<div class="post-thumbnail">
+			<?php
+			if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {
+				the_post_thumbnail( 'twentyfourteen-full-width' );
+			} else {
+				the_post_thumbnail();
+			}
+			?>
+		</div>
+
+		<?php else : ?>
+
+	<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
+			<?php
+			if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {
+				the_post_thumbnail( 'twentyfourteen-full-width' );
+			} else {
+				the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
+			}
+			?>
+	</a>
+
+			<?php
+	endif; // End is_singular().
+	}
+endif;
+
+if ( ! function_exists( 'twentyfourteen_excerpt_more' ) && ! is_admin() ) :
+	/**
+	 * Replaces "[...]" (appended to automatically generated excerpts) with ...
+	 * and a Continue reading link.
+	 *
+	 * @since Twenty Fourteen 1.3
+	 *
+	 * @param string $more Default Read More excerpt link.
+	 * @return string Filtered Read More excerpt link.
+	 */
+	function twentyfourteen_excerpt_more( $more ) {
+		$link = sprintf(
+			'<a href="%1$s" class="more-link">%2$s</a>',
+			esc_url( get_permalink( get_the_ID() ) ),
+			/* translators: %s: Post title. */
+			sprintf( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ), '<span class="screen-reader-text">' . get_the_title( get_the_ID() ) . '</span>' )
+		);
+		return ' &hellip; ' . $link;
+	}
+	add_filter( 'excerpt_more', 'twentyfourteen_excerpt_more' );
+endif;
+
+if ( ! function_exists( 'wp_body_open' ) ) :
+	/**
+	 * Fire the wp_body_open action.
+	 *
+	 * Added for backward compatibility to support pre-5.2.0 WordPress versions.
+	 *
+	 * @since Twenty Fourteen 2.7
+	 */
+	function wp_body_open() {
+		/**
+		 * Triggered after the opening <body> tag.
+		 *
+		 * @since Twenty Fourteen 2.7
+		 */
+		do_action( 'wp_body_open' );
+	}
+endif;
diff --git a/wp-content/themes/twentyfourteen/inc/widgets.php b/wp-content/themes/twentyfourteen/inc/widgets.php
index 0b99fe2ad..a6ea5317a 100644
--- a/wp-content/themes/twentyfourteen/inc/widgets.php
+++ b/wp-content/themes/twentyfourteen/inc/widgets.php
@@ -1,300 +1,301 @@
-<?php
-/**
- * Custom Widget for displaying specific post formats
- *
- * Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats.
- *
- * @link https://codex.wordpress.org/Widgets_API#Developing_Widgets
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {
-
-	/**
-	 * The supported post formats.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @var array
-	 */
-	private $formats = array( 'aside', 'image', 'video', 'audio', 'quote', 'link', 'gallery' );
-
-	/**
-	 * Constructor.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @return Twenty_Fourteen_Ephemera_Widget
-	 */
-	public function __construct() {
-		parent::__construct(
-			'widget_twentyfourteen_ephemera',
-			__( 'Twenty Fourteen Ephemera', 'twentyfourteen' ),
-			array(
-				'classname'                   => 'widget_twentyfourteen_ephemera',
-				'description'                 => __( 'Use this widget to list your recent Aside, Quote, Video, Audio, Image, Gallery, and Link posts.', 'twentyfourteen' ),
-				'customize_selective_refresh' => true,
-			)
-		);
-
-		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() ) {
-			add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
-		}
-	}
-
-	/**
-	 * Enqueue scripts.
-	 *
-	 * @since Twenty Fourteen 1.7
-	 */
-	public function enqueue_scripts() {
-		/** This filter is documented in wp-includes/media.php */
-		$audio_library = apply_filters( 'wp_audio_shortcode_library', 'mediaelement' );
-		/** This filter is documented in wp-includes/media.php */
-		$video_library = apply_filters( 'wp_video_shortcode_library', 'mediaelement' );
-		if ( in_array( 'mediaelement', array( $video_library, $audio_library ), true ) ) {
-			wp_enqueue_style( 'wp-mediaelement' );
-			wp_enqueue_script( 'mediaelement-vimeo' );
-			wp_enqueue_script( 'wp-mediaelement' );
-		}
-	}
-
-	/**
-	 * Output the HTML for this widget.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $args     An array of standard parameters for widgets in this theme.
-	 * @param array $instance An array of settings for this widget instance.
-	 */
-	public function widget( $args, $instance ) {
-		$format = isset( $instance['format'] ) && in_array( $instance['format'], $this->formats ) ? $instance['format'] : 'aside';
-
-		switch ( $format ) {
-			case 'image':
-				$format_string      = __( 'Images', 'twentyfourteen' );
-				$format_string_more = __( 'More images', 'twentyfourteen' );
-				break;
-			case 'video':
-				$format_string      = __( 'Videos', 'twentyfourteen' );
-				$format_string_more = __( 'More videos', 'twentyfourteen' );
-				break;
-			case 'audio':
-				$format_string      = __( 'Audio', 'twentyfourteen' );
-				$format_string_more = __( 'More audio', 'twentyfourteen' );
-				break;
-			case 'quote':
-				$format_string      = __( 'Quotes', 'twentyfourteen' );
-				$format_string_more = __( 'More quotes', 'twentyfourteen' );
-				break;
-			case 'link':
-				$format_string      = __( 'Links', 'twentyfourteen' );
-				$format_string_more = __( 'More links', 'twentyfourteen' );
-				break;
-			case 'gallery':
-				$format_string      = __( 'Galleries', 'twentyfourteen' );
-				$format_string_more = __( 'More galleries', 'twentyfourteen' );
-				break;
-			case 'aside':
-			default:
-				$format_string      = __( 'Asides', 'twentyfourteen' );
-				$format_string_more = __( 'More asides', 'twentyfourteen' );
-				break;
-		}
-
-		$number = empty( $instance['number'] ) ? 2 : absint( $instance['number'] );
-		$title  = apply_filters( 'widget_title', empty( $instance['title'] ) ? $format_string : $instance['title'], $instance, $this->id_base );
-
-		$ephemera = new WP_Query(
-			array(
-				'order'          => 'DESC',
-				'posts_per_page' => $number,
-				'no_found_rows'  => true,
-				'post_status'    => 'publish',
-				'post__not_in'   => get_option( 'sticky_posts' ),
-				'tax_query'      => array(
-					array(
-						'taxonomy' => 'post_format',
-						'terms'    => array( "post-format-$format" ),
-						'field'    => 'slug',
-						'operator' => 'IN',
-					),
-				),
-			)
-		);
-
-		if ( $ephemera->have_posts() ) :
-			$tmp_content_width        = $GLOBALS['content_width'];
-			$GLOBALS['content_width'] = 306;
-
-			echo $args['before_widget'];
-			?>
-			<h1 class="widget-title <?php echo esc_attr( $format ); ?>">
-				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( $format ) ); ?>"><?php echo esc_html( $title ); ?></a>
-			</h1>
-			<ol>
-
-				<?php
-				while ( $ephemera->have_posts() ) :
-					$ephemera->the_post();
-					$tmp_more        = $GLOBALS['more'];
-					$GLOBALS['more'] = 0;
-					?>
-				<li>
-				<article <?php post_class(); ?>>
-				<div class="entry-content">
-					<?php
-					if ( has_post_format( 'gallery' ) ) :
-
-						if ( post_password_required() ) :
-							the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
-							else :
-								$images = array();
-
-								$galleries = get_post_galleries( get_the_ID(), false );
-								if ( isset( $galleries[0]['ids'] ) ) {
-									$images = explode( ',', $galleries[0]['ids'] );
-								}
-
-								if ( ! $images ) :
-									$images = get_posts(
-										array(
-											'fields'      => 'ids',
-											'numberposts' => -1,
-											'order'       => 'ASC',
-											'orderby'     => 'menu_order',
-											'post_mime_type' => 'image',
-											'post_parent' => get_the_ID(),
-											'post_type'   => 'attachment',
-										)
-									);
-								endif;
-
-								$total_images = count( $images );
-
-								if ( has_post_thumbnail() ) :
-									$post_thumbnail = get_the_post_thumbnail();
-									elseif ( $total_images > 0 ) :
-										$image          = reset( $images );
-										$post_thumbnail = wp_get_attachment_image( $image, 'post-thumbnail' );
-									endif;
-
-									if ( ! empty( $post_thumbnail ) ) :
-										?>
-						<a href="<?php the_permalink(); ?>"><?php echo $post_thumbnail; ?></a>
-						<?php endif; ?>
-						<p class="wp-caption-text">
-								<?php
-								printf(
-									_n( 'This gallery contains <a href="%1$s" rel="bookmark">%2$s photo</a>.', 'This gallery contains <a href="%1$s" rel="bookmark">%2$s photos</a>.', $total_images, 'twentyfourteen' ),
-									esc_url( get_permalink() ),
-									number_format_i18n( $total_images )
-								);
-								?>
-						</p>
-								<?php
-						endif;
-
-							else :
-								the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
-							endif;
-							?>
-					</div><!-- .entry-content -->
-
-					<header class="entry-header">
-						<div class="entry-meta">
-						<?php
-						if ( ! has_post_format( 'link' ) ) :
-							the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
-							endif;
-
-							printf(
-								'<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>',
-								esc_url( get_permalink() ),
-								esc_attr( get_the_date( 'c' ) ),
-								esc_html( get_the_date() ),
-								esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
-								get_the_author()
-							);
-
-						if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) :
-							?>
-							<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
-							<?php endif; ?>
-						</div><!-- .entry-meta -->
-					</header><!-- .entry-header -->
-				</article><!-- #post-<?php the_ID(); ?> -->
-				</li>
-				<?php endwhile; ?>
-
-			</ol>
-			<a class="post-format-archive-link" href="<?php echo esc_url( get_post_format_link( $format ) ); ?>">
-				<?php
-					/* translators: used with More archives link */
-					printf( __( '%s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ), $format_string_more );
-				?>
-			</a>
-			<?php
-
-			echo $args['after_widget'];
-
-			// Reset the post globals as this query will have stomped on it.
-			wp_reset_postdata();
-
-			$GLOBALS['more']          = $tmp_more;
-			$GLOBALS['content_width'] = $tmp_content_width;
-
-		endif; // End check for ephemeral posts.
-	}
-
-	/**
-	 * Deal with the settings when they are saved by the admin.
-	 *
-	 * Here is where any validation should happen.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $new_instance New widget instance.
-	 * @param array $instance     Original widget instance.
-	 * @return array Updated widget instance.
-	 */
-	function update( $new_instance, $instance ) {
-		$instance['title']  = strip_tags( $new_instance['title'] );
-		$instance['number'] = empty( $new_instance['number'] ) ? 2 : absint( $new_instance['number'] );
-		if ( in_array( $new_instance['format'], $this->formats ) ) {
-			$instance['format'] = $new_instance['format'];
-		}
-
-		return $instance;
-	}
-
-	/**
-	 * Display the form for this widget on the Widgets page of the Admin area.
-	 *
-	 * @since Twenty Fourteen 1.0
-	 *
-	 * @param array $instance
-	 */
-	function form( $instance ) {
-		$title  = empty( $instance['title'] ) ? '' : esc_attr( $instance['title'] );
-		$number = empty( $instance['number'] ) ? 2 : absint( $instance['number'] );
-		$format = isset( $instance['format'] ) && in_array( $instance['format'], $this->formats ) ? $instance['format'] : 'aside';
-		?>
-			<p><label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:', 'twentyfourteen' ); ?></label>
-			<input id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" class="widefat" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>"></p>
-
-			<p><label for="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>"><?php _e( 'Number of posts to show:', 'twentyfourteen' ); ?></label>
-			<input id="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'number' ) ); ?>" type="text" value="<?php echo esc_attr( $number ); ?>" size="3"></p>
-
-			<p><label for="<?php echo esc_attr( $this->get_field_id( 'format' ) ); ?>"><?php _e( 'Post format to show:', 'twentyfourteen' ); ?></label>
-			<select id="<?php echo esc_attr( $this->get_field_id( 'format' ) ); ?>" class="widefat" name="<?php echo esc_attr( $this->get_field_name( 'format' ) ); ?>">
-				<?php foreach ( $this->formats as $slug ) : ?>
-				<option value="<?php echo esc_attr( $slug ); ?>"<?php selected( $format, $slug ); ?>><?php echo esc_html( get_post_format_string( $slug ) ); ?></option>
-				<?php endforeach; ?>
-			</select>
-		<?php
-	}
-}
+<?php
+/**
+ * Custom Widget for displaying specific post formats
+ *
+ * Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats.
+ *
+ * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {
+
+	/**
+	 * The supported post formats.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @var array
+	 */
+	private $formats = array( 'aside', 'image', 'video', 'audio', 'quote', 'link', 'gallery' );
+
+	/**
+	 * Constructor.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @return Twenty_Fourteen_Ephemera_Widget
+	 */
+	public function __construct() {
+		parent::__construct(
+			'widget_twentyfourteen_ephemera',
+			__( 'Twenty Fourteen Ephemera', 'twentyfourteen' ),
+			array(
+				'classname'                   => 'widget_twentyfourteen_ephemera',
+				'description'                 => __( 'Use this widget to list your recent Aside, Quote, Video, Audio, Image, Gallery, and Link posts.', 'twentyfourteen' ),
+				'customize_selective_refresh' => true,
+			)
+		);
+
+		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() ) {
+			add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
+		}
+	}
+
+	/**
+	 * Enqueue scripts.
+	 *
+	 * @since Twenty Fourteen 1.7
+	 */
+	public function enqueue_scripts() {
+		/** This filter is documented in wp-includes/media.php */
+		$audio_library = apply_filters( 'wp_audio_shortcode_library', 'mediaelement' );
+		/** This filter is documented in wp-includes/media.php */
+		$video_library = apply_filters( 'wp_video_shortcode_library', 'mediaelement' );
+		if ( in_array( 'mediaelement', array( $video_library, $audio_library ), true ) ) {
+			wp_enqueue_style( 'wp-mediaelement' );
+			wp_enqueue_script( 'mediaelement-vimeo' );
+			wp_enqueue_script( 'wp-mediaelement' );
+		}
+	}
+
+	/**
+	 * Output the HTML for this widget.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $args     An array of standard parameters for widgets in this theme.
+	 * @param array $instance An array of settings for this widget instance.
+	 */
+	public function widget( $args, $instance ) {
+		$format = isset( $instance['format'] ) && in_array( $instance['format'], $this->formats ) ? $instance['format'] : 'aside';
+
+		switch ( $format ) {
+			case 'image':
+				$format_string      = __( 'Images', 'twentyfourteen' );
+				$format_string_more = __( 'More images', 'twentyfourteen' );
+				break;
+			case 'video':
+				$format_string      = __( 'Videos', 'twentyfourteen' );
+				$format_string_more = __( 'More videos', 'twentyfourteen' );
+				break;
+			case 'audio':
+				$format_string      = __( 'Audio', 'twentyfourteen' );
+				$format_string_more = __( 'More audio', 'twentyfourteen' );
+				break;
+			case 'quote':
+				$format_string      = __( 'Quotes', 'twentyfourteen' );
+				$format_string_more = __( 'More quotes', 'twentyfourteen' );
+				break;
+			case 'link':
+				$format_string      = __( 'Links', 'twentyfourteen' );
+				$format_string_more = __( 'More links', 'twentyfourteen' );
+				break;
+			case 'gallery':
+				$format_string      = __( 'Galleries', 'twentyfourteen' );
+				$format_string_more = __( 'More galleries', 'twentyfourteen' );
+				break;
+			case 'aside':
+			default:
+				$format_string      = __( 'Asides', 'twentyfourteen' );
+				$format_string_more = __( 'More asides', 'twentyfourteen' );
+				break;
+		}
+
+		$number = empty( $instance['number'] ) ? 2 : absint( $instance['number'] );
+		$title  = apply_filters( 'widget_title', empty( $instance['title'] ) ? $format_string : $instance['title'], $instance, $this->id_base );
+
+		$ephemera = new WP_Query(
+			array(
+				'order'          => 'DESC',
+				'posts_per_page' => $number,
+				'no_found_rows'  => true,
+				'post_status'    => 'publish',
+				'post__not_in'   => get_option( 'sticky_posts' ),
+				'tax_query'      => array(
+					array(
+						'taxonomy' => 'post_format',
+						'terms'    => array( "post-format-$format" ),
+						'field'    => 'slug',
+						'operator' => 'IN',
+					),
+				),
+			)
+		);
+
+		if ( $ephemera->have_posts() ) :
+			$tmp_content_width        = $GLOBALS['content_width'];
+			$GLOBALS['content_width'] = 306;
+
+			echo $args['before_widget'];
+			?>
+			<h1 class="widget-title <?php echo esc_attr( $format ); ?>">
+				<a class="entry-format" href="<?php echo esc_url( get_post_format_link( $format ) ); ?>"><?php echo esc_html( $title ); ?></a>
+			</h1>
+			<ol>
+
+				<?php
+				while ( $ephemera->have_posts() ) :
+					$ephemera->the_post();
+					$tmp_more        = $GLOBALS['more'];
+					$GLOBALS['more'] = 0;
+					?>
+				<li>
+				<article <?php post_class(); ?>>
+				<div class="entry-content">
+					<?php
+					if ( has_post_format( 'gallery' ) ) :
+
+						if ( post_password_required() ) :
+							the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+							else :
+								$images = array();
+
+								$galleries = get_post_galleries( get_the_ID(), false );
+								if ( isset( $galleries[0]['ids'] ) ) {
+									$images = explode( ',', $galleries[0]['ids'] );
+								}
+
+								if ( ! $images ) :
+									$images = get_posts(
+										array(
+											'fields'      => 'ids',
+											'numberposts' => -1,
+											'order'       => 'ASC',
+											'orderby'     => 'menu_order',
+											'post_mime_type' => 'image',
+											'post_parent' => get_the_ID(),
+											'post_type'   => 'attachment',
+										)
+									);
+								endif;
+
+								$total_images = count( $images );
+
+								if ( has_post_thumbnail() ) :
+									$post_thumbnail = get_the_post_thumbnail();
+									elseif ( $total_images > 0 ) :
+										$image          = reset( $images );
+										$post_thumbnail = wp_get_attachment_image( $image, 'post-thumbnail' );
+									endif;
+
+									if ( ! empty( $post_thumbnail ) ) :
+										?>
+						<a href="<?php the_permalink(); ?>"><?php echo $post_thumbnail; ?></a>
+						<?php endif; ?>
+						<p class="wp-caption-text">
+								<?php
+								printf(
+									/* translators: 1: Post permalink, 2: Number of images in the gallery. */
+									_n( 'This gallery contains <a href="%1$s" rel="bookmark">%2$s photo</a>.', 'This gallery contains <a href="%1$s" rel="bookmark">%2$s photos</a>.', $total_images, 'twentyfourteen' ),
+									esc_url( get_permalink() ),
+									number_format_i18n( $total_images )
+								);
+								?>
+						</p>
+								<?php
+						endif;
+
+							else :
+								the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
+							endif;
+							?>
+					</div><!-- .entry-content -->
+
+					<header class="entry-header">
+						<div class="entry-meta">
+						<?php
+						if ( ! has_post_format( 'link' ) ) :
+							the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
+							endif;
+
+							printf(
+								'<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>',
+								esc_url( get_permalink() ),
+								esc_attr( get_the_date( 'c' ) ),
+								esc_html( get_the_date() ),
+								esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
+								get_the_author()
+							);
+
+						if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) :
+							?>
+							<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span>
+							<?php endif; ?>
+						</div><!-- .entry-meta -->
+					</header><!-- .entry-header -->
+				</article><!-- #post-<?php the_ID(); ?> -->
+				</li>
+				<?php endwhile; ?>
+
+			</ol>
+			<a class="post-format-archive-link" href="<?php echo esc_url( get_post_format_link( $format ) ); ?>">
+				<?php
+					/* translators: Used with More archives link. */
+					printf( __( '%s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ), $format_string_more );
+				?>
+			</a>
+			<?php
+
+			echo $args['after_widget'];
+
+			// Reset the post globals as this query will have stomped on it.
+			wp_reset_postdata();
+
+			$GLOBALS['more']          = $tmp_more;
+			$GLOBALS['content_width'] = $tmp_content_width;
+
+		endif; // End check for ephemeral posts.
+	}
+
+	/**
+	 * Deal with the settings when they are saved by the admin.
+	 *
+	 * Here is where any validation should happen.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $new_instance New widget instance.
+	 * @param array $instance     Original widget instance.
+	 * @return array Updated widget instance.
+	 */
+	function update( $new_instance, $instance ) {
+		$instance['title']  = strip_tags( $new_instance['title'] );
+		$instance['number'] = empty( $new_instance['number'] ) ? 2 : absint( $new_instance['number'] );
+		if ( in_array( $new_instance['format'], $this->formats ) ) {
+			$instance['format'] = $new_instance['format'];
+		}
+
+		return $instance;
+	}
+
+	/**
+	 * Display the form for this widget on the Widgets page of the Admin area.
+	 *
+	 * @since Twenty Fourteen 1.0
+	 *
+	 * @param array $instance
+	 */
+	function form( $instance ) {
+		$title  = empty( $instance['title'] ) ? '' : esc_attr( $instance['title'] );
+		$number = empty( $instance['number'] ) ? 2 : absint( $instance['number'] );
+		$format = isset( $instance['format'] ) && in_array( $instance['format'], $this->formats ) ? $instance['format'] : 'aside';
+		?>
+			<p><label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php _e( 'Title:', 'twentyfourteen' ); ?></label>
+			<input id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" class="widefat" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>"></p>
+
+			<p><label for="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>"><?php _e( 'Number of posts to show:', 'twentyfourteen' ); ?></label>
+			<input id="<?php echo esc_attr( $this->get_field_id( 'number' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'number' ) ); ?>" type="text" value="<?php echo esc_attr( $number ); ?>" size="3"></p>
+
+			<p><label for="<?php echo esc_attr( $this->get_field_id( 'format' ) ); ?>"><?php _e( 'Post format to show:', 'twentyfourteen' ); ?></label>
+			<select id="<?php echo esc_attr( $this->get_field_id( 'format' ) ); ?>" class="widefat" name="<?php echo esc_attr( $this->get_field_name( 'format' ) ); ?>">
+				<?php foreach ( $this->formats as $slug ) : ?>
+				<option value="<?php echo esc_attr( $slug ); ?>"<?php selected( $format, $slug ); ?>><?php echo esc_html( get_post_format_string( $slug ) ); ?></option>
+				<?php endforeach; ?>
+			</select>
+		<?php
+	}
+}
diff --git a/wp-content/themes/twentyfourteen/index.php b/wp-content/themes/twentyfourteen/index.php
index 7f6d04a0a..9b28b518d 100644
--- a/wp-content/themes/twentyfourteen/index.php
+++ b/wp-content/themes/twentyfourteen/index.php
@@ -1,62 +1,62 @@
-<?php
-/**
- * The main template file
- *
- * This is the most generic template file in a WordPress theme and one
- * of the two required files for a theme (the other being style.css).
- * It is used to display a page when nothing more specific matches a query,
- * e.g., it puts together the home page when no home.php file exists.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-<div id="main-content" class="main-content">
-
-<?php
-if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
-	// Include the featured content template.
-	get_template_part( 'featured-content' );
-}
-?>
-
-	<div id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-		<?php
-		if ( have_posts() ) :
-			// Start the Loop.
-			while ( have_posts() ) :
-				the_post();
-
-				/*
-				 * Include the post format-specific template for the content. If you want to
-				 * use this in a child theme, then include a file called content-___.php
-				 * (where ___ is the post format) and that will be used instead.
-				 */
-				get_template_part( 'content', get_post_format() );
-
-				endwhile;
-			// Previous/next post navigation.
-			twentyfourteen_paging_nav();
-
-			else :
-				// If no content, include the "No posts found" template.
-				get_template_part( 'content', 'none' );
-
-			endif;
-			?>
-
-		</div><!-- #content -->
-	</div><!-- #primary -->
-	<?php get_sidebar( 'content' ); ?>
-</div><!-- #main-content -->
-
-<?php
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The main template file
+ *
+ * This is the most generic template file in a WordPress theme and one
+ * of the two required files for a theme (the other being style.css).
+ * It is used to display a page when nothing more specific matches a query,
+ * e.g., it puts together the home page when no home.php file exists.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+<div id="main-content" class="main-content">
+
+<?php
+if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
+	// Include the featured content template.
+	get_template_part( 'featured-content' );
+}
+?>
+
+	<div id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+		<?php
+		if ( have_posts() ) :
+			// Start the Loop.
+			while ( have_posts() ) :
+				the_post();
+
+				/*
+				 * Include the post format-specific template for the content. If you want
+				 * to use this in a child theme, then include a file called content-___.php
+				 * (where ___ is the post format) and that will be used instead.
+				 */
+				get_template_part( 'content', get_post_format() );
+
+				endwhile;
+			// Previous/next post navigation.
+			twentyfourteen_paging_nav();
+
+			else :
+				// If no content, include the "No posts found" template.
+				get_template_part( 'content', 'none' );
+
+			endif;
+			?>
+
+		</div><!-- #content -->
+	</div><!-- #primary -->
+	<?php get_sidebar( 'content' ); ?>
+</div><!-- #main-content -->
+
+<?php
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/js/customizer.js b/wp-content/themes/twentyfourteen/js/customizer.js
index 10f3340e4..ac4842486 100644
--- a/wp-content/themes/twentyfourteen/js/customizer.js
+++ b/wp-content/themes/twentyfourteen/js/customizer.js
@@ -1,38 +1,38 @@
-/**
- * Twenty Fourteen Customizer enhancements for a better user experience.
- *
- * Contains handlers to make Customizer preview reload changes asynchronously.
- */
-( function( $ ) {
-	// Site title and description.
-	wp.customize( 'blogname', function( value ) {
-		value.bind( function( to ) {
-			$( '.site-title a' ).text( to );
-		} );
-	} );
-	wp.customize( 'blogdescription', function( value ) {
-		value.bind( function( to ) {
-			$( '.site-description' ).text( to );
-		} );
-	} );
-	// Header text color.
-	wp.customize( 'header_textcolor', function( value ) {
-		value.bind( function( to ) {
-			if ( 'blank' === to ) {
-				$( '.site-title, .site-description' ).css( {
-					'clip': 'rect(1px, 1px, 1px, 1px)',
-					'position': 'absolute'
-				} );
-			} else {
-				$( '.site-title,  .site-description' ).css( {
-					'clip': 'auto',
-					'position': 'static'
-				} );
-
-				$( '.site-title a' ).css( {
-					'color': to
-				} );
-			}
-		} );
-	} );
+/**
+ * Twenty Fourteen Customizer enhancements for a better user experience.
+ *
+ * Contains handlers to make Customizer preview reload changes asynchronously.
+ */
+( function( $ ) {
+	// Site title and description.
+	wp.customize( 'blogname', function( value ) {
+		value.bind( function( to ) {
+			$( '.site-title a' ).text( to );
+		} );
+	} );
+	wp.customize( 'blogdescription', function( value ) {
+		value.bind( function( to ) {
+			$( '.site-description' ).text( to );
+		} );
+	} );
+	// Header text color.
+	wp.customize( 'header_textcolor', function( value ) {
+		value.bind( function( to ) {
+			if ( 'blank' === to ) {
+				$( '.site-title, .site-description' ).css( {
+					'clip': 'rect(1px, 1px, 1px, 1px)',
+					'position': 'absolute'
+				} );
+			} else {
+				$( '.site-title,  .site-description' ).css( {
+					'clip': 'auto',
+					'position': 'static'
+				} );
+
+				$( '.site-title a' ).css( {
+					'color': to
+				} );
+			}
+		} );
+	} );
 } )( jQuery );
\ No newline at end of file
diff --git a/wp-content/themes/twentyfourteen/js/functions.js b/wp-content/themes/twentyfourteen/js/functions.js
index ac4629d77..223533098 100644
--- a/wp-content/themes/twentyfourteen/js/functions.js
+++ b/wp-content/themes/twentyfourteen/js/functions.js
@@ -1,5 +1,5 @@
 /**
- * Theme functions file
+ * Theme functions file.
  *
  * Contains handlers for navigation, accessibility, header sizing
  * footer widgets and Featured Content slider
@@ -126,6 +126,7 @@
 	 *
 	 * Uses jQuery's width() function to determine the size of the window and add
 	 * the default ARIA attributes for the menu toggle if it's visible.
+	 *
 	 * @since Twenty Fourteen 1.4
 	 */
 	function onResizeARIA() {
diff --git a/wp-content/themes/twentyfourteen/js/html5.js b/wp-content/themes/twentyfourteen/js/html5.js
index 6168aacd5..c83dfdc0b 100644
--- a/wp-content/themes/twentyfourteen/js/html5.js
+++ b/wp-content/themes/twentyfourteen/js/html5.js
@@ -1,8 +1,8 @@
-/*
- HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
-*/
-(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
-a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
-c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
-"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
+/*
+ HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
+*/
+(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
+a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
+c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
+"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
 if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
\ No newline at end of file
diff --git a/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js b/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js
index 7073235b3..15ec12e52 100644
--- a/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js
+++ b/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js
@@ -1,21 +1,21 @@
-/**
- * Twenty Fourteen keyboard support for image navigation.
- */
-( function( $ ) {
-	$( document ).on( 'keydown.twentyfourteen', function( e ) {
-		var url = false;
-
-		// Left arrow key code.
-		if ( e.which === 37 ) {
-			url = $( '.previous-image a' ).attr( 'href' );
-
-		// Right arrow key code.
-		} else if ( e.which === 39 ) {
-			url = $( '.entry-attachment a' ).attr( 'href' );
-		}
-
-		if ( url && ( ! $( 'textarea, input' ).is( ':focus' ) ) ) {
-			window.location = url;
-		}
-	} );
+/**
+ * Twenty Fourteen keyboard support for image navigation.
+ */
+( function( $ ) {
+	$( document ).on( 'keydown.twentyfourteen', function( e ) {
+		var url = false;
+
+		// Left arrow key code.
+		if ( e.which === 37 ) {
+			url = $( '.previous-image a' ).attr( 'href' );
+
+		// Right arrow key code.
+		} else if ( e.which === 39 ) {
+			url = $( '.entry-attachment a' ).attr( 'href' );
+		}
+
+		if ( url && ( ! $( 'textarea, input' ).is( ':focus' ) ) ) {
+			window.location = url;
+		}
+	} );
 } )( jQuery );
\ No newline at end of file
diff --git a/wp-content/themes/twentyfourteen/page-templates/contributors.php b/wp-content/themes/twentyfourteen/page-templates/contributors.php
index 635a259c2..9eddbfc63 100644
--- a/wp-content/themes/twentyfourteen/page-templates/contributors.php
+++ b/wp-content/themes/twentyfourteen/page-templates/contributors.php
@@ -1,53 +1,53 @@
-<?php
-/**
- * Template Name: Contributor Page
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-<div id="main-content" class="main-content">
-
-<?php
-if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
-	// Include the featured content template.
-	get_template_part( 'featured-content' );
-}
-?>
-
-	<div id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-			<?php
-				// Start the Loop.
-			while ( have_posts() ) :
-				the_post();
-				?>
-
-			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-				<?php
-				the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' );
-
-				// Output the authors list.
-				twentyfourteen_list_authors();
-
-				edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' );
-				?>
-			</article><!-- #post-<?php the_ID(); ?> -->
-
-				<?php
-				// If comments are open or we have at least one comment, load up the comment template.
-				if ( comments_open() || get_comments_number() ) {
-					comments_template();
-				}
-				endwhile;
-			?>
-		</div><!-- #content -->
-	</div><!-- #primary -->
-</div><!-- #main-content -->
-
-<?php
-get_sidebar();
-get_footer();
+<?php
+/**
+ * Template Name: Contributor Page
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+<div id="main-content" class="main-content">
+
+<?php
+if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
+	// Include the featured content template.
+	get_template_part( 'featured-content' );
+}
+?>
+
+	<div id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+			<?php
+			// Start the Loop.
+			while ( have_posts() ) :
+				the_post();
+				?>
+
+			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+				<?php
+				the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' );
+
+				// Output the authors list.
+				twentyfourteen_list_authors();
+
+				edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' );
+				?>
+			</article><!-- #post-<?php the_ID(); ?> -->
+
+				<?php
+				// If comments are open or we have at least one comment, load up the comment template.
+				if ( comments_open() || get_comments_number() ) {
+					comments_template();
+				}
+				endwhile;
+			?>
+		</div><!-- #content -->
+	</div><!-- #primary -->
+</div><!-- #main-content -->
+
+<?php
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/page-templates/full-width.php b/wp-content/themes/twentyfourteen/page-templates/full-width.php
index ea5fa5887..ef62c0b38 100644
--- a/wp-content/themes/twentyfourteen/page-templates/full-width.php
+++ b/wp-content/themes/twentyfourteen/page-templates/full-width.php
@@ -1,43 +1,43 @@
-<?php
-/**
- * Template Name: Full Width Page
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-<div id="main-content" class="main-content">
-
-<?php
-if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
-	// Include the featured content template.
-	get_template_part( 'featured-content' );
-}
-?>
-
-	<div id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-			<?php
-				// Start the Loop.
-			while ( have_posts() ) :
-				the_post();
-
-				// Include the page content template.
-				get_template_part( 'content', 'page' );
-
-				// If comments are open or we have at least one comment, load up the comment template.
-				if ( comments_open() || get_comments_number() ) {
-					comments_template();
-				}
-				endwhile;
-			?>
-		</div><!-- #content -->
-	</div><!-- #primary -->
-</div><!-- #main-content -->
-
-<?php
-get_sidebar();
-get_footer();
+<?php
+/**
+ * Template Name: Full Width Page
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+<div id="main-content" class="main-content">
+
+<?php
+if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
+	// Include the featured content template.
+	get_template_part( 'featured-content' );
+}
+?>
+
+	<div id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+			<?php
+			// Start the Loop.
+			while ( have_posts() ) :
+				the_post();
+
+				// Include the page content template.
+				get_template_part( 'content', 'page' );
+
+				// If comments are open or we have at least one comment, load up the comment template.
+				if ( comments_open() || get_comments_number() ) {
+					comments_template();
+				}
+				endwhile;
+			?>
+		</div><!-- #content -->
+	</div><!-- #primary -->
+</div><!-- #main-content -->
+
+<?php
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/page.php b/wp-content/themes/twentyfourteen/page.php
index bd033aeb4..da0af98bd 100644
--- a/wp-content/themes/twentyfourteen/page.php
+++ b/wp-content/themes/twentyfourteen/page.php
@@ -1,49 +1,49 @@
-<?php
-/**
- * The template for displaying all pages
- *
- * This is the template that displays all pages by default.
- * Please note that this is the WordPress construct of pages and that
- * other 'pages' on your WordPress site will use a different template.
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-<div id="main-content" class="main-content">
-
-<?php
-if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
-	// Include the featured content template.
-	get_template_part( 'featured-content' );
-}
-?>
-	<div id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php
-				// Start the Loop.
-			while ( have_posts() ) :
-				the_post();
-
-				// Include the page content template.
-				get_template_part( 'content', 'page' );
-
-				// If comments are open or we have at least one comment, load up the comment template.
-				if ( comments_open() || get_comments_number() ) {
-					comments_template();
-				}
-				endwhile;
-			?>
-
-		</div><!-- #content -->
-	</div><!-- #primary -->
-	<?php get_sidebar( 'content' ); ?>
-</div><!-- #main-content -->
-
-<?php
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying all pages
+ *
+ * This is the template that displays all pages by default.
+ * Please note that this is the WordPress construct of pages and that
+ * other 'pages' on your WordPress site will use a different template.
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+<div id="main-content" class="main-content">
+
+<?php
+if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
+	// Include the featured content template.
+	get_template_part( 'featured-content' );
+}
+?>
+	<div id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php
+			// Start the Loop.
+			while ( have_posts() ) :
+				the_post();
+
+				// Include the page content template.
+				get_template_part( 'content', 'page' );
+
+				// If comments are open or we have at least one comment, load up the comment template.
+				if ( comments_open() || get_comments_number() ) {
+					comments_template();
+				}
+				endwhile;
+			?>
+
+		</div><!-- #content -->
+	</div><!-- #primary -->
+	<?php get_sidebar( 'content' ); ?>
+</div><!-- #main-content -->
+
+<?php
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/readme.txt b/wp-content/themes/twentyfourteen/readme.txt
index 412c23dc5..c53f3463d 100644
--- a/wp-content/themes/twentyfourteen/readme.txt
+++ b/wp-content/themes/twentyfourteen/readme.txt
@@ -1,9 +1,8 @@
 === Twenty Fourteen ===
 Contributors: wordpressdotorg
 Requires at least: WordPress 3.6
-Tested up to: WordPress 5.0
-Requires PHP: 5.2.4
-Stable tag: 2.7
+Tested up to: 5.0
+Stable tag: 2.8
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
@@ -23,7 +22,7 @@ For more information about Twenty Fourteen please go to https://codex.wordpress.
 
 == Copyright ==
 
-Twenty Fourteen WordPress Theme, Copyright 2013-2018 WordPress.org & Automattic.com
+Twenty Fourteen WordPress Theme, Copyright 2013-2020 WordPress.org & Automattic.com
 Twenty Fourteen is Distributed under the terms of the GNU GPL
 
 This program is free software: you can redistribute it and/or modify
@@ -51,6 +50,11 @@ Source: http://www.genericons.com
 
 == Changelog ==
 
+= 2.8 =
+* Released: March 31, 2020
+
+https://codex.wordpress.org/Twenty_Fourteen_Theme_Changelog#Version_2.8
+
 = 2.7 =
 * Released: May 7, 2019
 
diff --git a/wp-content/themes/twentyfourteen/rtl.css b/wp-content/themes/twentyfourteen/rtl.css
index 58d975791..a8a9b6cc4 100644
--- a/wp-content/themes/twentyfourteen/rtl.css
+++ b/wp-content/themes/twentyfourteen/rtl.css
@@ -1,869 +1,876 @@
-/*
-Theme Name: Twenty Fourteen
-Description: Adds support for languages written in a Right To Left (RTL) direction.
-It's easy, just a matter of overwriting all the horizontal positioning attributes
-of your CSS stylesheet in a separate stylesheet file named rtl.css.
-
-See https://codex.wordpress.org/Right_to_Left_Language_Support
-*/
-
-/**
- * Table of Contents:
- *
- * 1.0 - Reset
- * 2.0 - Repeatable Patterns
- * 4.0 - Header
- * 5.0 - Navigation
- * 6.0 - Content
- *   6.3 - Entry Meta
- *   6.4 - Entry Content
- *   6.5 - Galleries
- *   6.7 - Post/Image/Paging Navigation
- *   6.10 - Contributor Page
- *   6.14 - Comments
- * 7.0 - Sidebar
- *   7.1 - Widgets
- *   7.2 - Content Sidebar Widgets
- * 9.0 - Featured Content
- * 10.0 - Media Queries
- * -----------------------------------------------------------------------------
- */
-
-
-/**
- * 1.0 Reset
- * -----------------------------------------------------------------------------
- */
-
-body {
-	direction: rtl;
-	unicode-bidi: embed;
-}
-
-a {
-	display: inline-block;
-}
-
-ul,
-ol {
-	margin: 0 20px 24px 0;
-}
-
-li > ul,
-li > ol {
-	margin: 0 20px 0 0;
-}
-
-caption,
-th,
-td {
-	text-align: right;
-}
-
-
-/**
- * 2.0 Repeatable Patterns
- * -----------------------------------------------------------------------------
- */
-
-.wp-caption-text {
-	padding-left: 10px;
-	padding-right: 0;
-}
-
-.screen-reader-text:focus {
-	right: 5px;
-	left: auto;
-}
-
-
-/**
- * 4.0 Header
- * -----------------------------------------------------------------------------
- */
-
-.site-title {
-	float: right;
-}
-
-.search-toggle {
-	float: left;
-	margin-left: 38px;
-	margin-right: auto;
-}
-
-.search-box .search-field {
-	float: left;
-	padding: 1px 6px 2px 2px;
-}
-
-.search-toggle .screen-reader-text {
-	right: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
-	left: auto;
-}
-
-
-/**
- * 5.0 Navigation
- * -----------------------------------------------------------------------------
- */
-
-.site-navigation ul ul {
-	margin-right: 20px;
-	margin-left: auto;
-}
-
-.menu-toggle {
-	right: auto;
-	left: 0;
-}
-
-
-/**
- * 6.0 Content
- * -----------------------------------------------------------------------------
- */
-
-/**
- * 6.3 Entry Meta
- * -----------------------------------------------------------------------------
- */
-
-.entry-meta .tag-links a {
-	margin: 0 10px 4px 4px;
-}
-
-.entry-meta .tag-links a:before {
-	border-right: 0;
-	border-left: 8px solid #767676;
-	right: -7px;
-	left: auto;
-}
-
-.entry-meta .tag-links a:hover:before,
-.entry-meta .tag-links a:focus:before {
-	border-left-color: #41a62a;
-}
-
-.entry-meta .tag-links a:after {
-	right: -2px;
-	left: auto;
-}
-
-
-/**
- * 6.4 Entry Content
- * -----------------------------------------------------------------------------
- */
-
-.page-links a,
-.page-links > span {
-	margin: 0 0 2px 1px;
-}
-
-.page-links > .page-links-title {
-	padding-right: 0;
-	padding-left: 7px;
-}
-
-
-/**
- * 6.5 Galleries
- * -----------------------------------------------------------------------------
- */
-
-.gallery-item {
-	float: right;
-	margin: 0 0 4px 4px;
-}
-
-.gallery-columns-1 .gallery-item:nth-of-type(1n),
-.gallery-columns-2 .gallery-item:nth-of-type(2n),
-.gallery-columns-3 .gallery-item:nth-of-type(3n),
-.gallery-columns-4 .gallery-item:nth-of-type(4n),
-.gallery-columns-5 .gallery-item:nth-of-type(5n),
-.gallery-columns-6 .gallery-item:nth-of-type(6n),
-.gallery-columns-7 .gallery-item:nth-of-type(7n),
-.gallery-columns-8 .gallery-item:nth-of-type(8n),
-.gallery-columns-9 .gallery-item:nth-of-type(9n) {
-	margin-right: auto;
-	margin-left: 0;
-}
-
-.gallery-caption {
-	padding: 6px 8px;
-	right: 0;
-	left: auto;
-	text-align: right;
-}
-
-.gallery-caption:before {
-	right: 0;
-	left: auto;
-}
-
-
-/**
- * 6.7 Post/Image/Paging Navigation
- * -----------------------------------------------------------------------------
- */
-
-.paging-navigation .page-numbers {
-	margin-right: auto;
-	margin-left: 1px;
-}
-
-
-/**
- * 6.10 Contributor Page
- * -----------------------------------------------------------------------------
- */
-
-.contributor-avatar {
-	float: right;
-	margin: 0 0 20px 30px;
-}
-
-
-/**
- * 6.14 Comments
- * -----------------------------------------------------------------------------
- */
-
-.comment-author .avatar {
-	right: 0;
-	left: auto;
-}
-
-.bypostauthor > article .fn:before {
-	margin: 0 -2px 0 2px;
-}
-
-.comment-author,
-.comment-awaiting-moderation,
-.comment-content,
-.comment-list .reply,
-.comment-metadata {
-	padding-right: 30px;
-	padding-left: 0;
-}
-
-.comment-edit-link {
-	margin-right: 10px;
-	margin-left: auto;
-}
-
-.comment-reply-link:before,
-.comment-reply-login:before {
-	margin-left: auto;
-	margin-right: 2px;
-}
-
-.comment-reply-link:before,
-.comment-reply-login:before,
-.comment-edit-link:before {
-	-webkit-transform: scaleX(-1);
-	-moz-transform:    scaleX(-1);
-	-ms-transform:     scaleX(-1);
-	-o-transform:      scaleX(-1);
-	transform:         scaleX(-1);
-}
-
-.comment-content ul,
-.comment-content ol {
-	margin: 0 22px 24px 0;
-}
-
-.comment-list .children {
-	margin-right: 15px;
-	margin-left: auto;
-}
-
-.comment-reply-title small a {
-	float: left;
-}
-
-.comment-navigation .nav-previous a {
-	margin-right: auto;
-	margin-left: 10px;
-}
-
-.comment-form #wp-comment-cookies-consent {
-	margin: 0 0 0 10px;
-}
-
-/**
- * 7.0 Sidebars
- * -----------------------------------------------------------------------------
- */
-
-/**
- * 7.1 Widgets
- * -----------------------------------------------------------------------------
- */
-
-.widget li > ol,
-.widget li > ul {
-	margin-right: 10px;
-	margin-left: auto;
-}
-
-.widget input,
-.widget textarea {
-	padding: 1px 4px 2px 2px;
-}
-
-.widget_calendar caption {
-	text-align: right;
-}
-
-.widget_calendar #prev {
-	padding-right: 5px;
-	padding-left: 0;
-}
-
-.widget_calendar #next {
-	padding-right: 0;
-	padding-left: 5px;
-	text-align: left;
-}
-
-.widget_twentyfourteen_ephemera .entry-content ul,
-.widget_twentyfourteen_ephemera .entry-content ol {
-	margin: 0 20px 18px 0;
-}
-
-.widget_twentyfourteen_ephemera .entry-content li > ul,
-.widget_twentyfourteen_ephemera .entry-content li > ol {
-	margin: 0 20px 0 0;
-}
-
-.widget_text ul,
-.widget_text ol {
-	margin: 0 10px 12px 0;
-}
-
-/**
- * 7.2 Content Sidebar Widgets
- * -----------------------------------------------------------------------------
- */
-
-.content-sidebar .widget li > ol,
-.content-sidebar .widget li > ul {
-	margin-right: 18px;
-	margin-left: auto;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
-	margin: -1px 0 0 18px;
-}
-
-/**
- * 8.0 Footer
- * -----------------------------------------------------------------------------
- */
-
-.site-info span[role=separator] {
-	padding: 0 0.5em;
-}
-
-/**
- * 9.0 Featured Content
- * -----------------------------------------------------------------------------
- */
-
-.featured-content .post-thumbnail img {
-	right: 0;
-	left: auto;
-}
-
-.slider-viewport {
-	direction: ltr;
-}
-
-.slider .featured-content .entry-header {
-	right: 0;
-	left: auto;
-	text-align: right;
-}
-
-.slider-control-paging {
-	float: right;
-}
-
-.slider-control-paging li {
-	float: right;
-	margin: 2px 0 2px 4px;
-}
-
-.slider-control-paging li:last-child {
-	margin-right: auto;
-	margin-left: 0;
-}
-
-.slider-control-paging a:before {
-	right: 10px;
-	left: auto;
-}
-
-.slider-direction-nav li {
-	border-width: 2px 0 0 1px;
-	float: right;
-}
-
-.slider-direction-nav li:last-child {
-	border-width: 2px 1px 0 0;
-}
-
-.slider-direction-nav a:before {
-	content: "\f429";
-}
-
-.slider-direction-nav .slider-next:before {
-	content: "\f430";
-}
-
-
-/**
- * 10.0 Media Queries
- * -----------------------------------------------------------------------------
- */
-
-@media screen and (max-width: 400px) {
-	.list-view .site-content .post-thumbnail img {
-		float: right;
-		margin: 0 0 3px 10px;
-	}
-}
-
-@media screen and (min-width: 401px) {
-	.site-content .entry-meta > span {
-		margin-right: auto;
-		margin-left: 10px;
-	}
-
-	.site-content .format-quote .post-format a:before {
-		margin-right: auto;
-		margin-left: 2px;
-	}
-
-	.site-content .format-gallery .post-format a:before {
-		margin-right: auto;
-		margin-left: 4px;
-	}
-
-	.site-content .format-aside .post-format a:before {
-		margin-right: auto;
-		margin-left: 2px;
-	}
-
-	.site-content .featured-post:before {
-		margin-right: auto;
-		margin-left: 3px;
-	}
-
-	.site-content .entry-date a:before,
-	.attachment .site-content span.entry-date:before {
-		margin-right: auto;
-		margin-left: 1px;
-	}
-
-	.site-content .comments-link a:before {
-		margin-right: auto;
-		margin-left: 2px;
-	}
-
-	.site-content .full-size-link a:before {
-		margin-right: auto;
-		margin-left: 1px;
-	}
-
-	.entry-content .edit-link a:before,
-	.entry-meta .edit-link a:before {
-		-webkit-transform: scaleX(-1);
-		-moz-transform:    scaleX(-1);
-		-ms-transform:     scaleX(-1);
-		-o-transform:      scaleX(-1);
-		transform:         scaleX(-1);
-	}
-}
-
-@media screen and (min-width: 594px) {
-	.site-content .entry-header {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-}
-
-@media screen and (min-width: 673px) {
-	.search-toggle {
-		margin-right: auto;
-		margin-left: 18px;
-	}
-
-	.content-area {
-		float: right;
-	}
-
-	.site-content {
-		margin-right: auto;
-		margin-left: 33.33333333%;
-	}
-
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-
-	.full-width .site-content {
-		margin-left: 0;
-	}
-
-	.content-sidebar {
-		float: left;
-		margin-right: -33.33333333%;
-		margin-left: auto;
-	}
-
-	.grid .featured-content .hentry {
-		float: right;
-	}
-
-	.slider-control-paging {
-		padding-right: 20px;
-		padding-left: 0;
-	}
-
-	.slider-direction-nav {
-		float: left;
-	}
-
-	.slider-direction-nav li {
-		padding: 0 0 0 1px;
-	}
-
-	.slider-direction-nav li:last-child {
-		padding: 0 1px 0 0;
-	}
-}
-
-@media screen and (min-width: 783px) {
-	.header-main {
-		padding-right: 30px;
-		padding-left: 0;
-	}
-
-	.search-toggle {
-		margin-right: auto;
-		margin-left: 0;
-	}
-
-	.primary-navigation {
-		float: left;
-		margin: 0 -12px 0 1px;
-	}
-
-	.primary-navigation ul ul {
-		float: right;
-		margin: 0;
-		right: -999em;
-		left: auto;
-	}
-
-	.primary-navigation ul ul ul {
-		right: -999em;
-		left: auto;
-	}
-
-	.primary-navigation ul li:hover > ul,
-	.primary-navigation ul li.focus > ul {
-		right: auto;
-	}
-
-	.primary-navigation ul ul li:hover > ul,
-	.primary-navigation ul ul li.focus > ul {
-		right: 100%;
-		left: auto;
-	}
-
-	.primary-navigation .menu-item-has-children > a,
-	.primary-navigation .page_item_has_children > a {
-		padding-right: 12px;
-		padding-left: 26px;
-	}
-
-	.primary-navigation .menu-item-has-children > a:after,
-	.primary-navigation .page_item_has_children > a:after {
-		right: auto;
-		left: 12px;
-	}
-
-	.primary-navigation li .menu-item-has-children > a,
-	.primary-navigation li .page_item_has_children > a {
-		padding-right: 12px;
-		padding-left: 20px;
-	}
-
-	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
-	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
-	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
-	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
-		content: "\f503";
-		right: auto;
-		left: 8px;
-	}
-}
-
-@media screen and (min-width: 810px) {
-	.attachment .entry-attachment .attachment {
-		margin-right: -168px;
-		margin-left: -168px;
-	}
-
-	.attachment .entry-attachment .attachment a {
-		display: block;
-	}
-
-	.contributor-avatar {
-		margin-right: -168px;
-		margin-left: auto;
-	}
-
-	.contributor-summary {
-		float: right;
-	}
-
-	.full-width .site-content blockquote.alignright,
-	.full-width .site-content img.size-full.alignright,
-	.full-width .site-content img.size-large.alignright,
-	.full-width .site-content img.size-medium.alignright,
-	.full-width .site-content .wp-caption.alignright {
-		margin-right: -168px;
-		margin-left: auto;
-	}
-
-	.full-width .site-content blockquote.alignleft,
-	.full-width .site-content img.size-full.alignleft,
-	.full-width .site-content img.size-large.alignleft,
-	.full-width .site-content img.size-medium.alignleft,
-	.full-width .site-content .wp-caption.alignleft {
-		margin-right: auto;
-		margin-left: -168px;
-	}
-}
-
-@media screen and (min-width: 846px) {
-	.comment-author,
-	.comment-awaiting-moderation,
-	.comment-content,
-	.comment-list .reply,
-	.comment-metadata {
-		padding-right: 50px;
-		padding-left: 0;
-	}
-
-	.comment-list .children {
-		margin-right: 20px;
-		margin-left: auto;
-	}
-}
-
-@media screen and (min-width: 1008px) {
-	.search-box-wrapper {
-		padding-right: 182px;
-		padding-left: 0;
-	}
-
-	.main-content {
-		float: right;
-	}
-
-	.site-content {
-		margin-right: 182px;
-		margin-left: 29.04761904%;
-	}
-
-	.full-width .site-content {
-		margin-right: 182px;
-	}
-
-	.content-sidebar {
-		margin-right: -29.04761904%;
-		margin-left: auto;
-	}
-
-	.site:before {
-		right: 0;
-		left: auto;
-	}
-
-	#secondary {
-		float: right;
-		margin: 0 -100% 0 0;
-	}
-
-	.secondary-navigation ul ul {
-		right: -999em;
-		left: auto;
-	}
-
-	.secondary-navigation ul li:hover > ul,
-	.secondary-navigation ul li.focus > ul {
-		right: 162px;
-		left: auto;
-	}
-
-	.secondary-navigation .menu-item-has-children > a {
-		padding-right: 30px;
-		padding-left: 38px;
-	}
-
-	.secondary-navigation .menu-item-has-children > a:after {
-		border-right-color: #fff;
-		border-left-color: transparent;
-		right: auto;
-		left: 26px;
-		content: "\f503";
-	}
-
-	.footer-sidebar .widget {
-		float: right;
-	}
-
-	.featured-content {
-		padding-right: 182px;
-		padding-left: 0;
-	}
-}
-
-@media screen and (min-width: 1040px) {
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		padding-right: 15px;
-		padding-left: 15px;
-	}
-
-	.full-width .archive-header,
-	.full-width .comments-area,
-	.full-width .image-navigation,
-	.full-width .page-header,
-	.full-width .page-content,
-	.full-width .post-navigation,
-	.full-width .site-content .entry-header,
-	.full-width .site-content .entry-content,
-	.full-width .site-content .entry-summary,
-	.full-width .site-content footer.entry-meta {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-}
-
-@media screen and (min-width: 1080px) {
-	.site-content {
-		margin-right: 222px;
-		margin-left: 29.04761904%;
-	}
-
-	.full-width .site-content {
-		margin-right: 222px;
-	}
-
-	.search-box-wrapper,
-	.featured-content {
-		padding-right: 222px;
-		padding-left: 0;
-	}
-
-	.secondary-navigation ul li:hover > ul,
-	.secondary-navigation ul li.focus > ul {
-		right: 202px;
-		left: auto;
-	}
-
-	.slider-control-paging {
-		padding-right: 24px;
-		padding-left: 0;
-	}
-
-	.slider-control-paging li {
-		margin: 12px 0 12px 12px;
-	}
-
-	.slider-control-paging a:before {
-		right: 6px;
-		left: auto;
-	}
-}
-
-@media screen and (min-width: 1110px) {
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-}
-
-@media screen and (min-width: 1218px) {
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		margin-left: 54px;
-	}
-
-	.full-width .archive-header,
-	.full-width .comments-area,
-	.full-width .image-navigation,
-	.full-width .page-header,
-	.full-width .page-content,
-	.full-width .post-navigation,
-	.full-width .site-content .entry-header,
-	.full-width .site-content .entry-content,
-	.full-width .site-content .entry-summary,
-	.full-width .site-content footer.entry-meta {
-		margin-right: auto;
-		margin-left: auto;
-	}
-}
-
-@media screen and (min-width: 1260px) {
-	.site-content blockquote.alignright {
-		margin-right: -18%;
-		margin-left: auto;
-	}
-
-	.site-content blockquote.alignleft {
-		margin-left: -18%;
-		margin-right: auto;
-	}
-}
+/*
+Theme Name: Twenty Fourteen
+Description: Adds support for languages written in a Right To Left (RTL) direction.
+It's easy, just a matter of overwriting all the horizontal positioning attributes
+of your CSS stylesheet in a separate stylesheet file named rtl.css.
+
+See https://codex.wordpress.org/Right_to_Left_Language_Support
+*/
+
+/**
+ * Table of Contents:
+ *
+ * 1.0 - Reset
+ * 2.0 - Repeatable Patterns
+ * 4.0 - Header
+ * 5.0 - Navigation
+ * 6.0 - Content
+ *   6.3 - Entry Meta
+ *   6.4 - Entry Content
+ *   6.5 - Galleries
+ *   6.7 - Post/Image/Paging Navigation
+ *   6.10 - Contributor Page
+ *   6.14 - Comments
+ * 7.0 - Sidebar
+ *   7.1 - Widgets
+ *   7.2 - Content Sidebar Widgets
+ * 9.0 - Featured Content
+ * 10.0 - Media Queries
+ * -----------------------------------------------------------------------------
+ */
+
+
+/**
+ * 1.0 Reset
+ * -----------------------------------------------------------------------------
+ */
+
+body {
+	direction: rtl;
+	unicode-bidi: embed;
+}
+
+a {
+	display: inline-block;
+}
+
+ul,
+ol {
+	margin: 0 20px 24px 0;
+}
+
+li > ul,
+li > ol {
+	margin: 0 20px 0 0;
+}
+
+caption,
+th,
+td {
+	text-align: right;
+}
+
+
+/**
+ * 2.0 Repeatable Patterns
+ * -----------------------------------------------------------------------------
+ */
+
+.wp-caption-text {
+	padding-left: 10px;
+	padding-right: 0;
+}
+
+.screen-reader-text:focus {
+	right: 5px;
+	left: auto;
+}
+
+
+/**
+ * 4.0 Header
+ * -----------------------------------------------------------------------------
+ */
+
+.site-title {
+	float: right;
+}
+
+.search-toggle {
+	float: left;
+	margin-left: 38px;
+	margin-right: auto;
+}
+
+.search-box .search-field {
+	float: left;
+	padding: 1px 6px 2px 2px;
+}
+
+.search-toggle .screen-reader-text {
+	right: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
+	left: auto;
+}
+
+
+/**
+ * 5.0 Navigation
+ * -----------------------------------------------------------------------------
+ */
+
+.site-navigation ul ul {
+	margin-right: 20px;
+	margin-left: auto;
+}
+
+.menu-toggle {
+	right: auto;
+	left: 0;
+}
+
+
+/**
+ * 6.0 Content
+ * -----------------------------------------------------------------------------
+ */
+
+/**
+ * 6.3 Entry Meta
+ * -----------------------------------------------------------------------------
+ */
+
+.entry-meta .tag-links a {
+	margin: 0 10px 4px 4px;
+}
+
+.entry-meta .tag-links a:before {
+	border-right: 0;
+	border-left: 8px solid #767676;
+	right: -7px;
+	left: auto;
+}
+
+.entry-meta .tag-links a:hover:before,
+.entry-meta .tag-links a:focus:before {
+	border-left-color: #41a62a;
+}
+
+.entry-meta .tag-links a:after {
+	right: -2px;
+	left: auto;
+}
+
+
+/**
+ * 6.4 Entry Content
+ * -----------------------------------------------------------------------------
+ */
+
+.page-links a,
+.page-links > span {
+	margin: 0 0 2px 1px;
+}
+
+.page-links > .page-links-title {
+	padding-right: 0;
+	padding-left: 7px;
+}
+
+.entry-content p span[id^="more-"] {
+	float: right;
+}
+
+
+/**
+ * 6.5 Galleries
+ * -----------------------------------------------------------------------------
+ */
+
+.gallery-item {
+	float: right;
+	margin: 0 0 4px 4px;
+}
+
+.gallery-columns-1 .gallery-item:nth-of-type(1n),
+.gallery-columns-2 .gallery-item:nth-of-type(2n),
+.gallery-columns-3 .gallery-item:nth-of-type(3n),
+.gallery-columns-4 .gallery-item:nth-of-type(4n),
+.gallery-columns-5 .gallery-item:nth-of-type(5n),
+.gallery-columns-6 .gallery-item:nth-of-type(6n),
+.gallery-columns-7 .gallery-item:nth-of-type(7n),
+.gallery-columns-8 .gallery-item:nth-of-type(8n),
+.gallery-columns-9 .gallery-item:nth-of-type(9n) {
+	margin-right: auto;
+	margin-left: 0;
+}
+
+.gallery-caption {
+	padding: 6px 8px;
+	right: 0;
+	left: auto;
+	text-align: right;
+}
+
+.gallery-caption:before {
+	right: 0;
+	left: auto;
+}
+
+
+/**
+ * 6.7 Post/Image/Paging Navigation
+ * -----------------------------------------------------------------------------
+ */
+
+.paging-navigation .page-numbers {
+	margin-right: auto;
+	margin-left: 1px;
+}
+
+
+/**
+ * 6.10 Contributor Page
+ * -----------------------------------------------------------------------------
+ */
+
+.contributor-avatar {
+	float: right;
+	margin: 0 0 20px 30px;
+}
+
+
+/**
+ * 6.14 Comments
+ * -----------------------------------------------------------------------------
+ */
+
+.comment-author .avatar {
+	right: 0;
+	left: auto;
+}
+
+.bypostauthor > article .fn:before {
+	margin: 0 -2px 0 2px;
+}
+
+.comment-author,
+.comment-awaiting-moderation,
+.comment-content,
+.comment-list .reply,
+.comment-metadata {
+	padding-right: 30px;
+	padding-left: 0;
+}
+
+.comment-edit-link {
+	margin-right: 10px;
+	margin-left: auto;
+}
+
+.comment-reply-link:before,
+.comment-reply-login:before {
+	margin-left: auto;
+	margin-right: 2px;
+}
+
+.comment-reply-link:before,
+.comment-reply-login:before,
+.comment-edit-link:before {
+	-webkit-transform: scaleX(-1);
+	-moz-transform:    scaleX(-1);
+	-ms-transform:     scaleX(-1);
+	-o-transform:      scaleX(-1);
+	transform:         scaleX(-1);
+}
+
+.comment-content ul,
+.comment-content ol {
+	margin: 0 22px 24px 0;
+}
+
+.comment-list .children {
+	margin-right: 15px;
+	margin-left: auto;
+}
+
+.comment-reply-title small a {
+	float: left;
+}
+
+.comment-navigation .nav-previous a {
+	margin-right: auto;
+	margin-left: 10px;
+}
+
+.comment-form #wp-comment-cookies-consent {
+	margin: 0 0 0 10px;
+}
+
+/**
+ * 7.0 Sidebars
+ * -----------------------------------------------------------------------------
+ */
+
+/**
+ * 7.1 Widgets
+ * -----------------------------------------------------------------------------
+ */
+
+.widget li > ol,
+.widget li > ul {
+	margin-right: 10px;
+	margin-left: auto;
+}
+
+.widget input,
+.widget textarea {
+	padding: 1px 4px 2px 2px;
+}
+
+.widget_calendar caption {
+	text-align: right;
+}
+
+.widget_calendar .wp-calendar-nav-prev,
+.widget_calendar #prev {
+	padding-right: 5px;
+	padding-left: 0;
+	text-align: right;
+}
+
+.widget_calendar .wp-calendar-nav-next,
+.widget_calendar #next {
+	padding-right: 0;
+	padding-left: 5px;
+	text-align: left;
+}
+
+.widget_twentyfourteen_ephemera .entry-content ul,
+.widget_twentyfourteen_ephemera .entry-content ol {
+	margin: 0 20px 18px 0;
+}
+
+.widget_twentyfourteen_ephemera .entry-content li > ul,
+.widget_twentyfourteen_ephemera .entry-content li > ol {
+	margin: 0 20px 0 0;
+}
+
+.widget_text ul,
+.widget_text ol {
+	margin: 0 10px 12px 0;
+}
+
+/**
+ * 7.2 Content Sidebar Widgets
+ * -----------------------------------------------------------------------------
+ */
+
+.content-sidebar .widget li > ol,
+.content-sidebar .widget li > ul {
+	margin-right: 18px;
+	margin-left: auto;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
+	margin: -1px 0 0 18px;
+}
+
+/**
+ * 8.0 Footer
+ * -----------------------------------------------------------------------------
+ */
+
+.site-info span[role=separator] {
+	padding: 0 0.5em;
+}
+
+/**
+ * 9.0 Featured Content
+ * -----------------------------------------------------------------------------
+ */
+
+.featured-content .post-thumbnail img {
+	right: 0;
+	left: auto;
+}
+
+.slider-viewport {
+	direction: ltr;
+}
+
+.slider .featured-content .entry-header {
+	right: 0;
+	left: auto;
+	text-align: right;
+}
+
+.slider-control-paging {
+	float: right;
+}
+
+.slider-control-paging li {
+	float: right;
+	margin: 2px 0 2px 4px;
+}
+
+.slider-control-paging li:last-child {
+	margin-right: auto;
+	margin-left: 0;
+}
+
+.slider-control-paging a:before {
+	right: 10px;
+	left: auto;
+}
+
+.slider-direction-nav li {
+	border-width: 2px 0 0 1px;
+	float: right;
+}
+
+.slider-direction-nav li:last-child {
+	border-width: 2px 1px 0 0;
+}
+
+.slider-direction-nav a:before {
+	content: "\f429";
+}
+
+.slider-direction-nav .slider-next:before {
+	content: "\f430";
+}
+
+
+/**
+ * 10.0 Media Queries
+ * -----------------------------------------------------------------------------
+ */
+
+@media screen and (max-width: 400px) {
+	.list-view .site-content .post-thumbnail img {
+		float: right;
+		margin: 0 0 3px 10px;
+	}
+}
+
+@media screen and (min-width: 401px) {
+	.site-content .entry-meta > span {
+		margin-right: auto;
+		margin-left: 10px;
+	}
+
+	.site-content .format-quote .post-format a:before {
+		margin-right: auto;
+		margin-left: 2px;
+	}
+
+	.site-content .format-gallery .post-format a:before {
+		margin-right: auto;
+		margin-left: 4px;
+	}
+
+	.site-content .format-aside .post-format a:before {
+		margin-right: auto;
+		margin-left: 2px;
+	}
+
+	.site-content .featured-post:before {
+		margin-right: auto;
+		margin-left: 3px;
+	}
+
+	.site-content .entry-date a:before,
+	.attachment .site-content span.entry-date:before {
+		margin-right: auto;
+		margin-left: 1px;
+	}
+
+	.site-content .comments-link a:before {
+		margin-right: auto;
+		margin-left: 2px;
+	}
+
+	.site-content .full-size-link a:before {
+		margin-right: auto;
+		margin-left: 1px;
+	}
+
+	.entry-content .edit-link a:before,
+	.entry-meta .edit-link a:before {
+		-webkit-transform: scaleX(-1);
+		-moz-transform:    scaleX(-1);
+		-ms-transform:     scaleX(-1);
+		-o-transform:      scaleX(-1);
+		transform:         scaleX(-1);
+	}
+}
+
+@media screen and (min-width: 594px) {
+	.site-content .entry-header {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+}
+
+@media screen and (min-width: 673px) {
+	.search-toggle {
+		margin-right: auto;
+		margin-left: 18px;
+	}
+
+	.content-area {
+		float: right;
+	}
+
+	.site-content {
+		margin-right: auto;
+		margin-left: 33.33333333%;
+	}
+
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+
+	.full-width .site-content {
+		margin-left: 0;
+	}
+
+	.content-sidebar {
+		float: left;
+		margin-right: -33.33333333%;
+		margin-left: auto;
+	}
+
+	.grid .featured-content .hentry {
+		float: right;
+	}
+
+	.slider-control-paging {
+		padding-right: 20px;
+		padding-left: 0;
+	}
+
+	.slider-direction-nav {
+		float: left;
+	}
+
+	.slider-direction-nav li {
+		padding: 0 0 0 1px;
+	}
+
+	.slider-direction-nav li:last-child {
+		padding: 0 1px 0 0;
+	}
+}
+
+@media screen and (min-width: 783px) {
+	.header-main {
+		padding-right: 30px;
+		padding-left: 0;
+	}
+
+	.search-toggle {
+		margin-right: auto;
+		margin-left: 0;
+	}
+
+	.primary-navigation {
+		float: left;
+		margin: 0 -12px 0 1px;
+	}
+
+	.primary-navigation ul ul {
+		float: right;
+		margin: 0;
+		right: -999em;
+		left: auto;
+	}
+
+	.primary-navigation ul ul ul {
+		right: -999em;
+		left: auto;
+	}
+
+	.primary-navigation ul li:hover > ul,
+	.primary-navigation ul li.focus > ul {
+		right: auto;
+	}
+
+	.primary-navigation ul ul li:hover > ul,
+	.primary-navigation ul ul li.focus > ul {
+		right: 100%;
+		left: auto;
+	}
+
+	.primary-navigation .menu-item-has-children > a,
+	.primary-navigation .page_item_has_children > a {
+		padding-right: 12px;
+		padding-left: 26px;
+	}
+
+	.primary-navigation .menu-item-has-children > a:after,
+	.primary-navigation .page_item_has_children > a:after {
+		right: auto;
+		left: 12px;
+	}
+
+	.primary-navigation li .menu-item-has-children > a,
+	.primary-navigation li .page_item_has_children > a {
+		padding-right: 12px;
+		padding-left: 20px;
+	}
+
+	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
+	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
+	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
+	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
+		content: "\f503";
+		right: auto;
+		left: 8px;
+	}
+}
+
+@media screen and (min-width: 810px) {
+	.attachment .entry-attachment .attachment {
+		margin-right: -168px;
+		margin-left: -168px;
+	}
+
+	.attachment .entry-attachment .attachment a {
+		display: block;
+	}
+
+	.contributor-avatar {
+		margin-right: -168px;
+		margin-left: auto;
+	}
+
+	.contributor-summary {
+		float: right;
+	}
+
+	.full-width .site-content blockquote.alignright,
+	.full-width .site-content img.size-full.alignright,
+	.full-width .site-content img.size-large.alignright,
+	.full-width .site-content img.size-medium.alignright,
+	.full-width .site-content .wp-caption.alignright {
+		margin-right: -168px;
+		margin-left: auto;
+	}
+
+	.full-width .site-content blockquote.alignleft,
+	.full-width .site-content img.size-full.alignleft,
+	.full-width .site-content img.size-large.alignleft,
+	.full-width .site-content img.size-medium.alignleft,
+	.full-width .site-content .wp-caption.alignleft {
+		margin-right: auto;
+		margin-left: -168px;
+	}
+}
+
+@media screen and (min-width: 846px) {
+	.comment-author,
+	.comment-awaiting-moderation,
+	.comment-content,
+	.comment-list .reply,
+	.comment-metadata {
+		padding-right: 50px;
+		padding-left: 0;
+	}
+
+	.comment-list .children {
+		margin-right: 20px;
+		margin-left: auto;
+	}
+}
+
+@media screen and (min-width: 1008px) {
+	.search-box-wrapper {
+		padding-right: 182px;
+		padding-left: 0;
+	}
+
+	.main-content {
+		float: right;
+	}
+
+	.site-content {
+		margin-right: 182px;
+		margin-left: 29.04761904%;
+	}
+
+	.full-width .site-content {
+		margin-right: 182px;
+	}
+
+	.content-sidebar {
+		margin-right: -29.04761904%;
+		margin-left: auto;
+	}
+
+	.site:before {
+		right: 0;
+		left: auto;
+	}
+
+	#secondary {
+		float: right;
+		margin: 0 -100% 0 0;
+	}
+
+	.secondary-navigation ul ul {
+		right: -999em;
+		left: auto;
+	}
+
+	.secondary-navigation ul li:hover > ul,
+	.secondary-navigation ul li.focus > ul {
+		right: 162px;
+		left: auto;
+	}
+
+	.secondary-navigation .menu-item-has-children > a {
+		padding-right: 30px;
+		padding-left: 38px;
+	}
+
+	.secondary-navigation .menu-item-has-children > a:after {
+		border-right-color: #fff;
+		border-left-color: transparent;
+		right: auto;
+		left: 26px;
+		content: "\f503";
+	}
+
+	.footer-sidebar .widget {
+		float: right;
+	}
+
+	.featured-content {
+		padding-right: 182px;
+		padding-left: 0;
+	}
+}
+
+@media screen and (min-width: 1040px) {
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		padding-right: 15px;
+		padding-left: 15px;
+	}
+
+	.full-width .archive-header,
+	.full-width .comments-area,
+	.full-width .image-navigation,
+	.full-width .page-header,
+	.full-width .page-content,
+	.full-width .post-navigation,
+	.full-width .site-content .entry-header,
+	.full-width .site-content .entry-content,
+	.full-width .site-content .entry-summary,
+	.full-width .site-content footer.entry-meta {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+}
+
+@media screen and (min-width: 1080px) {
+	.site-content {
+		margin-right: 222px;
+		margin-left: 29.04761904%;
+	}
+
+	.full-width .site-content {
+		margin-right: 222px;
+	}
+
+	.search-box-wrapper,
+	.featured-content {
+		padding-right: 222px;
+		padding-left: 0;
+	}
+
+	.secondary-navigation ul li:hover > ul,
+	.secondary-navigation ul li.focus > ul {
+		right: 202px;
+		left: auto;
+	}
+
+	.slider-control-paging {
+		padding-right: 24px;
+		padding-left: 0;
+	}
+
+	.slider-control-paging li {
+		margin: 12px 0 12px 12px;
+	}
+
+	.slider-control-paging a:before {
+		right: 6px;
+		left: auto;
+	}
+}
+
+@media screen and (min-width: 1110px) {
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+}
+
+@media screen and (min-width: 1218px) {
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		margin-left: 54px;
+	}
+
+	.full-width .archive-header,
+	.full-width .comments-area,
+	.full-width .image-navigation,
+	.full-width .page-header,
+	.full-width .page-content,
+	.full-width .post-navigation,
+	.full-width .site-content .entry-header,
+	.full-width .site-content .entry-content,
+	.full-width .site-content .entry-summary,
+	.full-width .site-content footer.entry-meta {
+		margin-right: auto;
+		margin-left: auto;
+	}
+}
+
+@media screen and (min-width: 1260px) {
+	.site-content blockquote.alignright {
+		margin-right: -18%;
+		margin-left: auto;
+	}
+
+	.site-content blockquote.alignleft {
+		margin-left: -18%;
+		margin-right: auto;
+	}
+}
diff --git a/wp-content/themes/twentyfourteen/search.php b/wp-content/themes/twentyfourteen/search.php
index 6b20315aa..44763a5e1 100644
--- a/wp-content/themes/twentyfourteen/search.php
+++ b/wp-content/themes/twentyfourteen/search.php
@@ -1,50 +1,55 @@
-<?php
-/**
- * The template for displaying Search Results pages
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<section id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-			<header class="page-header">
-				<h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyfourteen' ), get_search_query() ); ?></h1>
-			</header><!-- .page-header -->
-
-				<?php
-					// Start the Loop.
-				while ( have_posts() ) :
-					the_post();
-
-					/*
-					 * Include the post format-specific template for the content. If you want to
-					 * use this in a child theme, then include a file called content-___.php
-					 * (where ___ is the post format) and that will be used instead.
-					 */
-					get_template_part( 'content', get_post_format() );
-
-					endwhile;
-					// Previous/next post navigation.
-					twentyfourteen_paging_nav();
-
-				else :
-					// If no content, include the "No posts found" template.
-					get_template_part( 'content', 'none' );
-
-				endif;
-				?>
-
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying Search Results pages
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<section id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+			<header class="page-header">
+				<h1 class="page-title">
+				<?php
+				/* translators: %s: Search query. */
+				printf( __( 'Search Results for: %s', 'twentyfourteen' ), get_search_query() );
+				?>
+				</h1>
+			</header><!-- .page-header -->
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+
+					/*
+					 * Include the post format-specific template for the content. If you want
+					 * to use this in a child theme, then include a file called content-___.php
+					 * (where ___ is the post format) and that will be used instead.
+					 */
+					get_template_part( 'content', get_post_format() );
+
+					endwhile;
+					// Previous/next post navigation.
+					twentyfourteen_paging_nav();
+
+				else :
+					// If no content, include the "No posts found" template.
+					get_template_part( 'content', 'none' );
+
+				endif;
+				?>
+
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/sidebar-content.php b/wp-content/themes/twentyfourteen/sidebar-content.php
index 890baf42b..b2a833f2f 100644
--- a/wp-content/themes/twentyfourteen/sidebar-content.php
+++ b/wp-content/themes/twentyfourteen/sidebar-content.php
@@ -1,16 +1,16 @@
-<?php
-/**
- * The Content Sidebar
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-if ( ! is_active_sidebar( 'sidebar-2' ) ) {
-	return;
-}
-?>
-<div id="content-sidebar" class="content-sidebar widget-area" role="complementary">
-	<?php dynamic_sidebar( 'sidebar-2' ); ?>
-</div><!-- #content-sidebar -->
+<?php
+/**
+ * The Content Sidebar
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+if ( ! is_active_sidebar( 'sidebar-2' ) ) {
+	return;
+}
+?>
+<div id="content-sidebar" class="content-sidebar widget-area" role="complementary">
+	<?php dynamic_sidebar( 'sidebar-2' ); ?>
+</div><!-- #content-sidebar -->
diff --git a/wp-content/themes/twentyfourteen/sidebar-footer.php b/wp-content/themes/twentyfourteen/sidebar-footer.php
index 20f3798a2..422d18e1e 100644
--- a/wp-content/themes/twentyfourteen/sidebar-footer.php
+++ b/wp-content/themes/twentyfourteen/sidebar-footer.php
@@ -1,19 +1,19 @@
-<?php
-/**
- * The Footer Sidebar
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-if ( ! is_active_sidebar( 'sidebar-3' ) ) {
-	return;
-}
-?>
-
-<div id="supplementary">
-	<div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary">
-		<?php dynamic_sidebar( 'sidebar-3' ); ?>
-	</div><!-- #footer-sidebar -->
-</div><!-- #supplementary -->
+<?php
+/**
+ * The Footer Sidebar
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+if ( ! is_active_sidebar( 'sidebar-3' ) ) {
+	return;
+}
+?>
+
+<div id="supplementary">
+	<div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary">
+		<?php dynamic_sidebar( 'sidebar-3' ); ?>
+	</div><!-- #footer-sidebar -->
+</div><!-- #supplementary -->
diff --git a/wp-content/themes/twentyfourteen/sidebar.php b/wp-content/themes/twentyfourteen/sidebar.php
index 60800ffea..7e06a9b55 100644
--- a/wp-content/themes/twentyfourteen/sidebar.php
+++ b/wp-content/themes/twentyfourteen/sidebar.php
@@ -1,29 +1,29 @@
-<?php
-/**
- * The Sidebar containing the main widget area
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-?>
-<div id="secondary">
-	<?php
-		$description = get_bloginfo( 'description', 'display' );
-	if ( ! empty( $description ) ) :
-		?>
-	<h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
-	<?php endif; ?>
-
-	<?php if ( has_nav_menu( 'secondary' ) ) : ?>
-	<nav role="navigation" class="navigation site-navigation secondary-navigation">
-		<?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
-	</nav>
-	<?php endif; ?>
-
-	<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
-	<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
-		<?php dynamic_sidebar( 'sidebar-1' ); ?>
-	</div><!-- #primary-sidebar -->
-	<?php endif; ?>
-</div><!-- #secondary -->
+<?php
+/**
+ * The Sidebar containing the main widget area
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+?>
+<div id="secondary">
+	<?php
+		$description = get_bloginfo( 'description', 'display' );
+	if ( ! empty( $description ) ) :
+		?>
+	<h2 class="site-description"><?php echo esc_html( $description ); ?></h2>
+	<?php endif; ?>
+
+	<?php if ( has_nav_menu( 'secondary' ) ) : ?>
+	<nav role="navigation" class="navigation site-navigation secondary-navigation">
+		<?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
+	</nav>
+	<?php endif; ?>
+
+	<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
+	<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
+		<?php dynamic_sidebar( 'sidebar-1' ); ?>
+	</div><!-- #primary-sidebar -->
+	<?php endif; ?>
+</div><!-- #secondary -->
diff --git a/wp-content/themes/twentyfourteen/single.php b/wp-content/themes/twentyfourteen/single.php
index 1940c7329..f3b39f2f7 100644
--- a/wp-content/themes/twentyfourteen/single.php
+++ b/wp-content/themes/twentyfourteen/single.php
@@ -1,41 +1,41 @@
-<?php
-/**
- * The Template for displaying all single posts
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<div id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-			<?php
-				// Start the Loop.
-			while ( have_posts() ) :
-				the_post();
-
-				/*
-				 * Include the post format-specific template for the content. If you want to
-				 * use this in a child theme, then include a file called content-___.php
-				 * (where ___ is the post format) and that will be used instead.
-				 */
-				get_template_part( 'content', get_post_format() );
-
-				// Previous/next post navigation.
-				twentyfourteen_post_nav();
-
-				// If comments are open or we have at least one comment, load up the comment template.
-				if ( comments_open() || get_comments_number() ) {
-					comments_template();
-				}
-				endwhile;
-			?>
-		</div><!-- #content -->
-	</div><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The Template for displaying all single posts
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<div id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+			<?php
+			// Start the Loop.
+			while ( have_posts() ) :
+				the_post();
+
+				/*
+				 * Include the post format-specific template for the content. If you want
+				 * to use this in a child theme, then include a file called content-___.php
+				 * (where ___ is the post format) and that will be used instead.
+				 */
+				get_template_part( 'content', get_post_format() );
+
+				// Previous/next post navigation.
+				twentyfourteen_post_nav();
+
+				// If comments are open or we have at least one comment, load up the comment template.
+				if ( comments_open() || get_comments_number() ) {
+					comments_template();
+				}
+				endwhile;
+			?>
+		</div><!-- #content -->
+	</div><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css
index 85133472f..27e6145aa 100644
--- a/wp-content/themes/twentyfourteen/style.css
+++ b/wp-content/themes/twentyfourteen/style.css
@@ -1,4436 +1,4524 @@
-/*
-Theme Name: Twenty Fourteen
-Theme URI: https://wordpress.org/themes/twentyfourteen/
-Author: the WordPress team
-Author URI: https://wordpress.org/
-Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
-Version: 2.7
-License: GNU General Public License v2 or later
-License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
-Text Domain: twentyfourteen
-
-This theme, like WordPress, is licensed under the GPL.
-Use it to make something cool, have fun, and share what you've learned with others.
-*/
-
-/**
- * Table of Contents:
- *
- * 1.0 - Reset
- * 2.0 - Repeatable Patterns
- * 3.0 - Basic Structure
- * 4.0 - Header
- * 5.0 - Navigation
- * 6.0 - Content
- *   6.1 - Post Thumbnail
- *   6.2 - Entry Header
- *   6.3 - Entry Meta
- *   6.4 - Entry Content
- *   6.5 - Galleries
- *   6.6 - Post Formats
- *   6.7 - Post/Image/Paging Navigation
- *   6.8 - Attachments
- *   6.9 - Archives
- *   6.10 - Contributor Page
- *   6.11 - 404 Page
- *   6.12 - Full-width
- *   6.13 - Singular
- *   6.14 - Comments
- * 7.0 - Sidebar
- *   7.1 - Widgets
- *   7.2 - Content Sidebar Widgets
- * 8.0 - Footer
- * 9.0 - Featured Content
- * 10.0 - Multisite
- * 11.0 - Media Queries
- * 12.0 - Print
- * -----------------------------------------------------------------------------
- */
-
-
-/**
- * 1.0 Reset
- *
- * Resetting and rebuilding styles have been helped along thanks to the fine
- * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
- *
- * -----------------------------------------------------------------------------
- */
-
-html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-	border: 0;
-	font-family: inherit;
-	font-size: 100%;
-	font-style: inherit;
-	font-weight: inherit;
-	margin: 0;
-	outline: 0;
-	padding: 0;
-	vertical-align: baseline;
-}
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-nav,
-section {
-	display: block;
-}
-
-audio,
-canvas,
-video {
-	display: inline-block;
-	max-width: 100%;
-}
-
-html {
-	overflow-y: scroll;
-	-webkit-text-size-adjust: 100%;
-	-ms-text-size-adjust:     100%;
-}
-
-body,
-button,
-input,
-select,
-textarea {
-	color: #2b2b2b;
-	font-family: Lato, sans-serif;
-	font-size: 16px;
-	font-weight: 400;
-	line-height: 1.5;
-}
-
-body {
-	background: #f5f5f5;
-}
-
-a {
-	color: #24890d;
-	text-decoration: none;
-}
-
-a:focus {
-	outline: thin dotted;
-}
-
-a:hover,
-a:active {
-	outline: 0;
-}
-
-a:active,
-a:hover {
-	color: #41a62a;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
-	clear: both;
-	font-weight: 700;
-	margin: 36px 0 12px;
-}
-
-h1 {
-	font-size: 26px;
-	line-height: 1.3846153846;
-}
-
-h2 {
-	font-size: 24px;
-	line-height: 1;
-}
-
-h3 {
-	font-size: 22px;
-	line-height: 1.0909090909;
-}
-
-h4 {
-	font-size: 20px;
-	line-height: 1.2;
-}
-
-h5 {
-	font-size: 18px;
-	line-height: 1.3333333333;
-}
-
-h6 {
-	font-size: 16px;
-	line-height: 1.5;
-}
-
-address {
-	font-style: italic;
-	margin-bottom: 24px;
-}
-
-abbr[title] {
-	border-bottom: 1px dotted #2b2b2b;
-	cursor: help;
-}
-
-b,
-strong {
-	font-weight: 700;
-}
-
-cite,
-dfn,
-em,
-i {
-	font-style: italic;
-}
-
-mark,
-ins {
-	background: #fff9c0;
-	text-decoration: none;
-}
-
-p {
-	margin-bottom: 24px;
-}
-
-code,
-kbd,
-tt,
-var,
-samp,
-pre {
-	font-family: monospace, serif;
-	font-size: 15px;
-	-webkit-hyphens: none;
-	-moz-hyphens:    none;
-	-ms-hyphens:     none;
-	hyphens:         none;
-	line-height: 1.6;
-}
-
-pre {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	margin-bottom: 24px;
-	max-width: 100%;
-	overflow: auto;
-	padding: 12px;
-	white-space: pre;
-	white-space: pre-wrap;
-	word-wrap: break-word;
-}
-
-blockquote,
-q {
-	-webkit-hyphens: none;
-	-moz-hyphens:    none;
-	-ms-hyphens:     none;
-	hyphens:         none;
-	quotes: none;
-}
-
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
-	content: "";
-	content: none;
-}
-
-blockquote {
-	color: #767676;
-	font-size: 19px;
-	font-style: italic;
-	font-weight: 300;
-	line-height: 1.2631578947;
-	margin-bottom: 24px;
-}
-
-blockquote cite,
-blockquote small {
-	color: #2b2b2b;
-	font-size: 16px;
-	font-weight: 400;
-	line-height: 1.5;
-}
-
-blockquote em,
-blockquote i,
-blockquote cite {
-	font-style: normal;
-}
-
-blockquote strong,
-blockquote b {
-	font-weight: 400;
-}
-
-small {
-	font-size: smaller;
-}
-
-big {
-	font-size: 125%;
-}
-
-sup,
-sub {
-	font-size: 75%;
-	height: 0;
-	line-height: 0;
-	position: relative;
-	vertical-align: baseline;
-}
-
-sup {
-	bottom: 1ex;
-}
-
-sub {
-	top: .5ex;
-}
-
-dl {
-	margin-bottom: 24px;
-}
-
-dt {
-	font-weight: bold;
-}
-
-dd {
-	margin-bottom: 24px;
-}
-
-ul,
-ol {
-	list-style: none;
-	margin: 0 0 24px 20px;
-}
-
-ul {
-	list-style: disc;
-}
-
-ol {
-	list-style: decimal;
-}
-
-li > ul,
-li > ol {
-	margin: 0 0 0 20px;
-}
-
-img {
-	-ms-interpolation-mode: bicubic;
-	border: 0;
-	vertical-align: middle;
-}
-
-figure {
-	margin: 0;
-}
-
-fieldset {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	margin: 0 0 24px;
-	min-width: inherit;
-	padding: 11px 12px 0;
-}
-
-legend {
-	white-space: normal;
-}
-
-button,
-input,
-select,
-textarea {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	font-size: 100%;
-	margin: 0;
-	max-width: 100%;
-	vertical-align: baseline;
-}
-
-button,
-input {
-	line-height: normal;
-}
-
-input,
-textarea {
-	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
-}
-
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-	-webkit-appearance: button;
-	cursor: pointer;
-}
-
-button[disabled],
-input[disabled] {
-	cursor: default;
-}
-
-input[type="checkbox"],
-input[type="radio"] {
-	padding: 0;
-}
-
-input[type="search"] {
-	-webkit-appearance: textfield;
-}
-
-input[type="search"]::-webkit-search-decoration {
-	-webkit-appearance: none;
-}
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
-	border: 0;
-	padding: 0;
-}
-
-textarea {
-	overflow: auto;
-	vertical-align: top;
-}
-
-table,
-th,
-td {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-}
-
-table {
-	border-collapse: separate;
-	border-spacing: 0;
-	border-width: 1px 0 0 1px;
-	margin-bottom: 24px;
-	width: 100%;
-}
-
-caption,
-th,
-td {
-	font-weight: normal;
-	text-align: left;
-}
-
-th {
-	border-width: 0 1px 1px 0;
-	font-weight: bold;
-}
-
-td {
-	border-width: 0 1px 1px 0;
-}
-
-del {
-	color: #767676;
-}
-
-hr {
-	background-color: rgba(0, 0, 0, 0.1);
-	border: 0;
-	height: 1px;
-	margin-bottom: 23px;
-}
-
-/* Support a widely-adopted but non-standard selector for text selection styles
- * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
- */
-::selection {
-	background: #24890d;
-	color: #fff;
-	text-shadow: none;
-}
-
-::-moz-selection {
-	background: #24890d;
-	color: #fff;
-	text-shadow: none;
-}
-
-
-/**
- * 2.0 Repeatable Patterns
- * -----------------------------------------------------------------------------
- */
-
-/* Input fields */
-
-input,
-textarea {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	border-radius: 2px;
-	color: #2b2b2b;
-	padding: 8px 10px 7px;
-}
-
-textarea {
-	width: 100%;
-}
-
-input:focus,
-textarea:focus {
-	border: 1px solid rgba(0, 0, 0, 0.3);
-	outline: 0;
-}
-
-/* Buttons */
-
-button,
-.button,
-input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-	background-color: #24890d;
-	border: 0;
-	border-radius: 2px;
-	color: #fff;
-	font-size: 12px;
-	font-weight: 700;
-	padding: 10px 30px 11px;
-	text-transform: uppercase;
-	vertical-align: bottom;
-}
-
-button:hover,
-button:focus,
-.button:hover,
-.button:focus,
-input[type="button"]:hover,
-input[type="button"]:focus,
-input[type="reset"]:hover,
-input[type="reset"]:focus,
-input[type="submit"]:hover,
-input[type="submit"]:focus {
-	background-color: #41a62a;
-	color: #fff;
-}
-
-button:active,
-.button:active,
-input[type="button"]:active,
-input[type="reset"]:active,
-input[type="submit"]:active {
-	background-color: #55d737;
-}
-
-.search-field {
-	width: 100%;
-}
-
-.search-submit {
-	display: none;
-}
-
-/* Placeholder text color -- selectors need to be separate to work. */
-
-::-webkit-input-placeholder {
-	color: #939393;
-}
-
-:-moz-placeholder {
-	color: #939393;
-}
-
-::-moz-placeholder {
-	color: #939393;
-	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
-}
-
-:-ms-input-placeholder {
-	color: #939393;
-}
-
-/* Responsive images. Fluid images for posts, comments, and widgets */
-
-.comment-content img,
-.entry-content img,
-.entry-summary img,
-#site-header img,
-.widget img,
-.wp-caption {
-	max-width: 100%;
-}
-
-/**
- * Make sure images with WordPress-added height and width attributes are
- * scaled correctly.
- */
-
-.comment-content img[height],
-.entry-content img,
-.entry-summary img,
-img[class*="align"],
-img[class*="wp-image-"],
-img[class*="attachment-"],
-#site-header img {
-	height: auto;
-}
-
-img.size-full,
-img.size-large,
-.wp-post-image,
-.post-thumbnail img {
-	height: auto;
-	max-width: 100%;
-}
-
-/* Make sure embeds and iframes fit their containers */
-
-embed,
-iframe,
-object,
-video {
-	margin-bottom: 24px;
-	max-width: 100%;
-}
-
-p > embed,
-p > iframe,
-p > object,
-span > embed,
-span > iframe,
-span > object {
-	margin-bottom: 0;
-}
-
-/* Alignment */
-
-.alignleft {
-	float: left;
-}
-
-.alignright {
-	float: right;
-}
-
-.aligncenter {
-	display: block;
-	margin-left: auto;
-	margin-right: auto;
-}
-
-blockquote.alignleft,
-figure.wp-caption.alignleft,
-img.alignleft {
-	margin: 7px 24px 7px 0;
-}
-
-.wp-caption.alignleft {
-	margin: 7px 14px 7px 0;
-}
-
-blockquote.alignright,
-figure.wp-caption.alignright,
-img.alignright {
-	margin: 7px 0 7px 24px;
-}
-
-.wp-caption.alignright {
-	margin: 7px 0 7px 14px;
-}
-
-blockquote.aligncenter,
-img.aligncenter,
-.wp-caption.aligncenter {
-	margin-top: 7px;
-	margin-bottom: 7px;
-}
-
-.site-content blockquote.alignleft,
-.site-content blockquote.alignright {
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-	padding-top: 17px;
-	width: 50%;
-}
-
-.site-content blockquote.alignleft p,
-.site-content blockquote.alignright p {
-	margin-bottom: 17px;
-}
-
-.wp-caption {
-	margin-bottom: 24px;
-}
-
-.wp-caption img[class*="wp-image-"] {
-	display: block;
-	margin: 0;
-}
-
-.wp-caption {
-	color: #767676;
-}
-
-.wp-caption-text {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	font-size: 12px;
-	font-style: italic;
-	line-height: 1.5;
-	margin: 9px 0;
-}
-
-div.wp-caption .wp-caption-text {
-	padding-right: 10px;
-}
-
-div.wp-caption.alignright img[class*="wp-image-"],
-div.wp-caption.alignright .wp-caption-text {
-	padding-left: 10px;
-	padding-right: 0;
-}
-
-.wp-smiley {
-	border: 0;
-	margin-bottom: 0;
-	margin-top: 0;
-	padding: 0;
-}
-
-/* Assistive text */
-
-.screen-reader-text {
-	clip: rect(1px, 1px, 1px, 1px);
-	overflow: hidden;
-	position: absolute !important;
-	height: 1px;
-	width: 1px;
-}
-
-.screen-reader-text:focus {
-	background-color: #f1f1f1;
-	border-radius: 3px;
-	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-	clip: auto;
-	color: #21759b;
-	display: block;
-	font-size: 14px;
-	font-weight: bold;
-	height: auto;
-	line-height: normal;
-	padding: 15px 23px 14px;
-	position: absolute;
-	left: 5px;
-	top: 5px;
-	text-decoration: none;
-	text-transform: none;
-	width: auto;
-	z-index: 100000; /* Above WP toolbar */
-}
-
-.hide {
-	display: none;
-}
-
-/* Clearing floats */
-
-.footer-sidebar:before,
-.footer-sidebar:after,
-.hentry:before,
-.hentry:after,
-.gallery:before,
-.gallery:after,
-.slider-direction-nav:before,
-.slider-direction-nav:after,
-.contributor-info:before,
-.contributor-info:after,
-.search-box:before,
-.search-box:after,
-[class*="content"]:before,
-[class*="content"]:after,
-[class*="site"]:before,
-[class*="site"]:after {
-	content: "";
-	display: table;
-}
-
-.footer-sidebar:after,
-.hentry:after,
-.gallery:after,
-.slider-direction-nav:after,
-.contributor-info:after,
-.search-box:after,
-[class*="content"]:after,
-[class*="site"]:after {
-	clear: both;
-}
-
-/* Genericons */
-
-.bypostauthor > article .fn:before,
-.comment-edit-link:before,
-.comment-reply-link:before,
-.comment-reply-login:before,
-.comment-reply-title small a:before,
-.contributor-posts-link:before,
-.menu-toggle:before,
-.search-toggle:before,
-.slider-direction-nav a:before,
-.widget_twentyfourteen_ephemera .widget-title:before {
-	-webkit-font-smoothing: antialiased;
-	display: inline-block;
-	font: normal 16px/1 Genericons;
-	text-decoration: inherit;
-	vertical-align: text-bottom;
-}
-
-/* Separators */
-
-.site-content span + .entry-date:before,
-.full-size-link:before,
-.parent-post-link:before,
-span + .byline:before,
-span + .comments-link:before,
-span + .edit-link:before,
-.widget_twentyfourteen_ephemera .entry-title:after {
-	content: "\0020\007c\0020";
-}
-
-
-/**
- * 3.0 Basic Structure
- * -----------------------------------------------------------------------------
- */
-
-.site {
-	background-color: #fff;
-	max-width: 1260px;
-	position: relative;
-}
-
-.main-content {
-	width: 100%;
-}
-
-
-/**
- * 4.0 Header
- * -----------------------------------------------------------------------------
- */
-
-/* Ensure that there is no gap between the header and
-	 the admin bar for WordPress versions before 3.8. */
-#wpadminbar {
-	min-height: 32px;
-}
-
-#site-header {
-	position: relative;
-	z-index: 3;
-}
-
-.site-header {
-	background-color: #000;
-	max-width: 1260px;
-	position: relative;
-	width: 100%;
-	z-index: 4;
-}
-
-.header-main {
-	min-height: 48px;
-	padding: 0 10px;
-}
-
-.site-title {
-	float: left;
-	font-size: 18px;
-	font-weight: 700;
-	line-height: 48px;
-	margin: 0;
-
-	/* Nav-toggle width + search-toggle width - gutter = 86px */
-	max-width: -webkit-calc(100% - 86px);
-	max-width:         calc(100% - 86px);
-}
-
-.site-title a,
-.site-title a:hover {
-	color: #fff;
-	display: block;
-	overflow: hidden;
-	text-overflow: ellipsis;
-	white-space: nowrap;
-}
-
-/* Search in the header */
-
-.search-toggle {
-	background-color: #24890d;
-	cursor: pointer;
-	float: right;
-	height: 48px;
-	margin-right: 38px;
-	text-align: center;
-	width: 48px;
-}
-
-.search-toggle:hover,
-.search-toggle.active {
-	background-color: #41a62a;
-}
-
-.search-toggle:before {
-	color: #fff;
-	content: "\f400";
-	font-size: 20px;
-	margin-top: 14px;
-}
-
-.search-toggle .screen-reader-text {
-	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
-}
-
-.search-box-wrapper {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	position: absolute;
-	top: 48px;
-	right: 0;
-	width: 100%;
-	z-index: 2;
-}
-
-.search-box {
-	background-color: #41a62a;
-	padding: 12px;
-}
-
-.search-box .search-field {
-	background-color: #fff;
-	border: 0;
-	float: right;
-	font-size: 16px;
-	padding: 2px 2px 3px 6px;
-	width: 100%;
-}
-
-
-/**
- * 5.0 Navigation
- * -----------------------------------------------------------------------------
- */
-
-.site-navigation ul {
-	list-style: none;
-	margin: 0;
-}
-
-.site-navigation li {
-	border-top: 1px solid rgba(255, 255, 255, 0.2);
-}
-
-.site-navigation ul ul {
-	margin-left: 20px;
-}
-
-.site-navigation a {
-	color: #fff;
-	display: block;
-	text-transform: uppercase;
-}
-
-.site-navigation a:hover {
-	color: #41a62a;
-}
-
-.site-navigation .current_page_item > a,
-.site-navigation .current_page_ancestor > a,
-.site-navigation .current-menu-item > a,
-.site-navigation .current-menu-ancestor > a {
-	color: #55d737;
-	font-weight: 900;
-}
-
-/* Primary Navigation */
-
-.primary-navigation {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	font-size: 14px;
-	padding-top: 24px;
-}
-
-.primary-navigation.toggled-on {
-	padding: 72px 0 36px;
-}
-
-.primary-navigation .nav-menu {
-	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
-	display: none;
-}
-
-.primary-navigation.toggled-on .nav-menu {
-	display: block;
-}
-
-.primary-navigation a {
-	padding: 7px 0;
-}
-
-/* Secondary Navigation */
-
-.secondary-navigation {
-	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
-	font-size: 12px;
-	margin: 48px 0;
-}
-
-.secondary-navigation a {
-	padding: 9px 0;
-}
-
-.menu-toggle {
-	background-color: #000;
-	border-radius: 0;
-	cursor: pointer;
-	height: 48px;
-	margin: 0;
-	overflow: hidden;
-	padding: 0;
-	position: absolute;
-	top: 0;
-	right: 0;
-	text-align: center;
-	width: 48px;
-}
-
-.menu-toggle:before {
-	color: #fff;
-	content: "\f419";
-	padding: 16px;
-}
-
-.menu-toggle:active,
-.menu-toggle:focus,
-.menu-toggle:hover {
-	background-color: #444;
-}
-
-.menu-toggle:focus {
-	outline: 1px dotted;
-}
-
-.secondary-navigation .customize-partial-edit-shortcut button,
-.footer-sidebar .widget:first-child .customize-partial-edit-shortcut button {
-	left: 0;
-}
-
-/**
- * 6.0 Content
- * -----------------------------------------------------------------------------
- */
-
-.content-area {
-	padding-top: 48px;
-}
-
-.hentry {
-	margin: 0 auto 48px;
-	max-width: 672px;
-}
-
-.site-content .entry-header,
-.site-content .entry-content,
-.site-content .entry-summary,
-.site-content .entry-meta,
-.page-content {
-	margin: 0 auto;
-	max-width: 474px;
-}
-
-.page-content {
-	margin-bottom: 48px;
-}
-
-
-/**
- * 6.1 Post Thumbnail
- * -----------------------------------------------------------------------------
- */
-
-.post-thumbnail {
-	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
-	display: block;
-	position: relative;
-	width: 100%;
-	z-index: 0;
-}
-
-a.post-thumbnail:hover {
-	background-color: #999;
-}
-
-.full-width .post-thumbnail img {
-	display: block;
-	margin: 0 auto;
-}
-
-
-/**
- * 6.2 Entry Header
- * -----------------------------------------------------------------------------
- */
-
-.entry-header {
-	position: relative;
-	z-index: 1;
-}
-
-.entry-title {
-	font-size: 33px;
-	font-weight: 300;
-	line-height: 1.0909090909;
-	margin-bottom: 12px;
-	margin: 0 0 12px 0;
-	text-transform: uppercase;
-}
-
-.entry-title a {
-	color: #2b2b2b;
-}
-
-.entry-title a:hover {
-	color: #41a62a;
-}
-
-.site-content .entry-header {
-	background-color: #fff;
-	padding: 0 10px 12px;
-}
-
-.site-content .has-post-thumbnail .entry-header {
-	padding-top: 24px;
-}
-
-
-/**
- * 6.3 Entry Meta
- * -----------------------------------------------------------------------------
- */
-
-.entry-meta {
-	clear: both;
-	color: #767676;
-	font-size: 12px;
-	font-weight: 400;
-	line-height: 1.3333333333;
-	text-transform: uppercase;
-}
-
-.entry-meta a {
-	color: #767676;
-}
-
-.entry-meta a:hover {
-	color: #41a62a;
-}
-
-.sticky .entry-date {
-	display: none;
-}
-
-.cat-links {
-	font-weight: 900;
-	text-transform: uppercase;
-}
-
-.cat-links a {
-	color: #2b2b2b;
-}
-
-.cat-links a:hover {
-	color: #41a62a;
-}
-
-.byline {
-	display: none;
-}
-
-.single .byline,
-.group-blog .byline {
-	display: inline;
-}
-
-.site-content .entry-meta {
-	background-color: #fff;
-	margin-bottom: 8px;
-}
-
-.site-content footer.entry-meta {
-	margin: 24px auto 0;
-	padding: 0 10px;
-}
-
-/* Tag links style */
-
-.entry-meta .tag-links a {
-	background-color: #767676;
-	border-radius: 0 2px 2px 0;
-	color: #fff;
-	display: inline-block;
-	font-size: 11px;
-	font-weight: 700;
-	line-height: 1.2727272727;
-	margin: 2px 4px 2px 10px;
-	padding: 3px 7px;
-	position: relative;
-	text-transform: uppercase;
-}
-
-.entry-meta .tag-links a:hover {
-	background-color: #41a62a;
-	color: #fff;
-}
-
-.entry-meta .tag-links a:before {
-	border-top: 10px solid transparent;
-	border-right: 8px solid #767676;
-	border-bottom: 10px solid transparent;
-	content: "";
-	height: 0;
-	position: absolute;
-	top: 0;
-	left: -8px;
-	width: 0;
-}
-
-.entry-meta .tag-links a:hover:before {
-	border-right-color: #41a62a;
-}
-
-.entry-meta .tag-links a:after {
-	background-color: #fff;
-	border-radius: 50%;
-	content: "";
-	height: 4px;
-	position: absolute;
-	top: 8px;
-	left: -2px;
-	width: 4px;
-}
-
-
-/**
- * 6.4 Entry Content
- * -----------------------------------------------------------------------------
- */
-
-.entry-content,
-.entry-summary,
-.page-content {
-	-webkit-hyphens: auto;
-	-moz-hyphens:    auto;
-	-ms-hyphens:     auto;
-	hyphens:         auto;
-	word-wrap: break-word;
-}
-
-.site-content .entry-content,
-.site-content .entry-summary,
-.page-content {
-	background-color: #fff;
-	padding: 12px 10px 0;
-}
-
-.page .entry-content {
-	padding-top: 0;
-}
-
-.entry-content h1:first-child,
-.entry-content h2:first-child,
-.entry-content h3:first-child,
-.entry-content h4:first-child,
-.entry-content h5:first-child,
-.entry-content h6:first-child,
-.entry-summary h1:first-child,
-.entry-summary h2:first-child,
-.entry-summary h3:first-child,
-.entry-summary h4:first-child,
-.entry-summary h5:first-child,
-.entry-summary h6:first-child,
-.page-content h1:first-child,
-.page-content h2:first-child,
-.page-content h3:first-child,
-.page-content h4:first-child,
-.page-content h5:first-child,
-.page-content h6:first-child {
-	margin-top: 0;
-}
-
-.entry-content a,
-.entry-summary a,
-.page-content a,
-.comment-content a {
-	text-decoration: underline;
-}
-
-.entry-content a:hover,
-.entry-summary a:hover,
-.page-content a:hover,
-.comment-content a:hover,
-.entry-content a.button,
-.entry-summary a.button,
-.page-content a.button,
-.comment-content a.button {
-	text-decoration: none;
-}
-
-.entry-content table,
-.comment-content table {
-	font-size: 14px;
-	line-height: 1.2857142857;
-	margin-bottom: 24px;
-}
-
-.entry-content th,
-.comment-content th {
-	font-weight: 700;
-	padding: 8px;
-	text-transform: uppercase;
-}
-
-.entry-content td,
-.comment-content td {
-	padding: 8px;
-}
-
-.entry-content .edit-link {
-	clear: both;
-	display: block;
-	font-size: 12px;
-	font-weight: 400;
-	line-height: 1.3333333333;
-	text-transform: uppercase;
-}
-
-.entry-content .edit-link a {
-	color: #767676;
-	text-decoration: none;
-}
-
-.entry-content .edit-link a:hover {
-	color: #41a62a;
-}
-
-.entry-content .more-link {
-	white-space: nowrap;
-}
-
-/* Mediaelements */
-
-.hentry .mejs-container,
-.widget .mejs-container {
-	margin: 12px 0 18px;
-}
-
-.hentry .mejs-mediaelement,
-.widget .mejs-mediaelement,
-.hentry .mejs-container .mejs-controls,
-.widget .mejs-container .mejs-controls {
-	background: #000;
-}
-
-.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
-.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
-.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
-.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
-	background: #fff;
-}
-
-.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
-.widget .mejs-controls .mejs-time-rail .mejs-time-current {
-	background: #24890d;
-}
-
-.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
-.widget .mejs-controls .mejs-time-rail .mejs-time-total,
-.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
-.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
-	background: rgba(255, 255, 255, .33);
-}
-
-.hentry .mejs-container .mejs-controls .mejs-time,
-.widget .mejs-container .mejs-controls .mejs-time {
-	padding-top: 9px;
-}
-
-.hentry .mejs-controls .mejs-time-rail span,
-.widget .mejs-controls .mejs-time-rail span,
-.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
-.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
-.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
-.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
-	border-radius: 0;
-}
-
-.hentry .mejs-overlay-loading,
-.widget .mejs-overlay-loading {
-	background: transparent;
-}
-
-.hentry .mejs-overlay-button,
-.widget .mejs-overlay-button {
-	background-color: #fff;
-	background-image: none;
-	border-radius: 2px;
-	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
-	color: #000;
-	height: 36px;
-	width: 48px;
-}
-
-.hentry .mejs-overlay-button:before,
-.widget .mejs-overlay-button:before {
-	-webkit-font-smoothing: antialiased;
-	content: '\f452';
-	display: inline-block;
-	font: normal 32px/1.125 Genericons;
-	position: relative;
-	top: 1px;
-	left: 10px;
-}
-
-.hentry .mejs-controls .mejs-button button:focus,
-.widget .mejs-controls .mejs-button button:focus {
-	outline: none;
-}
-
-.hentry .mejs-controls .mejs-button button,
-.widget .mejs-controls .mejs-button button {
-	-webkit-font-smoothing: antialiased;
-	background: none;
-	color: #fff;
-	display: inline-block;
-	font: normal 16px/1 Genericons;
-}
-
-.hentry .mejs-playpause-button.mejs-play button:before,
-.widget .mejs-playpause-button.mejs-play button:before {
-	content: '\f452';
-}
-
-.hentry .mejs-playpause-button.mejs-pause button:before,
-.widget .mejs-playpause-button.mejs-pause button:before {
-	content: '\f448';
-}
-
-.hentry .mejs-volume-button.mejs-mute button:before,
-.widget .mejs-volume-button.mejs-mute button:before {
-	content: '\f109';
-	font-size: 20px;
-	position: absolute;
-	top: -2px;
-	left: 0;
-}
-
-.widget .mejs-volume-button.mejs-unmute button:before,
-.hentry .mejs-volume-button.mejs-unmute button:before {
-	content: '\f109';
-	left: 0;
-	position: absolute;
-	top: 0;
-}
-
-.hentry .mejs-fullscreen-button button:before,
-.widget .mejs-fullscreen-button button:before {
-	content: '\f474';
-}
-
-.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before,
-.widget .mejs-fullscreen-button.mejs-unfullscreen button:before {
-	content: '\f406';
-}
-
-.hentry .mejs-overlay:hover .mejs-overlay-button,
-.widget .mejs-overlay:hover .mejs-overlay-button {
-	background-color: #24890d;
-	color: #fff;
-}
-
-.hentry .mejs-controls .mejs-button button:hover,
-.widget .mejs-controls .mejs-button button:hover {
-	color: #41a62a;
-}
-
-.content-sidebar .wp-playlist-item .wp-playlist-caption {
-	color: #000;
-}
-
-/* Page links */
-
-.page-links {
-	clear: both;
-	font-size: 12px;
-	font-weight: 900;
-	line-height: 2;
-	margin: 24px 0;
-	text-transform: uppercase;
-}
-
-.page-links a,
-.page-links > span {
-	background: #fff;
-	border: 1px solid #fff;
-	display: inline-block;
-	height: 22px;
-	margin: 0 1px 2px 0;
-	text-align: center;
-	width: 22px;
-}
-
-.page-links a {
-	background: #000;
-	border: 1px solid #000;
-	color: #fff;
-	text-decoration: none;
-}
-
-.page-links a:hover {
-	background: #41a62a;
-	border: 1px solid #41a62a;
-	color: #fff;
-}
-
-.page-links > .page-links-title {
-	height: auto;
-	margin: 0;
-	padding-right: 7px;
-	width: auto;
-}
-
-
-/**
- * 6.5 Gallery
- * -----------------------------------------------------------------------------
- */
-
-.gallery {
-	margin-bottom: 20px;
-}
-
-.gallery-item {
-	float: left;
-	margin: 0 4px 4px 0;
-	overflow: hidden;
-	position: relative;
-}
-
-.gallery-columns-1 .gallery-item {
-	max-width: 100%;
-}
-
-.gallery-columns-2 .gallery-item {
-	max-width: 48%;
-	max-width: -webkit-calc(50% - 4px);
-	max-width:         calc(50% - 4px);
-}
-
-.gallery-columns-3 .gallery-item {
-	max-width: 32%;
-	max-width: -webkit-calc(33.3% - 4px);
-	max-width:         calc(33.3% - 4px);
-}
-
-.gallery-columns-4 .gallery-item {
-	max-width: 23%;
-	max-width: -webkit-calc(25% - 4px);
-	max-width:         calc(25% - 4px);
-}
-
-.gallery-columns-5 .gallery-item {
-	max-width: 19%;
-	max-width: -webkit-calc(20% - 4px);
-	max-width:         calc(20% - 4px);
-}
-
-.gallery-columns-6 .gallery-item {
-	max-width: 15%;
-	max-width: -webkit-calc(16.7% - 4px);
-	max-width:         calc(16.7% - 4px);
-}
-
-.gallery-columns-7 .gallery-item {
-	max-width: 13%;
-	max-width: -webkit-calc(14.28% - 4px);
-	max-width:         calc(14.28% - 4px);
-}
-
-.gallery-columns-8 .gallery-item {
-	max-width: 11%;
-	max-width: -webkit-calc(12.5% - 4px);
-	max-width:         calc(12.5% - 4px);
-}
-
-.gallery-columns-9 .gallery-item {
-	max-width: 9%;
-	max-width: -webkit-calc(11.1% - 4px);
-	max-width:         calc(11.1% - 4px);
-}
-
-.gallery-columns-1 .gallery-item:nth-of-type(1n),
-.gallery-columns-2 .gallery-item:nth-of-type(2n),
-.gallery-columns-3 .gallery-item:nth-of-type(3n),
-.gallery-columns-4 .gallery-item:nth-of-type(4n),
-.gallery-columns-5 .gallery-item:nth-of-type(5n),
-.gallery-columns-6 .gallery-item:nth-of-type(6n),
-.gallery-columns-7 .gallery-item:nth-of-type(7n),
-.gallery-columns-8 .gallery-item:nth-of-type(8n),
-.gallery-columns-9 .gallery-item:nth-of-type(9n) {
-	margin-right: 0;
-}
-
-.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
-.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
-.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
-.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
-.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
-.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
-.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
-.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
-.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
-.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
-.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
-.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
-	clear: left;
-}
-
-.gallery-caption {
-	background-color: rgba(0, 0, 0, 0.7);
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	color: #fff;
-	font-size: 12px;
-	line-height: 1.5;
-	margin: 0;
-	max-height: 50%;
-	opacity: 0;
-	padding: 6px 8px;
-	position: absolute;
-	bottom: 0;
-	left: 0;
-	text-align: left;
-	width: 100%;
-}
-
-.gallery-caption:before {
-	content: "";
-	height: 100%;
-	min-height: 49px;
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-}
-
-.gallery-item:hover .gallery-caption {
-	opacity: 1;
-}
-
-.gallery-columns-7 .gallery-caption,
-.gallery-columns-8 .gallery-caption,
-.gallery-columns-9 .gallery-caption,
-.widget-area .gallery-columns-2 .gallery-caption,
-.widget-area .gallery-columns-3 .gallery-caption,
-.widget-area .gallery-columns-4 .gallery-caption,
-.widget-area .gallery-columns-5 .gallery-caption,
-.widget-area .gallery-columns-6 .gallery-caption,
-.widget-area .gallery-columns-7 .gallery-caption,
-.widget-area .gallery-columns-8 .gallery-caption,
-.widget-area .gallery-columns-9 .gallery-caption {
-	display: none;
-}
-
-
-/**
- * 6.6 Post Formats
- * -----------------------------------------------------------------------------
- */
-
-.format-aside .entry-content,
-.format-aside .entry-summary,
-.format-quote .entry-content,
-.format-quote .entry-summary,
-.format-link .entry-content,
-.format-link .entry-summary {
-	padding-top: 0;
-}
-
-.site-content .format-link .entry-title,
-.site-content .format-aside .entry-title,
-.site-content .format-quote .entry-title {
-	display: none;
-}
-
-
-/**
- * 6.7 Post/Image/Paging Navigation
- * -----------------------------------------------------------------------------
- */
-
-.nav-links {
-	-webkit-hyphens: auto;
-	-moz-hyphens:    auto;
-	-ms-hyphens:     auto;
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	hyphens:         auto;
-	word-wrap: break-word;
-}
-
-.post-navigation,
-.image-navigation {
-	margin: 24px auto 48px;
-	max-width: 474px;
-	padding: 0 10px;
-}
-
-.post-navigation a,
-.image-navigation .previous-image,
-.image-navigation .next-image {
-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-	padding: 11px 0 12px;
-	width: 100%;
-}
-
-.post-navigation .meta-nav {
-	color: #767676;
-	display: block;
-	font-size: 12px;
-	font-weight: 900;
-	line-height: 2;
-	text-transform: uppercase;
-}
-
-.post-navigation a,
-.image-navigation a {
-	color: #2b2b2b;
-	display: block;
-	font-size: 14px;
-	font-weight: 700;
-	line-height: 1.7142857142;
-	text-transform: none;
-}
-
-.post-navigation a:hover,
-.image-navigation a:hover {
-	color: #41a62a;
-}
-
-/* Paging Navigation */
-
-.paging-navigation {
-	border-top: 5px solid #000;
-	margin: 48px 0;
-}
-
-.paging-navigation .loop-pagination {
-	margin-top: -5px;
-	text-align: center;
-}
-
-.paging-navigation .page-numbers {
-	border-top: 5px solid transparent;
-	display: inline-block;
-	font-size: 14px;
-	font-weight: 900;
-	margin-right: 1px;
-	padding: 7px 16px;
-	text-transform: uppercase;
-}
-
-.paging-navigation a {
-	color: #2b2b2b;
-}
-
-.paging-navigation .page-numbers.current {
-	border-top: 5px solid #24890d;
-}
-
-.paging-navigation a:hover {
-	border-top: 5px solid #41a62a;
-	color: #2b2b2b;
-}
-
-
-/**
- * 6.8 Attachments
- * -----------------------------------------------------------------------------
- */
-
-.attachment .content-sidebar,
-.attachment .post-thumbnail {
-	display: none;
-}
-
-.attachment .entry-content {
-	padding-top: 0;
-}
-
-.attachment footer.entry-meta {
-	text-transform: none;
-}
-
-.entry-attachment .attachment {
-	margin-bottom: 24px;
-}
-
-
-/**
- * 6.9 Archives
- * -----------------------------------------------------------------------------
- */
-
-.archive-header,
-.page-header {
-	margin: 24px auto;
-	max-width: 474px;
-}
-
-.archive-title,
-.page-title {
-	font-size: 16px;
-	font-weight: 900;
-	line-height: 1.5;
-	margin: 0;
-}
-
-.taxonomy-description,
-.author-description {
-	color: #767676;
-	font-size: 14px;
-	line-height: 1.2857142857;
-	padding-top: 18px;
-}
-
-.taxonomy-description p,
-.author-description p {
-	margin-bottom: 18px;
-}
-
-.taxonomy-description p:last-child,
-.author-description p:last-child {
-	margin-bottom: 0;
-}
-
-.taxonomy-description a,
-.author-description a {
-	text-decoration: underline;
-}
-
-.taxonomy-description a:hover,
-.author-description a:hover {
-	text-decoration: none;
-}
-
-
-/**
- * 6.10 Contributor Page
- * -----------------------------------------------------------------------------
- */
-
-.contributor {
-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing: border-box;
-	box-sizing:      border-box;
-	padding: 48px 10px;
-}
-
-.contributor:first-of-type {
-	padding-top: 24px;
-}
-
-.contributor-info {
-	margin: 0 auto;
-	max-width: 474px;
-}
-
-.contributor-avatar {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	float: left;
-	margin: 0 30px 20px 0;
-	padding: 2px;
-}
-
-.contributor-name {
-	font-size: 16px;
-	font-weight: 900;
-	line-height: 1.5;
-	margin: 0;
-}
-
-.contributor-bio a {
-	text-decoration: underline;
-}
-
-.contributor-bio a:hover {
-	text-decoration: none;
-}
-
-.contributor-posts-link {
-	display: inline-block;
-	line-height: normal;
-	padding: 10px 30px;
-}
-
-.contributor-posts-link:before {
-	content: "\f443";
-}
-
-
-/**
- * 6.11 404 Page
- * -----------------------------------------------------------------------------
- */
-
-.error404 .page-content {
-	padding-top: 0;
-}
-
-.error404 .page-content .search-form {
-	margin-bottom: 24px;
-}
-
-
-/**
- * 6.12 Full-width
- * -----------------------------------------------------------------------------
- */
-
-.full-width .hentry {
-	max-width: 100%;
-}
-
-
-/**
- * 6.13 Singular
- * -----------------------------------------------------------------------------
- */
-
-.singular .site-content .hentry.has-post-thumbnail {
-	margin-top: -48px;
-}
-
-
-/**
- * 6.14 Comments
- * -----------------------------------------------------------------------------
- */
-
-.comments-area {
-	margin: 48px auto;
-	max-width: 474px;
-	padding: 0 10px;
-}
-
-.comment-reply-title,
-.comments-title {
-	font: 900 16px/1.5 Lato, sans-serif;
-	margin: 0;
-	text-transform: uppercase;
-}
-
-.comment-list {
-	list-style: none;
-	margin: 0 0 48px 0;
-}
-
-.comment-author {
-	font-size: 14px;
-	line-height: 1.7142857142;
-}
-
-.comment-list .reply,
-.comment-metadata {
-	font-size: 12px;
-	line-height: 2;
-	text-transform: uppercase;
-}
-
-.comment-list .reply {
-	margin-top: 24px;
-}
-
-.comment-author .fn {
-	font-weight: 900;
-}
-
-.comment-author a {
-	color: #2b2b2b;
-}
-
-.comment-list .trackback a,
-.comment-list .pingback a,
-.comment-metadata a {
-	color: #767676;
-}
-
-.comment-author a:hover,
-.comment-list .pingback a:hover,
-.comment-list .trackback a:hover,
-.comment-metadata a:hover {
-	color: #41a62a;
-}
-
-.comment-list article,
-.comment-list .pingback,
-.comment-list .trackback {
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	margin-bottom: 24px;
-	padding-top: 24px;
-}
-
-.comment-list > li:first-child > article,
-.comment-list > .pingback:first-child,
-.comment-list > .trackback:first-child {
-	border-top: 0;
-}
-
-.comment-author {
-	position: relative;
-}
-
-.comment-author .avatar {
-	border: 1px solid rgba(0, 0, 0, 0.1);
-	height: 18px;
-	padding: 2px;
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 18px;
-}
-
-.bypostauthor > article .fn:before {
-	content: "\f408";
-	margin: 0 2px 0 -2px;
-	position: relative;
-	top: -1px;
-}
-
-.says {
-	display: none;
-}
-
-.comment-author,
-.comment-awaiting-moderation,
-.comment-content,
-.comment-list .reply,
-.comment-metadata {
-	padding-left: 30px;
-}
-
-.comment-edit-link {
-	margin-left: 10px;
-}
-
-.comment-edit-link:before {
-	content: "\f411";
-}
-
-.comment-reply-link:before,
-.comment-reply-login:before {
-	content: "\f412";
-	margin-right: 2px;
-}
-
-.comment-content {
-	-webkit-hyphens: auto;
-	-moz-hyphens:    auto;
-	-ms-hyphens:     auto;
-	hyphens:         auto;
-	word-wrap: break-word;
-}
-
-.comment-content ul,
-.comment-content ol {
-	margin: 0 0 24px 22px;
-}
-
-.comment-content li > ul,
-.comment-content li > ol {
-	margin-bottom: 0;
-}
-
-.comment-content > :last-child {
-	margin-bottom: 0;
-}
-
-.comment-list .children {
-	list-style: none;
-	margin-left: 15px;
-}
-
-.comment-respond {
-	margin-bottom: 24px;
-	padding: 0;
-}
-
-.comment .comment-respond {
-	margin-top: 24px;
-}
-
-.comment-respond h3 {
-	margin-top: 0;
-	margin-bottom: 24px;
-}
-
-.comment-notes,
-.comment-awaiting-moderation,
-.logged-in-as,
-.no-comments,
-.form-allowed-tags,
-.form-allowed-tags code {
-	color: #767676;
-}
-
-.comment-notes,
-.comment-awaiting-moderation,
-.logged-in-as {
-	font-size: 14px;
-	line-height: 1.7142857142;
-}
-
-.no-comments {
-	font-size: 16px;
-	font-weight: 900;
-	line-height: 1.5;
-	margin-top: 24px;
-	text-transform: uppercase;
-}
-
-.comment-form label {
-	display: block;
-}
-
-.comment-form input[type="text"],
-.comment-form input[type="email"],
-.comment-form input[type="url"] {
-	width: 100%;
-}
-
-.form-allowed-tags,
-.form-allowed-tags code {
-	font-size: 12px;
-	line-height: 1.5;
-}
-
-.required {
-	color: #c0392b;
-}
-
-.comment-reply-title small a {
-	color: #2b2b2b;
-	float: right;
-	height: 24px;
-	overflow: hidden;
-	width: 24px;
-}
-
-.comment-reply-title small a:hover {
-	color: #41a62a;
-}
-
-.comment-reply-title small a:before {
-	content: "\f405";
-	font-size: 32px;
-}
-
-.comment-navigation {
-	font-size: 12px;
-	line-height: 2;
-	margin-bottom: 48px;
-	text-transform: uppercase;
-}
-
-.comment-navigation .nav-next,
-.comment-navigation .nav-previous {
-	display: inline-block;
-}
-
-.comment-navigation .nav-previous a {
-	margin-right: 10px;
-}
-
-#comment-nav-above {
-	margin-top: 36px;
-	margin-bottom: 0;
-}
-
-.comment-form #wp-comment-cookies-consent {
-	margin: 0 10px 0 0;
-}
-
-.comment-form .comment-form-cookies-consent label {
-	display: inline;
-}
-
-/**
- * 7.0 Sidebars
- * -----------------------------------------------------------------------------
- */
-
-/* Secondary */
-
-#secondary {
-	background-color: #000;
-	border-top: 1px solid #000;
-	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
-	clear: both;
-	color: rgba(255, 255, 255, 0.7);
-	margin-top: -1px;
-	padding: 0 10px;
-	position: relative;
-	z-index: 2;
-}
-
-.site-description {
-	display: none;
-	font-size: 12px;
-	font-weight: 400;
-	line-height: 1.5;
-}
-
-/* Primary Sidebar */
-
-.primary-sidebar {
-	padding-top: 48px;
-}
-
-.secondary-navigation + .primary-sidebar {
-	padding-top: 0;
-}
-
-/* Content Sidebar */
-
-.content-sidebar {
-	border-top: 1px solid rgba(0, 0, 0, 0.1);
-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	color: #767676;
-	padding: 48px 10px 0;
-}
-
-
-/**
- * 7.1 Widgets
- * -----------------------------------------------------------------------------
- */
-
-/* Primary Sidebar, Footer Sidebar */
-
-.widget {
-	font-size: 14px;
-	-webkit-hyphens: auto;
-	-moz-hyphens:    auto;
-	-ms-hyphens:     auto;
-	hyphens:         auto;
-	line-height: 1.2857142857;
-	margin-bottom: 48px;
-	width: 100%;
-	word-wrap: break-word;
-}
-
-.widget a {
-	color: #fff;
-}
-
-.widget a:hover {
-	color: #41a62a;
-}
-
-.widget h1,
-.widget h2,
-.widget h3,
-.widget h4,
-.widget h5,
-.widget h6 {
-	margin: 24px 0 12px;
-}
-
-.widget h1 {
-	font-size: 22px;
-	line-height: 1.0909090909;
-}
-
-.widget h2 {
-	font-size: 20px;
-	line-height: 1.2;
-}
-
-.widget h3 {
-	font-size: 18px;
-	line-height: 1.3333333333;
-}
-
-.widget h4 {
-	font-size: 16px;
-	line-height: 1.5;
-}
-
-.widget h5 {
-	font-size: 14px;
-	line-height: 1.7142857142;
-}
-
-.widget h6 {
-	font-size: 12px;
-	line-height: 2;
-}
-
-.widget address {
-	margin-bottom: 18px;
-}
-
-.widget abbr[title] {
-	border-color: rgba(255, 255, 255, 0.7);
-}
-
-.widget mark,
-.widget ins {
-	color: #000;
-}
-
-.widget pre,
-.widget fieldset {
-	border-color: rgba(255, 255, 255, 0.2);
-}
-
-.widget code,
-.widget kbd,
-.widget tt,
-.widget var,
-.widget samp,
-.widget pre {
-	font-size: 12px;
-	line-height: 1.5;
-}
-
-.widget blockquote {
-	color: rgba(255, 255, 255, 0.7);
-	font-size: 18px;
-	line-height: 1.5;
-	margin-bottom: 18px;
-}
-
-.widget blockquote cite {
-	color: #fff;
-	font-size: 14px;
-	line-height: 1.2857142857;
-}
-
-.widget dl,
-.widget dd {
-	margin-bottom: 18px;
-}
-
-.widget ul,
-.widget ol {
-	list-style: none;
-	margin: 0;
-}
-
-.widget li > ol,
-.widget li > ul {
-	margin-left: 10px;
-}
-
-.widget table,
-.widget th,
-.widget td {
-	border-color: rgba(255, 255, 255, 0.2);
-}
-
-.widget table {
-	margin-bottom: 18px;
-}
-
-.widget del {
-	color: rgba(255, 255, 255, 0.4);
-}
-
-.widget hr {
-	background-color: rgba(255, 255, 255, 0.2);
-}
-
-.widget p {
-	margin-bottom: 18px;
-}
-
-.widget-area .widget input,
-.widget-area .widget textarea {
-	background-color: rgba(255, 255, 255, 0.1);
-	border-color: rgba(255, 255, 255, 0.2);
-	color: #fff;
-	font-size: 16px;
-	padding: 1px 2px 2px 4px;
-}
-
-.widget-area .widget input:focus,
-.widget-area .widget textarea:focus {
-	border-color: rgba(255, 255, 255, 0.3);
-}
-
-.widget button,
-.widget .button,
-.widget input[type="button"],
-.widget input[type="reset"],
-.widget input[type="submit"] {
-	background-color: #24890d;
-	border: 0;
-	font-size: 12px;
-	padding: 5px 15px 4px;
-}
-
-.widget input[type="button"]:hover,
-.widget input[type="button"]:focus,
-.widget input[type="reset"]:hover,
-.widget input[type="reset"]:focus,
-.widget input[type="submit"]:hover,
-.widget input[type="submit"]:focus {
-	background-color: #41a62a;
-}
-
-.widget input[type="button"]:active,
-.widget input[type="reset"]:active,
-.widget input[type="submit"]:active {
-	background-color: #55d737;
-}
-
-.widget .wp-caption {
-	color: rgba(255, 255, 255, 0.7);
-	margin-bottom: 18px;
-}
-
-.widget .widget-title {
-	font-size: 14px;
-	font-weight: 700;
-	line-height: 1.7142857142;
-	margin: 0 0 24px 0;
-	text-transform: uppercase;
-}
-
-.widget-title,
-.widget-title a {
-	color: #fff;
-}
-
-.widget-title a:hover {
-	color: #41a62a;
-}
-
-/* Calendar Widget*/
-
-.widget_calendar table {
-	line-height: 2;
-	margin: 0;
-}
-
-.widget_calendar caption {
-	color: #fff;
-	font-weight: 700;
-	line-height: 1.7142857142;
-	margin-bottom: 18px;
-	text-align: left;
-	text-transform: uppercase;
-}
-
-.widget_calendar thead th {
-	background-color: rgba(255, 255, 255, 0.1);
-}
-
-.widget_calendar tbody td,
-.widget_calendar thead th {
-	text-align: center;
-}
-
-.widget_calendar tbody a {
-	background-color: #24890d;
-	color: #fff;
-	display: block;
-}
-
-.widget_calendar tbody a:hover {
-	background-color: #41a62a;
-}
-
-.widget_calendar tbody a:hover {
-	color: #fff;
-}
-
-.widget_calendar #prev {
-	padding-left: 5px;
-}
-
-.widget_calendar #next {
-	padding-right: 5px;
-	text-align: right;
-}
-
-/* Ephemera Widget*/
-
-.widget_twentyfourteen_ephemera > ol > li {
-	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
-	margin-bottom: 18px;
-	padding: 0;
-}
-
-.widget_twentyfourteen_ephemera .hentry {
-	margin: 0;
-	max-width: 100%;
-}
-
-.widget_twentyfourteen_ephemera .entry-title,
-.widget_twentyfourteen_ephemera .entry-meta,
-.widget_twentyfourteen_ephemera .wp-caption-text,
-.widget_twentyfourteen_ephemera .post-format-archive-link,
-.widget_twentyfourteen_ephemera .entry-content table {
-	font-size: 12px;
-	line-height: 1.5;
-}
-
-.widget_twentyfourteen_ephemera .entry-title {
-	display: inline;
-	font-weight: 400;
-}
-
-.widget_twentyfourteen_ephemera .entry-meta {
-	margin-bottom: 18px;
-}
-
-.widget_twentyfourteen_ephemera .entry-meta a {
-	color: rgba(255, 255, 255, 0.7);
-}
-
-.widget_twentyfourteen_ephemera .entry-meta a:hover {
-	color: #41a62a;
-}
-
-.widget_twentyfourteen_ephemera .entry-content ul,
-.widget_twentyfourteen_ephemera .entry-content ol {
-	margin: 0 0 18px 20px;
-}
-
-.widget_twentyfourteen_ephemera .entry-content ul {
-	list-style: disc;
-}
-
-.widget_twentyfourteen_ephemera .entry-content ol {
-	list-style: decimal;
-}
-
-.widget_twentyfourteen_ephemera .entry-content li > ul,
-.widget_twentyfourteen_ephemera .entry-content li > ol {
-	margin: 0 0 0 20px;
-}
-
-.widget_twentyfourteen_ephemera .entry-content th,
-.widget_twentyfourteen_ephemera .entry-content td {
-	padding: 6px;
-}
-
-.widget_twentyfourteen_ephemera .post-format-archive-link {
-	font-weight: 700;
-	text-transform: uppercase;
-}
-
-/* List Style Widgets*/
-
-.widget_archive li,
-.widget_categories li,
-.widget_links li,
-.widget_meta li,
-.widget_nav_menu li,
-.widget_pages li,
-.widget_recent_comments li,
-.widget_recent_entries li,
-.widget_text li {
-	border-top: 1px solid rgba(255, 255, 255, 0.2);
-	padding: 8px 0 9px;
-}
-
-.widget_archive li:first-child,
-.widget_categories li:first-child,
-.widget_links li:first-child,
-.widget_meta li:first-child,
-.widget_nav_menu li:first-child,
-.widget_pages li:first-child,
-.widget_recent_comments li:first-child,
-.widget_recent_entries li:first-child,
-.widget_text li {
-	border-top: 0;
-}
-
-.widget_categories li ul,
-.widget_nav_menu li ul,
-.widget_pages li ul {
-	border-top: 1px solid rgba(255, 255, 255, 0.2);
-	margin-top: 9px;
-}
-
-.widget_categories li li:last-child,
-.widget_nav_menu li li:last-child,
-.widget_pages li li:last-child,
-.widget_text li li:last-child {
-	padding-bottom: 0;
-}
-
-.tagcloud ul {
-	list-style-type: none;
-}
-
-.tagcloud ul li {
-	display: inline-block;
-}
-
-/* Recent Posts Widget */
-
-.widget_recent_entries .post-date {
-	display: block;
-}
-
-/* RSS Widget */
-
-.rsswidget img {
-	margin-top: -4px;
-}
-
-.rssSummary {
-	margin: 9px 0;
-}
-
-.rss-date {
-	display: block;
-}
-
-.widget_rss li {
-	margin-bottom: 18px;
-}
-
-.widget_rss li:last-child {
-	margin-bottom: 0;
-}
-
-/* Text Widget */
-
-.widget_text > div > :last-child {
-	margin-bottom: 0;
-}
-
-.widget_text ul,
-.widget_text ol {
-	margin: 0 0 12px 10px;
-}
-
-.widget_text li > ul,
-.widget_text li > ol {
-	margin-bottom: 0;
-}
-
-.widget_text ul {
-	list-style: disc inside;
-}
-
-.widget_text ol {
-	list-style: decimal inside;
-}
-
-
-/**
- * 7.2 Content Sidebar Widgets
- * -----------------------------------------------------------------------------
- */
-
-.content-sidebar .widget a {
-	color: #24890d;
-}
-
-.content-sidebar .widget a:hover {
-	color: #41a62a;
-}
-
-.content-sidebar .widget pre {
-	border-color: rgba(0, 0, 0, 0.1);
-}
-
-.content-sidebar .widget mark,
-.content-sidebar .widget ins {
-	color: #2b2b2b;
-}
-
-.content-sidebar .widget abbr[title] {
-	border-color: #2b2b2b;
-}
-
-.content-sidebar .widget fieldset {
-	border-color: rgba(0, 0, 0, 0.1);
-}
-
-.content-sidebar .widget blockquote {
-	color: #767676;
-}
-
-.content-sidebar .widget blockquote cite {
-	color: #2b2b2b;
-}
-
-.content-sidebar .widget li > ol,
-.content-sidebar .widget li > ul {
-	margin-left: 18px;
-}
-
-.content-sidebar .widget table,
-.content-sidebar .widget th,
-.content-sidebar .widget td {
-	border-color: rgba(0, 0, 0, 0.1);
-}
-
-.content-sidebar .widget del {
-	color: #767676;
-}
-
-.content-sidebar .widget hr {
-	background-color: rgba(0, 0, 0, 0.1);
-}
-
-.content-sidebar .widget input,
-.content-sidebar .widget textarea {
-	background-color: #fff;
-	border-color: rgba(0, 0, 0, 0.1);
-	color: #2b2b2b;
-}
-
-.content-sidebar .widget input:focus,
-.content-sidebar .widget textarea:focus {
-	border-color: rgba(0, 0, 0, 0.3);
-}
-
-.content-sidebar .widget input[type="button"],
-.content-sidebar .widget input[type="reset"],
-.content-sidebar .widget input[type="submit"] {
-	background-color: #24890d;
-	border: 0;
-	color: #fff;
-}
-
-.content-sidebar .widget input[type="button"]:hover,
-.content-sidebar .widget input[type="button"]:focus,
-.content-sidebar .widget input[type="reset"]:hover,
-.content-sidebar .widget input[type="reset"]:focus,
-.content-sidebar .widget input[type="submit"]:hover,
-.content-sidebar .widget input[type="submit"]:focus {
-	background-color: #41a62a;
-}
-
-.content-sidebar .widget input[type="button"]:active,
-.content-sidebar .widget input[type="reset"]:active,
-.content-sidebar .widget input[type="submit"]:active {
-	background-color: #55d737;
-}
-
-.content-sidebar .widget .wp-caption {
-	color: #767676;
-}
-
-.content-sidebar .widget .widget-title {
-	border-top: 5px solid #000;
-	color: #2b2b2b;
-	font-size: 14px;
-	font-weight: 900;
-	margin: 0 0 18px;
-	padding-top: 7px;
-	text-transform: uppercase;
-}
-
-.content-sidebar .widget .widget-title a {
-	color: #2b2b2b;
-}
-
-.content-sidebar .widget .widget-title a:hover {
-	color: #41a62a;
-}
-
-/* List Style Widgets*/
-
-.content-sidebar .widget_archive li,
-.content-sidebar .widget_categories li,
-.content-sidebar .widget_links li,
-.content-sidebar .widget_meta li,
-.content-sidebar .widget_nav_menu li,
-.content-sidebar .widget_pages li,
-.content-sidebar .widget_recent_comments li,
-.content-sidebar .widget_recent_entries li,
-.content-sidebar .widget_categories li ul,
-.content-sidebar .widget_nav_menu li ul,
-.content-sidebar .widget_pages li ul,
-.content-sidebar .widget_text li ul {
-	border-color: rgba(0, 0, 0, 0.1);
-}
-
-/* Calendar Widget */
-
-.content-sidebar .widget_calendar caption {
-	color: #2b2b2b;
-	font-weight: 900;
-}
-
-.content-sidebar .widget_calendar thead th {
-	background-color: rgba(0, 0, 0, 0.02);
-}
-
-.content-sidebar .widget_calendar tbody a,
-.content-sidebar .widget_calendar tbody a:hover {
-	color: #fff;
-}
-
-/* Ephemera widget*/
-
-.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
-	line-height: 1.2857142857;
-	padding-top: 1px;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
-	background-color: #000;
-	color: #fff;
-	margin: -1px 9px 0 0;
-	padding: 6px 0 9px;
-	text-align: center;
-	vertical-align: middle;
-	width: 36px;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
-	content: "\f104";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
-	content: "\f109";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
-	content: "\f473";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
-	content: "\f103";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
-	content: "\f101";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
-	content: "\f106";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
-	content: "\f107";
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
-	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
-	color: #ccc;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
-	color: #767676;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
-	color: #41a62a;
-}
-
-.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
-	font-size: 13px;
-	line-height: 1.3846153846;
-}
-
-.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
-	font-weight: 900;
-}
-
-
-/**
- * 8.0 Footer
- * -----------------------------------------------------------------------------
- */
-
-#supplementary {
-	padding: 0 10px;
-}
-
-.site-footer,
-.site-info,
-.site-info a {
-	color: rgba(255, 255, 255, 0.7);
-}
-
-.site-footer {
-	background-color: #000;
-	font-size: 12px;
-	position: relative;
-	z-index: 3;
-}
-
-.footer-sidebar {
-	padding-top: 48px;
-}
-
-.site-info {
-	padding: 15px 10px;
-}
-
-#supplementary + .site-info {
-	border-top: 1px solid rgba(255, 255, 255, 0.2);
-}
-
-.site-info a:hover {
-	color: #41a62a;
-}
-
-.site-info span[role=separator] {
-	padding: 0 0.25em 0 0.5em;
-}
-
-.site-info span[role=separator]::before {
-	content: '\002f';
-}
-
-/**
- * 9.0 Featured Content
- * -----------------------------------------------------------------------------
- */
-
-.featured-content {
-	background: #000 url(images/pattern-dark.svg) repeat fixed;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	position: relative;
-	width: 100%;
-}
-
-.featured-content-inner {
-	overflow: hidden;
-}
-
-.featured-content .hentry {
-	color: #fff;
-	margin: 0;
-	max-width: 100%;
-	width: 100%;
-}
-
-.featured-content .post-thumbnail,
-.featured-content .post-thumbnail:hover {
-	background: transparent;
-}
-
-.featured-content .post-thumbnail {
-	display: block;
-	position: relative;
-	padding-top: 55.357142857%;
-	overflow: hidden;
-}
-
-.featured-content .post-thumbnail img {
-	left: 0;
-	position: absolute;
-	top: 0;
-}
-
-.featured-content .entry-header {
-	background-color: #000;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	min-height: 96px;
-	overflow: hidden;
-	padding: 24px 10px;
-}
-
-.featured-content a {
-	color: #fff;
-}
-
-.featured-content a:hover {
-	color: #41a62a;
-}
-
-.featured-content .entry-meta {
-	color: #fff;
-	font-size: 11px;
-	font-weight: 700;
-	line-height: 1.0909090909;
-	margin-bottom: 12px;
-}
-
-.featured-content .cat-links {
-	font-weight: 700;
-}
-
-.featured-content .entry-title {
-	font-size: 18px;
-	font-weight: 300;
-	line-height: 1.3333333333;
-	margin: 0;
-	text-transform: uppercase;
-}
-
-
-/* Slider */
-
-.slider .featured-content .hentry {
-	-webkit-backface-visibility: hidden;
-	display: none;
-	position: relative;
-}
-
-.slider .featured-content .post-thumbnail {
-	padding-top: 55.49132947%;
-}
-
-.slider-control-paging {
-	background-color: #000;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	float: left;
-	list-style: none;
-	margin: -24px 0 0 0;
-	position: relative;
-	width: 100%;
-	z-index: 3;
-}
-
-.slider-control-paging li {
-	float: left;
-	margin: 2px 4px 2px 0;
-}
-
-.slider-control-paging li:last-child {
-	margin-right: 0;
-}
-
-.slider-control-paging a {
-	cursor: pointer;
-	display: block;
-	height: 44px;
-	position: relative;
-	text-indent: -999em;
-	width: 44px;
-}
-
-.slider-control-paging a:before {
-	background-color: #4d4d4d;
-	content: "";
-	height: 12px;
-	left: 10px;
-	position: absolute;
-	top: 16px;
-	width: 12px;
-}
-
-.slider-control-paging a:hover:before {
-	background-color: #41a62a;
-}
-
-.slider-control-paging .slider-active:before,
-.slider-control-paging .slider-active:hover:before {
-	background-color: #24890d;
-}
-
-.slider-direction-nav {
-	clear: both;
-	list-style: none;
-	margin: 0;
-	position: relative;
-	width: 100%;
-	z-index: 3;
-}
-
-.slider-direction-nav li {
-	border-color: #fff;
-	border-style: solid;
-	border-width: 2px 1px 0 0;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	box-sizing:         border-box;
-	float: left;
-	text-align: center;
-	width: 50%;
-}
-
-.slider-direction-nav li:last-child {
-	border-width: 2px 0 0 1px;
-}
-
-.slider-direction-nav a {
-	background-color: #000;
-	display: block;
-	font-size: 0;
-	height: 46px;
-}
-
-.slider-direction-nav a:hover {
-	background-color: #24890d;
-}
-
-.slider-direction-nav a:before {
-	color: #fff;
-	content: "\f430";
-	font-size: 32px;
-	line-height: 46px;
-}
-
-.slider-direction-nav .slider-next:before {
-	content: "\f429";
-}
-
-.slider-direction-nav .slider-disabled {
-	display: none;
-}
-
-
-/**
- * 10.0 Multisite
- * -----------------------------------------------------------------------------
- */
-
-.site-main .widecolumn {
-	padding-top: 72px;
-	width: auto;
-}
-.site-main .mu_register,
-.widecolumn > h2,
-.widecolumn > form {
-	margin: 0 auto 48px;
-	max-width: 474px;
-	padding: 0 30px;
-}
-
-.site-main .mu_register #blog_title,
-.site-main .mu_register #user_email,
-.site-main .mu_register #blogname,
-.site-main .mu_register #user_name {
-	font-size: inherit;
-	width: 90%;
-}
-
-.site-main .mu_register input[type="submit"],
-.widecolumn #submit {
-	font-size: inherit;
-	width: auto;
-}
-
-
-/**
- * 11.0 Media Queries
- * -----------------------------------------------------------------------------
- */
-
-/* Does the same thing as <meta name="viewport" content="width=device-width">,
- * but in the future W3C standard way. -ms- prefix is required for IE10+ to
- * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
- * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
- */
-@-ms-viewport {
-	width: device-width;
-}
-
-@viewport {
-	width: device-width;
-}
-
-/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
-@media screen and (max-width:800px) {
-	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
-		padding-left: 8px;
-	}
-
-	.site-header .customize-partial-edit-shortcut button {
-		top: 10px;
-	}
-}
-
-
-@media screen and (max-width: 400px) {
-	.list-view .site-content .post-thumbnail {
-		background: none;
-		width: auto;
-		z-index: 2;
-	}
-
-	.list-view .site-content .post-thumbnail img {
-		float: left;
-		margin: 0 10px 3px 0;
-		width: 84px;
-	}
-
-	.list-view .site-content .entry-header {
-		background-color: transparent;
-		padding: 0;
-	}
-
-	.list-view .content-area {
-		padding: 0 10px;
-	}
-
-	.list-view .site-content .hentry {
-		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-		margin: 0;
-		min-height: 60px;
-		padding: 12px 0 9px;
-	}
-
-	.list-view .site-content .cat-links,
-	.list-view .site-content .type-post .entry-content,
-	.list-view .site-content .type-page .entry-content,
-	.list-view .site-content .type-post .entry-summary,
-	.list-view .site-content .type-page .entry-summary,
-	.list-view .site-content footer.entry-meta {
-		display: none;
-	}
-
-	.list-view .site-content .entry-title {
-		clear: none;
-		font-size: 15px;
-		font-weight: 900;
-		line-height: 1.2;
-		margin-bottom: 6px;
-		text-transform: none;
-	}
-
-	.list-view .site-content .format-aside .entry-title,
-	.list-view .site-content .format-link .entry-title,
-	.list-view .site-content .format-quote .entry-title {
-		display: block;
-	}
-
-	.list-view .site-content .entry-meta {
-		background-color: transparent;
-		clear: none;
-		margin: 0;
-		text-transform: none;
-	}
-
-	.archive-header,
-	.page-header {
-		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-		margin: 24px auto 0;
-		padding-bottom: 24px;
-	}
-
-	.error404 .page-header {
-		border-bottom: 0;
-		margin: 0 auto 24px;
-		padding: 0 10px;
-	}
-}
-
-/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
-@media screen and (max-width:320px) {
-	.site-header .customize-partial-edit-shortcut button {
-		left: -32px;
-	}
-
-	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
-		padding-left: 28px;
-	}
-}
-
-@media screen and (min-width: 401px) {
-	a.post-thumbnail:hover img {
-		opacity: 0.85;
-	}
-
-	.full-size-link:before,
-	.parent-post-link:before,
-	.site-content span + .byline:before,
-	.site-content span + .comments-link:before,
-	.site-content span + .edit-link:before,
-	.site-content span + .entry-date:before {
-		content: "";
-	}
-
-	.attachment span.entry-date:before,
-	.entry-content .edit-link a:before,
-	.entry-meta .edit-link a:before,
-	.site-content .byline a:before,
-	.site-content .comments-link a:before,
-	.site-content .entry-date a:before,
-	.site-content .featured-post:before,
-	.site-content .full-size-link a:before,
-	.site-content .parent-post-link a:before,
-	.site-content .post-format a:before {
-		-webkit-font-smoothing: antialiased;
-		display: inline-block;
-		font: normal 16px/1 Genericons;
-		text-decoration: inherit;
-		vertical-align: text-bottom;
-	}
-
-	.site-content .entry-meta > span {
-		margin-right: 10px;
-	}
-
-	.site-content .format-video .post-format a:before {
-		content: "\f104";
-	}
-
-	.site-content .format-audio .post-format a:before {
-		content: "\f109";
-	}
-
-	.site-content .format-image .post-format a:before {
-		content: "\f473";
-	}
-
-	.site-content .format-quote .post-format a:before {
-		content: "\f106";
-		margin-right: 2px;
-	}
-
-	.site-content .format-gallery .post-format a:before {
-		content: "\f103";
-		margin-right: 4px;
-	}
-
-	.site-content .format-aside .post-format a:before {
-		content: "\f101";
-		margin-right: 2px;
-	}
-
-	.site-content .format-link .post-format a:before {
-		content: "\f107";
-		position: relative;
-		top: 1px;
-	}
-
-	.site-content .featured-post:before {
-		content: "\f308";
-		margin-right: 3px;
-		position: relative;
-		top: 1px;
-	}
-
-	.site-content .entry-date a:before,
-	.attachment .site-content span.entry-date:before {
-		content: "\f303";
-		margin-right: 1px;
-		position: relative;
-		top: 1px;
-	}
-
-	.site-content .byline a:before {
-		content: "\f304";
-	}
-
-	.site-content .comments-link a:before {
-		content: "\f300";
-		margin-right: 2px;
-	}
-
-	.entry-content .edit-link a:before,
-	.entry-meta .edit-link a:before {
-		content: "\f411";
-	}
-
-	.site-content .full-size-link a:before {
-		content: "\f402";
-		margin-right: 1px;
-	}
-
-	.site-content .parent-post-link a:before {
-		content: "\f301";
-	}
-
-	.list-view .site-content .hentry {
-		border-top: 1px solid rgba(0, 0, 0, 0.1);
-		padding-top: 48px;
-	}
-
-	.list-view .site-content .hentry:first-of-type,
-	.list-view .site-content .hentry.has-post-thumbnail {
-		border-top: 0;
-		padding-top: 0;
-	}
-
-	.archive-header,
-	.page-header {
-		margin: 0 auto 60px;
-		padding: 0 10px;
-	}
-
-	.error404 .page-header {
-		margin-bottom: 24px;
-	}
-}
-
-@media screen and (min-width: 594px) {
-	.site-content .entry-header {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-
-	.site-content .has-post-thumbnail .entry-header {
-		margin-top: -48px;
-	}
-}
-
-@media screen and (min-width: 673px) {
-	.header-main {
-		padding: 0 30px;
-	}
-
-	.search-toggle {
-		margin-right: 18px;
-	}
-
-	.search-box .search-field {
-		width: 50%;
-	}
-
-	.content-area {
-		float: left;
-		width: 100%;
-	}
-
-	.site-content {
-		margin-right: 33.33333333%;
-	}
-
-	.site-content .has-post-thumbnail .entry-header {
-		margin-top: 0;
-	}
-
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-
-	.singular .site-content .hentry.has-post-thumbnail {
-		margin-top: 0;
-	}
-
-	.full-width .site-content {
-		margin-right: 0;
-	}
-
-	.full-width .site-content .has-post-thumbnail .entry-header,
-	.full-width .site-content .hentry.has-post-thumbnail:first-child {
-		margin-top: -48px;
-	}
-
-	#secondary,
-	#supplementary {
-		padding: 0 30px;
-	}
-
-	.content-sidebar {
-		border: 0;
-		float: right;
-		margin-left: -33.33333333%;
-		padding: 48px 30px 24px;
-		position: relative;
-		width: 33.33333333%;
-	}
-
-	.grid .featured-content .hentry {
-		float: left;
-		width: 50%;
-	}
-
-	.grid .featured-content .hentry:nth-child( 2n+1 ) {
-		clear: both;
-	}
-
-	.grid .featured-content .entry-header {
-		border-color: #000;
-		border-style: solid;
-		border-width: 12px 10px;
-		height: 96px;
-		padding: 0;
-	}
-
-	.slider .featured-content .entry-title {
-		font-size: 22px;
-		line-height: 1.0909090909;
-	}
-
-	.slider .featured-content .entry-header {
-		min-height: inherit;
-		padding: 24px 30px 48px;
-		position: absolute;
-		left: 0;
-		bottom: 0;
-		width: 50%;
-		z-index: 3;
-	}
-
-	.slider-control-paging {
-		background: transparent;
-		margin-top: -48px;
-		padding-left: 20px;
-		width: 50%;
-	}
-
-	.slider-direction-nav {
-		clear: none;
-		float: right;
-		margin-top: -48px;
-		width: 98px;
-	}
-
-	.slider-direction-nav li {
-		border: 0;
-		padding: 0 1px 0 0;
-	}
-
-	.slider-direction-nav li:last-child {
-		padding: 0 0 0 1px;
-	}
-
-	.slider-direction-nav a {
-		height: 48px;
-	}
-
-	.slider-direction-nav a:before {
-		line-height: 48px;
-	}
-
-	.site-info {
-		padding: 15px 30px;
-	}
-}
-
-@media screen and (min-width: 783px) {
-	.site-title {
-		/* Search-toggle width = 48px */
-		max-width: -webkit-calc(100% - 48px);
-		max-width:         calc(100% - 48px);
-	}
-
-	.header-main {
-		padding-right: 0;
-	}
-
-	.search-toggle {
-		margin-right: 0;
-	}
-
-	/* Fixed Header */
-
-	.masthead-fixed .site-header {
-		position: fixed;
-		top: 0;
-	}
-
-	.admin-bar.masthead-fixed .site-header {
-		top: 32px;
-	}
-
-	.masthead-fixed .site-main {
-		margin-top: 48px;
-	}
-
-	/* Navigation */
-
-	.site-navigation li .current_page_item > a,
-	.site-navigation li .current_page_ancestor > a,
-	.site-navigation li .current-menu-item > a,
-	.site-navigation li .current-menu-ancestor > a {
-		color: #fff;
-	}
-
-	/* Primary Navigation */
-
-	.primary-navigation {
-		float: right;
-		font-size: 11px;
-		margin: 0 1px 0 -12px;
-		padding: 0;
-		text-transform: uppercase;
-	}
-
-	.primary-navigation .menu-toggle {
-		display: none;
-		padding: 0;
-	}
-
-	.primary-navigation .nav-menu {
-		border-bottom: 0;
-		display: block;
-	}
-
-	.primary-navigation.toggled-on {
-		border-bottom: 0;
-		margin: 0;
-		padding: 0;
-	}
-
-	.primary-navigation li {
-		border: 0;
-		display: inline-block;
-		height: 48px;
-		line-height: 48px;
-		position: relative;
-	}
-
-	.primary-navigation a {
-		display: inline-block;
-		padding: 0 12px;
-		white-space: nowrap;
-	}
-
-	.primary-navigation ul ul {
-		background-color: #24890d;
-		float: left;
-		margin: 0;
-		position: absolute;
-		top: 48px;
-		left: -999em;
-		z-index: 99999;
-	}
-
-	.primary-navigation li li {
-		border: 0;
-		display: block;
-		height: auto;
-		line-height: 1.0909090909;
-	}
-
-	.primary-navigation ul ul ul {
-		left: -999em;
-		top: 0;
-	}
-
-	.primary-navigation ul ul a {
-		padding: 18px 12px;
-		white-space: normal;
-		width: 176px;
-	}
-
-	.primary-navigation li:hover > a,
-	.primary-navigation li.focus > a {
-		background-color: #24890d;
-		color: #fff;
-	}
-
-	.primary-navigation ul ul a:hover,
-	.primary-navigation ul ul li.focus > a {
-		background-color: #41a62a;
-	}
-
-	.primary-navigation ul li:hover > ul,
-	.primary-navigation ul li.focus > ul {
-		left: auto;
-	}
-
-	.primary-navigation ul ul li:hover > ul,
-	.primary-navigation ul ul li.focus > ul {
-		left: 100%;
-	}
-
-	.primary-navigation .menu-item-has-children > a,
-	.primary-navigation .page_item_has_children > a {
-		padding-right: 26px;
-	}
-
-	.primary-navigation .menu-item-has-children > a:after,
-	.primary-navigation .page_item_has_children > a:after {
-		-webkit-font-smoothing: antialiased;
-		content: "\f502";
-		display: inline-block;
-		font: normal 8px/1 Genericons;
-		position: absolute;
-		right: 12px;
-		top: 22px;
-		vertical-align: text-bottom;
-	}
-
-	.primary-navigation li .menu-item-has-children > a,
-	.primary-navigation li .page_item_has_children > a {
-		padding-right: 20px;
-		width: 168px;
-	}
-
-	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
-	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
-	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
-	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
-		content: "\f501";
-		right: 8px;
-		top: 20px;
-	}
-}
-
-@media screen and (min-width: 810px) {
-	.attachment .entry-attachment .attachment {
-		margin-right: -168px;
-		margin-left: -168px;
-		max-width: 810px;
-	}
-
-	.attachment .site-content .attachment img {
-		display: block;
-		margin: 0 auto;
-	}
-
-	.contributor-avatar {
-		margin-left: -168px;
-	}
-
-	.contributor-summary {
-		float: left;
-	}
-
-	.full-width .site-content blockquote.alignleft,
-	.full-width .site-content blockquote.alignright {
-		width: -webkit-calc(50% + 130px);
-		width:         calc(50% + 130px);
-	}
-
-	.full-width .site-content blockquote.alignleft,
-	.full-width .site-content img.size-full.alignleft,
-	.full-width .site-content img.size-large.alignleft,
-	.full-width .site-content img.size-medium.alignleft,
-	.full-width .site-content .wp-caption.alignleft {
-		margin-left: -168px;
-	}
-
-	.full-width .site-content .alignleft {
-		clear: left;
-	}
-
-	.full-width .site-content blockquote.alignright,
-	.full-width .site-content img.size-full.alignright,
-	.full-width .site-content img.size-large.alignright,
-	.full-width .site-content img.size-medium.alignright,
-	.full-width .site-content .wp-caption.alignright {
-		margin-right: -168px;
-	}
-
-	.full-width .site-content .alignright {
-		clear: right;
-	}
-}
-
-@media screen and (min-width: 846px) {
-	.content-area,
-	.content-sidebar {
-		padding-top: 72px;
-	}
-
-	.site-content .has-post-thumbnail .entry-header {
-		margin-top: -48px;
-	}
-
-	.comment-list .trackback,
-	.comment-list .pingback,
-	.comment-list article {
-		margin-bottom: 36px;
-		padding-top: 36px;
-	}
-
-	.comment-author .avatar {
-		height: 34px;
-		top: 2px;
-		width: 34px;
-	}
-
-	.comment-author,
-	.comment-awaiting-moderation,
-	.comment-content,
-	.comment-list .reply,
-	.comment-metadata {
-		padding-left: 50px;
-	}
-
-	.comment-list .children {
-		margin-left: 20px;
-	}
-
-	.full-width .site-content .hentry.has-post-thumbnail:first-child {
-		margin-top: -72px;
-	}
-
-	.featured-content {
-		margin-bottom: 0;
-	}
-}
-
-@media screen and (min-width: 1008px) {
-	.search-box-wrapper {
-		padding-left: 182px;
-	}
-
-	.main-content {
-		float: left;
-	}
-
-	.site-content {
-		margin-right: 29.04761904%;
-		margin-left: 182px;
-	}
-
-	.site-content .entry-header {
-		margin-top: 0;
-	}
-
-	.site-content .has-post-thumbnail .entry-header {
-		margin-top: 0;
-	}
-
-	.content-sidebar {
-		margin-left: -29.04761904%;
-		width: 29.04761904%;
-	}
-
-	.site:before {
-		background-color: #000;
-		content: "";
-		display: block;
-		height: 100%;
-		min-height: 100%;
-		position: absolute;
-		top: 0;
-		left: 0;
-		width: 182px;
-		z-index: 2;
-	}
-
-	#secondary {
-		background-color: transparent;
-		border: 0;
-		clear: none;
-		float: left;
-		margin: 0 0 0 -100%;
-		min-height: 100vh;
-		width: 122px;
-	}
-
-	.primary-sidebar {
-		padding-top: 0;
-	}
-
-	.site-description {
-		display: block;
-		margin: 0 0 18px;
-	}
-
-	.site-description:empty {
-		margin: 0;
-	}
-
-	.secondary-navigation {
-		font-size: 11px;
-		margin: 0 -30px 48px;
-		width: 182px;
-	}
-
-	.secondary-navigation li {
-		border-top: 1px solid rgba(255, 255, 255, 0.2);
-		position: relative;
-	}
-
-	.secondary-navigation a {
-		padding: 10px 30px;
-	}
-
-	.secondary-navigation ul ul {
-		background-color: #24890d;
-		position: absolute;
-		top: 0;
-		left: -999em;
-		width: 182px;
-		z-index: 99999;
-	}
-
-	.secondary-navigation li li {
-		border-top: 0;
-	}
-
-	.secondary-navigation li:hover > a,
-	.secondary-navigation li.focus > a {
-		background-color: #24890d;
-		color: #fff;
-	}
-
-	.secondary-navigation ul ul a:hover,
-	.secondary-navigation ul ul li.focus > a {
-		background-color: #41a62a;
-	}
-
-	.secondary-navigation ul li:hover > ul,
-	.secondary-navigation ul li.focus > ul {
-		left: 162px;
-	}
-
-	.secondary-navigation .menu-item-has-children > a {
-		padding-right: 38px;
-	}
-
-	.secondary-navigation .menu-item-has-children > a:after {
-		-webkit-font-smoothing: antialiased;
-		content: "\f501";
-		display: inline-block;
-		font: normal 8px/1 Genericons;
-		position: absolute;
-		right: 26px;
-		top: 14px;
-		vertical-align: text-bottom;
-	}
-
-	.footer-sidebar .widget,
-	.primary-sidebar .widget {
-		font-size: 12px;
-		line-height: 1.5;
-	}
-
-	.footer-sidebar .widget {
-		-webkit-box-sizing: border-box;
-		-moz-box-sizing:    border-box;
-		box-sizing:         border-box;
-		float: left;
-		padding: 0 30px;
-		width: 25%;
-	}
-
-	.footer-sidebar .widget h1,
-	.primary-sidebar .widget h1 {
-		font-size: 20px;
-		line-height: 1.2;
-	}
-
-	.footer-sidebar .widget h2,
-	.primary-sidebar .widget h2 {
-		font-size: 18px;
-		line-height: 1.3333333333;
-	}
-
-	.footer-sidebar .widget h3,
-	.primary-sidebar .widget h3 {
-		font-size: 16px;
-		line-height: 1.5;
-	}
-
-	.footer-sidebar .widget h4,
-	.primary-sidebar .widget h4 {
-		font-size: 14px;
-		line-height: 1.7142857142;
-	}
-
-	.footer-sidebar .widget h5,
-	.primary-sidebar .widget h5 {
-		font-size: 12px;
-		line-height: 2;
-	}
-
-	.footer-sidebar .widget h6,
-	.primary-sidebar .widget h6 {
-		font-size: 11px;
-		line-height: 2.1818181818;
-	}
-
-	.footer-sidebar .widget code,
-	.footer-sidebar .widget kbd,
-	.footer-sidebar .widget tt,
-	.footer-sidebar .widget var,
-	.footer-sidebar .widget samp,
-	.footer-sidebar .widget pre,
-	.primary-sidebar .widget code,
-	.primary-sidebar .widget kbd,
-	.primary-sidebar .widget tt,
-	.primary-sidebar .widget var,
-	.primary-sidebar .widget samp,
-	.primary-sidebar .widget pre {
-		font-size: 11px;
-		line-height: 1.6363636363;
-	}
-
-	.footer-sidebar .widget blockquote,
-	.primary-sidebar .widget blockquote {
-		font-size: 14px;
-		line-height: 1.2857142857;
-	}
-
-	.footer-sidebar .widget blockquote cite,
-	.primary-sidebar .widget blockquote cite {
-		font-size: 12px;
-		line-height: 1.5;
-	}
-
-	.footer-sidebar .widget input,
-	.footer-sidebar .widget textarea,
-	.primary-sidebar .widget input,
-	.primary-sidebar .widget textarea {
-		font-size: 12px;
-		padding: 3px 2px 4px 4px;
-	}
-
-	.footer-sidebar .widget input[type="button"],
-	.footer-sidebar .widget input[type="reset"],
-	.footer-sidebar .widget input[type="submit"],
-	.primary-sidebar .widget input[type="button"],
-	.primary-sidebar .widget input[type="reset"],
-	.primary-sidebar .widget input[type="submit"] {
-		padding: 5px 15px 4px;
-	}
-
-	.footer-sidebar .widget .widget-title,
-	.primary-sidebar .widget .widget-title {
-		font-size: 11px;
-		font-weight: 900;
-		line-height: 1.6363636363;
-		margin-bottom: 18px;
-	}
-
-	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
-	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
-	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
-	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
-	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
-	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
-	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
-	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
-	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
-	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
-		font-size: 11px;
-		line-height: 1.6363636363;
-	}
-
-	.footer-sidebar .widget_archive li,
-	.footer-sidebar .widget_categories li,
-	.footer-sidebar .widget_links li,
-	.footer-sidebar .widget_meta li,
-	.footer-sidebar .widget_nav_menu li,
-	.footer-sidebar .widget_pages li,
-	.footer-sidebar .widget_recent_comments li,
-	.footer-sidebar .widget_recent_entries li,
-	.primary-sidebar .widget_archive li,
-	.primary-sidebar .widget_categories li,
-	.primary-sidebar .widget_links li,
-	.primary-sidebar .widget_meta li,
-	.primary-sidebar .widget_nav_menu li,
-	.primary-sidebar .widget_pages li,
-	.primary-sidebar .widget_recent_comments li,
-	.primary-sidebar .widget_recent_entries li,
-	.primary-sidebar .widget_text li {
-		border-top: 0;
-		padding: 0 0 6px;
-	}
-
-	.footer-sidebar .widget_archive li:last-child,
-	.footer-sidebar .widget_categories li:last-child,
-	.footer-sidebar .widget_links li:last-child,
-	.footer-sidebar .widget_meta li:last-child,
-	.footer-sidebar .widget_nav_menu li:last-child,
-	.footer-sidebar .widget_pages li:last-child,
-	.footer-sidebar .widget_recent_comments li:last-child,
-	.footer-sidebar .widget_recent_entries li:last-child,
-	.primary-sidebar .widget_archive li:last-child,
-	.primary-sidebar .widget_categories li:last-child,
-	.primary-sidebar .widget_links li:last-child,
-	.primary-sidebar .widget_meta li:last-child,
-	.primary-sidebar .widget_nav_menu li:last-child,
-	.primary-sidebar .widget_pages li:last-child,
-	.primary-sidebar .widget_recent_comments li:last-child,
-	.primary-sidebar .widget_recent_entries li:last-child,
-	.primary-sidebar .widget_text li:last-child {
-		padding: 0;
-	}
-
-	.footer-sidebar .widget_categories li ul,
-	.footer-sidebar .widget_nav_menu li ul,
-	.footer-sidebar .widget_pages li ul,
-	.primary-sidebar .widget_categories li ul,
-	.primary-sidebar .widget_nav_menu li ul,
-	.primary-sidebar .widget_pages li ul,
-	.primary-sidebar .widget_text li ul {
-		border-top: 0;
-		margin-top: 6px;
-	}
-
-	#supplementary {
-		padding: 0;
-	}
-
-	.footer-sidebar {
-		font-size: 12px;
-		line-height: 1.5;
-	}
-
-	.featured-content {
-		padding-left: 182px;
-	}
-
-	.grid .featured-content .hentry {
-		width: 33.3333333%;
-	}
-
-	.grid .featured-content .hentry:nth-child( 2n+1 ) {
-		clear: none;
-	}
-
-	.grid .featured-content .hentry:nth-child( 3n+1 ) {
-		clear: both;
-	}
-
-	.grid .featured-content .entry-header {
-		height: 120px;
-	}
-}
-
-@media screen and (min-width: 1040px) {
-	.site-content .has-post-thumbnail .entry-header {
-		margin-top: -48px;
-	}
-
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		padding-right: 15px;
-		padding-left: 15px;
-	}
-
-	.full-width .archive-header,
-	.full-width .comments-area,
-	.full-width .image-navigation,
-	.full-width .page-header,
-	.full-width .page-content,
-	.full-width .post-navigation,
-	.full-width .site-content .entry-header,
-	.full-width .site-content .entry-content,
-	.full-width .site-content .entry-summary,
-	.full-width .site-content footer.entry-meta {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-}
-
-@media screen and (min-width: 1080px) {
-	.search-box .search-field {
-		width: 324px;
-	}
-
-	.site-content,
-	.site-main .widecolumn {
-		margin-left: 222px;
-	}
-
-	.site:before {
-		width: 222px;
-	}
-
-	.search-box-wrapper,
-	.featured-content {
-		padding-left: 222px;
-	}
-
-	#secondary {
-		width: 162px;
-	}
-
-	.secondary-navigation,
-	.secondary-navigation ul ul {
-		width: 222px;
-	}
-
-	.secondary-navigation ul li:hover > ul,
-	.secondary-navigation ul li.focus > ul {
-		left: 202px;
-	}
-
-	.slider .featured-content .entry-title {
-		font-size: 33px;
-	}
-
-	.slider .featured-content .entry-header,
-	.slider-control-paging {
-		width: 534px;
-	}
-
-	.slider-control-paging {
-		padding-left: 24px;
-	}
-
-	.slider-control-paging li {
-		margin: 12px 12px 12px 0;
-	}
-
-	.slider-control-paging a {
-		height: 24px;
-		width: 24px;
-	}
-
-	.slider-control-paging a:before {
-		top: 6px;
-		left: 6px;
-	}
-}
-
-@media screen and (min-width: 1110px) {
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		padding-right: 30px;
-		padding-left: 30px;
-	}
-}
-
-@media screen and (min-width: 1218px) {
-	.archive-header,
-	.comments-area,
-	.image-navigation,
-	.page-header,
-	.page-content,
-	.post-navigation,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content footer.entry-meta {
-		margin-right: 54px;
-	}
-
-	.full-width .archive-header,
-	.full-width .comments-area,
-	.full-width .image-navigation,
-	.full-width .page-header,
-	.full-width .page-content,
-	.full-width .post-navigation,
-	.full-width .site-content .entry-header,
-	.full-width .site-content .entry-content,
-	.full-width .site-content .entry-summary,
-	.full-width .site-content footer.entry-meta {
-		margin-right: auto;
-	}
-}
-
-@media screen and (min-width: 1260px) {
-	.site-content blockquote.alignleft,
-	.site-content blockquote.alignright {
-		width: -webkit-calc(50% + 18px);
-		width:         calc(50% + 18px);
-	}
-
-	.site-content blockquote.alignleft {
-		margin-left: -18%;
-	}
-
-	.site-content blockquote.alignright {
-		margin-right: -18%;
-	}
-}
-
-
-/**
- * 12.0 Print
- * -----------------------------------------------------------------------------
- */
-
-@media print {
-	body {
-		background: none !important; /* Brute force since user agents all print differently. */
-		color: #2b2b2b;
-		font-size: 12pt;
-	}
-
-	.site,
-	.site-header,
-	.hentry,
-	.site-content .entry-header,
-	.site-content .entry-content,
-	.site-content .entry-summary,
-	.site-content .entry-meta,
-	.page-content,
-	.archive-header,
-	.page-header,
-	.contributor-info,
-	.comments-area,
-	.attachment .entry-attachment .attachment {
-		max-width: 100%;
-	}
-
-	#site-header img,
-	.search-toggle,
-	.site-navigation,
-	.site-content nav,
-	.edit-link,
-	.page-links,
-	.widget-area,
-	.more-link,
-	.post-format-archive-link,
-	.comment-respond,
-	.comment-list .reply,
-	.comment-reply-login,
-	#secondary,
-	.site-footer,
-	.slider-control-paging,
-	.slider-direction-nav {
-		display: none;
-	}
-
-	.site-title a,
-	.entry-meta,
-	.entry-meta a,
-	.featured-content .hentry,
-	.featured-content a {
-		color: #2b2b2b;
-	}
-
-	.entry-content a,
-	.entry-summary a,
-	.page-content a,
-	.comment-content a {
-		text-decoration: none;
-	}
-
-	.site-header,
-	.post-thumbnail,
-	a.post-thumbnail:hover,
-	.site-content .entry-header,
-	.site-footer,
-	.featured-content,
-	.featured-content .entry-header {
-		background: transparent;
-	}
-
-	.header-main {
-		padding: 48px 10px;
-	}
-
-	.site-title {
-		float: none;
-		font-size: 19pt;
-	}
-
-	.content-area {
-		padding-top: 0;
-	}
-
-	.list-view .site-content .hentry {
-		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-		margin-bottom: 48px;
-		padding-bottom: 24px;
-	}
-
-	.post-thumbnail img {
-		margin: 0 10px 24px;
-	}
-
-	.site-content .has-post-thumbnail .entry-header {
-		padding-top: 0;
-	}
-
-	.site-content footer.entry-meta {
-		margin: 24px auto;
-	}
-
-	.entry-meta .tag-links a {
-		color: #fff;
-	}
-
-	.singular .site-content .hentry.has-post-thumbnail {
-		margin-top: 0;
-	}
-
-	.gallery-columns-1.gallery-size-medium,
-	.gallery-columns-1.gallery-size-thumbnail,
-	.gallery-columns-2.gallery-size-thumbnail,
-	.gallery-columns-3.gallery-size-thumbnail {
-		display: block;
-	}
-
-	.archive-title,
-	.page-title {
-		margin: 0 10px 48px;
-	}
-
-	.featured-content .hentry {
-		margin-bottom: 48px;
-	}
-
-	.featured-content .post-thumbnail,
-	.slider .featured-content .post-thumbnail {
-		padding-top: 0;
-	}
-
-	.featured-content .post-thumbnail img {
-		position: relative;
-	}
-
-	.featured-content .entry-header {
-		padding: 0 10px 24px;
-	}
-
-	.featured-content .entry-meta {
-		font-size: 9pt;
-		margin-bottom: 11px;
-	}
-
-	.featured-content .cat-links {
-		font-weight: 900;
-	}
-
-	.featured-content .entry-title {
-		font-size: 25pt;
-		line-height: 36px;
-	}
-}
+/*
+Theme Name: Twenty Fourteen
+Theme URI: https://wordpress.org/themes/twentyfourteen/
+Author: the WordPress team
+Author URI: https://wordpress.org/
+Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
+Version: 2.8
+Requires PHP: 5.2.4
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
+Text Domain: twentyfourteen
+
+This theme, like WordPress, is licensed under the GPL.
+Use it to make something cool, have fun, and share what you've learned with others.
+*/
+
+/**
+ * Table of Contents:
+ *
+ * 1.0 - Reset
+ * 2.0 - Repeatable Patterns
+ * 3.0 - Basic Structure
+ * 4.0 - Header
+ * 5.0 - Navigation
+ * 6.0 - Content
+ *   6.1 - Post Thumbnail
+ *   6.2 - Entry Header
+ *   6.3 - Entry Meta
+ *   6.4 - Entry Content
+ *   6.5 - Galleries
+ *   6.6 - Post Formats
+ *   6.7 - Post/Image/Paging Navigation
+ *   6.8 - Attachments
+ *   6.9 - Archives
+ *   6.10 - Contributor Page
+ *   6.11 - 404 Page
+ *   6.12 - Full-width
+ *   6.13 - Singular
+ *   6.14 - Comments
+ * 7.0 - Sidebar
+ *   7.1 - Widgets
+ *   7.2 - Content Sidebar Widgets
+ * 8.0 - Footer
+ * 9.0 - Featured Content
+ * 10.0 - Multisite
+ * 11.0 - Media Queries
+ * 12.0 - Print
+ * -----------------------------------------------------------------------------
+ */
+
+
+/**
+ * 1.0 Reset
+ *
+ * Resetting and rebuilding styles have been helped along thanks to the fine
+ * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
+ *
+ * -----------------------------------------------------------------------------
+ */
+
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
+	border: 0;
+	font-family: inherit;
+	font-size: 100%;
+	font-style: inherit;
+	font-weight: inherit;
+	margin: 0;
+	outline: 0;
+	padding: 0;
+	vertical-align: baseline;
+}
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+nav,
+section {
+	display: block;
+}
+
+audio,
+canvas,
+video {
+	display: inline-block;
+	max-width: 100%;
+}
+
+html {
+	overflow-y: scroll;
+	-webkit-text-size-adjust: 100%;
+	-ms-text-size-adjust:     100%;
+}
+
+body,
+button,
+input,
+select,
+textarea {
+	color: #2b2b2b;
+	font-family: Lato, sans-serif;
+	font-size: 16px;
+	font-weight: 400;
+	line-height: 1.5;
+}
+
+body {
+	background: #f5f5f5;
+}
+
+a {
+	color: #24890d;
+	text-decoration: none;
+}
+
+a:focus {
+	outline: thin dotted;
+}
+
+a:hover,
+a:active {
+	outline: 0;
+}
+
+a:active,
+a:hover {
+	color: #41a62a;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+	clear: both;
+	font-weight: 700;
+	margin: 36px 0 12px;
+}
+
+h1 {
+	font-size: 26px;
+	line-height: 1.3846153846;
+}
+
+h2 {
+	font-size: 24px;
+	line-height: 1;
+}
+
+h3 {
+	font-size: 22px;
+	line-height: 1.0909090909;
+}
+
+h4 {
+	font-size: 20px;
+	line-height: 1.2;
+}
+
+h5 {
+	font-size: 18px;
+	line-height: 1.3333333333;
+}
+
+h6 {
+	font-size: 16px;
+	line-height: 1.5;
+}
+
+address {
+	font-style: italic;
+	margin-bottom: 24px;
+}
+
+abbr[title] {
+	border-bottom: 1px dotted #2b2b2b;
+	cursor: help;
+}
+
+b,
+strong {
+	font-weight: 700;
+}
+
+cite,
+dfn,
+em,
+i {
+	font-style: italic;
+}
+
+mark,
+ins {
+	background: #fff9c0;
+	text-decoration: none;
+}
+
+p {
+	margin-bottom: 24px;
+}
+
+code,
+kbd,
+tt,
+var,
+samp,
+pre {
+	font-family: monospace, serif;
+	font-size: 15px;
+	-webkit-hyphens: none;
+	-moz-hyphens:    none;
+	-ms-hyphens:     none;
+	hyphens:         none;
+	line-height: 1.6;
+}
+
+pre {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	margin-bottom: 24px;
+	max-width: 100%;
+	overflow: auto;
+	padding: 12px;
+	white-space: pre;
+	white-space: pre-wrap;
+	word-wrap: break-word;
+}
+
+blockquote,
+q {
+	-webkit-hyphens: none;
+	-moz-hyphens:    none;
+	-ms-hyphens:     none;
+	hyphens:         none;
+	quotes: none;
+}
+
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+	content: "";
+	content: none;
+}
+
+blockquote {
+	color: #767676;
+	font-size: 19px;
+	font-style: italic;
+	font-weight: 300;
+	line-height: 1.2631578947;
+	margin-bottom: 24px;
+}
+
+blockquote cite,
+blockquote small {
+	color: #2b2b2b;
+	font-size: 16px;
+	font-weight: 400;
+	line-height: 1.5;
+}
+
+blockquote em,
+blockquote i,
+blockquote cite {
+	font-style: normal;
+}
+
+blockquote strong,
+blockquote b {
+	font-weight: 400;
+}
+
+small {
+	font-size: smaller;
+}
+
+big {
+	font-size: 125%;
+}
+
+sup,
+sub {
+	font-size: 75%;
+	height: 0;
+	line-height: 0;
+	position: relative;
+	vertical-align: baseline;
+}
+
+sup {
+	bottom: 1ex;
+}
+
+sub {
+	top: .5ex;
+}
+
+dl {
+	margin-bottom: 24px;
+}
+
+dt {
+	font-weight: bold;
+}
+
+dd {
+	margin-bottom: 24px;
+}
+
+ul,
+ol {
+	list-style: none;
+	margin: 0 0 24px 20px;
+}
+
+ul {
+	list-style: disc;
+}
+
+ol {
+	list-style: decimal;
+}
+
+li > ul,
+li > ol {
+	margin: 0 0 0 20px;
+}
+
+img {
+	-ms-interpolation-mode: bicubic;
+	border: 0;
+	vertical-align: middle;
+}
+
+figure {
+	margin: 0;
+}
+
+fieldset {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	margin: 0 0 24px;
+	min-width: inherit;
+	padding: 11px 12px 0;
+}
+
+legend {
+	white-space: normal;
+}
+
+button,
+input,
+select,
+textarea {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	font-size: 100%;
+	margin: 0;
+	max-width: 100%;
+	vertical-align: baseline;
+}
+
+button,
+input {
+	line-height: normal;
+}
+
+input,
+textarea {
+	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
+}
+
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+	-webkit-appearance: button;
+	cursor: pointer;
+}
+
+button[disabled],
+input[disabled] {
+	cursor: default;
+}
+
+input[type="checkbox"],
+input[type="radio"] {
+	padding: 0;
+}
+
+input[type="search"] {
+	-webkit-appearance: textfield;
+}
+
+input[type="search"]::-webkit-search-decoration {
+	-webkit-appearance: none;
+}
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+	border: 0;
+	padding: 0;
+}
+
+textarea {
+	overflow: auto;
+	vertical-align: top;
+}
+
+table,
+th,
+td {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+}
+
+table {
+	border-collapse: separate;
+	border-spacing: 0;
+	border-width: 1px 0 0 1px;
+	margin-bottom: 24px;
+	width: 100%;
+}
+
+caption,
+th,
+td {
+	font-weight: normal;
+	text-align: left;
+}
+
+th {
+	border-width: 0 1px 1px 0;
+	font-weight: bold;
+}
+
+td {
+	border-width: 0 1px 1px 0;
+}
+
+del {
+	color: #767676;
+}
+
+hr {
+	background-color: rgba(0, 0, 0, 0.1);
+	border: 0;
+	height: 1px;
+	margin-bottom: 23px;
+}
+
+/* Support a widely-adopted but non-standard selector for text selection styles
+ * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
+ */
+::selection {
+	background: #24890d;
+	color: #fff;
+	text-shadow: none;
+}
+
+::-moz-selection {
+	background: #24890d;
+	color: #fff;
+	text-shadow: none;
+}
+
+
+/**
+ * 2.0 Repeatable Patterns
+ * -----------------------------------------------------------------------------
+ */
+
+/* Input fields */
+
+input,
+textarea {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	border-radius: 2px;
+	color: #2b2b2b;
+	padding: 8px 10px 7px;
+}
+
+textarea {
+	width: 100%;
+}
+
+input:focus,
+textarea:focus {
+	border: 1px solid rgba(0, 0, 0, 0.3);
+	outline: 0;
+}
+
+/* Buttons */
+
+button,
+.button,
+input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+	background-color: #24890d;
+	border: 0;
+	border-radius: 2px;
+	color: #fff;
+	font-size: 12px;
+	font-weight: 700;
+	padding: 10px 30px 11px;
+	text-transform: uppercase;
+	vertical-align: bottom;
+}
+
+button:hover,
+button:focus,
+.button:hover,
+.button:focus,
+input[type="button"]:hover,
+input[type="button"]:focus,
+input[type="reset"]:hover,
+input[type="reset"]:focus,
+input[type="submit"]:hover,
+input[type="submit"]:focus {
+	background-color: #41a62a;
+	color: #fff;
+}
+
+button:active,
+.button:active,
+input[type="button"]:active,
+input[type="reset"]:active,
+input[type="submit"]:active {
+	background-color: #55d737;
+}
+
+.search-field {
+	width: 100%;
+}
+
+.search-submit {
+	display: none;
+}
+
+/* Placeholder text color -- selectors need to be separate to work. */
+
+::-webkit-input-placeholder {
+	color: #939393;
+}
+
+:-moz-placeholder {
+	color: #939393;
+}
+
+::-moz-placeholder {
+	color: #939393;
+	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
+}
+
+:-ms-input-placeholder {
+	color: #939393;
+}
+
+/* Responsive images. Fluid images for posts, comments, and widgets */
+
+.comment-content img,
+.entry-content img,
+.entry-summary img,
+#site-header img,
+.widget img,
+.wp-caption {
+	max-width: 100%;
+}
+
+/**
+ * Make sure images with WordPress-added height and width attributes are
+ * scaled correctly.
+ */
+
+.comment-content img[height],
+.entry-content img,
+.entry-summary img,
+img[class*="align"],
+img[class*="wp-image-"],
+img[class*="attachment-"],
+#site-header img {
+	height: auto;
+}
+
+img.size-full,
+img.size-large,
+.wp-post-image,
+.post-thumbnail img {
+	height: auto;
+	max-width: 100%;
+}
+
+/* Make sure embeds and iframes fit their containers */
+
+embed,
+iframe,
+object,
+video {
+	margin-bottom: 24px;
+	max-width: 100%;
+}
+
+p > embed,
+p > iframe,
+p > object,
+span > embed,
+span > iframe,
+span > object {
+	margin-bottom: 0;
+}
+
+/* Alignment */
+
+.alignleft {
+	float: left;
+}
+
+.alignright {
+	float: right;
+}
+
+.aligncenter {
+	display: block;
+	margin-left: auto;
+	margin-right: auto;
+}
+
+blockquote.alignleft,
+figure.wp-caption.alignleft,
+img.alignleft {
+	margin: 7px 24px 7px 0;
+}
+
+.wp-caption.alignleft {
+	margin: 7px 14px 7px 0;
+}
+
+blockquote.alignright,
+figure.wp-caption.alignright,
+img.alignright {
+	margin: 7px 0 7px 24px;
+}
+
+.wp-caption.alignright {
+	margin: 7px 0 7px 14px;
+}
+
+blockquote.aligncenter,
+img.aligncenter,
+.wp-caption.aligncenter {
+	margin-top: 7px;
+	margin-bottom: 7px;
+}
+
+.site-content blockquote.alignleft,
+.site-content blockquote.alignright {
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+	padding-top: 17px;
+	width: 50%;
+}
+
+.site-content blockquote.alignleft p,
+.site-content blockquote.alignright p {
+	margin-bottom: 17px;
+}
+
+.wp-caption {
+	margin-bottom: 24px;
+}
+
+.wp-caption img[class*="wp-image-"] {
+	display: block;
+	margin: 0;
+}
+
+.wp-caption {
+	color: #767676;
+}
+
+.wp-caption-text {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	font-size: 12px;
+	font-style: italic;
+	line-height: 1.5;
+	margin: 9px 0;
+}
+
+div.wp-caption .wp-caption-text {
+	padding-right: 10px;
+}
+
+div.wp-caption.alignright img[class*="wp-image-"],
+div.wp-caption.alignright .wp-caption-text {
+	padding-left: 10px;
+	padding-right: 0;
+}
+
+.wp-smiley {
+	border: 0;
+	margin-bottom: 0;
+	margin-top: 0;
+	padding: 0;
+}
+
+/* Assistive text */
+
+.screen-reader-text {
+	clip: rect(1px, 1px, 1px, 1px);
+	overflow: hidden;
+	position: absolute !important;
+	height: 1px;
+	width: 1px;
+}
+
+.screen-reader-text:focus {
+	background-color: #f1f1f1;
+	border-radius: 3px;
+	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+	clip: auto;
+	color: #21759b;
+	display: block;
+	font-size: 14px;
+	font-weight: bold;
+	height: auto;
+	line-height: normal;
+	padding: 15px 23px 14px;
+	position: absolute;
+	left: 5px;
+	top: 5px;
+	text-decoration: none;
+	text-transform: none;
+	width: auto;
+	z-index: 100000; /* Above WP toolbar */
+}
+
+.hide {
+	display: none;
+}
+
+/* Clearing floats */
+
+.footer-sidebar:before,
+.footer-sidebar:after,
+.hentry:before,
+.hentry:after,
+.gallery:before,
+.gallery:after,
+.slider-direction-nav:before,
+.slider-direction-nav:after,
+.contributor-info:before,
+.contributor-info:after,
+.search-box:before,
+.search-box:after,
+.site:before,
+.site:after,
+.site-header:before,
+.site-header:after,
+.site-description:before,
+.site-description:after,
+.site-navigation:before,
+.site-navigation:after,
+.site-main:before,
+.site-main:after,
+.main-content:before,
+.main-content:after,
+.featured-content:before,
+.featured-content:after,
+.featured-content-inner:before,
+.featured-content-inner:after,
+.content-area:before,
+.content-area:after,
+.site-content:before,
+.site-content:after,
+.page-content:before,
+.page-content:after,
+.entry-content:before,
+.entry-content:after,
+.comment-content:before,
+.comment-content:after,
+.content-sidebar:before,
+.content-sidebar:after,
+.site-footer:before,
+.site-footer:after,
+.site-info:before,
+.site-info:after {
+	content: "";
+	display: table;
+}
+
+.footer-sidebar:after,
+.hentry:after,
+.gallery:after,
+.slider-direction-nav:after,
+.contributor-info:after,
+.search-box:after,
+.site:after,
+.site-header:after,
+.site-description:after,
+.site-navigation:after,
+.site-main:after,
+.main-content:after,
+.featured-content:after,
+.featured-content-inner:after,
+.content-area:after,
+.site-content:after,
+.page-content:after,
+.entry-content:after,
+.comment-content:after,
+.content-sidebar:after,
+.site-footer:after,
+.site-info:after {
+	clear: both;
+}
+
+/* Genericons */
+
+.bypostauthor > article .fn:before,
+.comment-edit-link:before,
+.comment-reply-link:before,
+.comment-reply-login:before,
+.comment-reply-title small a:before,
+.contributor-posts-link:before,
+.menu-toggle:before,
+.search-toggle:before,
+.slider-direction-nav a:before,
+.widget_twentyfourteen_ephemera .widget-title:before {
+	-webkit-font-smoothing: antialiased;
+	display: inline-block;
+	font: normal 16px/1 Genericons;
+	text-decoration: inherit;
+	vertical-align: text-bottom;
+}
+
+/* Separators */
+
+.site-content span + .entry-date:before,
+.full-size-link:before,
+.parent-post-link:before,
+span + .byline:before,
+span + .comments-link:before,
+span + .edit-link:before,
+.widget_twentyfourteen_ephemera .entry-title:after {
+	content: "\0020\007c\0020";
+}
+
+
+/**
+ * 3.0 Basic Structure
+ * -----------------------------------------------------------------------------
+ */
+
+.site {
+	background-color: #fff;
+	max-width: 1260px;
+	position: relative;
+}
+
+.main-content {
+	width: 100%;
+}
+
+
+/**
+ * 4.0 Header
+ * -----------------------------------------------------------------------------
+ */
+
+/* Ensure that there is no gap between the header and
+	 the admin bar for WordPress versions before 3.8. */
+#wpadminbar {
+	min-height: 32px;
+}
+
+#site-header {
+	position: relative;
+	z-index: 3;
+}
+
+.site-header {
+	background-color: #000;
+	max-width: 1260px;
+	position: relative;
+	width: 100%;
+	z-index: 4;
+}
+
+.header-main {
+	min-height: 48px;
+	padding: 0 10px;
+}
+
+.site-title {
+	float: left;
+	font-size: 18px;
+	font-weight: 700;
+	line-height: 48px;
+	margin: 0;
+
+	/* Nav-toggle width + search-toggle width - gutter = 86px */
+	max-width: -webkit-calc(100% - 86px);
+	max-width:         calc(100% - 86px);
+}
+
+.site-title a,
+.site-title a:hover {
+	color: #fff;
+	display: block;
+	overflow: hidden;
+	text-overflow: ellipsis;
+	white-space: nowrap;
+}
+
+/* Search in the header */
+
+.search-toggle {
+	background-color: #24890d;
+	cursor: pointer;
+	float: right;
+	height: 48px;
+	margin-right: 38px;
+	text-align: center;
+	width: 48px;
+}
+
+.search-toggle:hover,
+.search-toggle.active {
+	background-color: #41a62a;
+}
+
+.search-toggle:before {
+	color: #fff;
+	content: "\f400";
+	font-size: 20px;
+	margin-top: 14px;
+}
+
+.search-toggle .screen-reader-text {
+	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
+}
+
+.search-box-wrapper {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	position: absolute;
+	top: 48px;
+	right: 0;
+	width: 100%;
+	z-index: 2;
+}
+
+.search-box {
+	background-color: #41a62a;
+	padding: 12px;
+}
+
+.search-box .search-field {
+	background-color: #fff;
+	border: 0;
+	float: right;
+	font-size: 16px;
+	padding: 2px 2px 3px 6px;
+	width: 100%;
+}
+
+
+/**
+ * 5.0 Navigation
+ * -----------------------------------------------------------------------------
+ */
+
+.site-navigation ul {
+	list-style: none;
+	margin: 0;
+}
+
+.site-navigation li {
+	border-top: 1px solid rgba(255, 255, 255, 0.2);
+}
+
+.site-navigation ul ul {
+	margin-left: 20px;
+}
+
+.site-navigation a {
+	color: #fff;
+	display: block;
+	text-transform: uppercase;
+}
+
+.site-navigation a:hover {
+	color: #41a62a;
+}
+
+.site-navigation .current_page_item > a,
+.site-navigation .current_page_ancestor > a,
+.site-navigation .current-menu-item > a,
+.site-navigation .current-menu-ancestor > a {
+	color: #55d737;
+	font-weight: 900;
+}
+
+/* Primary Navigation */
+
+.primary-navigation {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	font-size: 14px;
+	padding-top: 24px;
+}
+
+.primary-navigation.toggled-on {
+	padding: 72px 0 36px;
+}
+
+.primary-navigation .nav-menu {
+	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
+	display: none;
+}
+
+.primary-navigation.toggled-on .nav-menu {
+	display: block;
+}
+
+.primary-navigation a {
+	padding: 7px 0;
+}
+
+/* Secondary Navigation */
+
+.secondary-navigation {
+	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
+	font-size: 12px;
+	margin: 48px 0;
+}
+
+.secondary-navigation a {
+	padding: 9px 0;
+}
+
+.menu-toggle {
+	background-color: #000;
+	border-radius: 0;
+	cursor: pointer;
+	height: 48px;
+	margin: 0;
+	overflow: hidden;
+	padding: 0;
+	position: absolute;
+	top: 0;
+	right: 0;
+	text-align: center;
+	width: 48px;
+}
+
+.menu-toggle:before {
+	color: #fff;
+	content: "\f419";
+	padding: 16px;
+}
+
+.menu-toggle:active,
+.menu-toggle:focus,
+.menu-toggle:hover {
+	background-color: #444;
+}
+
+.menu-toggle:focus {
+	outline: 1px dotted;
+}
+
+.secondary-navigation .customize-partial-edit-shortcut button,
+.footer-sidebar .widget:first-child .customize-partial-edit-shortcut button {
+	left: 0;
+}
+
+/**
+ * 6.0 Content
+ * -----------------------------------------------------------------------------
+ */
+
+.content-area {
+	padding-top: 48px;
+}
+
+.hentry {
+	margin: 0 auto 48px;
+	max-width: 672px;
+}
+
+.site-content .entry-header,
+.site-content .entry-content,
+.site-content .entry-summary,
+.site-content .entry-meta,
+.page-content {
+	margin: 0 auto;
+	max-width: 474px;
+}
+
+.page-content {
+	margin-bottom: 48px;
+}
+
+
+/**
+ * 6.1 Post Thumbnail
+ * -----------------------------------------------------------------------------
+ */
+
+.post-thumbnail {
+	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
+	display: block;
+	position: relative;
+	width: 100%;
+	z-index: 0;
+}
+
+a.post-thumbnail:hover {
+	background-color: #999;
+}
+
+.full-width .post-thumbnail img {
+	display: block;
+	margin: 0 auto;
+}
+
+
+/**
+ * 6.2 Entry Header
+ * -----------------------------------------------------------------------------
+ */
+
+.entry-header {
+	position: relative;
+	z-index: 1;
+}
+
+.entry-title {
+	font-size: 33px;
+	font-weight: 300;
+	line-height: 1.0909090909;
+	margin-bottom: 12px;
+	margin: 0 0 12px 0;
+	text-transform: uppercase;
+}
+
+.entry-title a {
+	color: #2b2b2b;
+}
+
+.entry-title a:hover {
+	color: #41a62a;
+}
+
+.site-content .entry-header {
+	background-color: #fff;
+	padding: 0 10px 12px;
+}
+
+.site-content .has-post-thumbnail .entry-header {
+	padding-top: 24px;
+}
+
+
+/**
+ * 6.3 Entry Meta
+ * -----------------------------------------------------------------------------
+ */
+
+.entry-meta {
+	clear: both;
+	color: #767676;
+	font-size: 12px;
+	font-weight: 400;
+	line-height: 1.3333333333;
+	text-transform: uppercase;
+}
+
+.entry-meta a {
+	color: #767676;
+}
+
+.entry-meta a:hover {
+	color: #41a62a;
+}
+
+.sticky .entry-date {
+	display: none;
+}
+
+.cat-links {
+	font-weight: 900;
+	text-transform: uppercase;
+}
+
+.cat-links a {
+	color: #2b2b2b;
+}
+
+.cat-links a:hover {
+	color: #41a62a;
+}
+
+.byline {
+	display: none;
+}
+
+.single .byline,
+.group-blog .byline {
+	display: inline;
+}
+
+.site-content .entry-meta {
+	background-color: #fff;
+	margin-bottom: 8px;
+}
+
+.site-content footer.entry-meta {
+	margin: 24px auto 0;
+	padding: 0 10px;
+}
+
+/* Tag links style */
+
+.entry-meta .tag-links a {
+	background-color: #767676;
+	border-radius: 0 2px 2px 0;
+	color: #fff;
+	display: inline-block;
+	font-size: 11px;
+	font-weight: 700;
+	line-height: 1.2727272727;
+	margin: 2px 4px 2px 10px;
+	padding: 3px 7px;
+	position: relative;
+	text-transform: uppercase;
+}
+
+.entry-meta .tag-links a:hover {
+	background-color: #41a62a;
+	color: #fff;
+}
+
+.entry-meta .tag-links a:before {
+	border-top: 10px solid transparent;
+	border-right: 8px solid #767676;
+	border-bottom: 10px solid transparent;
+	content: "";
+	height: 0;
+	position: absolute;
+	top: 0;
+	left: -8px;
+	width: 0;
+}
+
+.entry-meta .tag-links a:hover:before {
+	border-right-color: #41a62a;
+}
+
+.entry-meta .tag-links a:after {
+	background-color: #fff;
+	border-radius: 50%;
+	content: "";
+	height: 4px;
+	position: absolute;
+	top: 8px;
+	left: -2px;
+	width: 4px;
+}
+
+
+/**
+ * 6.4 Entry Content
+ * -----------------------------------------------------------------------------
+ */
+
+.entry-content,
+.entry-summary,
+.page-content {
+	-webkit-hyphens: auto;
+	-moz-hyphens:    auto;
+	-ms-hyphens:     auto;
+	hyphens:         auto;
+	word-wrap: break-word;
+}
+
+.site-content .entry-content,
+.site-content .entry-summary,
+.page-content {
+	background-color: #fff;
+	padding: 12px 10px 0;
+}
+
+.site-content .entry-content {
+	padding-top: 22px;
+}
+
+.page .entry-content {
+	padding-top: 0;
+}
+
+.entry-content h1:first-child,
+.entry-content h2:first-child,
+.entry-content h3:first-child,
+.entry-content h4:first-child,
+.entry-content h5:first-child,
+.entry-content h6:first-child,
+.entry-summary h1:first-child,
+.entry-summary h2:first-child,
+.entry-summary h3:first-child,
+.entry-summary h4:first-child,
+.entry-summary h5:first-child,
+.entry-summary h6:first-child,
+.page-content h1:first-child,
+.page-content h2:first-child,
+.page-content h3:first-child,
+.page-content h4:first-child,
+.page-content h5:first-child,
+.page-content h6:first-child {
+	margin-top: 0;
+}
+
+.entry-content a,
+.entry-summary a,
+.page-content a,
+.comment-content a {
+	text-decoration: underline;
+}
+
+.entry-content a:hover,
+.entry-summary a:hover,
+.page-content a:hover,
+.comment-content a:hover,
+.entry-content a.button,
+.entry-summary a.button,
+.page-content a.button,
+.comment-content a.button {
+	text-decoration: none;
+}
+
+.entry-content table,
+.comment-content table {
+	font-size: 14px;
+	line-height: 1.2857142857;
+	margin-bottom: 24px;
+}
+
+.entry-content th,
+.comment-content th {
+	font-weight: 700;
+	padding: 8px;
+	text-transform: uppercase;
+}
+
+.entry-content td,
+.comment-content td {
+	padding: 8px;
+}
+
+.entry-content .edit-link {
+	clear: both;
+	display: block;
+	font-size: 12px;
+	font-weight: 400;
+	line-height: 1.3333333333;
+	text-transform: uppercase;
+}
+
+.entry-content .edit-link a {
+	color: #767676;
+	text-decoration: none;
+}
+
+.entry-content .edit-link a:hover {
+	color: #41a62a;
+}
+
+.entry-content .more-link {
+	white-space: nowrap;
+}
+
+.entry-content span[id^="more-"] {
+	display: block;
+	padding-top: 52px;
+	margin-top: -76px;
+}
+
+.admin-bar .entry-content span[id^="more-"] {
+	padding-top: 84px;
+	margin-top: -108px;
+}
+
+.entry-content span[id^="more-"] + blockquote,
+.entry-content span[id^="more-"] + div,
+.entry-content span[id^="more-"] + figure,
+.entry-content span[id^="more-"] + hr,
+.entry-content span[id^="more-"] + ol,
+.entry-content span[id^="more-"] + ul,
+.entry-content span[id^="more-"] + p,
+.entry-content span[id^="more-"] + pre {
+	margin-top: 24px;
+}
+
+.entry-content p span[id^="more-"] {
+	width: 1px;
+	height: 24px;
+	float: left;
+}
+
+/* Mediaelements */
+
+.hentry .mejs-container,
+.widget .mejs-container {
+	margin: 12px 0 18px;
+}
+
+.hentry .mejs-mediaelement,
+.widget .mejs-mediaelement,
+.hentry .mejs-container .mejs-controls,
+.widget .mejs-container .mejs-controls {
+	background: #000;
+}
+
+.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
+.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
+.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
+.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
+	background: #fff;
+}
+
+.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
+.widget .mejs-controls .mejs-time-rail .mejs-time-current {
+	background: #24890d;
+}
+
+.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
+.widget .mejs-controls .mejs-time-rail .mejs-time-total,
+.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
+.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
+	background: rgba(255, 255, 255, .33);
+}
+
+.hentry .mejs-container .mejs-controls .mejs-time,
+.widget .mejs-container .mejs-controls .mejs-time {
+	padding-top: 9px;
+}
+
+.hentry .mejs-controls .mejs-time-rail span,
+.widget .mejs-controls .mejs-time-rail span,
+.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
+.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
+.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
+.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
+	border-radius: 0;
+}
+
+.hentry .mejs-overlay-loading,
+.widget .mejs-overlay-loading {
+	background: transparent;
+}
+
+.hentry .mejs-overlay-button,
+.widget .mejs-overlay-button {
+	background-color: #fff;
+	background-image: none;
+	border-radius: 2px;
+	box-shadow: 1px 1px 1px rgba(0,0,0,.8);
+	color: #000;
+	height: 36px;
+	width: 48px;
+}
+
+.hentry .mejs-overlay-button:before,
+.widget .mejs-overlay-button:before {
+	-webkit-font-smoothing: antialiased;
+	content: '\f452';
+	display: inline-block;
+	font: normal 32px/1.125 Genericons;
+	position: relative;
+	top: 1px;
+	left: 10px;
+}
+
+.hentry .mejs-controls .mejs-button button:focus,
+.widget .mejs-controls .mejs-button button:focus {
+	outline: none;
+}
+
+.hentry .mejs-controls .mejs-button button,
+.widget .mejs-controls .mejs-button button {
+	-webkit-font-smoothing: antialiased;
+	background: none;
+	color: #fff;
+	display: inline-block;
+	font: normal 16px/1 Genericons;
+}
+
+.hentry .mejs-playpause-button.mejs-play button:before,
+.widget .mejs-playpause-button.mejs-play button:before {
+	content: '\f452';
+}
+
+.hentry .mejs-playpause-button.mejs-pause button:before,
+.widget .mejs-playpause-button.mejs-pause button:before {
+	content: '\f448';
+}
+
+.hentry .mejs-volume-button.mejs-mute button:before,
+.widget .mejs-volume-button.mejs-mute button:before {
+	content: '\f109';
+	font-size: 20px;
+	position: absolute;
+	top: -2px;
+	left: 0;
+}
+
+.widget .mejs-volume-button.mejs-unmute button:before,
+.hentry .mejs-volume-button.mejs-unmute button:before {
+	content: '\f109';
+	left: 0;
+	position: absolute;
+	top: 0;
+}
+
+.hentry .mejs-fullscreen-button button:before,
+.widget .mejs-fullscreen-button button:before {
+	content: '\f474';
+}
+
+.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before,
+.widget .mejs-fullscreen-button.mejs-unfullscreen button:before {
+	content: '\f406';
+}
+
+.hentry .mejs-overlay:hover .mejs-overlay-button,
+.widget .mejs-overlay:hover .mejs-overlay-button {
+	background-color: #24890d;
+	color: #fff;
+}
+
+.hentry .mejs-controls .mejs-button button:hover,
+.widget .mejs-controls .mejs-button button:hover {
+	color: #41a62a;
+}
+
+.content-sidebar .wp-playlist-item .wp-playlist-caption {
+	color: #000;
+}
+
+/* Page links */
+
+.page-links {
+	clear: both;
+	font-size: 12px;
+	font-weight: 900;
+	line-height: 2;
+	margin: 24px 0;
+	text-transform: uppercase;
+}
+
+.page-links a,
+.page-links > span {
+	background: #fff;
+	border: 1px solid #fff;
+	display: inline-block;
+	height: 22px;
+	margin: 0 1px 2px 0;
+	text-align: center;
+	width: 22px;
+}
+
+.page-links a {
+	background: #000;
+	border: 1px solid #000;
+	color: #fff;
+	text-decoration: none;
+}
+
+.page-links a:hover {
+	background: #41a62a;
+	border: 1px solid #41a62a;
+	color: #fff;
+}
+
+.page-links > .page-links-title {
+	height: auto;
+	margin: 0;
+	padding-right: 7px;
+	width: auto;
+}
+
+
+/**
+ * 6.5 Gallery
+ * -----------------------------------------------------------------------------
+ */
+
+.gallery {
+	margin-bottom: 20px;
+}
+
+.gallery-item {
+	float: left;
+	margin: 0 4px 4px 0;
+	overflow: hidden;
+	position: relative;
+}
+
+.gallery-columns-1 .gallery-item {
+	max-width: 100%;
+}
+
+.gallery-columns-2 .gallery-item {
+	max-width: 48%;
+	max-width: -webkit-calc(50% - 4px);
+	max-width:         calc(50% - 4px);
+}
+
+.gallery-columns-3 .gallery-item {
+	max-width: 32%;
+	max-width: -webkit-calc(33.3% - 4px);
+	max-width:         calc(33.3% - 4px);
+}
+
+.gallery-columns-4 .gallery-item {
+	max-width: 23%;
+	max-width: -webkit-calc(25% - 4px);
+	max-width:         calc(25% - 4px);
+}
+
+.gallery-columns-5 .gallery-item {
+	max-width: 19%;
+	max-width: -webkit-calc(20% - 4px);
+	max-width:         calc(20% - 4px);
+}
+
+.gallery-columns-6 .gallery-item {
+	max-width: 15%;
+	max-width: -webkit-calc(16.7% - 4px);
+	max-width:         calc(16.7% - 4px);
+}
+
+.gallery-columns-7 .gallery-item {
+	max-width: 13%;
+	max-width: -webkit-calc(14.28% - 4px);
+	max-width:         calc(14.28% - 4px);
+}
+
+.gallery-columns-8 .gallery-item {
+	max-width: 11%;
+	max-width: -webkit-calc(12.5% - 4px);
+	max-width:         calc(12.5% - 4px);
+}
+
+.gallery-columns-9 .gallery-item {
+	max-width: 9%;
+	max-width: -webkit-calc(11.1% - 4px);
+	max-width:         calc(11.1% - 4px);
+}
+
+.gallery-columns-1 .gallery-item:nth-of-type(1n),
+.gallery-columns-2 .gallery-item:nth-of-type(2n),
+.gallery-columns-3 .gallery-item:nth-of-type(3n),
+.gallery-columns-4 .gallery-item:nth-of-type(4n),
+.gallery-columns-5 .gallery-item:nth-of-type(5n),
+.gallery-columns-6 .gallery-item:nth-of-type(6n),
+.gallery-columns-7 .gallery-item:nth-of-type(7n),
+.gallery-columns-8 .gallery-item:nth-of-type(8n),
+.gallery-columns-9 .gallery-item:nth-of-type(9n) {
+	margin-right: 0;
+}
+
+.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
+.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
+.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
+.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
+.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
+.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
+.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
+.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
+.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
+.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
+.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
+.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
+	clear: left;
+}
+
+.gallery-caption {
+	background-color: rgba(0, 0, 0, 0.7);
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	color: #fff;
+	font-size: 12px;
+	line-height: 1.5;
+	margin: 0;
+	max-height: 50%;
+	opacity: 0;
+	padding: 6px 8px;
+	position: absolute;
+	bottom: 0;
+	left: 0;
+	text-align: left;
+	width: 100%;
+}
+
+.gallery-caption:before {
+	content: "";
+	height: 100%;
+	min-height: 49px;
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 100%;
+}
+
+.gallery-item:hover .gallery-caption {
+	opacity: 1;
+}
+
+.gallery-columns-7 .gallery-caption,
+.gallery-columns-8 .gallery-caption,
+.gallery-columns-9 .gallery-caption,
+.widget-area .gallery-columns-2 .gallery-caption,
+.widget-area .gallery-columns-3 .gallery-caption,
+.widget-area .gallery-columns-4 .gallery-caption,
+.widget-area .gallery-columns-5 .gallery-caption,
+.widget-area .gallery-columns-6 .gallery-caption,
+.widget-area .gallery-columns-7 .gallery-caption,
+.widget-area .gallery-columns-8 .gallery-caption,
+.widget-area .gallery-columns-9 .gallery-caption {
+	display: none;
+}
+
+
+/**
+ * 6.6 Post Formats
+ * -----------------------------------------------------------------------------
+ */
+
+.format-aside .entry-content,
+.format-aside .entry-summary,
+.format-quote .entry-content,
+.format-quote .entry-summary,
+.format-link .entry-content,
+.format-link .entry-summary {
+	padding-top: 0;
+}
+
+.site-content .format-link .entry-title,
+.site-content .format-aside .entry-title,
+.site-content .format-quote .entry-title {
+	display: none;
+}
+
+
+/**
+ * 6.7 Post/Image/Paging Navigation
+ * -----------------------------------------------------------------------------
+ */
+
+.nav-links {
+	-webkit-hyphens: auto;
+	-moz-hyphens:    auto;
+	-ms-hyphens:     auto;
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	hyphens:         auto;
+	word-wrap: break-word;
+}
+
+.post-navigation,
+.image-navigation {
+	margin: 24px auto 48px;
+	max-width: 474px;
+	padding: 0 10px;
+}
+
+.post-navigation a,
+.image-navigation .previous-image,
+.image-navigation .next-image {
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+	padding: 11px 0 12px;
+	width: 100%;
+}
+
+.post-navigation .meta-nav {
+	color: #767676;
+	display: block;
+	font-size: 12px;
+	font-weight: 900;
+	line-height: 2;
+	text-transform: uppercase;
+}
+
+.post-navigation a,
+.image-navigation a {
+	color: #2b2b2b;
+	display: block;
+	font-size: 14px;
+	font-weight: 700;
+	line-height: 1.7142857142;
+	text-transform: none;
+}
+
+.post-navigation a:hover,
+.image-navigation a:hover {
+	color: #41a62a;
+}
+
+/* Paging Navigation */
+
+.paging-navigation {
+	border-top: 5px solid #000;
+	margin: 48px 0;
+}
+
+.paging-navigation .loop-pagination {
+	margin-top: -5px;
+	text-align: center;
+}
+
+.paging-navigation .page-numbers {
+	border-top: 5px solid transparent;
+	display: inline-block;
+	font-size: 14px;
+	font-weight: 900;
+	margin-right: 1px;
+	padding: 7px 16px;
+	text-transform: uppercase;
+}
+
+.paging-navigation a {
+	color: #2b2b2b;
+}
+
+.paging-navigation .page-numbers.current {
+	border-top: 5px solid #24890d;
+}
+
+.paging-navigation a:hover {
+	border-top: 5px solid #41a62a;
+	color: #2b2b2b;
+}
+
+
+/**
+ * 6.8 Attachments
+ * -----------------------------------------------------------------------------
+ */
+
+.attachment .content-sidebar,
+.attachment .post-thumbnail {
+	display: none;
+}
+
+.attachment .entry-content {
+	padding-top: 0;
+}
+
+.attachment footer.entry-meta {
+	text-transform: none;
+}
+
+.entry-attachment .attachment {
+	margin-bottom: 24px;
+}
+
+
+/**
+ * 6.9 Archives
+ * -----------------------------------------------------------------------------
+ */
+
+.archive-header,
+.page-header {
+	margin: 24px auto;
+	max-width: 474px;
+}
+
+.archive-title,
+.page-title {
+	font-size: 16px;
+	font-weight: 900;
+	line-height: 1.5;
+	margin: 0;
+}
+
+.taxonomy-description,
+.author-description {
+	color: #767676;
+	font-size: 14px;
+	line-height: 1.2857142857;
+	padding-top: 18px;
+}
+
+.taxonomy-description p,
+.author-description p {
+	margin-bottom: 18px;
+}
+
+.taxonomy-description p:last-child,
+.author-description p:last-child {
+	margin-bottom: 0;
+}
+
+.taxonomy-description a,
+.author-description a {
+	text-decoration: underline;
+}
+
+.taxonomy-description a:hover,
+.author-description a:hover {
+	text-decoration: none;
+}
+
+
+/**
+ * 6.10 Contributor Page
+ * -----------------------------------------------------------------------------
+ */
+
+.contributor {
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	box-sizing:      border-box;
+	padding: 48px 10px;
+}
+
+.contributor:first-of-type {
+	padding-top: 24px;
+}
+
+.contributor-info {
+	margin: 0 auto;
+	max-width: 474px;
+}
+
+.contributor-avatar {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	float: left;
+	margin: 0 30px 20px 0;
+	padding: 2px;
+}
+
+.contributor-name {
+	font-size: 16px;
+	font-weight: 900;
+	line-height: 1.5;
+	margin: 0;
+}
+
+.contributor-bio a {
+	text-decoration: underline;
+}
+
+.contributor-bio a:hover {
+	text-decoration: none;
+}
+
+.contributor-posts-link {
+	display: inline-block;
+	line-height: normal;
+	padding: 10px 30px;
+}
+
+.contributor-posts-link:before {
+	content: "\f443";
+}
+
+
+/**
+ * 6.11 404 Page
+ * -----------------------------------------------------------------------------
+ */
+
+.error404 .page-content {
+	padding-top: 0;
+}
+
+.error404 .page-content .search-form {
+	margin-bottom: 24px;
+}
+
+
+/**
+ * 6.12 Full-width
+ * -----------------------------------------------------------------------------
+ */
+
+.full-width .hentry {
+	max-width: 100%;
+}
+
+
+/**
+ * 6.13 Singular
+ * -----------------------------------------------------------------------------
+ */
+
+.singular .site-content .hentry.has-post-thumbnail {
+	margin-top: -48px;
+}
+
+
+/**
+ * 6.14 Comments
+ * -----------------------------------------------------------------------------
+ */
+
+.comments-area {
+	margin: 48px auto;
+	max-width: 474px;
+	padding: 0 10px;
+}
+
+.comment-reply-title,
+.comments-title {
+	font: 900 16px/1.5 Lato, sans-serif;
+	margin: 0;
+	text-transform: uppercase;
+}
+
+.comment-list {
+	list-style: none;
+	margin: 0 0 48px 0;
+}
+
+.comment-author {
+	font-size: 14px;
+	line-height: 1.7142857142;
+}
+
+.comment-list .reply,
+.comment-metadata {
+	font-size: 12px;
+	line-height: 2;
+	text-transform: uppercase;
+}
+
+.comment-list .reply {
+	margin-top: 24px;
+}
+
+.comment-author .fn {
+	font-weight: 900;
+}
+
+.comment-author a {
+	color: #2b2b2b;
+}
+
+.comment-list .trackback a,
+.comment-list .pingback a,
+.comment-metadata a {
+	color: #767676;
+}
+
+.comment-author a:hover,
+.comment-list .pingback a:hover,
+.comment-list .trackback a:hover,
+.comment-metadata a:hover {
+	color: #41a62a;
+}
+
+.comment-list article,
+.comment-list .pingback,
+.comment-list .trackback {
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	margin-bottom: 24px;
+	padding-top: 24px;
+}
+
+.comment-list > li:first-child > article,
+.comment-list > .pingback:first-child,
+.comment-list > .trackback:first-child {
+	border-top: 0;
+}
+
+.comment-author {
+	position: relative;
+}
+
+.comment-author .avatar {
+	border: 1px solid rgba(0, 0, 0, 0.1);
+	height: 18px;
+	padding: 2px;
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 18px;
+}
+
+.bypostauthor > article .fn:before {
+	content: "\f408";
+	margin: 0 2px 0 -2px;
+	position: relative;
+	top: -1px;
+}
+
+.says {
+	display: none;
+}
+
+.comment-author,
+.comment-awaiting-moderation,
+.comment-content,
+.comment-list .reply,
+.comment-metadata {
+	padding-left: 30px;
+}
+
+.comment-edit-link {
+	margin-left: 10px;
+}
+
+.comment-edit-link:before {
+	content: "\f411";
+}
+
+.comment-reply-link:before,
+.comment-reply-login:before {
+	content: "\f412";
+	margin-right: 2px;
+}
+
+.comment-content {
+	-webkit-hyphens: auto;
+	-moz-hyphens:    auto;
+	-ms-hyphens:     auto;
+	hyphens:         auto;
+	word-wrap: break-word;
+}
+
+.comment-content ul,
+.comment-content ol {
+	margin: 0 0 24px 22px;
+}
+
+.comment-content li > ul,
+.comment-content li > ol {
+	margin-bottom: 0;
+}
+
+.comment-content > :last-child {
+	margin-bottom: 0;
+}
+
+.comment-list .children {
+	list-style: none;
+	margin-left: 15px;
+}
+
+.comment-respond {
+	margin-bottom: 24px;
+	padding: 0;
+}
+
+.comment .comment-respond {
+	margin-top: 24px;
+}
+
+.comment-respond h3 {
+	margin-top: 0;
+	margin-bottom: 24px;
+}
+
+.comment-notes,
+.comment-awaiting-moderation,
+.logged-in-as,
+.no-comments,
+.form-allowed-tags,
+.form-allowed-tags code {
+	color: #767676;
+}
+
+.comment-notes,
+.comment-awaiting-moderation,
+.logged-in-as {
+	font-size: 14px;
+	line-height: 1.7142857142;
+}
+
+.no-comments {
+	font-size: 16px;
+	font-weight: 900;
+	line-height: 1.5;
+	margin-top: 24px;
+	text-transform: uppercase;
+}
+
+.comment-form label {
+	display: block;
+}
+
+.comment-form input[type="text"],
+.comment-form input[type="email"],
+.comment-form input[type="url"] {
+	width: 100%;
+}
+
+.form-allowed-tags,
+.form-allowed-tags code {
+	font-size: 12px;
+	line-height: 1.5;
+}
+
+.required {
+	color: #c0392b;
+}
+
+.comment-reply-title small a {
+	color: #2b2b2b;
+	float: right;
+	height: 24px;
+	overflow: hidden;
+	width: 24px;
+}
+
+.comment-reply-title small a:hover {
+	color: #41a62a;
+}
+
+.comment-reply-title small a:before {
+	content: "\f405";
+	font-size: 32px;
+}
+
+.comment-navigation {
+	font-size: 12px;
+	line-height: 2;
+	margin-bottom: 48px;
+	text-transform: uppercase;
+}
+
+.comment-navigation .nav-next,
+.comment-navigation .nav-previous {
+	display: inline-block;
+}
+
+.comment-navigation .nav-previous a {
+	margin-right: 10px;
+}
+
+#comment-nav-above {
+	margin-top: 36px;
+	margin-bottom: 0;
+}
+
+.comment-form #wp-comment-cookies-consent {
+	margin: 0 10px 0 0;
+}
+
+.comment-form .comment-form-cookies-consent label {
+	display: inline;
+}
+
+/**
+ * 7.0 Sidebars
+ * -----------------------------------------------------------------------------
+ */
+
+/* Secondary */
+
+#secondary {
+	background-color: #000;
+	border-top: 1px solid #000;
+	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
+	clear: both;
+	color: rgba(255, 255, 255, 0.7);
+	margin-top: -1px;
+	padding: 0 10px;
+	position: relative;
+	z-index: 2;
+}
+
+.site-description {
+	display: none;
+	font-size: 12px;
+	font-weight: 400;
+	line-height: 1.5;
+}
+
+/* Primary Sidebar */
+
+.primary-sidebar {
+	padding-top: 48px;
+}
+
+.secondary-navigation + .primary-sidebar {
+	padding-top: 0;
+}
+
+/* Content Sidebar */
+
+.content-sidebar {
+	border-top: 1px solid rgba(0, 0, 0, 0.1);
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	color: #767676;
+	padding: 48px 10px 0;
+}
+
+
+/**
+ * 7.1 Widgets
+ * -----------------------------------------------------------------------------
+ */
+
+/* Primary Sidebar, Footer Sidebar */
+
+.widget {
+	font-size: 14px;
+	-webkit-hyphens: auto;
+	-moz-hyphens:    auto;
+	-ms-hyphens:     auto;
+	hyphens:         auto;
+	line-height: 1.2857142857;
+	margin-bottom: 48px;
+	width: 100%;
+	word-wrap: break-word;
+}
+
+.widget a {
+	color: #fff;
+}
+
+.widget a:hover {
+	color: #41a62a;
+}
+
+.widget h1,
+.widget h2,
+.widget h3,
+.widget h4,
+.widget h5,
+.widget h6 {
+	margin: 24px 0 12px;
+}
+
+.widget h1 {
+	font-size: 22px;
+	line-height: 1.0909090909;
+}
+
+.widget h2 {
+	font-size: 20px;
+	line-height: 1.2;
+}
+
+.widget h3 {
+	font-size: 18px;
+	line-height: 1.3333333333;
+}
+
+.widget h4 {
+	font-size: 16px;
+	line-height: 1.5;
+}
+
+.widget h5 {
+	font-size: 14px;
+	line-height: 1.7142857142;
+}
+
+.widget h6 {
+	font-size: 12px;
+	line-height: 2;
+}
+
+.widget address {
+	margin-bottom: 18px;
+}
+
+.widget abbr[title] {
+	border-color: rgba(255, 255, 255, 0.7);
+}
+
+.widget mark,
+.widget ins {
+	color: #000;
+}
+
+.widget pre,
+.widget fieldset {
+	border-color: rgba(255, 255, 255, 0.2);
+}
+
+.widget code,
+.widget kbd,
+.widget tt,
+.widget var,
+.widget samp,
+.widget pre {
+	font-size: 12px;
+	line-height: 1.5;
+}
+
+.widget blockquote {
+	color: rgba(255, 255, 255, 0.7);
+	font-size: 18px;
+	line-height: 1.5;
+	margin-bottom: 18px;
+}
+
+.widget blockquote cite {
+	color: #fff;
+	font-size: 14px;
+	line-height: 1.2857142857;
+}
+
+.widget dl,
+.widget dd {
+	margin-bottom: 18px;
+}
+
+.widget ul,
+.widget ol {
+	list-style: none;
+	margin: 0;
+}
+
+.widget li > ol,
+.widget li > ul {
+	margin-left: 10px;
+}
+
+.widget table,
+.widget th,
+.widget td {
+	border-color: rgba(255, 255, 255, 0.2);
+}
+
+.widget table {
+	margin-bottom: 18px;
+}
+
+.widget del {
+	color: rgba(255, 255, 255, 0.4);
+}
+
+.widget hr {
+	background-color: rgba(255, 255, 255, 0.2);
+}
+
+.widget p {
+	margin-bottom: 18px;
+}
+
+.widget-area .widget input,
+.widget-area .widget textarea {
+	background-color: rgba(255, 255, 255, 0.1);
+	border-color: rgba(255, 255, 255, 0.2);
+	color: #fff;
+	font-size: 16px;
+	padding: 1px 2px 2px 4px;
+}
+
+.widget-area .widget input:focus,
+.widget-area .widget textarea:focus {
+	border-color: rgba(255, 255, 255, 0.3);
+}
+
+.widget button,
+.widget .button,
+.widget input[type="button"],
+.widget input[type="reset"],
+.widget input[type="submit"] {
+	background-color: #24890d;
+	border: 0;
+	font-size: 12px;
+	padding: 5px 15px 4px;
+}
+
+.widget input[type="button"]:hover,
+.widget input[type="button"]:focus,
+.widget input[type="reset"]:hover,
+.widget input[type="reset"]:focus,
+.widget input[type="submit"]:hover,
+.widget input[type="submit"]:focus {
+	background-color: #41a62a;
+}
+
+.widget input[type="button"]:active,
+.widget input[type="reset"]:active,
+.widget input[type="submit"]:active {
+	background-color: #55d737;
+}
+
+.widget .wp-caption {
+	color: rgba(255, 255, 255, 0.7);
+	margin-bottom: 18px;
+}
+
+.widget .widget-title {
+	font-size: 14px;
+	font-weight: 700;
+	line-height: 1.7142857142;
+	margin: 0 0 24px 0;
+	text-transform: uppercase;
+}
+
+.widget-title,
+.widget-title a {
+	color: #fff;
+}
+
+.widget-title a:hover {
+	color: #41a62a;
+}
+
+/* Calendar Widget*/
+
+.widget_calendar table {
+	line-height: 2;
+	margin: 0;
+}
+
+.widget_calendar caption {
+	color: #fff;
+	font-weight: 700;
+	line-height: 1.7142857142;
+	margin-bottom: 18px;
+	text-align: left;
+	text-transform: uppercase;
+}
+
+.widget_calendar thead th {
+	background-color: rgba(255, 255, 255, 0.1);
+}
+
+.widget_calendar tbody td,
+.widget_calendar thead th {
+	text-align: center;
+}
+
+.widget_calendar tbody a {
+	background-color: #24890d;
+	color: #fff;
+	display: block;
+}
+
+.widget_calendar tbody a:hover {
+	background-color: #41a62a;
+}
+
+.widget_calendar tbody a:hover {
+	color: #fff;
+}
+
+.widget_calendar .wp-calendar-nav {
+	display: table;
+	width: 100%;
+	line-height: 2;
+}
+
+.widget_calendar .wp-calendar-nav span {
+	display: table-cell;
+}
+
+.widget_calendar .wp-calendar-nav-prev,
+.widget_calendar #prev {
+	padding-left: 5px;
+	text-align: left;
+}
+
+.widget_calendar .wp-calendar-nav-next,
+.widget_calendar #next {
+	padding-right: 5px;
+	text-align: right;
+}
+
+/* Ephemera Widget*/
+
+.widget_twentyfourteen_ephemera > ol > li {
+	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
+	margin-bottom: 18px;
+	padding: 0;
+}
+
+.widget_twentyfourteen_ephemera .hentry {
+	margin: 0;
+	max-width: 100%;
+}
+
+.widget_twentyfourteen_ephemera .entry-title,
+.widget_twentyfourteen_ephemera .entry-meta,
+.widget_twentyfourteen_ephemera .wp-caption-text,
+.widget_twentyfourteen_ephemera .post-format-archive-link,
+.widget_twentyfourteen_ephemera .entry-content table {
+	font-size: 12px;
+	line-height: 1.5;
+}
+
+.widget_twentyfourteen_ephemera .entry-title {
+	display: inline;
+	font-weight: 400;
+}
+
+.widget_twentyfourteen_ephemera .entry-meta {
+	margin-bottom: 18px;
+}
+
+.widget_twentyfourteen_ephemera .entry-meta a {
+	color: rgba(255, 255, 255, 0.7);
+}
+
+.widget_twentyfourteen_ephemera .entry-meta a:hover {
+	color: #41a62a;
+}
+
+.widget_twentyfourteen_ephemera .entry-content ul,
+.widget_twentyfourteen_ephemera .entry-content ol {
+	margin: 0 0 18px 20px;
+}
+
+.widget_twentyfourteen_ephemera .entry-content ul {
+	list-style: disc;
+}
+
+.widget_twentyfourteen_ephemera .entry-content ol {
+	list-style: decimal;
+}
+
+.widget_twentyfourteen_ephemera .entry-content li > ul,
+.widget_twentyfourteen_ephemera .entry-content li > ol {
+	margin: 0 0 0 20px;
+}
+
+.widget_twentyfourteen_ephemera .entry-content th,
+.widget_twentyfourteen_ephemera .entry-content td {
+	padding: 6px;
+}
+
+.widget_twentyfourteen_ephemera .post-format-archive-link {
+	font-weight: 700;
+	text-transform: uppercase;
+}
+
+/* List Style Widgets*/
+
+.widget_archive li,
+.widget_categories li,
+.widget_links li,
+.widget_meta li,
+.widget_nav_menu li,
+.widget_pages li,
+.widget_recent_comments li,
+.widget_recent_entries li,
+.widget_text li {
+	border-top: 1px solid rgba(255, 255, 255, 0.2);
+	padding: 8px 0 9px;
+}
+
+.widget_archive li:first-child,
+.widget_categories li:first-child,
+.widget_links li:first-child,
+.widget_meta li:first-child,
+.widget_nav_menu li:first-child,
+.widget_pages li:first-child,
+.widget_recent_comments li:first-child,
+.widget_recent_entries li:first-child,
+.widget_text li {
+	border-top: 0;
+}
+
+.widget_categories li ul,
+.widget_nav_menu li ul,
+.widget_pages li ul {
+	border-top: 1px solid rgba(255, 255, 255, 0.2);
+	margin-top: 9px;
+}
+
+.widget_categories li li:last-child,
+.widget_nav_menu li li:last-child,
+.widget_pages li li:last-child,
+.widget_text li li:last-child {
+	padding-bottom: 0;
+}
+
+.tagcloud ul {
+	list-style-type: none;
+}
+
+.tagcloud ul li {
+	display: inline-block;
+}
+
+/* Recent Posts Widget */
+
+.widget_recent_entries .post-date {
+	display: block;
+}
+
+/* RSS Widget */
+
+.rsswidget img {
+	margin-top: -4px;
+}
+
+.rssSummary {
+	margin: 9px 0;
+}
+
+.rss-date {
+	display: block;
+}
+
+.widget_rss li {
+	margin-bottom: 18px;
+}
+
+.widget_rss li:last-child {
+	margin-bottom: 0;
+}
+
+/* Text Widget */
+
+.widget_text > div > :last-child {
+	margin-bottom: 0;
+}
+
+.widget_text ul,
+.widget_text ol {
+	margin: 0 0 12px 10px;
+}
+
+.widget_text li > ul,
+.widget_text li > ol {
+	margin-bottom: 0;
+}
+
+.widget_text ul {
+	list-style: disc inside;
+}
+
+.widget_text ol {
+	list-style: decimal inside;
+}
+
+
+/**
+ * 7.2 Content Sidebar Widgets
+ * -----------------------------------------------------------------------------
+ */
+
+.content-sidebar .widget a {
+	color: #24890d;
+}
+
+.content-sidebar .widget a:hover {
+	color: #41a62a;
+}
+
+.content-sidebar .widget pre {
+	border-color: rgba(0, 0, 0, 0.1);
+}
+
+.content-sidebar .widget mark,
+.content-sidebar .widget ins {
+	color: #2b2b2b;
+}
+
+.content-sidebar .widget abbr[title] {
+	border-color: #2b2b2b;
+}
+
+.content-sidebar .widget fieldset {
+	border-color: rgba(0, 0, 0, 0.1);
+}
+
+.content-sidebar .widget blockquote {
+	color: #767676;
+}
+
+.content-sidebar .widget blockquote cite {
+	color: #2b2b2b;
+}
+
+.content-sidebar .widget li > ol,
+.content-sidebar .widget li > ul {
+	margin-left: 18px;
+}
+
+.content-sidebar .widget table,
+.content-sidebar .widget th,
+.content-sidebar .widget td {
+	border-color: rgba(0, 0, 0, 0.1);
+}
+
+.content-sidebar .widget del {
+	color: #767676;
+}
+
+.content-sidebar .widget hr {
+	background-color: rgba(0, 0, 0, 0.1);
+}
+
+.content-sidebar .widget input,
+.content-sidebar .widget textarea {
+	background-color: #fff;
+	border-color: rgba(0, 0, 0, 0.1);
+	color: #2b2b2b;
+}
+
+.content-sidebar .widget input:focus,
+.content-sidebar .widget textarea:focus {
+	border-color: rgba(0, 0, 0, 0.3);
+}
+
+.content-sidebar .widget input[type="button"],
+.content-sidebar .widget input[type="reset"],
+.content-sidebar .widget input[type="submit"] {
+	background-color: #24890d;
+	border: 0;
+	color: #fff;
+}
+
+.content-sidebar .widget input[type="button"]:hover,
+.content-sidebar .widget input[type="button"]:focus,
+.content-sidebar .widget input[type="reset"]:hover,
+.content-sidebar .widget input[type="reset"]:focus,
+.content-sidebar .widget input[type="submit"]:hover,
+.content-sidebar .widget input[type="submit"]:focus {
+	background-color: #41a62a;
+}
+
+.content-sidebar .widget input[type="button"]:active,
+.content-sidebar .widget input[type="reset"]:active,
+.content-sidebar .widget input[type="submit"]:active {
+	background-color: #55d737;
+}
+
+.content-sidebar .widget .wp-caption {
+	color: #767676;
+}
+
+.content-sidebar .widget .widget-title {
+	border-top: 5px solid #000;
+	color: #2b2b2b;
+	font-size: 14px;
+	font-weight: 900;
+	margin: 0 0 18px;
+	padding-top: 7px;
+	text-transform: uppercase;
+}
+
+.content-sidebar .widget .widget-title a {
+	color: #2b2b2b;
+}
+
+.content-sidebar .widget .widget-title a:hover {
+	color: #41a62a;
+}
+
+/* List Style Widgets*/
+
+.content-sidebar .widget_archive li,
+.content-sidebar .widget_categories li,
+.content-sidebar .widget_links li,
+.content-sidebar .widget_meta li,
+.content-sidebar .widget_nav_menu li,
+.content-sidebar .widget_pages li,
+.content-sidebar .widget_recent_comments li,
+.content-sidebar .widget_recent_entries li,
+.content-sidebar .widget_categories li ul,
+.content-sidebar .widget_nav_menu li ul,
+.content-sidebar .widget_pages li ul,
+.content-sidebar .widget_text li ul {
+	border-color: rgba(0, 0, 0, 0.1);
+}
+
+/* Calendar Widget */
+
+.content-sidebar .widget_calendar caption {
+	color: #2b2b2b;
+	font-weight: 900;
+}
+
+.content-sidebar .widget_calendar thead th {
+	background-color: rgba(0, 0, 0, 0.02);
+}
+
+.content-sidebar .widget_calendar tbody a,
+.content-sidebar .widget_calendar tbody a:hover {
+	color: #fff;
+}
+
+/* Ephemera widget*/
+
+.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
+	line-height: 1.2857142857;
+	padding-top: 1px;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
+	background-color: #000;
+	color: #fff;
+	margin: -1px 9px 0 0;
+	padding: 6px 0 9px;
+	text-align: center;
+	vertical-align: middle;
+	width: 36px;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
+	content: "\f104";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
+	content: "\f109";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
+	content: "\f473";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
+	content: "\f103";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
+	content: "\f101";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
+	content: "\f106";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
+	content: "\f107";
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
+	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
+	color: #ccc;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
+	color: #767676;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
+	color: #41a62a;
+}
+
+.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
+	font-size: 13px;
+	line-height: 1.3846153846;
+}
+
+.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
+	font-weight: 900;
+}
+
+
+/**
+ * 8.0 Footer
+ * -----------------------------------------------------------------------------
+ */
+
+#supplementary {
+	padding: 0 10px;
+}
+
+.site-footer,
+.site-info,
+.site-info a {
+	color: rgba(255, 255, 255, 0.7);
+}
+
+.site-footer {
+	background-color: #000;
+	font-size: 12px;
+	position: relative;
+	z-index: 3;
+}
+
+.footer-sidebar {
+	padding-top: 48px;
+}
+
+.site-info {
+	padding: 15px 10px;
+}
+
+#supplementary + .site-info {
+	border-top: 1px solid rgba(255, 255, 255, 0.2);
+}
+
+.site-info a:hover {
+	color: #41a62a;
+}
+
+.site-info span[role=separator] {
+	padding: 0 0.25em 0 0.5em;
+}
+
+.site-info span[role=separator]::before {
+	content: '\002f';
+}
+
+/**
+ * 9.0 Featured Content
+ * -----------------------------------------------------------------------------
+ */
+
+.featured-content {
+	background: #000 url(images/pattern-dark.svg) repeat fixed;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	position: relative;
+	width: 100%;
+}
+
+.featured-content-inner {
+	overflow: hidden;
+}
+
+.featured-content .hentry {
+	color: #fff;
+	margin: 0;
+	max-width: 100%;
+	width: 100%;
+}
+
+.featured-content .post-thumbnail,
+.featured-content .post-thumbnail:hover {
+	background: transparent;
+}
+
+.featured-content .post-thumbnail {
+	display: block;
+	position: relative;
+	padding-top: 55.357142857%;
+	overflow: hidden;
+}
+
+.featured-content .post-thumbnail img {
+	left: 0;
+	position: absolute;
+	top: 0;
+}
+
+.featured-content .entry-header {
+	background-color: #000;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	min-height: 96px;
+	overflow: hidden;
+	padding: 24px 10px;
+}
+
+.featured-content a {
+	color: #fff;
+}
+
+.featured-content a:hover {
+	color: #41a62a;
+}
+
+.featured-content .entry-meta {
+	color: #fff;
+	font-size: 11px;
+	font-weight: 700;
+	line-height: 1.0909090909;
+	margin-bottom: 12px;
+}
+
+.featured-content .cat-links {
+	font-weight: 700;
+}
+
+.featured-content .entry-title {
+	font-size: 18px;
+	font-weight: 300;
+	line-height: 1.3333333333;
+	margin: 0;
+	text-transform: uppercase;
+}
+
+
+/* Slider */
+
+.slider .featured-content .hentry {
+	-webkit-backface-visibility: hidden;
+	display: none;
+	position: relative;
+}
+
+.slider .featured-content .post-thumbnail {
+	padding-top: 55.49132947%;
+}
+
+.slider-control-paging {
+	background-color: #000;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	float: left;
+	list-style: none;
+	margin: -24px 0 0 0;
+	position: relative;
+	width: 100%;
+	z-index: 3;
+}
+
+.slider-control-paging li {
+	float: left;
+	margin: 2px 4px 2px 0;
+}
+
+.slider-control-paging li:last-child {
+	margin-right: 0;
+}
+
+.slider-control-paging a {
+	cursor: pointer;
+	display: block;
+	height: 44px;
+	position: relative;
+	text-indent: -999em;
+	width: 44px;
+}
+
+.slider-control-paging a:before {
+	background-color: #4d4d4d;
+	content: "";
+	height: 12px;
+	left: 10px;
+	position: absolute;
+	top: 16px;
+	width: 12px;
+}
+
+.slider-control-paging a:hover:before {
+	background-color: #41a62a;
+}
+
+.slider-control-paging .slider-active:before,
+.slider-control-paging .slider-active:hover:before {
+	background-color: #24890d;
+}
+
+.slider-direction-nav {
+	clear: both;
+	list-style: none;
+	margin: 0;
+	position: relative;
+	width: 100%;
+	z-index: 3;
+}
+
+.slider-direction-nav li {
+	border-color: #fff;
+	border-style: solid;
+	border-width: 2px 1px 0 0;
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+	float: left;
+	text-align: center;
+	width: 50%;
+}
+
+.slider-direction-nav li:last-child {
+	border-width: 2px 0 0 1px;
+}
+
+.slider-direction-nav a {
+	background-color: #000;
+	display: block;
+	font-size: 0;
+	height: 46px;
+}
+
+.slider-direction-nav a:hover {
+	background-color: #24890d;
+}
+
+.slider-direction-nav a:before {
+	color: #fff;
+	content: "\f430";
+	font-size: 32px;
+	line-height: 46px;
+}
+
+.slider-direction-nav .slider-next:before {
+	content: "\f429";
+}
+
+.slider-direction-nav .slider-disabled {
+	display: none;
+}
+
+
+/**
+ * 10.0 Multisite
+ * -----------------------------------------------------------------------------
+ */
+
+.site-main .widecolumn {
+	padding-top: 72px;
+	width: auto;
+}
+.site-main .mu_register,
+.widecolumn > h2,
+.widecolumn > form {
+	margin: 0 auto 48px;
+	max-width: 474px;
+	padding: 0 30px;
+}
+
+.site-main .mu_register #blog_title,
+.site-main .mu_register #user_email,
+.site-main .mu_register #blogname,
+.site-main .mu_register #user_name {
+	font-size: inherit;
+	width: 90%;
+}
+
+.site-main .mu_register input[type="submit"],
+.widecolumn #submit {
+	font-size: inherit;
+	width: auto;
+}
+
+
+/**
+ * 11.0 Media Queries
+ * -----------------------------------------------------------------------------
+ */
+
+/* Does the same thing as <meta name="viewport" content="width=device-width">,
+ * but in the future W3C standard way. -ms- prefix is required for IE10+ to
+ * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
+ * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
+ */
+@-ms-viewport {
+	width: device-width;
+}
+
+@viewport {
+	width: device-width;
+}
+
+/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
+@media screen and (max-width:800px) {
+	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
+		padding-left: 8px;
+	}
+
+	.site-header .customize-partial-edit-shortcut button {
+		top: 10px;
+	}
+}
+
+
+@media screen and (max-width: 400px) {
+	.list-view .site-content .post-thumbnail {
+		background: none;
+		width: auto;
+		z-index: 2;
+	}
+
+	.list-view .site-content .post-thumbnail img {
+		float: left;
+		margin: 0 10px 3px 0;
+		width: 84px;
+	}
+
+	.list-view .site-content .entry-header {
+		background-color: transparent;
+		padding: 0;
+	}
+
+	.list-view .content-area {
+		padding: 0 10px;
+	}
+
+	.list-view .site-content .hentry {
+		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+		margin: 0;
+		min-height: 60px;
+		padding: 12px 0 9px;
+	}
+
+	.list-view .site-content .cat-links,
+	.list-view .site-content .type-post .entry-content,
+	.list-view .site-content .type-page .entry-content,
+	.list-view .site-content .type-post .entry-summary,
+	.list-view .site-content .type-page .entry-summary,
+	.list-view .site-content footer.entry-meta {
+		display: none;
+	}
+
+	.list-view .site-content .entry-title {
+		clear: none;
+		font-size: 15px;
+		font-weight: 900;
+		line-height: 1.2;
+		margin-bottom: 6px;
+		text-transform: none;
+	}
+
+	.list-view .site-content .format-aside .entry-title,
+	.list-view .site-content .format-link .entry-title,
+	.list-view .site-content .format-quote .entry-title {
+		display: block;
+	}
+
+	.list-view .site-content .entry-meta {
+		background-color: transparent;
+		clear: none;
+		margin: 0;
+		text-transform: none;
+	}
+
+	.archive-header,
+	.page-header {
+		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+		margin: 24px auto 0;
+		padding-bottom: 24px;
+	}
+
+	.error404 .page-header {
+		border-bottom: 0;
+		margin: 0 auto 24px;
+		padding: 0 10px;
+	}
+}
+
+/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
+@media screen and (max-width:320px) {
+	.site-header .customize-partial-edit-shortcut button {
+		left: -32px;
+	}
+
+	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
+		padding-left: 28px;
+	}
+}
+
+@media screen and (min-width: 401px) {
+	a.post-thumbnail:hover img {
+		opacity: 0.85;
+	}
+
+	.full-size-link:before,
+	.parent-post-link:before,
+	.site-content span + .byline:before,
+	.site-content span + .comments-link:before,
+	.site-content span + .edit-link:before,
+	.site-content span + .entry-date:before {
+		content: "";
+	}
+
+	.attachment span.entry-date:before,
+	.entry-content .edit-link a:before,
+	.entry-meta .edit-link a:before,
+	.site-content .byline a:before,
+	.site-content .comments-link a:before,
+	.site-content .entry-date a:before,
+	.site-content .featured-post:before,
+	.site-content .full-size-link a:before,
+	.site-content .parent-post-link a:before,
+	.site-content .post-format a:before {
+		-webkit-font-smoothing: antialiased;
+		display: inline-block;
+		font: normal 16px/1 Genericons;
+		text-decoration: inherit;
+		vertical-align: text-bottom;
+	}
+
+	.site-content .entry-meta > span {
+		margin-right: 10px;
+	}
+
+	.site-content .format-video .post-format a:before {
+		content: "\f104";
+	}
+
+	.site-content .format-audio .post-format a:before {
+		content: "\f109";
+	}
+
+	.site-content .format-image .post-format a:before {
+		content: "\f473";
+	}
+
+	.site-content .format-quote .post-format a:before {
+		content: "\f106";
+		margin-right: 2px;
+	}
+
+	.site-content .format-gallery .post-format a:before {
+		content: "\f103";
+		margin-right: 4px;
+	}
+
+	.site-content .format-aside .post-format a:before {
+		content: "\f101";
+		margin-right: 2px;
+	}
+
+	.site-content .format-link .post-format a:before {
+		content: "\f107";
+		position: relative;
+		top: 1px;
+	}
+
+	.site-content .featured-post:before {
+		content: "\f308";
+		margin-right: 3px;
+		position: relative;
+		top: 1px;
+	}
+
+	.site-content .entry-date a:before,
+	.attachment .site-content span.entry-date:before {
+		content: "\f303";
+		margin-right: 1px;
+		position: relative;
+		top: 1px;
+	}
+
+	.site-content .byline a:before {
+		content: "\f304";
+	}
+
+	.site-content .comments-link a:before {
+		content: "\f300";
+		margin-right: 2px;
+	}
+
+	.entry-content .edit-link a:before,
+	.entry-meta .edit-link a:before {
+		content: "\f411";
+	}
+
+	.site-content .full-size-link a:before {
+		content: "\f402";
+		margin-right: 1px;
+	}
+
+	.site-content .parent-post-link a:before {
+		content: "\f301";
+	}
+
+	.list-view .site-content .hentry {
+		border-top: 1px solid rgba(0, 0, 0, 0.1);
+		padding-top: 48px;
+	}
+
+	.list-view .site-content .hentry:first-of-type,
+	.list-view .site-content .hentry.has-post-thumbnail {
+		border-top: 0;
+		padding-top: 0;
+	}
+
+	.archive-header,
+	.page-header {
+		margin: 0 auto 60px;
+		padding: 0 10px;
+	}
+
+	.error404 .page-header {
+		margin-bottom: 24px;
+	}
+}
+
+@media screen and (min-width: 594px) {
+	.site-content .entry-header {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+
+	.site-content .has-post-thumbnail .entry-header {
+		margin-top: -48px;
+	}
+}
+
+@media screen and (min-width: 673px) {
+	.header-main {
+		padding: 0 30px;
+	}
+
+	.search-toggle {
+		margin-right: 18px;
+	}
+
+	.search-box .search-field {
+		width: 50%;
+	}
+
+	.content-area {
+		float: left;
+		width: 100%;
+	}
+
+	.site-content {
+		margin-right: 33.33333333%;
+	}
+
+	.site-content .has-post-thumbnail .entry-header {
+		margin-top: 0;
+	}
+
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+
+	.singular .site-content .hentry.has-post-thumbnail {
+		margin-top: 0;
+	}
+
+	.full-width .site-content {
+		margin-right: 0;
+	}
+
+	.full-width .site-content .has-post-thumbnail .entry-header,
+	.full-width .site-content .hentry.has-post-thumbnail:first-child {
+		margin-top: -48px;
+	}
+
+	#secondary,
+	#supplementary {
+		padding: 0 30px;
+	}
+
+	.content-sidebar {
+		border: 0;
+		float: right;
+		margin-left: -33.33333333%;
+		padding: 48px 30px 24px;
+		position: relative;
+		width: 33.33333333%;
+	}
+
+	.grid .featured-content .hentry {
+		float: left;
+		width: 50%;
+	}
+
+	.grid .featured-content .hentry:nth-child( 2n+1 ) {
+		clear: both;
+	}
+
+	.grid .featured-content .entry-header {
+		border-color: #000;
+		border-style: solid;
+		border-width: 12px 10px;
+		height: 96px;
+		padding: 0;
+	}
+
+	.slider .featured-content .entry-title {
+		font-size: 22px;
+		line-height: 1.0909090909;
+	}
+
+	.slider .featured-content .entry-header {
+		min-height: inherit;
+		padding: 24px 30px 48px;
+		position: absolute;
+		left: 0;
+		bottom: 0;
+		width: 50%;
+		z-index: 3;
+	}
+
+	.slider-control-paging {
+		background: transparent;
+		margin-top: -48px;
+		padding-left: 20px;
+		width: 50%;
+	}
+
+	.slider-direction-nav {
+		clear: none;
+		float: right;
+		margin-top: -48px;
+		width: 98px;
+	}
+
+	.slider-direction-nav li {
+		border: 0;
+		padding: 0 1px 0 0;
+	}
+
+	.slider-direction-nav li:last-child {
+		padding: 0 0 0 1px;
+	}
+
+	.slider-direction-nav a {
+		height: 48px;
+	}
+
+	.slider-direction-nav a:before {
+		line-height: 48px;
+	}
+
+	.site-info {
+		padding: 15px 30px;
+	}
+}
+
+@media screen and (min-width: 783px) {
+	.site-title {
+		/* Search-toggle width = 48px */
+		max-width: -webkit-calc(100% - 48px);
+		max-width:         calc(100% - 48px);
+	}
+
+	.header-main {
+		padding-right: 0;
+	}
+
+	.search-toggle {
+		margin-right: 0;
+	}
+
+	/* Fixed Header */
+
+	.masthead-fixed .site-header {
+		position: fixed;
+		top: 0;
+	}
+
+	.admin-bar.masthead-fixed .site-header {
+		top: 32px;
+	}
+
+	.masthead-fixed .site-main {
+		margin-top: 48px;
+	}
+
+	/* Navigation */
+
+	.site-navigation li .current_page_item > a,
+	.site-navigation li .current_page_ancestor > a,
+	.site-navigation li .current-menu-item > a,
+	.site-navigation li .current-menu-ancestor > a {
+		color: #fff;
+	}
+
+	/* Primary Navigation */
+
+	.primary-navigation {
+		float: right;
+		font-size: 11px;
+		margin: 0 1px 0 -12px;
+		padding: 0;
+		text-transform: uppercase;
+	}
+
+	.primary-navigation .menu-toggle {
+		display: none;
+		padding: 0;
+	}
+
+	.primary-navigation .nav-menu {
+		border-bottom: 0;
+		display: block;
+	}
+
+	.primary-navigation.toggled-on {
+		border-bottom: 0;
+		margin: 0;
+		padding: 0;
+	}
+
+	.primary-navigation li {
+		border: 0;
+		display: inline-block;
+		height: 48px;
+		line-height: 48px;
+		position: relative;
+	}
+
+	.primary-navigation a {
+		display: inline-block;
+		padding: 0 12px;
+		white-space: nowrap;
+	}
+
+	.primary-navigation ul ul {
+		background-color: #24890d;
+		float: left;
+		margin: 0;
+		position: absolute;
+		top: 48px;
+		left: -999em;
+		z-index: 99999;
+	}
+
+	.primary-navigation li li {
+		border: 0;
+		display: block;
+		height: auto;
+		line-height: 1.0909090909;
+	}
+
+	.primary-navigation ul ul ul {
+		left: -999em;
+		top: 0;
+	}
+
+	.primary-navigation ul ul a {
+		padding: 18px 12px;
+		white-space: normal;
+		width: 176px;
+	}
+
+	.primary-navigation li:hover > a,
+	.primary-navigation li.focus > a {
+		background-color: #24890d;
+		color: #fff;
+	}
+
+	.primary-navigation ul ul a:hover,
+	.primary-navigation ul ul li.focus > a {
+		background-color: #41a62a;
+	}
+
+	.primary-navigation ul li:hover > ul,
+	.primary-navigation ul li.focus > ul {
+		left: auto;
+	}
+
+	.primary-navigation ul ul li:hover > ul,
+	.primary-navigation ul ul li.focus > ul {
+		left: 100%;
+	}
+
+	.primary-navigation .menu-item-has-children > a,
+	.primary-navigation .page_item_has_children > a {
+		padding-right: 26px;
+	}
+
+	.primary-navigation .menu-item-has-children > a:after,
+	.primary-navigation .page_item_has_children > a:after {
+		-webkit-font-smoothing: antialiased;
+		content: "\f502";
+		display: inline-block;
+		font: normal 8px/1 Genericons;
+		position: absolute;
+		right: 12px;
+		top: 22px;
+		vertical-align: text-bottom;
+	}
+
+	.primary-navigation li .menu-item-has-children > a,
+	.primary-navigation li .page_item_has_children > a {
+		padding-right: 20px;
+		width: 168px;
+	}
+
+	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
+	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
+	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
+	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
+		content: "\f501";
+		right: 8px;
+		top: 20px;
+	}
+}
+
+@media screen and (min-width: 810px) {
+	.attachment .entry-attachment .attachment {
+		margin-right: -168px;
+		margin-left: -168px;
+		max-width: 810px;
+	}
+
+	.attachment .site-content .attachment img {
+		display: block;
+		margin: 0 auto;
+	}
+
+	.contributor-avatar {
+		margin-left: -168px;
+	}
+
+	.contributor-summary {
+		float: left;
+	}
+
+	.full-width .site-content blockquote.alignleft,
+	.full-width .site-content blockquote.alignright {
+		width: -webkit-calc(50% + 130px);
+		width:         calc(50% + 130px);
+	}
+
+	.full-width .site-content blockquote.alignleft,
+	.full-width .site-content img.size-full.alignleft,
+	.full-width .site-content img.size-large.alignleft,
+	.full-width .site-content img.size-medium.alignleft,
+	.full-width .site-content .wp-caption.alignleft {
+		margin-left: -168px;
+	}
+
+	.full-width .site-content .alignleft {
+		clear: left;
+	}
+
+	.full-width .site-content blockquote.alignright,
+	.full-width .site-content img.size-full.alignright,
+	.full-width .site-content img.size-large.alignright,
+	.full-width .site-content img.size-medium.alignright,
+	.full-width .site-content .wp-caption.alignright {
+		margin-right: -168px;
+	}
+
+	.full-width .site-content .alignright {
+		clear: right;
+	}
+}
+
+@media screen and (min-width: 846px) {
+	.content-area,
+	.content-sidebar {
+		padding-top: 72px;
+	}
+
+	.site-content .has-post-thumbnail .entry-header {
+		margin-top: -48px;
+	}
+
+	.comment-list .trackback,
+	.comment-list .pingback,
+	.comment-list article {
+		margin-bottom: 36px;
+		padding-top: 36px;
+	}
+
+	.comment-author .avatar {
+		height: 34px;
+		top: 2px;
+		width: 34px;
+	}
+
+	.comment-author,
+	.comment-awaiting-moderation,
+	.comment-content,
+	.comment-list .reply,
+	.comment-metadata {
+		padding-left: 50px;
+	}
+
+	.comment-list .children {
+		margin-left: 20px;
+	}
+
+	.full-width .site-content .hentry.has-post-thumbnail:first-child {
+		margin-top: -72px;
+	}
+
+	.featured-content {
+		margin-bottom: 0;
+	}
+}
+
+@media screen and (min-width: 1008px) {
+	.search-box-wrapper {
+		padding-left: 182px;
+	}
+
+	.main-content {
+		float: left;
+	}
+
+	.site-content {
+		margin-right: 29.04761904%;
+		margin-left: 182px;
+	}
+
+	.site-content .entry-header {
+		margin-top: 0;
+	}
+
+	.site-content .has-post-thumbnail .entry-header {
+		margin-top: 0;
+	}
+
+	.content-sidebar {
+		margin-left: -29.04761904%;
+		width: 29.04761904%;
+	}
+
+	.site:before {
+		background-color: #000;
+		content: "";
+		display: block;
+		height: 100%;
+		min-height: 100%;
+		position: absolute;
+		top: 0;
+		left: 0;
+		width: 182px;
+		z-index: 2;
+	}
+
+	#secondary {
+		background-color: transparent;
+		border: 0;
+		clear: none;
+		float: left;
+		margin: 0 0 0 -100%;
+		min-height: 100vh;
+		width: 122px;
+	}
+
+	.primary-sidebar {
+		padding-top: 0;
+	}
+
+	.site-description {
+		display: block;
+		margin: 0 0 18px;
+	}
+
+	.site-description:empty {
+		margin: 0;
+	}
+
+	.secondary-navigation {
+		font-size: 11px;
+		margin: 0 -30px 48px;
+		width: 182px;
+	}
+
+	.secondary-navigation li {
+		border-top: 1px solid rgba(255, 255, 255, 0.2);
+		position: relative;
+	}
+
+	.secondary-navigation a {
+		padding: 10px 30px;
+	}
+
+	.secondary-navigation ul ul {
+		background-color: #24890d;
+		position: absolute;
+		top: 0;
+		left: -999em;
+		width: 182px;
+		z-index: 99999;
+	}
+
+	.secondary-navigation li li {
+		border-top: 0;
+	}
+
+	.secondary-navigation li:hover > a,
+	.secondary-navigation li.focus > a {
+		background-color: #24890d;
+		color: #fff;
+	}
+
+	.secondary-navigation ul ul a:hover,
+	.secondary-navigation ul ul li.focus > a {
+		background-color: #41a62a;
+	}
+
+	.secondary-navigation ul li:hover > ul,
+	.secondary-navigation ul li.focus > ul {
+		left: 162px;
+	}
+
+	.secondary-navigation .menu-item-has-children > a {
+		padding-right: 38px;
+	}
+
+	.secondary-navigation .menu-item-has-children > a:after {
+		-webkit-font-smoothing: antialiased;
+		content: "\f501";
+		display: inline-block;
+		font: normal 8px/1 Genericons;
+		position: absolute;
+		right: 26px;
+		top: 14px;
+		vertical-align: text-bottom;
+	}
+
+	.footer-sidebar .widget,
+	.primary-sidebar .widget {
+		font-size: 12px;
+		line-height: 1.5;
+	}
+
+	.footer-sidebar .widget {
+		-webkit-box-sizing: border-box;
+		-moz-box-sizing:    border-box;
+		box-sizing:         border-box;
+		float: left;
+		padding: 0 30px;
+		width: 25%;
+	}
+
+	.footer-sidebar .widget h1,
+	.primary-sidebar .widget h1 {
+		font-size: 20px;
+		line-height: 1.2;
+	}
+
+	.footer-sidebar .widget h2,
+	.primary-sidebar .widget h2 {
+		font-size: 18px;
+		line-height: 1.3333333333;
+	}
+
+	.footer-sidebar .widget h3,
+	.primary-sidebar .widget h3 {
+		font-size: 16px;
+		line-height: 1.5;
+	}
+
+	.footer-sidebar .widget h4,
+	.primary-sidebar .widget h4 {
+		font-size: 14px;
+		line-height: 1.7142857142;
+	}
+
+	.footer-sidebar .widget h5,
+	.primary-sidebar .widget h5 {
+		font-size: 12px;
+		line-height: 2;
+	}
+
+	.footer-sidebar .widget h6,
+	.primary-sidebar .widget h6 {
+		font-size: 11px;
+		line-height: 2.1818181818;
+	}
+
+	.footer-sidebar .widget code,
+	.footer-sidebar .widget kbd,
+	.footer-sidebar .widget tt,
+	.footer-sidebar .widget var,
+	.footer-sidebar .widget samp,
+	.footer-sidebar .widget pre,
+	.primary-sidebar .widget code,
+	.primary-sidebar .widget kbd,
+	.primary-sidebar .widget tt,
+	.primary-sidebar .widget var,
+	.primary-sidebar .widget samp,
+	.primary-sidebar .widget pre {
+		font-size: 11px;
+		line-height: 1.6363636363;
+	}
+
+	.footer-sidebar .widget blockquote,
+	.primary-sidebar .widget blockquote {
+		font-size: 14px;
+		line-height: 1.2857142857;
+	}
+
+	.footer-sidebar .widget blockquote cite,
+	.primary-sidebar .widget blockquote cite {
+		font-size: 12px;
+		line-height: 1.5;
+	}
+
+	.footer-sidebar .widget input,
+	.footer-sidebar .widget textarea,
+	.primary-sidebar .widget input,
+	.primary-sidebar .widget textarea {
+		font-size: 12px;
+		padding: 3px 2px 4px 4px;
+	}
+
+	.footer-sidebar .widget input[type="button"],
+	.footer-sidebar .widget input[type="reset"],
+	.footer-sidebar .widget input[type="submit"],
+	.primary-sidebar .widget input[type="button"],
+	.primary-sidebar .widget input[type="reset"],
+	.primary-sidebar .widget input[type="submit"] {
+		padding: 5px 15px 4px;
+	}
+
+	.footer-sidebar .widget .widget-title,
+	.primary-sidebar .widget .widget-title {
+		font-size: 11px;
+		font-weight: 900;
+		line-height: 1.6363636363;
+		margin-bottom: 18px;
+	}
+
+	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
+	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
+	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
+	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
+	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
+	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
+	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
+	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
+	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
+	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
+		font-size: 11px;
+		line-height: 1.6363636363;
+	}
+
+	.footer-sidebar .widget_archive li,
+	.footer-sidebar .widget_categories li,
+	.footer-sidebar .widget_links li,
+	.footer-sidebar .widget_meta li,
+	.footer-sidebar .widget_nav_menu li,
+	.footer-sidebar .widget_pages li,
+	.footer-sidebar .widget_recent_comments li,
+	.footer-sidebar .widget_recent_entries li,
+	.primary-sidebar .widget_archive li,
+	.primary-sidebar .widget_categories li,
+	.primary-sidebar .widget_links li,
+	.primary-sidebar .widget_meta li,
+	.primary-sidebar .widget_nav_menu li,
+	.primary-sidebar .widget_pages li,
+	.primary-sidebar .widget_recent_comments li,
+	.primary-sidebar .widget_recent_entries li,
+	.primary-sidebar .widget_text li {
+		border-top: 0;
+		padding: 0 0 6px;
+	}
+
+	.footer-sidebar .widget_archive li:last-child,
+	.footer-sidebar .widget_categories li:last-child,
+	.footer-sidebar .widget_links li:last-child,
+	.footer-sidebar .widget_meta li:last-child,
+	.footer-sidebar .widget_nav_menu li:last-child,
+	.footer-sidebar .widget_pages li:last-child,
+	.footer-sidebar .widget_recent_comments li:last-child,
+	.footer-sidebar .widget_recent_entries li:last-child,
+	.primary-sidebar .widget_archive li:last-child,
+	.primary-sidebar .widget_categories li:last-child,
+	.primary-sidebar .widget_links li:last-child,
+	.primary-sidebar .widget_meta li:last-child,
+	.primary-sidebar .widget_nav_menu li:last-child,
+	.primary-sidebar .widget_pages li:last-child,
+	.primary-sidebar .widget_recent_comments li:last-child,
+	.primary-sidebar .widget_recent_entries li:last-child,
+	.primary-sidebar .widget_text li:last-child {
+		padding: 0;
+	}
+
+	.footer-sidebar .widget_categories li ul,
+	.footer-sidebar .widget_nav_menu li ul,
+	.footer-sidebar .widget_pages li ul,
+	.primary-sidebar .widget_categories li ul,
+	.primary-sidebar .widget_nav_menu li ul,
+	.primary-sidebar .widget_pages li ul,
+	.primary-sidebar .widget_text li ul {
+		border-top: 0;
+		margin-top: 6px;
+	}
+
+	#supplementary {
+		padding: 0;
+	}
+
+	.footer-sidebar {
+		font-size: 12px;
+		line-height: 1.5;
+	}
+
+	.featured-content {
+		padding-left: 182px;
+	}
+
+	.grid .featured-content .hentry {
+		width: 33.3333333%;
+	}
+
+	.grid .featured-content .hentry:nth-child( 2n+1 ) {
+		clear: none;
+	}
+
+	.grid .featured-content .hentry:nth-child( 3n+1 ) {
+		clear: both;
+	}
+
+	.grid .featured-content .entry-header {
+		height: 120px;
+	}
+}
+
+@media screen and (min-width: 1040px) {
+	.site-content .has-post-thumbnail .entry-header {
+		margin-top: -48px;
+	}
+
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		padding-right: 15px;
+		padding-left: 15px;
+	}
+
+	.full-width .archive-header,
+	.full-width .comments-area,
+	.full-width .image-navigation,
+	.full-width .page-header,
+	.full-width .page-content,
+	.full-width .post-navigation,
+	.full-width .site-content .entry-header,
+	.full-width .site-content .entry-content,
+	.full-width .site-content .entry-summary,
+	.full-width .site-content footer.entry-meta {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+}
+
+@media screen and (min-width: 1080px) {
+	.search-box .search-field {
+		width: 324px;
+	}
+
+	.site-content,
+	.site-main .widecolumn {
+		margin-left: 222px;
+	}
+
+	.site:before {
+		width: 222px;
+	}
+
+	.search-box-wrapper,
+	.featured-content {
+		padding-left: 222px;
+	}
+
+	#secondary {
+		width: 162px;
+	}
+
+	.secondary-navigation,
+	.secondary-navigation ul ul {
+		width: 222px;
+	}
+
+	.secondary-navigation ul li:hover > ul,
+	.secondary-navigation ul li.focus > ul {
+		left: 202px;
+	}
+
+	.slider .featured-content .entry-title {
+		font-size: 33px;
+	}
+
+	.slider .featured-content .entry-header,
+	.slider-control-paging {
+		width: 534px;
+	}
+
+	.slider-control-paging {
+		padding-left: 24px;
+	}
+
+	.slider-control-paging li {
+		margin: 12px 12px 12px 0;
+	}
+
+	.slider-control-paging a {
+		height: 24px;
+		width: 24px;
+	}
+
+	.slider-control-paging a:before {
+		top: 6px;
+		left: 6px;
+	}
+}
+
+@media screen and (min-width: 1110px) {
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		padding-right: 30px;
+		padding-left: 30px;
+	}
+}
+
+@media screen and (min-width: 1218px) {
+	.archive-header,
+	.comments-area,
+	.image-navigation,
+	.page-header,
+	.page-content,
+	.post-navigation,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content footer.entry-meta {
+		margin-right: 54px;
+	}
+
+	.full-width .archive-header,
+	.full-width .comments-area,
+	.full-width .image-navigation,
+	.full-width .page-header,
+	.full-width .page-content,
+	.full-width .post-navigation,
+	.full-width .site-content .entry-header,
+	.full-width .site-content .entry-content,
+	.full-width .site-content .entry-summary,
+	.full-width .site-content footer.entry-meta {
+		margin-right: auto;
+	}
+}
+
+@media screen and (min-width: 1260px) {
+	.site-content blockquote.alignleft,
+	.site-content blockquote.alignright {
+		width: -webkit-calc(50% + 18px);
+		width:         calc(50% + 18px);
+	}
+
+	.site-content blockquote.alignleft {
+		margin-left: -18%;
+	}
+
+	.site-content blockquote.alignright {
+		margin-right: -18%;
+	}
+}
+
+
+/**
+ * 12.0 Print
+ * -----------------------------------------------------------------------------
+ */
+
+@media print {
+	body {
+		background: none !important; /* Brute force since user agents all print differently. */
+		color: #2b2b2b;
+		font-size: 12pt;
+	}
+
+	.site,
+	.site-header,
+	.hentry,
+	.site-content .entry-header,
+	.site-content .entry-content,
+	.site-content .entry-summary,
+	.site-content .entry-meta,
+	.page-content,
+	.archive-header,
+	.page-header,
+	.contributor-info,
+	.comments-area,
+	.attachment .entry-attachment .attachment {
+		max-width: 100%;
+	}
+
+	#site-header img,
+	.search-toggle,
+	.site-navigation,
+	.site-content nav,
+	.edit-link,
+	.page-links,
+	.widget-area,
+	.more-link,
+	.post-format-archive-link,
+	.comment-respond,
+	.comment-list .reply,
+	.comment-reply-login,
+	#secondary,
+	.site-footer,
+	.slider-control-paging,
+	.slider-direction-nav {
+		display: none;
+	}
+
+	.site-title a,
+	.entry-meta,
+	.entry-meta a,
+	.featured-content .hentry,
+	.featured-content a {
+		color: #2b2b2b;
+	}
+
+	.entry-content a,
+	.entry-summary a,
+	.page-content a,
+	.comment-content a {
+		text-decoration: none;
+	}
+
+	.site-header,
+	.post-thumbnail,
+	a.post-thumbnail:hover,
+	.site-content .entry-header,
+	.site-footer,
+	.featured-content,
+	.featured-content .entry-header {
+		background: transparent;
+	}
+
+	.header-main {
+		padding: 48px 10px;
+	}
+
+	.site-title {
+		float: none;
+		font-size: 19pt;
+	}
+
+	.content-area {
+		padding-top: 0;
+	}
+
+	.list-view .site-content .hentry {
+		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+		margin-bottom: 48px;
+		padding-bottom: 24px;
+	}
+
+	.post-thumbnail img {
+		margin: 0 10px 24px;
+	}
+
+	.site-content .has-post-thumbnail .entry-header {
+		padding-top: 0;
+	}
+
+	.site-content footer.entry-meta {
+		margin: 24px auto;
+	}
+
+	.entry-meta .tag-links a {
+		color: #fff;
+	}
+
+	.singular .site-content .hentry.has-post-thumbnail {
+		margin-top: 0;
+	}
+
+	.gallery-columns-1.gallery-size-medium,
+	.gallery-columns-1.gallery-size-thumbnail,
+	.gallery-columns-2.gallery-size-thumbnail,
+	.gallery-columns-3.gallery-size-thumbnail {
+		display: block;
+	}
+
+	.archive-title,
+	.page-title {
+		margin: 0 10px 48px;
+	}
+
+	.featured-content .hentry {
+		margin-bottom: 48px;
+	}
+
+	.featured-content .post-thumbnail,
+	.slider .featured-content .post-thumbnail {
+		padding-top: 0;
+	}
+
+	.featured-content .post-thumbnail img {
+		position: relative;
+	}
+
+	.featured-content .entry-header {
+		padding: 0 10px 24px;
+	}
+
+	.featured-content .entry-meta {
+		font-size: 9pt;
+		margin-bottom: 11px;
+	}
+
+	.featured-content .cat-links {
+		font-weight: 900;
+	}
+
+	.featured-content .entry-title {
+		font-size: 25pt;
+		line-height: 36px;
+	}
+}
diff --git a/wp-content/themes/twentyfourteen/tag.php b/wp-content/themes/twentyfourteen/tag.php
index 3a3a3c5ef..b1a1692ff 100644
--- a/wp-content/themes/twentyfourteen/tag.php
+++ b/wp-content/themes/twentyfourteen/tag.php
@@ -1,61 +1,66 @@
-<?php
-/**
- * The template for displaying Tag pages
- *
- * Used to display archive-type pages for posts in a tag.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<section id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-			<header class="archive-header">
-				<h1 class="archive-title"><?php printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) ); ?></h1>
-
-				<?php
-					// Show an optional term description.
-					$term_description = term_description();
-				if ( ! empty( $term_description ) ) :
-					printf( '<div class="taxonomy-description">%s</div>', $term_description );
-					endif;
-				?>
-			</header><!-- .archive-header -->
-
-				<?php
-					// Start the Loop.
-				while ( have_posts() ) :
-					the_post();
-
-					/*
-					 * Include the post format-specific template for the content. If you want to
-					 * use this in a child theme, then include a file called content-___.php
-					 * (where ___ is the post format) and that will be used instead.
-					 */
-					get_template_part( 'content', get_post_format() );
-
-					endwhile;
-					// Previous/next page navigation.
-					twentyfourteen_paging_nav();
-
-				else :
-					// If no content, include the "No posts found" template.
-					get_template_part( 'content', 'none' );
-
-				endif;
-				?>
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying Tag pages
+ *
+ * Used to display archive-type pages for posts in a tag.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<section id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+			<header class="archive-header">
+				<h1 class="archive-title">
+				<?php
+				/* translators: %s: Tag title. */
+				printf( __( 'Tag Archives: %s', 'twentyfourteen' ), single_tag_title( '', false ) );
+				?>
+				</h1>
+
+				<?php
+					// Show an optional term description.
+					$term_description = term_description();
+				if ( ! empty( $term_description ) ) :
+					printf( '<div class="taxonomy-description">%s</div>', $term_description );
+					endif;
+				?>
+			</header><!-- .archive-header -->
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+
+					/*
+					 * Include the post format-specific template for the content. If you want
+					 * to use this in a child theme, then include a file called content-___.php
+					 * (where ___ is the post format) and that will be used instead.
+					 */
+					get_template_part( 'content', get_post_format() );
+
+					endwhile;
+					// Previous/next page navigation.
+					twentyfourteen_paging_nav();
+
+				else :
+					// If no content, include the "No posts found" template.
+					get_template_part( 'content', 'none' );
+
+				endif;
+				?>
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
diff --git a/wp-content/themes/twentyfourteen/taxonomy-post_format.php b/wp-content/themes/twentyfourteen/taxonomy-post_format.php
index 243e8f0c2..ba9af841a 100644
--- a/wp-content/themes/twentyfourteen/taxonomy-post_format.php
+++ b/wp-content/themes/twentyfourteen/taxonomy-post_format.php
@@ -1,86 +1,86 @@
-<?php
-/**
- * The template for displaying Post Format pages
- *
- * Used to display archive-type pages for posts with a post format.
- * If you'd like to further customize these Post Format views, you may create a
- * new template file for each specific one.
- *
- * @todo https://core.trac.wordpress.org/ticket/23257: Add plural versions of Post Format strings
- * and remove plurals below.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package WordPress
- * @subpackage Twenty_Fourteen
- * @since Twenty Fourteen 1.0
- */
-
-get_header(); ?>
-
-	<section id="primary" class="content-area">
-		<div id="content" class="site-content" role="main">
-
-			<?php if ( have_posts() ) : ?>
-
-			<header class="archive-header">
-				<h1 class="archive-title">
-					<?php
-					if ( is_tax( 'post_format', 'post-format-aside' ) ) :
-						_e( 'Asides', 'twentyfourteen' );
-
-						elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
-							_e( 'Images', 'twentyfourteen' );
-
-						elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
-							_e( 'Videos', 'twentyfourteen' );
-
-						elseif ( is_tax( 'post_format', 'post-format-audio' ) ) :
-							_e( 'Audio', 'twentyfourteen' );
-
-						elseif ( is_tax( 'post_format', 'post-format-quote' ) ) :
-							_e( 'Quotes', 'twentyfourteen' );
-
-						elseif ( is_tax( 'post_format', 'post-format-link' ) ) :
-							_e( 'Links', 'twentyfourteen' );
-
-						elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) :
-							_e( 'Galleries', 'twentyfourteen' );
-
-						else :
-							_e( 'Archives', 'twentyfourteen' );
-
-						endif;
-						?>
-				</h1>
-			</header><!-- .archive-header -->
-
-				<?php
-					// Start the Loop.
-				while ( have_posts() ) :
-					the_post();
-
-					/*
-					 * Include the post format-specific template for the content. If you want to
-					 * use this in a child theme, then include a file called content-___.php
-					 * (where ___ is the post format) and that will be used instead.
-					 */
-					get_template_part( 'content', get_post_format() );
-
-					endwhile;
-					// Previous/next page navigation.
-					twentyfourteen_paging_nav();
-
-				else :
-					// If no content, include the "No posts found" template.
-					get_template_part( 'content', 'none' );
-
-				endif;
-				?>
-		</div><!-- #content -->
-	</section><!-- #primary -->
-
-<?php
-get_sidebar( 'content' );
-get_sidebar();
-get_footer();
+<?php
+/**
+ * The template for displaying Post Format pages
+ *
+ * Used to display archive-type pages for posts with a post format.
+ * If you'd like to further customize these Post Format views, you may create a
+ * new template file for each specific one.
+ *
+ * @todo https://core.trac.wordpress.org/ticket/23257: Add plural versions of Post Format strings
+ * and remove plurals below.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package WordPress
+ * @subpackage Twenty_Fourteen
+ * @since Twenty Fourteen 1.0
+ */
+
+get_header(); ?>
+
+	<section id="primary" class="content-area">
+		<div id="content" class="site-content" role="main">
+
+			<?php if ( have_posts() ) : ?>
+
+			<header class="archive-header">
+				<h1 class="archive-title">
+					<?php
+					if ( is_tax( 'post_format', 'post-format-aside' ) ) :
+						_e( 'Asides', 'twentyfourteen' );
+
+						elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
+							_e( 'Images', 'twentyfourteen' );
+
+						elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
+							_e( 'Videos', 'twentyfourteen' );
+
+						elseif ( is_tax( 'post_format', 'post-format-audio' ) ) :
+							_e( 'Audio', 'twentyfourteen' );
+
+						elseif ( is_tax( 'post_format', 'post-format-quote' ) ) :
+							_e( 'Quotes', 'twentyfourteen' );
+
+						elseif ( is_tax( 'post_format', 'post-format-link' ) ) :
+							_e( 'Links', 'twentyfourteen' );
+
+						elseif ( is_tax( 'post_format', 'post-format-gallery' ) ) :
+							_e( 'Galleries', 'twentyfourteen' );
+
+						else :
+							_e( 'Archives', 'twentyfourteen' );
+
+						endif;
+						?>
+				</h1>
+			</header><!-- .archive-header -->
+
+				<?php
+				// Start the Loop.
+				while ( have_posts() ) :
+					the_post();
+
+					/*
+					 * Include the post format-specific template for the content. If you want
+					 * to use this in a child theme, then include a file called content-___.php
+					 * (where ___ is the post format) and that will be used instead.
+					 */
+					get_template_part( 'content', get_post_format() );
+
+					endwhile;
+					// Previous/next page navigation.
+					twentyfourteen_paging_nav();
+
+				else :
+					// If no content, include the "No posts found" template.
+					get_template_part( 'content', 'none' );
+
+				endif;
+				?>
+		</div><!-- #content -->
+	</section><!-- #primary -->
+
+<?php
+get_sidebar( 'content' );
+get_sidebar();
+get_footer();
-- 
GitLab