/* # Kindred Theme by Station Seven. 
Theme Name: Kindred
Version: 1.5.0
Theme URI: http://kindred.stnsvn.com
Description: The Kindred child theme for Genesis  
Author: Station Seven
Author URI: http://stnsvn.com
Text Domain: kindred
Template: genesis  
Template Version: 2.1.2  
Tags: 
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* Stylesheet from Genesis 2.1.2*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding: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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	color: #444;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.bloglink-bg h2,
.item .overlay,
.item h4,
.genesis-nav-menu a:hover,
.footer-widgets,
.site-footer,
.box-button,
#masonry-thirds #infinite-handle span,
.featured-controls {
	-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-color: #444;
	color: #fff;
}

::selection {
	background-color: #444;
	color: #fff;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 30px 60px;
	border-left: 1px solid;
	padding-left: 35px;
	text-transform: uppercase;
	color: inherit;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: inherit;
	border: 1px solid #ddd;
	color: #444;
	font-size: 18px;
	font-weight: 300;
	padding: 5px 16px 2px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: inherit;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: inherit;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	color: inherit;
	cursor: pointer;
	font-size: 11px;
	font-weight: 300;
	padding: 16px 24px;
	width: auto;
	border: solid 1px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.enews input#subbutton:hover {
	background-color: #f2f4f2;
}

.box-button:hover, .footer-widgets .enews input#subbutton:hover,
#masonry-thirds #infinite-handle span:hover {
background-color: #ffffff;
}

input.wpcf7-form-control.wpcf7-submit:hover, .archive-pagination li a:hover,
.archive-pagination .active a, .back-to-top h4:hover {
	background-color: #f2f4f2;
} 

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #444;
}

.button {
	display: inline-block;
}

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%;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

.wrap {
	max-width: 1024px;
	margin: 0 auto;
}

.site-inner {
	clear: both;
	padding-top: 0;
	margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

/* ### Content */

.content {
	float: right;
}

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

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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;
}


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

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

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

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

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

.entry-title a,
.sidebar .widget-title a {
	color: inherit;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 30px;
}

/* ## 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 {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.wp-caption-text {
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}

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

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

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

.widget li li {
	border: none;
	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 #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

.enews-widget,
.enews-widget .widget-title {
	color: inherit;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid;
	color: inherit;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
}

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: inherit;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 11px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

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

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

.genesis-nav-menu a {
	color: #444;
	display: block;
	padding: 30px 24px;
}

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

.genesis-nav-menu a:hover {
}

.genesis-nav-menu .sub-menu {
	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: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -58px 0 0 199px;
}

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

.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;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li, .genesis-nav-menu li li.menu-item {
	margin-left: 0;
	line-height: 1.5;
}

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

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

.nav-primary .genesis-nav-menu a {
	color: inherit;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #444;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: inherit;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


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

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

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

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

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

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

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

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid;
	color: inherit;
}

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

.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;
}

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 33px 40px;
}


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

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

.footer-widgets,
.footer-widgets a {
	color: #ffffff;
}

.footer-widgets input {
	border: 1px solid #444;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 25px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


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

.site-footer {
	background-color: #444;
	font-size: 16px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/* StnSvn Stylesheet 
------------------------------------------------------------------------------------------------------- */

/*Universal*/
h1, #reply-title {
	color: inherit;
text-transform: uppercase;
font-family: 'Lora', georgia, serif;
letter-spacing: 4px;
font-size: 18px;
line-height: 1.4em;
font-weight: normal;
}

h2 {
color: inherit;
text-transform: uppercase;
font-family: 'Lora', georgia, serif;
letter-spacing: 3px;
font-size: 15px;
line-height: 1.3em;
font-weight: normal;
}

input, textarea, .entry-meta, .site-description {
color: inherit;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 3px;
font-size: 11px;
text-transform: uppercase;
}

input, textarea {
font-size: 12px;
border-radius: 0;
text-transform: none;
letter-spacing: 1px;
font-family: 'Lora', georgia, serif;
}

h3 {
color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 3px;
font-size: 13px;
line-height: 1.3em;
font-weight: normal;
}

h4, .h4, .h4 a, .wp-caption-text, a.more-link, .wpcf7-response-output, #infinite-handle span, div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 3px;
font-size: 11px;
line-height: 1.5em;
}

blockquote p {
color: inherit;
text-transform: uppercase;
font-family: 'Lora', georgia, serif;
letter-spacing: 3px;
font-size: 13px;
line-height: 1.8em;
}

