/*
Theme Name: Tomorrow's Harvest
Theme URI: http://underscores.me/
Author: TECH90
Author URI: http://www.tech90.com
Description: Theme created by TECH90 for Tomorrow\'s Harvest by Burchell Nursery
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tomorrowsharv
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tomorrowsharv is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Iconography
# Elements
# TH Colors
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Individual Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Undesirables
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
body.archive article
 {
	overflow: auto;
}
body.single article {
	overflow:auto;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
	max-width: 50%!important;
}
.ui-accordion-content figure {
/*	margin: 1em 0; /* #accordionspace */
	max-width: 100%!important;
}

hr {
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
.cta a.button {
	color: #51402b;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Times New Roman', Times, serif;
	clear: both;
	font-weight: 400;
	color: #406325;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.faq-category-title,
ul.faq.block {
	list-style-type: none;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	padding: 0;
}
.faq.question,
.faq.answer p {
	padding: 0;
	margin: 0;
	padding-left: 2.5rem;
	text-indent: -2.5rem;
	display: block;
	line-height: 1.2em;
}
.faq.answer strong {
	padding-left: 2.5rem;
}
.faq-category-title,
.faq.question:before,
.faq.answer p:before {
	color: #406325;
	font-size: 2em;
	font-family: 'Times New Roman', Times, serif;
}
.faq.question {
	font-weight: 700;
	padding-bottom: 1em;
}
.faq.question:before {
	content: 'Q: ';
	font-weight: 400;
}
.faq.answer p {
	padding-bottom: 1.3em;
}
.faq.answer {
	margin-bottom: 2em;
}
.faq.answer p:first-child:before {
	content: 'A: ';
}
p {
	margin: 1.5rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.green, .green a:link, .green a:hover, .green a:visited, .green h2.slide-title {
	color: #406325!important;
}
.black, .black a:link, .black a:hover, .black a:visited, .black h2.slide-title {
	color: #000!important;
}
.brown, .brown a:link, .brown a:hover, .brown a:visited, .brown h2.slide-title {
	color: #51402b!important;
}
.light-green, .light-green a:link, .light-green a:hover, .light-green a:visited, .light-green h2.slide-title {
	color: #d8e1d5!important;
}
.red, .red a:link, .red a:hover, .red a:visited, .red h2.slide-title {
	color: #942824!important;
}
.beige, .beige a:link, .beige a:hover, .beige a:visited, .beige h2.slide-title {
	color: #f7ebdb!important;
}
.purple, .purple a:link, .purple a:hover, .purple a:visited, .purple h2.slide-title {
	color: #823792!important;
}
.mothersday, .mothersday a:link, .mothersday a:hover, .mothersday a:visited, .mothersday h2.slide-title {
	color: #231f20; 
}
.soliloquy-id-1274 {
	background-color: #d8d4f9!important;
}
.soliloquy-id-1278 {
	background-color: #d7e8c4!important;
}
.soliloquy-id-1279 {
	background-color: #f5e9d7!important;
}

/*--------------------------------------------------------------
# Iconography
--------------------------------------------------------------*/
[title="adduser"]:before {
	content: "\f234";
}
[title="callus"]:before {
	content: "\f095";
}
[title="cart"]:before {
	content: "\f07a";
}
[title="checkout"]:before {
	content: "\f155";
}
[title="myaccount"]:before {
	content: "\f007";
}
[title="adduser"]:before,
[title="callus"]:before,
[title="cart"]:before,
[title="checkout"]:before,
[title="myaccount"]:before {
	font-family: FontAwesome;
	display: inline-block;
	width: 35px;
	font-size: 1.5em;
}
sup {
	font-size: 0.6em;
	}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.entry-content img {
	padding-bottom: 1.5em;
}
.entry-content .wp-caption img {
	padding-bottom: 0;
}
.entry-content ul,
.entry-content ol {
	margin: 1.5rem 1.5rem 1.5rem 0.5rem;
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
	background-color: #d8e1d5;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.ui-accordion-header,
ul#links li {
	padding: 0.6em 1.3em;
	margin: 0;
	background: #406325;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #FFF;
    transition: background-color .35s cubic-bezier(.33,.66,.66,1);
    font-size: 1rem;
}
.entry-content h3.ui-accordion-header {
	font-size: 1rem;
}
.entry-content h3.ui-accordion-header:after,
.entry-content h3.ui-accordion-header-active:after {
	margin-top: 0;
}
.ui-accordion-header::after,
ul#links li:after {
	font-weight: 700;
	float: right;
	font-size: 1.5em;
    margin-top: -0.2em;
	}
.ui-accordion-header::after {
	content: '+';
}
ul#links a {
	text-decoration: none;
}
ul#links li:after {
	content: '\279E';
	font-weight: 700;
}
.ui-accordion-header-active,
ul#links a:hover li {
	background: #942824;
	text-decoration: none;
}
.ui-accordion-header-active::after {
	content: "\2013";
	font-weight: 700;
	float: right;
	font-size: 1.5em;
    margin-top: -0.3em;
}
.ui-accordion {
	background-color: #f7ebdb;
}
.ui-accordion-content {
	padding: 0 0 1.5rem 0; /* #accordionspace */
	margin: 0; /* #accordionspace */
	overflow: auto;
	clear:both;
}
.ui-accordion-content h1,
.ui-accordion-content h2,
.ui-accordion-content h3,
.ui-accordion-content h4,
.ui-accordion-content h5,
.ui-accordion-content h6 {
	color: #406325;
	margin: 1.5rem; /* #accordionspace */
	line-height: 1em;
}
.ui-accordion-content .padsides {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.ui-accordion-content .padleft {
	padding-left: 1.5rem;
}
.ui-accordion-content .padright {
	padding-right: 1.5rem;
}
.ui-accordion-content .padtop {
	padding-top: 1.5rem;
}
.ui-accordion-content .padbottom {
	padding-bottom: 1.5rem;
}
.ui-accordion-content p:last-child {
	margin-bottom: 0;
}
ul#links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ui-accordion-content h3 {
	font-size: 1.8em;
/*	margin: 1.5rem; /* #accordionspace */
}
.ui-accordion-content ul {
	margin-left: 2.5rem; /* #accordionspace */
	margin-right: 1.5rem; /* #accordionspace */
	margin-bottom: 1.5rem; /* #accordionspace */
	padding: 0; /* #acordionspace */
	list-style-type: disc;
}
.ui-accordion-content .p1 {
/*	margin-left: 1.5rem; /* #accordionspace */
/*	margin-right: 1.5rem; /* #accordionspace */
}
.ui-accordion-content li.p1 {
/* 	margin-right: 0; /* #accordionspace */
}
.nf-form-cont {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.cta a.button,
.nf-form-cont input[type="button"],
#wpsl-search-btn {
	font-size: 0.8rem;
	padding: 7px 11px;
    border: 0px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 0px;
    background: #942824;
    color: #FFF;
}
.nf-form-fields-required {
	text-align: right;
}
footer.entry-footer {
	text-align: right;
}
#prev_next_nav {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}


