/*
	Theme Name: Custom Theme - Home Stories
	Description: This is the custom child theme created for the Genesis Framework for Home Stories A to Z
	Author: Sarah Fogle
	Author URI: http://www.sweettheorydesigns.com/
	Version: 1.0.1

	Tags: one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/ 

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Pinterest RSS
		- Popular Posts
		- Simple Social Icons
		- Jetpack
		- SocialFans
	- Custom Page Templates
		- Home Page
		- Project Gallery Page
	- Topsite
	- Site Header
		- Title Area
		- Widget Areas
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
	- Wide Teaser Area
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1366px
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,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{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.widget-area:before,
.after-entry:before,
.comment-respond:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after,
.topsite:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Fonts
--------------------------------------------- */

@font-face {
	font-family: Futura LT BT;
	src: url('fonts/Futura_Lt_BT_Light.ttf');
}

@font-face {
	font-family: Madina Script;
	src: url('fonts/Madina_Script.ttf');
}

@font-face {
	font-family: Modern 20;
	src: url('fonts/MOD20.TTF');
}

/* Typographical Elements
--------------------------------------------- */

body {
	color: #73706a;
	font-family: 'Futura LT BT', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #90b6b6;
	text-decoration: none;
}

a img {
	margin-bottom: 20px;
}

a:hover {
	color: #878F8A;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: url(https://www.homestoriesatoz.com/wp-content/uploads/2016/03/HS-key40.png) center left no-repeat;
	font-family: 'Modern 20';
	color: #474745;
	margin: 0 20px 30px;
	padding: 20px 20px 20px 40px;
}

.entry-content blockquote p {
	margin-bottom: 0;
}

pre {
	background: #111;
	color: #d3d3d3;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Futura LT BT', Arial, sans-serif;
	font-weight: 400;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-family: 'Modern 20';
	font-size: 22px;
}