h5 {
color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 2px;
font-size: 11px;
line-height: 1.3em;
}

h6 {
color: inherit;
text-transform: uppercase;
font-family: 'Montserrat', arial, sans-serif;
letter-spacing: 2px;
font-size: 10px;
line-height: 1.3em;
}

.content a, .entry-content a, .textwidget a {
	font-weight: normal;
}

.entry-content p a, .textwidget p a {
font-weight: normal;
border-bottom: 1px solid;
padding-bottom: 4px;
}

.entry-content p a img, .textwidget p a img {
border-bottom: none;
}

body {
font-family: 'Lora', georgia, serif;
font-size: 13px;
line-height: 2em;
background: #f2f4f2;
}

.entry-content h1 {
padding: 10px 0 0;
}

.entry-content h2 {
}

a.more-link {
font-weight: normal;
white-space: nowrap;
font-size: 11px;
}	

.more-button {
	text-align: center;
	padding-bottom: 6px;
}

.hidden {
	display: none!important;
}

hr {
margin-bottom: 20px;
}

textarea, input[type="text"], input[type="email"], input[type="url"] {
-webkit-appearance: none;
}

/*Header*/
.header-logo {
  text-align: center;
  padding: 115px 15px 55px;
  max-width: 100%;
}

.header-logo a {
	display: inline-block;
	max-width: 100%;
}

.header-logo img {
max-height: 130px;
margin: 0 auto;
display: block;
}

.header-logo .site-description {
    margin-top: 30px;
}

.logo-header .title-area {
  display: none;
}

.header-logo img.header-img-temp {
	margin: 50px auto -20px!important;
}

.home .header-active #body-logo {
  display: none;
}

.nav-primary {
	background: none;
	max-width: 1024px;
	margin: 0 auto;
}

.nav-primary .wrap {
display: table;
table-layout: fixed;
width: 100%;
}

.genesis-nav-menu {
display: table-row;
margin: 0;
padding: 0;
}

.genesis-nav-menu a {
padding: 22px 0;
}

.site-header {
background-size: cover!important;
background-position: 50% !important;
position: relative;
margin-top: 70px;
}

.site-title {
 line-height: 1.6em;
font-size: 36px;
letter-spacing: 6px;
border-bottom: 2px solid;
width: 80px;
margin: 0px auto 40px;
height: 67px;
padding: 0 0 50px;
color: inherit;
  text-transform: uppercase;
  font-family: 'Lora', georgia, serif;
}

.title-area {
	text-align: center;
	margin-top: 51px;
	margin-bottom: 50px;
}

.header-fill + .title-area {
	margin-top: 105px;
}

h1.site-title div {
display: inline;
position: absolute;
left: 0;
right: 0;
}

.site-description {
	margin: 5px;
}

.genesis-nav-menu, .share-group a {
font-size: 10px;
text-align: center;
font-family: 'Montserrat', arial, sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
}

.genesis-nav-menu .menu-item {
list-style: none;
margin: 0 4.3%;
}

.genesis-nav-menu .sub-menu a {
  border: none;
  margin: 0 3px 3px;
}

.site-header .sub-menu, .genesis-nav-menu .menu-item:hover > .sub-menu  {
  border-top: 3px solid;
  border-color: transparent;
}

.site-header .sub-menu .sub-menu {
  margin-top: -58px;
}