/*--------------------------------------------------------------
# TH Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.cta a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #51402b;
	border-radius: 0px;
	background: #942824;
	color: #FFF;
	font-size: 12px;
	font-size: 1rem;
	line-height: 1;
	padding: .6em 1em .6em;
	text-decoration: none;
	transition: background-color .35s cubic-bezier(.33,.66,.66,1);
}

.cta a:hover.button,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background: #51402b;
}

.cta a.button,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #51402b;
	border-radius: 0;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#ez-toc-container {
	padding: 0;
	margin: 1.5rem;
}
#ez-toc-container.counter-hierarchy nav>ul {
	padding-bottom: 1.5rem;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.entry-title a, .article a, a.moretag {
    box-shadow: inset 0 -2px 0 #d8e1d5;
    border-bottom: 1px solid #d8e1d5;
    transition: background-color .35s cubic-bezier(.33,.66,.66,1),box-shadow .35s cubic-bezier(.33,.66,.66,1),border-bottom .35s cubic-bezier(.33,.66,.66,1);
    text-decoration: none;
}
.entry-title a:hover, .article a:hover, a:hover.moretag {
    box-shadow: inset 0 -2px 0 transparent;
    border-bottom: 1px solid transparent;
}
a,
a:visited {
	color: #406325;
}

a:hover,
a:focus,
a:active {
	color: #51402b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation a:link,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation a:visited {
	color: white;
	font-size: 1.25rem;
	padding-top: 1.7rem;
	padding-bottom: 0.8rem;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
#primary-menu {
	display: flex;
	justify-content: space-between;
	background: url('/wp-content/themes/tomorrowsharv/images/TH_navDirt-low.png');
	background-position: left bottom;
	background-size: contain;
	background-repeat: repeat-x;
}
#primary-menu .menu-item {
	padding-left: 40px;
	padding-right: 40px;
}
.menu-footernav-container {
	width: 100%;
	display: block;
	overflow:auto;
	padding-top: 10px; /* To compensate for ":before" content padding on the right side */
}
#footer-menu {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#footer-menu li {
	display: inline-block;
	float: left;
	padding: 0 1em;
	font-size: 1em;
	text-align: center;
}
#footer-menu li:first-child {
	padding-left: 0;
}
p.copyright {
	margin-top: 0;
	font-size: 86%;
	margin-left: 0;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#ecommerce-menu {
	display: flex;
    line-height: 16px;
    list-style-type: none;
    justify-content: flex-end;
    align-items: baseline;
    padding-right: 2em;
}
#ecommerce-menu li {
	padding-left: 3em;
	}
