/*
Theme Name: Farmhouse Theme
Theme URI: http://restored316designs.com/themes
Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
Author: Restored 316 // Lauren Gaige
Author URI: http://www.restored316designs.com/
Copyright: Copyright (c) 2021, Restored 316 LLC

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: farmhouse-theme
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Related Posts for WP
	- WP Forms
- Skip Links
- Site Header
	- Title Area
- Site Farmhouse
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Sidebar
		- Entry
		- Entry Header
		- Headings
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
*/


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

/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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,
.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,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

@font-face {
    font-family: 'Monologue';
    src: url('../woff2/monologuescript-regular-2.woff2') format('woff2'),
        url('../woff/monologuescript-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight';
    src: url('../woff2/freightdispprobook-regular-2.woff2') format('woff2'),
        url('../woff/freightdispprobook-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight';
    src: url('../woff2/freightbigprolight-italic-2.woff2') format('woff2'),
        url('../woff/freightbigprolight-italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Freight';
    src: url('../woff2/freightbigprolight-regular-2.woff2') format('woff2'),
        url('../woff/freightbigprolight-regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

body {
	background-color: #fff;
	color: #525252;
    font-family: 'Nanum Myeongjo', Georgia, Garamond, Times, serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	transition: all 0.2s ease-in-out;
}

a {
	color: #8c9086;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #525252;
	text-decoration: none;
}

span:target {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #f4f1ea;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 800;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #4a4a4a;
}

blockquote {
	margin: 30px;
}

blockquote p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 40px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Freight', serif;
	font-weight: 300;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

.entry-content h1 {
	font-size: 48px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

.entry-content .block-sidebar h4 {
	margin-top: 0;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #f4f1ea;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #f4f1ea;
	color: #4a4a4a;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 15px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #525252;
	opacity: 1;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #525252;
	opacity: 1;
	text-transform: uppercase;
}

::placeholder {
	color: #525252;
	opacity: 1;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #525252;
	border-width: 0;
	border-radius: 0px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding: 18px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}

.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #a8bbbe;
	border-width: 0;
}

.entry-content a.button:focus,
.entry-content a.button:hover,
.widget a.button:focus,
.widget a.button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f4f1ea;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #f4f1ea;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #f4f1ea;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #4a4a4a;
	display: block;
	font-size: 1em;
	font-weight: 600;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 30px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}


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

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

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

.comment .avatar {
	border-radius: 100px;
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.author-box p {
	font-size: 16px;
}

.breadcrumb {
	border-bottom: 1px solid #f4f1ea;
	font-size: 14px;
	margin-bottom: 60px;
	margin-top: -20px;
	padding-bottom: 10px;
	text-align: center;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form input[type="search"] {
	background: url(../png/searchicon.png) no-repeat right;
	background-size: 15px;
	background-position: top 15px right 15px;
	overflow: hidden;
}

.post-password-form input[type="submit"] {
	margin-top: 10px;
}

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

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: center;
}

.author-box-title {
	text-align: left;
}

.entry-title {
	font-size: 36px;
	margin-bottom: 10px;
}

.entry-title a {
	color: #525252;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #ecbda1;
}

.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 0 0 10px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border-width: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #f4f1ea;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry .entry-header {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

.featured-content .entry-header::after {
	display: none;
}

.featured-content .entry-title {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: left;
}

.featured-content .more-posts-title {
	font-size: 28px;
}


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

/* Testimonial Rotator
--------------------------------------------- */

.testimonial_rotator_quote {
	font-size: 17px !important;
	line-height: 1.8 !important;
}

.testimonial_rotator_author_info p {
	font-family: 'Monologue', script;
	font-size: 60px !important;
	margin: 0;
}

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	padding: 10px;
	text-align: center;
}

.after-entry .enews input {
	text-align: center;
}

.after-entry .enews input[type="submit"],
.sidebar .enews input[type="submit"] {
	margin: 0;
	width: 100%;
}

.sidebar .enews,
.block-sidebar .enews {
	border: 1px solid #f4f1ea;
	padding: 30px;
}

.enews input {
	margin-bottom: 10px;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #f4f1ea;
	color: #4a4a4a;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	box-shadow: none;
	color: #a8bbbe;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Related
--------------------------------------------- */

.rp4wp-related-posts {
	display: block;
	text-align: center;
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 40px;
 }

.rp4wp-related-posts h3 {
	margin-bottom: 30px;
}

 .rp4wp-related-posts ul {
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	list-style-type: none;
 }

 .entry-content .rp4wp-related-posts ul {
	 margin-left: 0;
 }

 .rp4wp-related-posts li {
	border: 1px solid #f4f1ea;
	flex: 0 1 33%;
	margin-left: 32px;
	background: #fff;
	overflow: hidden;
	padding: 20px;
	position: relative;
 }

 .rp4wp-related-posts li:first-of-type {
	margin-left: 0;
 }

 .rp4wp-related-post-content {
	font-size: 14px;
	line-height: 1.15;
	height: 100%;
 }

 .rp4wp-related-post-content a {
	display: block;
	font-family: 'Freight', serif;
	font-size: 24px;
	font-weight: 300;
	padding: 12px 12px 12px 8px;
	display: flex;
	align-items: center;
 }

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #4a4a4a;
	outline: #ccc solid 1px;
}


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

.site-header > .wrap {
	margin-left: auto;
	margin-right: auto;
}

.site-header .widget-area {
	padding: 0 30px;
}

.site-header .widget li li {
	margin: 0;
}

.custom-header .site-header {
	background: #f4f1ea;
}

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

.title-area {
	margin: 23px auto;
}

.wp-custom-logo .title-area,
.wp-custom-logo.header-full-width .title-area {
	margin-top: 10px;
	max-width: 375px;
	padding: 25px 0;
	width: 100%;
}

.header-full-width .title-area {
	float: none;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
	width: 100%;
}

.site-title {
	font-family: 'Freight', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 10px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #525252;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Farmhouse
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #525252;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding: 20px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #8c9086;
	text-decoration: none;
}

.genesis-nav-menu a {
	display: inline-block;
	text-decoration: none
}
.genesis-nav-menu a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #222;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	margin-top: 8px
}
.genesis-nav-menu a:hover::after {
	width: 100%
}
.genesis-nav-menu .sub-menu a::after {
	height: 0
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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

.genesis-nav-menu > .search {
	width: 100%;
}

.genesis-nav-menu > .search input {
	background: transparent;
	border: none;
}

.genesis-nav-menu .widget-area {
    width: 100%;
}

.genesis-nav-menu .widget {
	margin: 0;
}

.genesis-nav-menu > .search input,
.genesis-nav-menu .widget-area {
	display: none;
}

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

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
	text-align: center;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #4a4a4a;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	box-shadow: none;
	color: #a8bbbe;
}

.menu-toggle {
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menus
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	width: 100%;
}

.genesis-nav-menu a.mini-logo-link {
	display: none;
}

/* ## Header Left & Right Farmhouse
--------------------------------------------- */

.nav-header-left,
.nav-header-right {
	margin-top: 45px;
}

.nav-header-left a,
.nav-header-right a {
	padding: 20px 18px;
}

.nav-header-left {
	float: left;
	text-align: center;
	width: 35%;
}

.nav-header-right {
	float: right;
	text-align: center;
	width: 35%;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.content .sticky .entry-content a {
	border-bottom: 0;
	text-decoration: underline;
}

.content .sticky .entry-content a:hover {
	text-decoration: none;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

.content .sticky .entry-meta a {
	border-bottom: 0;
	text-decoration: underline;
}

.content .sticky .entry-meta a:focus,
.content .sticky .entry-meta a:hover {
	text-decoration: none;
}

p.entry-meta {
	margin-bottom: 0;
}

.entry-header {
	margin-bottom: 30px;
}

.archive .entry-header,
.blog .entry-header {
	text-align: center;
}

.entry-footer .entry-meta {
	border-top: 1px solid #f4f1ea;
	padding-top: 20px;
}

p.entry-meta,
.entry-meta a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.entry-categories,
.entry-tags {
	display: block;
}

.single-post .entry-header,
.single-post .entry-footer {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 50px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #525252;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	text-decoration: underline;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Top Banner
---------------------------------------------------------------------------------------------------- */

.farmhouse-top-banner {
	background: #8c9086;
	padding: 15px 90px 15px 24px;
	position: relative;
	text-align: center;
}

.no-js .farmhouse-top-banner {
    padding: 15px 24px 15px 24px;
}

.farmhouse-top-banner .farmhouse-top-banner-inner {
    /*max-width: calc(100% - 90px);*/
    width: 100%;
}

.top-banner-visible .farmhouse-top-banner {
    display: block;
}

.top-banner-hidden .farmhouse-top-banner {
    display: block;
}

.farmhouse-top-banner,
.farmhouse-top-banner a,
.farmhouse-top-banner a:focus,
.farmhouse-top-banner a:hover {
	color: #fff;
}

.farmhouse-top-banner a {
	text-decoration: underline;
}

#farmhouse-top-banner-close,
#farmhouse-top-banner-close:focus,
#farmhouse-top-banner-close:hover {
	background: transparent;
	border: 0;
	color: #fff;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}

#farmhouse-top-banner-close {
	padding-left: 35px;
	padding-right: 35px;
}

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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 40px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget ul > li {
	margin-bottom: 0;
}


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

.site-footer {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.5;
	padding: 15px;
	text-align: center;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:hover {
	text-decoration: none;
}

.site-footer p a {
	color: #525252;
}


.site-footer p {
	margin-bottom: 0;
	padding: 17px;
	text-transform: uppercase;
}

.nav-footer .genesis-nav-menu .menu-item,
.nav-footer .genesis-nav-menu a {
	display: inline-block;
}


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

@media only screen and (min-width: 960px) {

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

	.site-header {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.title-area {
		float: left;
		margin: 23px auto;
	}

	.site-header .widget-area {
		float: right;
		padding: 20px 0 0;
	}

	.site-header .widget {
		float: left;
		width: auto;
	}

	.site-header .widget_search {
		padding: 0 30px;
		width: 250px;
	}

	.wp-custom-logo .title-area img {
		width: auto;
	}

	.nav-primary {
		background: #fff;
		border-bottom: 1px solid #f4f1ea;
    	text-align: left;
		top: 0;
		position: -webkit-sticky;
		position: sticky;
		width: 100%;
		z-index: 9999;
	}

	.nav-primary .sub-menu {
		text-align: left;
	}

	.admin-bar .nav-primary {
		top: 32px;
	}

	.site-header > .wrap {
		max-width: 1280px;
	}

	.wp-custom-logo .site-header {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.wp-custom-logo .site-header {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.genesis-nav-menu > .search {
    	float: right;
    	padding: 0;
    	width: 10%;
	}

	.genesis-nav-menu .widget-area {
    	float: right;
    	padding: 0;
		width: auto;
	}

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

	.title-area {
		text-align: center;
		width: 30%;
	}

	.wp-custom-logo .title-area {
		margin-top: 5px;
	}

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

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}
	
	.genesis-nav-menu li:after {
		content: "|";
		vertical-align: middle;
		margin-left: 15px;
		font-size: 10px;
	}
		
	.genesis-nav-menu li:last-of-type:after,
	.genesis-nav-menu ul li:after,
	.genesis-nav-menu li.last:after {
		content: none;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #f4f1ea;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #f4f1ea;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -44px 0 0 179px;
	}
	
	.genesis-nav-menu > .search input,
	.genesis-nav-menu .widget-area {
		display: block;
	}

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

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

    /* CLS-Fix */
    /*.no-js button.menu-toggle {display: none;}*/

	/* Farmhouse Menus
	--------------------------------------------- */

	.nav-primary .wrap {
		padding: 14px 20px;
	}

	.nav-primary .simple-social-icons ul li {
		margin-bottom: 0 !important;
	}

	.nav-primary .simple-social-icons ul li a {
		padding: 15px 8px !important;
	}

	.nav-secondary {
		padding: 10px;
		text-align: center;
	}

	.nav-secondary .wrap {
		margin: 0 auto;
		width: 1280px;
	}

	.nav-secondary .menu-item {
		text-align: left;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-top: 0px;
		max-width: 1280px;
		padding: 30px;
	}

	.landing-page .site-inner {
		max-width: 800px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content {
		background: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 100%;
	}

	.single-post.full-width-content .content {
		width: 70%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 27%;
	}

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

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

	.entry-title {
		font-size: 40px;
	}

	.landing-page .entry-title {
		text-align: center;
	}

	.archive .entry-title,
	.blog .entry-title,
	.search .entry-title {
		font-size: 28px;
		text-align: center;
	}

	/* Entry Header
	--------------------------------------------- */

	.sticky .entry-header {
		margin-left: 0;
		margin-right: 0;
	}

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

	.entry-content h1 {
		font-size: 60px;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		border: 1px solid #f4f1ea;
		padding: 30px;
	}

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

	.after-entry {
		background: #f4f1ea;
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.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-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets {
		margin-top: 20px;
		padding: 80px 0;
	}

	.footer-widgets .wrap {
		width: 1280px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	.footer-widgets .enews {
		margin-top: 30px;
	}

	.footer-widgets .enews input {
		float: left;
	}

	.footer-widgets .enews input[type="submit"] {
		float: right;
		margin-left: 2%;
		width: 40%;
	}

	.footer-widgets .enews input[type="email"] {
		padding-bottom: 17px;
		padding-top: 17px;
		width: 58%;
	}

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

	.site-footer p {
		float: right;
		font-family: 'Montserrat', sans-serif;
	}

	.nav-footer {
		float: left;
	}

	/* Before Footer Insta
	--------------------------------------------- */

	.before-footer-insta .widget {
		margin: 0;
	}
}