.genesis-nav-menu .sub-menu a:hover {
  font-weight: normal;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  margin-left: -24px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu {
  margin-left: 203px;
  border-top: 0;
}

.genesis-nav-menu .menu-item .sub-menu .sub-menu {
	border-top: 0;
}

.genesis-nav-menu .menu-item:last-of-type > .sub-menu {
  margin-left: -101px;
}

.genesis-nav-menu .menu-item:last-of-type > .sub-menu .sub-menu {
  margin-left: -203px;
}

.genesis-nav-menu .menu-item:last-of-type > .sub-menu li {
text-align: right;
}

.genesis-nav-menu .menu-item:first-of-type {
  margin-left: 0;
}

.genesis-nav-menu .menu-item:last-of-type {
  margin-right: 0;
}

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

.site-header .sub-menu li {
  display: block;
}

.header-fill {
	background: #fff;
	margin-bottom: -54px;
}

.header-fill .wrap {
	margin-bottom: 0;
}

/*Header Big Landing Image*/
.header-landing {
  height: 93vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#header-fill.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

.header-landing .title-area, .home.blog[class*="paged-"] .header-landing .title-area {
	margin-top: 9%;
	margin-bottom: 0;
}

.site-header {
	margin-top: 0;
}

.site-header .wrap {
  padding: 40px 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}

header .wrap {
  max-width: 100%;
  padding: 0;
}

.home .site-header.header-active {
  margin-bottom: calc(55px + 5%);
}

/*Fix header background image*/
.fixed-image .site-header .wrap .header-landing {
	background-attachment: scroll!important;
}

/*Home Page Single Post*/
.home-single-post, article {
max-width: 830px;
margin: 0 auto 40px;
background: #fff;
padding: 0 0 1.5%;
}

.home-single-post {
	padding-bottom: 0;
}

.blog article:last-of-type {
	margin-bottom: 7%;
}

.masonry-posts-container {
     width: 100%;
     max-width: 1024px;
	 margin: 0 auto;
}

.masonry-posts-container .grid-sizer, .masonry-posts-container .item {
	width: 31.3%;
	width: -webkit-calc( 93.9% / 3 );
    width: -moz-calc( 93.9% / 3 );
	width: calc( 93.9% / 3 );
	margin-bottom: 3%;
}

.masonry-posts-container .gutter-sizer {
     width: 3%;
}

.item.masonry-post {
background: #fff;
z-index: 100;
opacity: 0;
}

.item.masonry-post.isotope {
margin-right: 3%;
z-index: 1; 
}

.full-width-content .item.masonry-post:nth-of-type(3n+2){
	margin-right: 0;
}

.content-sidebar .item.masonry-post:nth-of-type(2n+2){
	margin-right: 0;
}

.masonry-post .entry-header {
  padding: 13px 20px 25px;
  text-align: center;
}

.masonry-post h1.entry-title {
	font-size: 16px;
	letter-spacing: 3px;
}

a.entry-author-link {
	font-weight: normal;
}

.entry-content img.alignright {
	margin-left: 15px;
}

.entry-content img.alignleft {
	margin-right: 15px;
}

.entry-content img.alignnone {
	margin-right: 15px; 
	margin-left: 15px;
}

/*Home Masonry Sidebar*/
.content-sidebar .masonry-posts-container .grid-sizer, .content-sidebar .masonry-posts-container .item {
  width: 48%;
  margin-bottom: 5%;
}

.content-sidebar .item.masonry-post.isotope {
  width: 48.49%;
}

.content-sidebar .masonry-posts-container .gutter-sizer {
  width: 4%;
}

/*Home Page Static Page*/
.home.page article {
    max-width: 100%;
}

/*Single Post*/

.stnsvn-rp-container {
background: rgb(255, 255, 255);
padding: 5%;
position: relative;
max-width: 830px;
margin: 0 auto;
}

.stnsvn-rp-container.stnsvn-rp-fullwidth {
width: 100%;
}

.stnsvn-rp-container #jp-relatedposts {
padding-top: 0;
margin: 0 auto;
position: relative;
width: 100%;
max-width: 1024px;
text-align: center;
}

.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
padding-right: 3%;
opacity: 1;
}

h1.stnsvn-relatedposts-headline {
margin-bottom: 4%;
}

.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
margin-top: 9%;
font-size: 13px;
}

.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}

.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-family: 'Lora', georgia, serif;
  font-size: 16px;
}

.stnsvn-single-pagination {
text-align: center;
margin: 8% auto;
}

.box-button {
display: inline-block;
width: 150px;
border: 1px solid;
}

.single-pagination.box-button:nth-child(2) {
	margin-left: 2%;
}

.box-button.h4 {
	margin-bottom: 0;
}

.single-pagination.box-button a {
	display: block;
	padding: 11px;
}

.single-pagination.box-button {
  padding: 0;
}

/*Page layout*/
.back-to-top {
	text-align: center;
}

.back-to-top a {
display: inline-block;
margin: 0 auto 5%;
}

.back-to-top h4 {
padding: 11px 23px;
color: #444;
display: inline-block;
font-size: 11px;
}

h1.page-title {
	text-align: center;
	margin-top: 4%;
}

/* Full width footer widget area*/
.full-width-footer {
  text-align: center;
  margin: 0 auto;
  max-width: 1054px;
  padding: 25px 15px 80px;
}

.full-width-footer .instagram-pics li {
  text-align: center;
  list-style: none;
  display: inline-block;
  margin: 0 0.5%;
  max-width: 19%
}