#ecommerce-menu li a {
	text-decoration: none;
	}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-previous,
.nav-previous,
.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a,
.nav-next a {
	text-decoration: none;
}
.nav-previous a:before,
.nav-next a:after {
	color: #406325;
	line-height: 0.5em;
	display: inline-block;
	font-size: 1em;
}
.nav-previous a:before {
	content: '\21E0';
}
.nav-next a:after {
	content: '\21E2';
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.breadcrumb_last {
	color: #942824;
}
body.home #breadcrumbs {
	display: none;
}
a.moretag {
	margin: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	padding-left: 1.5em;
}
.widget {
	margin: 1.5em 0 1.5em;
	font-family: 'Times New Roman',Times,serif;
	color: #406325;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget {
	background-color: #C5D1BC;
}
.widget-title {
	margin: 0;
	padding: 0.3em;
	background-color: #942824;
	color: white;
	text-align: center;
	font-style: italic;
	font-weight: 300;
}
.widget_thjohnsrecentposts {
	text-align: center;
}
.widget_thjohnsrecentposts .author {
	padding: 1.5em!important;
}
.widget_thjohnsrecentposts .name,
.widget_thjohnsrecentposts .title {
	margin: 0;
	padding: 0;
}
.widget_thjohnsrecentposts .name {
	font-weight: 600;
	font-size: 1.3em;
}
.widget_thjohnsrecentposts .title {
	text-transform: uppercase;
	font-size: 0.8em;
}
.widget_thjohnsrecentposts ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
.widget_thjohnsrecentposts a.thumbnail {
	display: block;
	width: 100%;
}
.widget_thjohnsrecentposts img {
	display: block;
	margin: auto;
}
.widget_thjohnsrecentposts li {
	display: block;
	padding-left: 3em;
	padding-right: 3em;
	text-align: center;
}
.widget_thjohnsrecentposts .post-title {
	font-weight: 600;
	padding-top: 1em;
	padding-bottom: 1.5em;
	display: block;
}
/*--------------------------------------------------------------
# TH Grid System
--------------------------------------------------------------*/
.row {
	width: 100%;
	display: block;
}
.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
	float: left;
	display: inline-block;
}
.row .col1 { width: 8.333%; }
.row .col2 { width: 16.667%; }
.row .col3 { width: 25%; }
.row .col4 { width: 33.333%; }
.row .col5 { width: 41.667%; }
.row .col6 { width: 50%; }
.row .col7 { width: 58.333%; }
.row .col8 { width: 66.667%; }
.row .col9 { width: 75%; }
.row .col10 { width: 83.333%; }
.row .col11 { width: 91.667%; }
.row .col12 { width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
header#masthead {
	background-image: url('/wp-content/themes/tomorrowsharv/images/TH_navClouds-low.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 220px;
	padding-top: 25px;
}
.site-branding {
	width: 35%;
	display: block;
	float: left;
/*	border: 1px solid blue; */
	padding-left: 106px;
}
.site-meta {
	width: 65%;
	display: block;
	float: left;
/*	border: 1px solid red; */
}
#primary {
	width: 100%;
	float: left;
}
body.home #primary {
	width: 100%;
	float: left;
}
.site-search {
	text-align: right;
	margin-bottom: 0.9em;
	padding-right: 2em;
}
p.site-description {
	margin: 0;
	padding: 0;
	color: transparent;
	background: url('/wp-content/themes/tomorrowsharv/images/TH_goodness_you_can_grow_tm_green.png');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
}
#content {
	padding: 0;
}
#main {
	padding: 0;
	margin-left: 11%;
	margin-right: 11%;
}
#secondary {
	/* width: 25%; */
	float: left;
}
h1.page-title,
h1.entry-title {
	color: #406325;
	line-height: 1em;
	font-size: 3.5em;
}
h2.entry-title,
h2.subtitle {
	line-height: 1.3em;
}
h1.entry-title {
	margin-top: 0;
	margin-bottom: 0;
}
#page h1.entry-title {
	margin-bottom: 1.5rem;
}
h2.entry-title {
	font-size: 1.8em;
}
h2.subtitle {
	text-align: center;
	margin: 1rem;
	font-size: 2.5em;
	font-size: 6vh;
}
.tout-row {
	padding-left: 10%;
	padding-right: 10%;
}
.tout-box {
    position: relative;
    width: 23%;
    overflow: hidden;
    background: #4679BD;
    float:left;
	margin: 1%;
   	border-width: 1px;
   	border-style: solid;
   	background-size: 100% 100%;
   	background-position: center center;
    -webkit-transition: background-size 0.25s; /* Safari */
    transition: background-size 0.25s;
}
.tout-box:hover {
	background-size: 110% 110%;
}
.tout-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.tout-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tout-content h3.tout-title {
   	display: table;
   	width: 100%;
   	height: 100%;
   	margin: 0;
   	padding: 0.4em;
   	font-size: 2.5em;
    font-family: 'Times New Roman', Times, Serif;
    font-weight: 400;
	color: white;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
	line-height: 1em;
}
.tout-box:last-child h3.tout-title {
	margin-top: -10%;
}
.tout-content h3.tout-title span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}
.leaf {
	margin: 1.5em 0 0 0;
	min-height: 60px;
	background-image: url('/wp-content/themes/tomorrowsharv/images/TH_leaf-icon.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 32px;
}
.leaf h1,
.leaf h2,
.leaf h3,
.leaf h4,
.leaf h5,
.leaf h6,
.leaf p {
	text-align: center;
	font-weight: 400;
	margin: 0.2em;
	padding: 30px 0 0 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.leaf h4 {
	font-size: 2.3em;
	line-height: 1em;
}
.row.footer-nav.social-media-icons,
.row.site-info {
	padding: 0 40px;
}
.social-icons-list:before {
	content: 'Follow us on';
	padding-top: 10px;
}
.social-icons-list {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	}
.col6.social-media-icons {
	padding-left: 125px;
	}

/*--------------------------------------------------------------
## Individual Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* HOME PAGE */
.page-id-28 .entry-content {
	margin: 0;
	padding: 0;
}
.soliloquy-container .soliloquy-image {
    width: 50%;
    float: left;
    display: inline-block;
}
.soliloquy-container img {
	padding-bottom: 0!important;
}
.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    width: 50%!important;
    top: 0;
    float: left;
    display: inline-block;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-family: Arial, Helvetica, sans-serif!important;
	font-style: normal!important;
	background: transparent!important;
    font-size: 1em!important;
    display: block;
    color: #000!important;
    text-shadow: none;
    text-align: left;
    padding: 1rem 1.5rem!important;
}
.soliloquy-caption-inside br {
	display: none;
}
h2.slide-title {
	font-size: 1em;
	text-align: center!important;
	font-style: normal;
	padding: 0 0 0 0!important;
	}
.soliloquy-item {
	font-size: 2em;
	}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
    font-size: 0.47em;
    text-align: left!important;
    margin: 1em 0;
    color: #51402b;
    line-height: 1.3em;
}
.soliloquy-theme-classic .soliloquy-pager {
    top: 10px;
    height: 14px;
}
.soliloquy-theme-classic .soliloquy-prev,
.soliloquy-theme-classic .soliloquy-next {
	display: none!important;
	}