h6 {
	font-family: 'Madina Script';
	font-size: 26px;
	text-transform: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe,
video {
	margin: 0 auto;
	text-align: center;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow:  0 0 0 #fff;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 0 #fff;
	color: #A0A09A;
	font-family: 'Futura LT BT';
	font-size: 11px;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #8D8D8A;
	border: none;
	box-shadow: none;
	color: #FFF;
	font-family: 'Futura LT BT', Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0.5px;
	padding: 6px 12px;
	text-transform: uppercase;
	width: auto;
}

input[type="submit"]:hover {
	background: #bdd0cf;
}

.button-secondary {
	background: #8D8D8A;
	color: #FFF;
}

.button-secondary:hover {
	background: #bdd0cf;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.site-inner {
	margin: 0 auto;
	max-width: 1270px;
}

.wrap {
	display: block;
	margin: 0 auto;
	max-width: 1270px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

/* Content */

.content {
	float: left;
	margin: 0 40px;
	width: 790px;
}

.page .content {
	background-color: #fff;
	padding: 20px;
}

.single-post .content {
	background-color: #fff;
	padding: 30px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	background: url(/wp-content/uploads/2016/03/HS_pattern-herringbone_400.png);
	float: right;
	padding: 20px;
	width: 380px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-primary .widgettitle {
	background: url(/wp-content/uploads/2016/03/HS-sidebar-bannner-background-60.png) center no-repeat;
	font-family: 'Modern 20';
	height: 51px;
	padding: 12px 0;
}

/* Secondary Sidebar */

.sidebar-secondary {
	background: #fff;
	float: right;
	margin: 0 18px;
	width: 200px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-fifth,
.one-sixth,
.one-sixith,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.one-sixth,
.one-sixith {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clear-line {
	clear: both;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 22px;
}

.alignright .avatar {
	margin-left: 22px;
}

.search-form {
}

.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 22px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 20px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}

.wp-caption-text {
	font-family: 'Futura LT BT', Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	margin-bottom: 20px;
}

.archive-description {
	padding: 20px 20px 22px;
}

/* Headings
--------------------------------------------- */

.home-middle .widget_text .widgettitle {
	font-family: 'Madina Script';
	font-size: 30px;
	margin-bottom: 0;
	text-align: left;
	text-transform: lowercase;
}

.home-bottom .entry-title {
	margin-bottom: 0;
}

.home-bottom .widgettitle {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.before-footer-widgets .entry-title {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	padding-bottom: 16px;
}

.entry-title {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.archive .one-sixith .entry-title {
	font-size: 18px;
	text-align: center;
}

.page .entry-title {
	margin-bottom: 16px;
}

.sidebar .entry-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

h1.entry-title,
.entry-title a,
.sweet-home .content .featuredpost h2 a,
.sidebar .widgettitle a {
	color: #73706a;
	text-decoration: none;
	text-align: center;
}

.widgettitle {
	color: #8D8D8A;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin: 32px auto;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	background-color: #fff;
	border: 14px solid #EDEDED;
	margin-bottom: 20px;
	padding: 10px;
}



/* User Profile
--------------------------------------------- */

.user-profile {
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
	text-align: left;
}

.user-profile span.alignleft {
	margin-right: 12px;
}

.user-profile .avatar {
	border: 2px solid #F7F6EC;
	border-radius: 100%;
	margin-right: 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Slider
--------------------------------------------- */
#genesis-responsive-slider {
	background: none !important;
	border: none !important;
}

.slide-excerpt {
	display: none !important;
}


/* ENews
--------------------------------------------- */
.sidebar .enews input {
	width: 83%;
}

.content .enews-widget input[type="email"] {
	width: 70%;
}

.home-middle .enews-widget input[type="email"] {
	width: 76%;
}

.home-middle .enews-widget input[type="submit"] {
	background: url(/wp-content/uploads/2016/03/HS-sidebar-bannner-background-60.png) center no-repeat;
	color: #73706A;
	font-family: 'Modern 20';
	font-size: 14px;
	height: 52px;
	letter-spacing: 2px;
	padding: 12px;
	width: 153px;
}


/* Pinterest RSS
--------------------------------------------- */

.pinterest_rss_widget .widgettitle {
	display: none;
}

/* Popular Posts
--------------------------------------------- */
.wpp-thumbnail {
	float: none !important;
	margin: 0 !important;
}

/* Simple Social Icons
--------------------------------------------- */

.menu-primary .simple-social-icons {
	float: right;
	margin: 6px 0 0;
}

.nav-primary .simple-social-icons li a {
	border: transparent;
}

/* Jetpack
--------------------------------------------- */

.sharedaddy {
	border-top: 1px solid #aeaeae;
	padding-top: 5px;
}

.sd-title {
	float: left;
	font-size: x-small;
	margin: 3px 0;
}

.sharedaddy .sd-content ul li {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2px;
	padding: 0 3%;
	text-transform: uppercase;
}

.sd-social-icon a.sd-button {
	padding: 12px;
}

/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	border: 1px solid #8D8D8A;
	margin-top: 20px;
	padding: 10px;
}

.home-intro {
	margin-top: 20px;
}

.home-top .widget,
.home-intro .widget,
.home-middle .widget {
	margin: 0 auto;
}

.home-middle {
	background-color: #EFF6F5;
	border: 10px solid #fff;
	outline: 1px solid #EFF6F5;
	padding: 16px;
}

.home-intro .featured-content .entry,
.home-bottom .featured-content .entry {
	padding: 0 0 0 30px;
}

.home-intro img,
.home-bottom img {
	margin-bottom: 0;
}

.home-intro .widget.simple-social-icons,
.home-intro .widget_search {
	display: none;
}

/* Project Gallery Page
--------------------------------------------- */

.page-template-category-index-gallery .featured-content .entry {
	border: none;
}

.body.category .main.content {
	margin: 40px;
	padding: 20px;
}

/*
Topsite
---------------------------------------------------------------------------------------------------- */

.topsite {
	background-color: #EDEDED;
}

.topsite .widget {
	margin: 8px auto 0;
	text-align: center;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 16px 0;
	width: 360px;
}

.title-area h1 {
	margin: 0 auto;
}

.title-area p {
	margin: 0;
}

.header-image .title-area {
	float: none;
	margin: 0 auto;
	max-width: 346px;
	padding: 0;
	text-align: center;
}

.site-title,
.site-title a {
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #444;
}

.site-description {
	color: transparent;
	font-size: 4px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header {
	margin: 0 auto;
	padding: 0;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: none;
	margin: 10px auto;
	max-width: 100%;
	min-height: 200px;
}

/* Header Widget Areas
--------------------------------------------- */

.header-widget-area {
	margin: 0 auto;
	float: right;
	position: relative;
	top: -120px;
	width: 18%;
}

.header-widget-area .widget {
	margin: 0 auto;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Modern 20';
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto;
	max-width: 1270px;
	padding: 0;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.genesis-nav-menu .menu-item:last-child {
	border-right: none;
}

.genesis-nav-menu a {
	color: #73706a;
	display: block;
	padding: 16px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #8D8D8A;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #444;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #A0A09A;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #73706a;
	background: #F7F6EC;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sidebar .menu-item a {
	text-decoration: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #EDEDED;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #73706a;
}

.nav-secondary .wrap {
	max-width: 600px;
}

/* Sticky Navigation
--------------------------------------------- */

#subnav {
	border-bottom: 1px solid #333;
	border-top: 8px solid #333;
	text-align: center;
}

#subnav .simple-social-icons,
#subnav .simple-social-icons ul li {
	float: right;
	margin: 0 !important;
}

.genesis-nav-menu.menu-secondary li li a {
	color: #73706a!important;
}

.genesis-nav-menu.menu-secondary a:hover {
	padding: 20px;
}

/*
Wide Teaser Area
---------------------------------------------------------------------------------------------------- */

.wide-teaser {
	text-align: center;
}

.wide-teaser img,
.wide-teaser iframe {
	display: block;
	margin: 0 auto;
}

.wide-teaser li,
.home-slider li {
	display: inline-block;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-content {
	padding-top: 15px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.clear-line {
	margin-bottom: 30px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta,
.post-info,
.post-meta {
	font-size: 11px;
	margin: 0;
}

.entry-meta a:hover,
.post-info a:hover,
.post-meta a:hover {
	color: #bdd0cf;
}

.entry-header {
	padding: 0 0 1px;
	text-align: center;
}

.entry-categories {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: lowercase;
}

.entry-categories:after {
	content: " | ";
}

.entry-comments-link:before {
	color: #8D8D8A;
	font-weight: 400;
}

.entry-comments-link a {
	color: #474745;
	font-weight: 400;
}

.entry-header .entry-meta,
.post-info {
	margin-bottom: 22px;
	line-height: 1;
	text-align: center;
}

a.more-link,
.more-from-category a {
	display: table;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 10px auto;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: lowercase;
}

a.more-link {
	background: url(/wp-content/uploads/2016/03/HS-key50.png) center bottom no-repeat;
	height: 80px;
}

.more-from-category a {
	margin: 0 auto 40px;
}

.more-link {
	margin-top: 15px;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}

.archive-pagination li {
	border: 1px solid #d3d3d3;
	display: inline;
	padding: 5px 10px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: #8D8D8A;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Entry Navigation
--------------------------------------------- */

/* Entry Navigation
--------------------------------------------- */

.pagination {
	font-size: 13px;
	padding-top: 10px;
	text-transform: uppercase;
}

.adjacent-entry-pagination {
	border-top: 1px solid #aeaeae;
	padding: 5px 0;
}

.pagination-previous,
.pagination-next {
	margin: 0;
	text-align: center;
	width: 49%;
}
.pagination-previous {
	border-right: 1px dotted #b4b4b4;
}

.adjacent-entry-pagination .pagination-previous:before {
	content: "Previous";
	display: block;
	font-size: 18px;
}

.adjacent-entry-pagination .pagination-next:before {
	content: "Next";
	display: block;
	font-size: 18px;
}

/*
After Entry
--------------------------------------------- */

.after-entry {
	margin: 20px 0;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #73706a;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.entry-comments a,
.comment-respond a {
	color: #474745;
}

.entry-comments .comment-author {
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 20px;
	padding: 20px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-top: 1px solid #d3d3d3;
}

.comment .avatar {
	margin: 0 10px 10px 0;
}

.bypostauthor article {
	background: #F7F7F9;
	padding: 10px;
}

.comment-header {
	text-transform: uppercase;
}

.comment-meta,
.comment-meta a {
	color: #73706a;
	font-size: 11px;
}

.comment-reply a {
	font-family: 'Futura LT BT', Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	color: #A0A09A;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar li a {
	color: #73706a;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .menu li {
	float: left;
	text-align: center;
	width: 50%;
}

.sidebar .menu li a {
	letter-spacing: 2px;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
}

.sidebar .search-form {
	width: 100%;
}

/*
Before Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer-widgets .wrap {
	text-align: center;
}

.before-footer-widgets-2 {
	background: #fff;
}

.before-footer-widgets-2 .widget {
	margin-top: 20px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #BED0CF;
	color: #fff;
	display: block;
	clear: both;
	margin: 30px auto 0;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}

.footer-widgets .widget {
	margin: 20px 0;
}

.footer-widgets .widgettitle {
	background: url(/wp-content/uploads/2016/03/HS-sidebar-bannner-background-60.png) center center no-repeat;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets img {
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #BED0CF;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer p {
	margin: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1366px) {

	.topsite .wrap,
	.nav-primary .wrap,
	.site-inner,
	.before-footer-widgets .wrap {
		max-width: 1270px;
	}

	.sidebar-secondary {
		display: none;
	}
}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: hidden;
	}

	.site-inner {
		margin: 20px auto;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content {
		margin: 0 auto;
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.site-header .widget-area {
		width: 220px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px;
	}

	.sidebar-primary {
		padding: 20px 6px;
		width: 324px;
	}

	.sidebar .widget {
		padding: 20px 2px;
	}

}

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .widget-area {
		top: 0;
	}

	.site-inner,
	.topsite {
		padding-left: 3%;
		padding-right: 3%;
	}

	.archive-description,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header,
	.comment-respond {
		padding: 0;
	}

	.sidebar .widget {
		padding: 20px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.home-intro .widget.simple-social-icons,
	.home-intro .widget_search {
		display: block;
		padding: 3%;
	}

	.sidebar-primary {
		padding: 36px;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

	#subnav {
		display: none;
		visibility: hidden;
	}

	nav {
		display: block;
		position: relative;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .sub-menu:after,
	.genesis-nav-menu.responsive-menu .sub-menu:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: left;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 14px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-sixith,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		width: 100%;
	}

	.odd {
		clear: both;
		margin-left: 0;
	}

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto;
	}

	.home-intro .featured-content .entry, .home-bottom .featured-content .entry {
		padding: 5% 12%;
	}

}

@media only screen and (max-width: 420px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-sixith,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.after-entry .widget {
		width: 100%;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

}