.full-width-footer .instagram-pics li:first-of-type {
	margin-left: 0;
}

.full-width-footer .instagram-pics li:last-of-type {
	margin-right: 0;
}

.full-width-footer h4.widget-title {
  font-size: 18px;
  letter-spacing: 4px;
  font-family: 'Lora', georgia, serif;
}

/*Footer widgets*/
.footer-widgets {
	padding: 6% 0 1%;
}

.footer-widgets .widget-area {
  width: 30%;
  text-align: center;
}

.widget input {
	font-size: 13px;
}

h4.widget-title {
	font-size: 0.8em;
}

.widget-area li {
  border-bottom: none;
  margin-bottom: 5px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

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

.footer-widgets .enews form {
background: none;
color: #fff;
max-width: 90%;
margin: 0 auto;
color: inherit;
}

.footer-widgets .enews input {
    height: 39px;
    border: 1px solid;
    background: none;
}

.footer-widgets .enews input#subbutton {
  width: 34px;
  float: right;
  padding: 6px 12px 4px 13px;
  font-size: 15px;
  border-left: none;
  color: inherit;
}

.footer-widgets .enews input#subbox {
width: calc(100% - 34px);
text-transform: none;
font-size: 13px;
letter-spacing: 1px;
}

.footer-widgets .enews input:hover[type="submit"], .footer-widgets .enews input#subbutton:hover {
	background-color: #fff;
	border-color: #fff;
	color: #444;
}

.instagram-pics li {
	text-align: center;
}

h4.widget-title {
	font-size: 11px;
	text-align: center;
}

.footer-widgets input[type="search"] {
  background: none;
  border: 1px solid;
  text-transform: none;
  max-width: 80%;
  padding: 11px 16px;
  color: inherit;
}

.widget select {
-moz-appearance: none;
text-align: center;
cursor: pointer;
font-size: 13px;
}

.footer-widgets .widget select {
	max-width: 90%;
}

.footer-widgets span.post-date {
  font-size: 12px;
}

/*Footer*/
.site-footer p {
  line-height: 1.7em;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 30px 0 10px;
}