/* Store Locator */
#wpsl-search-wrap form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#wpsl-search-wrap .wpsl-input {
	width: auto;
}
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto!important;
}
#wpsl-search-wrap div {
	text-align: right;
}
#wpsl-search-wrap label:after {
	content: ': ';
}
.wpsl-search {
    margin-bottom: 0;
    padding: 1.5rem;
	background: transparent;
}
#wpsl-category, .wpsl-input, .wpsl-select-wrap {
	margin-bottom: 10px;
}
#wpsl-gmap {
	margin-bottom: 0!important;
}
.wpsl-store-below #wpsl-result-list {
	margin-top: 0;
}
#wpsl-stores.wpsl-not-loaded {
	height: auto!important;
}
#wpsl-stores ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
	width: 25%;
	float: left;
	display: block;
	padding: 1.5rem;
	border: 1px solid #FFF;
	text-align: center;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list li:hover {
	background: #f7ebdb;
}
.wpsl-country {
	display: none;
}
/* Garden to Table + Planting & Care */
.post-type-archive-th_g2t header.entry-header,
.post-type-archive-th_planting_care header.entry-header,
.post-type-archive-th_g2t .entry-content,
.post-type-archive-th_planting_care .entry-content {
	display: inline-block;
	width: 76.5%;
	float: left;
	margin-top: 0;
}
.post-type-archive-th_g2t .entry-title,
.post-type-archive-th_planting_care .entry-title {
	padding: 0 1.5rem;
	margin: 0;
	line-height: 1.2em;
	}