.footer-bar {
  position: absolute;
  border-top: 1px solid;
  width: 140px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-widgets .widget-area .simple-social-icons .widget-wrap ul li a {
  border: 1px solid !important;
  background: none!important;
  color: inherit!important;
}

/*Blog Single Page*/
.entry-content {
	overflow: hidden;
	padding: 0 45px;
}

.entry-header {
padding: 38px 20px;
text-align: center;
}

.entry-title a {
	font-weight: normal;
}

p.entry-meta {
font-size: 10px;
white-space: nowrap;
}

.meta-divider {
  border-top: 1px solid;
  width: 10%;
  display: block;
  max-width: 27px;
  margin: 0 auto 20px;
  color: inherit;
}

.single .meta-divider {
width: 40px;
}

.textwidget p {
	line-height: 1.7em;
}

.entry-content .aligncenter.size-full, 
.attachment-blog-featured, 
.page .attachment-post-thumbnail, 
.entry-content .aligncenter .size-full {
  height: auto;
  margin: 0 0 20px;
  max-width: 116%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.page .attachment-post-thumbnail {
	margin-bottom: -1.3%;
}

.entry-content iframe {
  margin: 0 0 20px;
  max-width: 114%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.attachment-blog-featured  {
	margin-top: 0;
	margin-bottom: 11px;
}

img.attachment-full.wp-post-image {
  margin-bottom: 11px;
}

/*Pagination Style*/
.archive-pagination {
text-align: center;
position: relative;
}

.archive-pagination .pagination-next, .archive-pagination .pagination-previous {
float: right;
text-align: center;
cursor: pointer;
display: inline-block;
}

.archive-pagination .pagination-next {
	float: left;
}

.archive-pagination .pagination-next:only-child, .archive-pagination .pagination-previous:only-child {
	float: none;
}

.archive-pagination .box-button, .box-button {
  padding: 11px;
  font-weight: normal;
  font-size: 11px;
}

.box-button a {
	font-size: 11px;
	font-weight: normal;
}

.archive-pagination li.pagination-next, .archive-pagination li.pagination-previous {
	display: none;
}


.archive-pagination.pagination {
	max-width: 326px;
    margin: 60px auto;
}

/*Blog Share Buttons*/
.share-group h5 {
    display: inline-block;
    padding: 0 20px;
    margin: 0 3% 5px;
}

.blog-share-box {
	text-align: center;
	padding: 30px 15px 50px;
	margin: 20px auto;
	max-width: 830px;
}

.blog-share-box h1 {
	margin-bottom: 20px;
}

.share-icon:hover {
	cursor: pointer;
}

.share-group {
    text-align: center;
    padding: 0 0.5em;
    margin-bottom: 2.2em;
}

.share-button:last-of-type {
    border-right: none;
}

.share-button:hover {
	cursor: pointer;
}

/*Pinterest Mobile Fix*/
h5.pinterest-share {
	position: relative;
}

.pinterest-share img {
	opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 20px;
    width: 100%;
}


/*Single Page*/
.page-template h1.entry-title {
margin-bottom: 45px;
}

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

.page-template .entry-content {
	border-bottom: none;
	padding-bottom: 2%;
}

.page .content article {
	padding-top: 0;
}

.page article {
	padding-bottom: 3%;
	margin-bottom: 60px;
}

.page-template-page_blog.page article {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.page-template-page_blog.page article:last-of-type {
  margin-bottom: 7%;
}

/*404 Page*/
.error404 .entry-content {
	text-align: center;
border-bottom: none;
}

.error404 .entry {
	padding-top: 10%;
}

.error404 h1 {
	text-align: center;
}

/* Contact Form */
.entry-content .wpcf7 {
	padding: 15px 0 0;
}

.contact-input input, textarea.wpcf7-form-control.wpcf7-textarea {
border: 1px solid;
margin-bottom: 13px;
padding: 9px 20px;
background: none;
}

input.wpcf7-form-control.wpcf7-text, .your-subject input.wpcf7-form-control.wpcf7-text {
width: 100%;
}

div#messagearea {
width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
height: 200px;
resize: none;
margin-bottom: 5px;
padding: 10px 20px;
}

#messagesubmit {
width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
width: 100%;
background: none;
color: inherit;
border: 1px solid;
padding: 8px;
font-family: montserrat;
text-transform: uppercase;
letter-spacing: 3px;
}

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
border: none!important;
}

span.wpcf7-not-valid-tip {
display: none!important;
}

.wpcf7-not-valid {
border: solid 1px #444!important;
padding: 8px!important;
}

/*Sidebar Style*/
.content-sidebar-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.content-sidebar .content {
  max-width: 715px;
  width: 70%;
}

.sidebar-primary {
	width: 280px;
	margin: 0 0 40px;
}

.sidebar {
	font-size: 13px;
}

.content-sidebar .sidebar-primary {
  width: 28%;
  max-width: 280px;
}

.sidebar .widget {
	margin-bottom: 30px;
	max-width: 100%;
}

.sidebar .widget h4.widget-title {
	margin-bottom: 29px;
}

.sidebar ul > li:last-child {
  border-bottom: none;
}

.sidebar .widget.null-instagram-feed {
	padding: 40px 0 0 0;
}

.sidebar .widget.null-instagram-feed li {
	padding: 0;
}

.sidebar .widget.null-instagram-feed img:last-of-type {
  margin-bottom: -7px;
}

.sidebar .widget.null-instagram-feed .instagram-pics img {
  max-width: 100%;
}

.sidebar li {
  text-align: center;
}

input[type="search"] {
border-radius: 0;
-webkit-appearance: none;
}

.widget select {
-moz-appearance: none;
text-align: center;
cursor: pointer;
}

.sidebar .enews input#subbox, .sidebar .enews input#subbutton, .sidebar input[type="search"], .sidebar input, #subscribe-email input {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 16px;
  max-width: 100%;
  border: 1px solid;
}

#subscribe-email input {
  margin-top: 15px;
}

#subscribe-submit input {
  border: 1px solid;
  background: none;
  height: 39px;
  max-width: 80%;
  padding: 11px 16px;
}

.sidebar .enews input#subbutton, #subscribe-submit input {
  font-family: montserrat;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.sidebar .widget.widget_text {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .widget.widget_text p, .sidebar .widget.widget_text h4.widget-title {
	padding-left: 40px;
	padding-right: 40px;
}

.sidebar .widget.widget_text p {
	text-align: left;
}

.sidebar .widget.widget_text img {
	margin: 0 auto 13px;
	display: block;
}

/*Comment Form Style*/
.full-width-content .comment-respond, .entry-comments, .entry-pings {
  max-width: 830px;
  margin: 8% auto;
}

#respond.comment-respond {
padding: 50px 70px;
}

.comment-respond label, .comment-notes, p.comment-subscription-form, .comment .avatar, span.says {
display: none;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"], .comment-respond textarea {
width: 100%;
float: left;
margin-right: 2%;
margin-bottom: 2%;
border: 1px solid;
padding: 10px 20px;
}

.comment-respond input[type="url"] {
	margin-right: 0;
}

textarea#comment {
border: 1px solid;
resize: none;
}

p.comment-form-comment {
margin-bottom: 1%;
}

.comment-respond input#submit {
color: inherit;
height: 36px;
padding: 5px 15px;
width: 100%;
}

.comment-respond input#submit, a.comment-author-link, a.comment-reply-link {
  font-family: montserrat;
  text-transform: uppercase;
  letter-spacing: 3px;
}

p.form-submit {
margin: 0% auto;
}

.entry-comments {
padding: 30px 70px 0;
margin-bottom: 59px;
}

.entry-comments, .entry-pings {
background: none;
padding: 0;
}

li.comment article {
background: #fff;
padding: 25px 70px 25px;
margin-bottom: 20px;
}

.comment-list li li {
margin-right: 0;
padding: 0 0 0 30px;
background: none;
}

.comment-list li {
margin-top: 0;
padding: 0;
background: none;
margin-bottom: 10px;
border: none;
}

.entry-comments .comment-author span {
float: left;
margin-right: 10px;
letter-spacing: 3px;
font-size: 12px;
}

.comment-header a {
font-weight: normal;
font-size: 11px;
}

a.comment-reply-link {
font-size: 11px;
letter-spacing: 2px;
font-weight: normal;
}

h3#reply-title {
text-align: center;
padding-bottom: 20px;
}

/*---------------------- Recipe Box ------------------------ */
.recipe-box {
  border: 1px solid;
  padding: 7%;
  margin: 3% auto;
}

.recipe-header {
  display: table;
  width: 100%;
  margin-bottom: 7%;
}

.recipe-header img {
	float: right;
}

.recipe-title {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  margin-right: 5%;
}

.recipe-ingredients {
  display: table-cell;
  width: 40%;
  padding-right: 5%;
}

.recipe-instructions {
  width: 60%;
  display: table-cell;
}

.recipe-detail {
  margin-bottom: 3%;
}

.print-button {
	text-align: right;
}

.print-button input[type=button] {
	text-align: right;
	padding: 2% 3%;
    font-size: 10px;
}

/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  background: #fff;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 228px;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: none; }