.featured-square {
	width: 23.5%;
	float: left;
	display: inline-block;
	padding-left: 1.5rem;
}
.entry-content .featured-full img {
	padding-bottom: 0;
}
h4.label {
	margin: 1.5rem;
}
.label {
	color: #942824;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
}
.label:after {
	content: ': ';
}
#steps {
	list-style-type: none;
	margin: 1.5rem;
	padding: 0;
}
#steps .steps {
	margin: 1.5rem;
	margin-right: 0;
	padding: 0;
}
.single-th_g2t #yield_prep_complexity p {
	margin: 0 1.5rem;
	padding: 0;
}
#ingredients p {
	margin-top: 0;
	margin-bottom: 0!important;
}
ul.ingredients_list {
	list-style-type: none;
	margin-top: 0.5rem!important;
	margin-left: 1.5rem!important;
	padding-left: 0!important;
	line-height: 1.2;
}
ul.ingredients_list li {
	display: block;
	overflow: auto;
	padding-bottom: 0.5em;
}
ul.ingredients_list li:last-child {
	padding-bottom: 0;
}
#ingredients .quantity {
	width: 15%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	float: left;
}
#ingredients .description {
	width: 85%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-left: 0.2em;
}
/* Blog - Root Matters */
h2.entry-title {
	margin-top: 0;
	margin-bottom: 0;
}
.blog .hentry,
.archive .hentry {
	border-bottom: 2px solid #942824;
	margin-bottom: 0;
}
.white-leaf {
	background: #942824;
	padding: 0.8em 0 0;
}
.white-leaf img {
	width: 32px;
}
.blog p.article-author,
.archive p.article-author {
	margin-top: 0.3em;
	margin-bottom: 1em;
	margin-bottom: 1rem;
	font-style: italic;
}
.blog .entry-content p:first-child {
	margin-top: 0;
}
.single p.article-author {
	margin-bottom: 2em;
	margin-bottom: 1.5rem;
}
p.posted-on {
	margin-bottom: 0;
	color: #942824;
	/*font-style: italic;*/
}
p.posted-on a {
	color: #942824;
}
.single article.type-post .entry-content img {
	padding-bottom: 0;
}
.single article.type-post .entry-content figure {
	background-color: transparent;
	padding: 0 2em;
	padding: 0 1.5rem;
	margin-top: 0;
	margin-bottom: 0;
}
/* 
.single article.type-post .entry-content figure.alignleft {
	padding-right: 0;
}
.single article.type-post .entry-content figure.alignright {
	padding-left: 0;
}
 */