.flickity-prev-next-button:focus {
  outline: none;
  background: white;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 50%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- stnsvn flickity style ---- */
.main-gallery.flickity-enabled {
  max-width: 1024px;
  margin: 0 auto 40px;
}

.home-gallery-cell, .home-gallery-image, .home-gallery-image img {
	width: 100%;
}

.home-gallery-cell {
	opacity: 0;
	z-index: 10;
}

.home-gallery-cell.is-selected {
	z-index: 500;
}

.main-gallery .entry-header {
  padding: 13px 20px 25px;
}

/*Fix slider subheader for long content*/
.featured-subheader {
	display: block;
	border-bottom: none;
	width: 100%;
	height: auto;
	margin: 10px auto 30px;
}

.featured-subheader h4 {
	position: relative;
	display: block;
	text-align: center;
}

.featured-subheader:after {
	content: "";
	border-top: 1px solid;
	width: 40px;
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
}

.home-gallery-img {
	max-width: 100%;
	height: 450px;
	max-height: 450px;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #444444;
}
.flickity-prev-next-button.no-svg {
  color: #444444;
}

/*Woocommerce Styles*/
.woocommerce .content input {
	padding: inherit;
}

.woocommerce-page.woocommerce-checkout li {
  list-style: none;
}

.woocommerce-page .page-title {
	  padding: 38px 20px 28px;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/

.kindred-button {
	text-align: center;
	margin: 2em auto;
}

.kindred-button a {
	display: inline-block;
}

.kindred-button h5 {
	padding: 10px 16px;
}

.stnsvn-line {
	border-bottom: 1px solid;
  	width: 70%;
    margin: 20px auto;
  	float: none;
  	clear: both;
}

.kindred-column {
    display: inline-block;
    float: left;
    margin-right: 4%;
    margin-bottom: 1.5em; 
    width: 100%;
}

.kindred-columns-2 .kindred-column:last-of-type,
.kindred-columns-3 .kindred-column:last-of-type,
.kindred-col-2 + .kindred-col-2,
.kindred-col-3 + .kindred-col-3 + .kindred-col-3,
.kindred-col-4 + .kindred-col-4 + .kindred-col-4 + .kindred-col-4,
.kindred-col-2 + .kindred-col-4 + .kindred-col-4,
.kindred-col-4 + .kindred-col-4 + .kindred-col-2 {
	margin-right: 0;
}

.kindred-columns-2 .kindred-column,
.kindred-col-2 {
    width: 48%;
}

.kindred-columns-3 .kindred-column,
.kindred-col-3 {
	width: 30.66%;
	width: calc(92% / 3);
}

.kindred-col-4 {
	width: 22%;
}

.kindred-column p:first-of-type {
    margin-top: 0;
}

.kindred-column p:last-of-type {
    margin-bottom: 0;
}


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

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

	.wrap {
		max-width: 960px;
	}

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media screen and (max-width: 1024px) {
    .site-header .wrap .header-landing {
	background-attachment: scroll!important; 
	}
}

@media screen and (max-width: 980px) {
	.genesis-nav-menu .menu-item {
	  margin: 0 4.1%;
	}
}

@media screen and (max-width: 960px) {
	.site-inner {
	padding: 0 15px;
	}

	.wrap {
	max-width: 830px;
	padding-left: 15px;
	padding-right: 15px;
	}

	header .wrap {
	  max-width: 100%;
	}

	.content,
	.title-area {
		width: 100%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.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;
	}

	.genesis-nav-menu .menu-item {
	  margin: 0 3%;
	}

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

	.footer-widgets .widget.enews-widget {
	margin-bottom: 40px;
	}

	.masonry-posts-container#masonry-thirds .grid-sizer, .masonry-posts-container#masonry-thirds .item {
  	width: 47%;
    }

    .masonry-posts-container#masonry-thirds .gutter-sizer {
    	width: 6%;
    }

    .sidebar .widget {
	  padding: 33px 40px;
	}

	.sidebar .widget.widget_text p, .sidebar .widget.widget_text h4.widget-title {
	  padding-left: 40px;
	  padding-right: 40px;
	}

	.content-sidebar .sidebar-primary, .content-sidebar .content {
  	width: 100%; 
  	max-width: 100%; 
  	float: none;
	}

	.content-sidebar .sidebar-primary {
	  max-width: 530px;
	  margin-left: auto;
	  margin-right: auto;
	}

	#respond.comment-respond {
	  padding: 50px 45px;
	  max-width: 830px;
	  margin-left: auto;
	  margin-right: auto;
	}
}

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

	.site-inner {
	padding: 0 15px;
	}

	.entry-content {
	  padding: 0 25px;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	header .wrap {
	  max-width: 100%;
	  padding: 0;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.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 {
		width: 100%;
	}

	.mobile-hidden {
		display: none;
	}

	#disqus_thread {
	padding-left: 10px;
	padding-right: 10px;
	}

	.footer-widgets .wrap {
	max-width: 530px;
	}

	.footer-widgets .widget-area {
	  width: 100%;
	}

	input.wpcf7-form-control.wpcf7-text, .your-subject input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	float: none;
	margin-right: 0;
	}

	.masonry-posts-container .grid-sizer, .masonry-posts-container .item, .content-sidebar .masonry-posts-container .item, .content-sidebar .item.masonry-post.isotope {
	  width: 100%;
	}

	.masonry-posts-container#masonry-thirds .grid-sizer, .masonry-posts-container#masonry-thirds .item {
	  max-width: 100%;
	  width: 100%;
	}

	.home-single-post {
    margin-bottom: 5%;
	}

	.entry-content .aligncenter.size-full, .attachment-blog-featured, .page .attachment-post-thumbnail {
		max-width: 122%;
	}

	.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post {
	  width: 100%;
	  padding-right: 0;
	}

	.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img {
	  margin: 0 auto;
	}

	.stnsvn-rp-container div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	  margin-top: 4%;
	  margin-bottom: 4%;
	}

	#respond.comment-respond {
	  padding: 25px;
	}

	blockquote {
	  margin-left: 10px;
	  padding-left: 20px;
	  margin-right: 0;
	}

	li.comment article {
	  padding: 25px 25px 25px;
	}

	.sidebar .widget {
	  margin-bottom: 30px;
	  padding: 31px 15px;
	}

	.sidebar .widget:first-of-type {
	  padding-top: 31px;
	}

	.simple-social-icons ul li {
	  margin-right: 8px;
	  margin-left: 8px;
	}

	.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	  padding: 8px!important;
	}

	.sidebar .widget.widget_text p, .sidebar .widget.widget_text h4.widget-title {
	  padding-left: 20px;
	  padding-right: 20px;
	}

	.home-gallery-img {
	max-height: 300px;
	}

	.flickity-prev-next-button {
	  top: 153px;
	}

	.print-button {
	display: none;
	}

	.kindred-columns-2 .kindred-column,
	.kindred-col-2, 
	.kindred-columns-3 .kindred-column,
	.kindred-col-3 {
		width: 100%;
		margin: 0 auto 1.5em;
	}

	.kindred-col-4 {
		width: 48%;
	}

	.kindred-col-4 + .kindred-col-4 {
		margin-right: 0;
	}

	.kindred-col-4 + .kindred-col-4 + .kindred-col-4 {
		margin-right: 4%;
	}

	.share-group h5 {
	    padding: 0 4px;
	}

}

@media screen and (min-width: 768px){
	.footer-widgets .instagram-pics img {
	max-width: 170px;
	width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 5%;
	}
}

@media screen and (max-width: 467px){
	body {
		font-size: 13px;
		line-height: 1.8em;
	}

	.contact-form {
		height: 100%;
	}

	div#messagearea{
		position: relative;
	}

	#messagesubmit {
		float: none;
		position: relative;
		width: 100%;
	}

	.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
		bottom: 40px;
	}

	div.wpcf7 img.ajax-loader {
		display: none;
	}

	.footer-widgets {
		padding: 17% 0 0%;
	}

	.nav-primary {
	  padding-bottom: 20px;
	}

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

	.nav-primary .genesis-nav-menu .sub-menu a {
	  padding: 5px;
	}

	button.sub-menu-toggle {
	  top: -3px;
	}

	.nav-primary .sub-menu button.sub-menu-toggle {
	  top: -9px;
	}

	.archive-pagination .pagination-next, .archive-pagination .pagination-previous {
	  float: none;
	  display: block;
	}

	.archive-pagination .pagination-previous{
		margin-bottom: 7%
	}
	
	.archive-pagination .pagination-previous:only-child {
		margin-bottom: 0;
	}

	.single-pagination.box-button.h4 {
	  display: block;
	  margin: 0 auto;
	}

	.single-pagination.box-button.h4:first-of-type {
	  margin-bottom: 7%;
	}

	.recipe-ingredients, .recipe-instructions, .recipe-title, .recipe-detail {
	  display: block;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	}

	.recipe-header img {
		display: none;
	}

	.page article {
	  padding-bottom: 5%;
	}

	.share-group h5 {
	    display: block;
	    margin-bottom: 12px;
	}
}

/*Responsive nav style*/

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

	nav {
		display: block !important;
	}
}


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

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 20px;
		font-weight: 700;
		margin: 2px auto 7px;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		border: none;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		background-color: transparent!important;
	}

	button.menu-toggle h3 {
		display: inline;
	}

	.sub-menu-toggle {
		padding: 11px 15px;
		position: absolute;
		right: 0;
		top: 9px;
		font-size: 10px;
	}	

	.sub-menu button.sub-menu-toggle {
	  top: 6px;
	}

    .menu-toggle:after {
          content: "\25BC";
          display: inline;
  		  font-size: 10px;
     }

	.menu-toggle.activated:after {
		content: "\25B2";
	}

	.sub-menu-toggle:before {
		content: "\25BC";
	}

	.sub-menu-toggle.activated:before {
		content: "\25B2";
	}

	nav {
		display: none;
		position: relative;
	}

	.genesis-nav-menu .menu-item {
	display: block;
	position: relative;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	z-index: 1000;
	}

	.genesis-nav-menu .menu-item:first-of-type, .genesis-nav-menu .menu-item:last-of-type {
		margin: 0 auto;
	}

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

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		position: relative;
		width: auto;
	}

	.site-header .sub-menu {
	  border-top: none;
	}

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

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #444;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
	  margin-left: 0;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu .sub-menu {
	  margin-left: 0;
	  border-top: 0;
	}

}

@media (max-height: 430px) {
	.site-header .header-headline-box, .site-header .header-text{
		display: none;
	}
}