.tags-links {
	display: block;
	padding-bottom: 1.5em;
	line-height: 2.6em;
	margin: 2em;
	margin: 1.5rem;
	padding-top: 3em;
	padding-top: 2.5rem;
	text-align: left;
}
.tags-links a {
	font-size: 1em;
	padding: 0 0.5em;
	border: 1px solid #CCC;
	background: #d8e1d5;
	margin: 0.2em 0 0em 0.2em;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color .35s cubic-bezier(.33,.66,.66,1);
	display: inline-block;
}
.tags-links a:last-child {
}
.tags-links a:hover {
	background: #FFF;
}
.wp-pagenavi {
	text-align: center;
	padding: 4rem 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 10px;
	border-radius: 5px;
	border-color: transparent;
	background-color: #F0F0F0;
}
.wp-pagenavi span.pages {
	background-color: transparent;
	display: block;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #416324;
	color: white;
	font-weight: 400;
	border-color: transparent;
}
.wp-block-embed {
	float: left;
}
/* Planting & Care */
.th_planting_care-template-default .entry-content.accordion-type-wysiwyg,
.th_planting_care-template-default .entry-content.accordion-type-link {
	width: 33.333%;
	float:left;
}
.th_planting_care-template-default #accordion,
.th_planting_care-template-default ul#links {
	width: 66.667%;
	float: left;
	margin-top: 2.2rem;
}
.cta {
	text-align: center;
}
#post-1231 .entry-content {
	width: 77%;
	margin: auto;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link{
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	padding-bottom: 0.8075em;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* ----------------------------------------------- */
/* ---------------- Undesirables ----------------- */
/* ----------------------------------------------- */
.noshow,
.page-id-28 h1.entry-title,
.page-id-14 h1.entry-title,
.page-id-8 h1.entry-title,
.postid-433 h1.entry-title,
.blog .comments-link,
/* .nav-links, */
.archive .tags-links,
.blog .tags-links,
.archive .comments-link,
.site-main div.leaf:last-child {
	display: none;
}
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------- MEDIA QUERIES --------- */
/* --------------------------------- */
/* --------------------------------- */
/* --------------------------------- */

/* ---------------------------------- */
/* --------- MEDIUM SCREENS --------- */
/* ---------------------------------- */

@media only screen and (max-width: 1279px) {
	#page {
		width: 100%;
	}
	header#masthead {
    	background-image: url(/wp-content/themes/tomorrowsharv/images/TH_navClouds-high.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    min-height: 0;
	}
	.site-branding {
		width: 60%;
		padding-left: 2em;
	}
	.site-search {
		display: none;
	}
	#site-navigation {
		display: none;
	}
	.site-meta {
		width: 100%;
		background: url('/wp-content/themes/tomorrowsharv/images/TH_navDirt-high.png');
		background-size: contain;
		background-repeat: repeat-x;
		padding: 1.2em 0 0.8em 0;
	}
	.magento-meta {
		display: none;
		}
	p.site-description {
		margin: 0;
		padding: 0;
		color: transparent;
		background: url('/wp-content/themes/tomorrowsharv/images/TH_goodness_you_can_grow_tm_white.png');
		background-size: contain;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		line-height: 40px;
		text-align: center;
	}
	.col6.social-media-icons {
		padding-left: 0;
	}
	.social-icons-list {
		padding: 0 0 0 75px;
		margin: 0;
	}
	#primary {
		width: 100%;
	}
	#secondary {
		/*width: 30%;*/
		padding-right: 5%;
	}
	ul, ol {
    	margin: 0 0 1em 1.5em;
    	padding: 0 0 0 0;
	}
	.entry-content ul,
	.entry-content ol {
		margin: 1.5rem 1.5rem 1.5rem 2.5rem;
	}
	h3.ui-accordion-header {
		font-size: 1em;
	}
	.ui-accordion-content ul {
/*		margin-bottom: 1.5rem; /* #accordionspace */
	}
	.ui-accordion-content ul li {
/* 		margin-left: 1rem; /* #accordionspace */
	}
	.post-type-archive-th_g2t .featured-square,
	.post-type-archive-th_planting_care .featured-square {
		width: 49%;
	}
	.post-type-archive-th_g2t header.entry-header,
	.post-type-archive-th_planting_care header.entry-header,
	.post-type-archive-th_g2t .entry-content,
	.post-type-archive-th_planting_care .entry-content {
		width: 50%
	}
}
/* ------------- Tablets --------------- */
@media only screen and (max-width: 1024px) {
	.site-branding {
		width: 40%;
		padding-left: 2em;
	}
	p.site-description	{
		line-height: 25px;
	}
	.social-icons-list:before {
		content: '';
	}
	#post-1231 .entry-content {
		width: 100%;
		margin: auto;
	}
	
}
/* ---------------------------------- */
/* --------- GENERAL MOBILE --------- */
/* ---------------------------------- */

@media only screen and (max-width: 980px) {
	.site-branding {
		width: 40%;
		padding-left: 2em;
	}
	figure {
		max-width: 100%!important;
		width: 100%!important;
		padding-bottom: 2em!important;
		padding-bottom: 1.5rem!important;
	}
	.single article.type-post .entry-content figure.alignleft,
	.single article.type-post .entry-content figure.alignright {
		padding: 0;
	}
	figure img {
		display: block;
		margin: auto;
	}
	.social-icons-list {
		padding: 7% 15%;
		margin: 0;
		justify-content: space-around;
	}
	.social-icons-list:before {
		display: none;
	}
	#main {
		margin-left: 0;
		margin-right: 0;
	}
	h1.page-title,
	h1.entry-title,
	h2.subtitle,
	.entry-content h2 {
		color: #406325;
		line-height: 1em;
		padding: 0/* 1.3rem*/;
		font-size: 2em;
	}
	h2.slide-title {
		font-size: 0.8em;
	}
	h1.entry-title {
		padding: 0;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
		width: 50%;
	}
	/* Planting & Care */
	.th_planting_care-template-default .entry-content.accordion-type-wysiwyg,
	.th_planting_care-template-default .entry-content.accordion-type-link {
		width: 100%;
		float: none;
	}
	.th_planting_care-template-default #accordion,
	.th_planting_care-template-default ul#links {
		width: 100%;
		margin-top: 0.5rem;
		float: none;
	}
}

/* ----------------------------------- */
/* --------- MOBILE PORTRAIT --------- */
/* ----------------------------------- */

@media only screen and (max-width: 980px) and (orientation : portrait) {
	.tout-box {
		width: 48%;
	}
}

/* ------------------------------------ */
/* --------- MOBILE LANDSCAPE --------- */
/* ------------------------------------ */

@media only screen and (max-width: 980px) and (orientation : landscape) {
}
/* ------------------------------- */
/* --------- iPad TWEAKS --------- */
/* ------------------------------- */
@media only screen and (max-width: 768px) and (orientation : portrait) {
	.row .col6 { width: 100%; }
	#main {
		padding-right: 0%;
	}
	#primary {
		width: 100%;
	}
	#secondary {
		width: 100%;
		padding: 5%;
	}
	.post-type-archive-th_g2t .featured-square,
	.post-type-archive-th_planting_care .featured-square {
		width: 49%;
	}
	.post-type-archive-th_g2t header.entry-header,
	.post-type-archive-th_planting_care header.entry-header,
	.post-type-archive-th_g2t .entry-content,
	.post-type-archive-th_planting_care .entry-content {
		width: 50%;
	}
	h1.page-title,
	h1.entry-title,
	h2.subtitle,
	.entry-header,
	.ui-accordion-content h1,
	.ui-accordion-content h2,
	.ui-accordion-content h3,
	.ui-accordion-content h4,
	.ui-accordion-content h5,
	.ui-accordion-content h6 {
		text-align: center;
	}
}
@media only screen and (max-width: 768px) {
	.site-info {
		text-align: center;
	}
	.site-info p.copyright {
		margin-right: 0;
	}
	#footer-menu {
	    display: flex;
	    justify-content: center;
	}
	#footer-menu li:first-child {
    	padding-left: 1em;
	}
}
/* --------------------------------- */
/* --------- SMALL SCREENS --------- */
/* --------------------------------- */

@media only screen and (max-width: 767px) {
	header#masthead {
	    background-position: right center;
    	padding-top: 1em;
	}
	.site-branding {
    	padding-left: 1em;
    	width: 60%;
	}
	p.site-description {
		background-size: contain;
	}
	.site-meta {
		background-size: cover;
		padding: 1.2em 0 0.4em 0;
	}
	#primary {
		width: 100%;
	}
	#secondary {
		width: 100%;
		padding: 5%;
	}
	#main {
		padding-right: 0%;
	}
	.tout-row {
    	padding-left: 1%;
	    padding-right: 1%;
	}
	.social-icons-list {
		padding: 7% 0%;
		margin: 0;
		justify-content: space-around;
	}
	h2.slide-title {
/*    	font-size: 0.8em; */
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	    font-size: 0.47em;
	}
	#wpsl-wrap {
		padding: 1.5rem;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
		width: 100%;
		border-bottom: 1px solid #CCC;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list li:last-child {
		border-bottom: 0px;
	}
	#wpsl-search-wrap div {
		text-align: left;
	}
	#ingredients .quantity {
		width: 25%;
		text-align: right;
		display: inline-block;
		vertical-align: top;
	}
	#ingredients .description {
		width: 75%;
		text-align: left;
		display: inline-block;
		vertical-align: top;
		padding-left: 0.2em;
	}
	/* --------------------------- */
	/* -----------GRID------------ */
	/* --------------------------- */
	.row .col1 { width: 20%; }
	.row .col2 { width: 33%; }
	.row .col3 { width: 50%; }
	.row .col4 { width: 100%; }
	.row .col5 { width: 100%; }
	.row .col6 { width: 100%; }
	.row .col7 { width: 100%; }
	.row .col8 { width: 100%; }
	.row .col9 { width: 100%; }
	.row .col10 { width: 100%; }
	.row .col11 { width: 100%; }
	.row .col12 { width: 100%; }
}

@media only screen and (max-width: 600px) {
	#footer-menu {
	    display: block;
	}
/*	#footer-menu li:first-child {
    	padding-left: 1em;
	} */
	#footer-menu li {
		width: 100%;
		padding-bottom: 5%;
		text-align: left;
	}
	.soliloquy-container .soliloquy-image {
	    width: 100%;
	    display: block;
	}
	.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    	width: 100%!important;
    	bottom: 0;
	    display: block;
	    position: relative;
	}
	h2.slide-title {
    	font-size: 1.8em;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	    font-size: 0.93em;
	}
	.soliloquy-theme-classic .soliloquy-controls-direction {
		display: inline;
		}
	.entry-content.excerpt p {
		display: none;
	}
	.moretag {
		text-align: center;
	}
	.nav-previous a:before,
	.nav-next a:after,
	.nav-next a:before {
		display: block;
		line-height: 1em;
	}
	.nav-previous a:before {
		content: '\21E0';
	}
	.nav-next a:before {
		content: '\21E2';
	}
	.nav-next a:after {
		content: '';
	}
}
@media only screen and (max-width: 425px) {
	p.site-description {
		background-size: 80%;
	}
}
/* --------------------------------- */
/* --------- VERY SMALL SCREENS --------- */
/* --------------------------------- */

@media only screen and (max-width: 374px) {
	.ui-accordion-header, ul#links li {
		font-size: 0.9em;
	}
}