/*
Theme Name: Hardy Fern Foundation
Theme URI: https://hardyferns.org/
Author: SpiderLily Web Design
Author URI: http://spiderlilyweb.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hff
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Hardy Fern Foundation is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Google Fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600);

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
}
h1 {text-align:center;}
h1.widget-title {
	text-align:left;
	border-bottom:1px black solid;
	display:block;
	font-size:28px;	
}
h1.widget-title a, h2.widget-title a {font-weight:400;}
h2.subhead {
	text-align:center;
	margin:0 auto 8px;
}
h2.widget-title {
	font-size:24px;
	margin:6px 0 0;
}
h3 {margin: 0 0 3px;}
h5 {font-family: 'Open Sans', sans-serif; font-weight:600; font-size:16px;}

p {
	margin: 0 0 1em;
}
.site-info p {
	margin:1em 0;
}
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%;
}

/*--------------------------------------------------------------
# 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 https://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. */
}

hr {
	background-color: #41553d;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.short {
	margin-bottom: 0.5em;
}

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

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 0 1em 1em;
}
dd p {margin:0;}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

img.size-hero {
	max-width: 640px;
	width:100%;
	height:auto;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #41553d;
	border-radius: 3px;
	background: #8dc63f;
	color: white;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	cursor:pointer;
	margin-top:3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background:#41553d;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #8dc63f;
	font-weight:600;
	text-decoration:none;
}

a:visited {
	color: #8dc63f;
}

a:hover, a:focus, a:active {
	color: #41553d;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	position:fixed;
	top:0; left:0;
	z-index:9999;
	/*background:#41553d;*/
}
.main-navigation.fixed-nav {
	background:rgba(0,0,0,.7);
}

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

.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 li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* BREADCRUMBS */
.breadcrumbs {float:left; margin:0 0 16px 2%; display:block;}
.breadcrumbs  ul.menu{
	padding:10px 0 0;
	margin:0;
}
.breadcrumbs  ul.menu li {
	display:inline;
	font-size:14px;
}
.breadcrumbs  ul.menu li a {color:#41553d;}
.breadcrumbs  ul.menu li a:hover {color:#8dc63f;}
.breadcrumbs  ul.menu li.current-menu-item a {color:#8dc63f;}
.breadcrumbs  ul.menu li:after {content:" | ";}
.breadcrumbs  ul.menu li:last-child:after {content:"";}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul, #mega-menu-menu-1 {
		display: block;
		text-align: center;
		font-family: 'Roboto Slab', serif !important;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 48%;
}
.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before {
	content:'\25C4  ';
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after {
    content:' \25BA'
}

/*--------------------------------------------------------------
# Home page fix banner across slideshow
--------------------------------------------------------------*/

.site-branding {
	/*background-color:rgba(255,255,255,0.6);*/
	position:relative;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */	
}
body.home .site-branding {
	/*background-color:rgba(255,255,255,0.8);*/
	position:absolute;
	left:0;
	z-index:999;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */	
}
.banner-bg {
	float:left;
	width:100%;
	background-image: url('images/banner-bg-athyrium.jpg');
	background-repeat: no-repeat;
	background-position: center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	 -o-background-size: cover;
  	background-size: cover;
}
body.home .banner-bg {
	background-image:none;
}

/*--------------------------------------------------------------
# Banner search and button
--------------------------------------------------------------*/

a.button-link {
	font-size:18px;
	font-weight:600;
	/*color: #41553d;
	background: #8dc63f;
	border:1px #41553d solid;*/
	color:white;
	border:1px white solid;
	text-align:center;
	padding:4px 8px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	z-index:9999;
	text-decoration:none;
	transition: all .3s ease-in-out;
}
a.button-link.join {
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:2;
}
a.button-link:hover {
	color:white;
	background:	#41553d;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


form.banner-search input[type=search] {
	/*background: #ededed url(images/search-icon.png) no-repeat 9px center;*/
	background: url(images/search-icon-white.png) no-repeat 9px center;
	/*border: solid 1px #41553d;*/
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
form.search-form {text-align:center;margin-top:18px;}
input.search-field[type=search] {
	border: solid 1px #41553d;
	padding: 3px 10px;
	width: 220px;
	color:black;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
form.banner-search .notfound input[type=search] {
	background: #ededed url(images/search-icon.png) no-repeat 9px center;
}
form.banner-search input[type=search]:focus {
	width: 130px;
	/*background-color: #fff;
	border-color: #8dc63f;*/
	background-color:black;
	
	/*-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}
input.search-field[type=search]:focus {
	width:220px;
	background-color: #fff;
	border-color: black;
	color:black;
	padding-left:10px;
}

input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}


form.banner-search input[type=search] {
	width: 18px;
	padding-left: 10px;
	color: transparent;
	border:transparent;
	cursor: pointer;
}
input[type=search]:hover {
	/*background-color: #fff;*/
}
form.banner-search input[type=search]:focus {
	width: 130px;
	padding-left: 42px;
	/*color: #000;
	background-color: #fff;*/
	color:white;
	cursor: auto;
}
form.banner-search input:-moz-placeholder {
	color: transparent;
}
form.banner-search input::-webkit-input-placeholder {
	color: transparent;
}
form.banner-search input[type=search]:focus:-moz-placeholder {
	color: white;
}
form.banner-search input[type=search]:focus::-webkit-input-placeholder {
	color: white;
}

form.banner-search {
	position: absolute;
	right: 210px;
	bottom:16px;
}
div#banner-cart {
	position:absolute;
	right:140px;
	bottom:12px;
}
/* expanded search box on "no results" page */
#result input[type=search] {
	padding: 9px 10px 9px 32px;
	width: 160px;
}
#result input[type=search]:focus {
	width: 160px;
}

#result input:-moz-placeholder {
	color: #999;
}
#result input::-webkit-input-placeholder {
	color: #999;
}

/* LINKS TO PDFs */
/** https://davidwalsh.name/external-links-css, https://css-tricks.com/attribute-selectors/ **/

body.hff-quarterlies a[href$=".pdf"] { background: url('images/icon-pdf.png') left center no-repeat; padding-left: 28px; }

/*--------------------------------------------------------------
# Flex-Grid 3-across
--------------------------------------------------------------*/
/* for home page link boxes */

.flex-container {
	width:100%;
	display:flex;
	margin-top:24px;	
	margin-bottom:12px;
}
.grid {
	flex-wrap:wrap;
}	
.content-block {
	flex:1;
	width:50%;
}
.grid-three {
	flex-grow: 1;
	width: 31%;
	padding:0 1%;
	margin-bottom:24px;
	position:relative;
	padding-bottom:16px;
	display:inline-block;
	line-height:1.3em;
}
.grid-three h2 {
	font-size:21px;
	margin:3px 0;
}
.grid-three img.aligncenter {
	margin-bottom:6px;
}
.grid-three.em-list img {
	margin-bottom:16px;
}
.grid-three.em-list p {
	margin:0 0 3px 0;
}
a img:hover {opacity:0.8;}
.contents-left {
	float:left;
	width:90%;	
}
.contents-right {
	float:right;
	width:90%;	
}

a.read-more {
	color:#7ea53f;
	font-weight:600;
	font-size:16px;
	border-bottom: 2px #7ea53f solid;
	position:absolute;
	right:10px;
	bottom:0;
}

/* HOME PAGE ANNOUNCEMENT BOX */

.announcement {
	width:100%;
	float:left;	
	background-image: url('images/announcement-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	 -o-background-size: cover;
  	background-size: cover;
	margin:24px 0 38px;
}
.announcement .text-block { /* limit paragraph length */
	max-width:720px;
	width:95%;
	margin:0 auto;
	padding:24px 0 30px;
	color:white;
	font-size:18px;
}
.announcement h1 a {color:white;}

/* PLANT PAGES */

.plant-content h1, .plant-content h1 p {
	margin: 0 auto;
}
.listall p {
	display: inline-block;
	margin-bottom:3px;
}
.listall ul {
	list-style-type:none;
	margin:0;
}
.plantsearch { /* plantsearch left sidebar */
	float: left;
	max-width: 22%; 
	min-width:230px;
	padding-left:1%;
	margin:10px 0;
	overflow: hidden;
	background-color:rgba(207,222,201,0.6);
	flex:1;
}
	.plantsearch {order:1;}
	.plant-content {order:2;}
.plantsearch .secondary, .plantsearch .secondary ul {
	float:left;
	width:100%;
	margin:0;
	font-size:16px;
}
.widget-area form ul {padding:0;}

.searchandfilter ul li {padding: 0 !important; font-size:14px;}
input.sf-input-text[type="text"] {width:100%; margin-bottom:0;}

.plant-content {
	float:right; 
	max-width: 80%;
    width: 80%;
    padding: 10px;
	flex:1;
}	
.plantfacts {
	float:left;
	max-width:28%;
	display:block;
	background-color:rgba(255,255,255,0.6);
	padding:10px 1%;
	flex:1;
}
.plantfacts p {margin-bottom:0.5em;}
.main-image {
	float:right;
	max-width:70%;
	background-color:rgba(255,255,255,0.6);
	padding:10px 0;
	margin:0 0 16px 1%;
	flex:1;
}
.searchandfilter ul {
	margin: 0 1% 0 0;
	padding:0;
}

/* flex container for plant search results */
.flexcontainer {
	clear:both;
	width:100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.flexcontainer div.grid {
	float:left;
	min-width:48%;
	max-width:48%;
	flex:1;
	display:block;
	margin:0 1% 16px;;
}	
/*.grid img {float:left; max-width:30%;}
.grid p {
	float:left; 
	max-width:65%; 
	padding: 6px 0 6px 2%;
}*/

#nav-below {
	clear:both;
	margin:0 auto;
	width:80%;	
	font-style:italic;
}
.nav-previous {
	float:left;
	width:48%;
}
.nav-next {
	float:right;
	text-align:right;
	width:48%;
}
/*--------------------------------------------------------------
# Content Elements
--------------------------------------------------------------*/

.content-area {
	max-width:1600px;	
	width:100%;
	margin:0 auto;
}
#main {
	width:98%;
	max-width:98%;
	margin:0 auto;	
}
.text-wrap {
	margin:16px auto;
	width:98%;
	max-width:720px;
	clear:both;
}
.text-wrap .woo {
	clear:both; 
	max-width:960px;
	width:100%;
	padding-top:24px;
}
.text-wrap p a {font-weight:700;}

/* NEWSLETTER PAGE COLUMNS */
.text-wrap.newswrap {
	max-width:1000px;
}
.text-wrap.newsletter {
	column-count: 2;
	column-gap: 40px;
	max-width:1000px;
}
.text-wrap.newsletter ul {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.newsletter h3 {
	font-size:18px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}

/*--------------------------------------------------------------
# NEWS - BLOG ELEMENTS
--------------------------------------------------------------*/

.post-content {
	float:left; 
	max-width: 75%;
    width: 75%;
    padding: 10px;
	flex:1;
}	
.post-side {
	float:right;
	max-width:25%;
	display:block;
	background-color:rgba(207,222,201,0.6);
	padding:10px 1%;
	flex:1;
}

.entry-meta .posted-on {
	font-style:italic;
}
.entry-meta {
	padding-bottom:12px;
}
.widget-area ul {
	list-style: disc;
	margin:0 0 8px 0;
	padding:0 0 0 16px;
	display: table;
}
.widget-area ul > li::before {
    display: table-cell; 
	margin: 0 0 3px;
}

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

#colophon {
	margin-top:30px;
	width:100%;
	float:left;
	background: #41553d;
	color:white;
	padding-bottom:20px;
}
#footer-logo {
	margin-top:-30px;
	margin-left:10px;	
	padding:5px 10px 20px;
	background:white;
	border:1px #41553d solid;
	display: inline;
	float: left;
	margin-right: 1.5em;
}
#colophon a {color:white;}
.site-info {
	float:left;
	min-width:70%;
	width:70%;
}
#enews {
	float:right;
	margin:16px 1% 0 0;
	width: 120px;
}
#enews img.social {
	width:32px;
	height:auto;
	float:right;
	margin-right:24px;
	display:inline-block;
}
span.email {
	background: url('images/email-white.png') left center no-repeat;
	padding:10px 0 10px 43px;
	margin-left:3px;
}
span.email:hover {
	background: url('images/email-green.png') left center no-repeat;
}

/* WOOCOMMERCE customization */

/*.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product div.images .woocommerce-product-gallery__trigger {display:none;}*/
span.sku_wrapper, form.woocommerce-ordering, nav.woocommerce-breadcrumb, li.additional_information_tab, .product_meta {display:none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin:0;}
.woocommerce div.product div.summary { margin-bottom: 0;}
.woocommerce div.product div.images img {max-width:100%;}
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
	max-width:525px;
	width:100%;
	height:auto;
	margin:16px auto;
	float:none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:30%;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width:68%;}
.woocommerce .button.button.custom {
	float:right;
	margin:16px 2% 16px 0;
}
.woo {
	margin:16px auto;
	width:98%;
	max-width:1000px;
}
/* membership page customization */
.woo .woocommerce div.product div.images {width:36%;}
.woo .woocommerce div.product div.summary {width:60%;}
.woo .woocommerce div.product div.images img {margin-top:32px;}
.woo .woocommerce-product-details__short-description {display:none;}
.woo .woocommerce div.product p.price {display:none;}
.single-event .woo .woocommerce div.product p.price {display:block;}
.woo .woocommerce .single-product {clear:both; width:100%;}

/* SHOPPING CART ICON */

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:32px;
    font-style:normal;
    font-weight:400;
    padding-right:0;
    vertical-align: bottom;
	color:white;
}

.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #8dc63f;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    vertical-align: top;
}
.cart-contents-count:hover {
	background-color:#41553d;
}

/* EVENTS PAGES */

.em-location-map {max-width:100%;}

.em-location-map-container {clear:both !important;}

p.event-link {
	text-align:right;
	font-style:italic;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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;
	margin-top:40px;
}

/*--------------------------------------------------------------
## 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;
}

.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%;
	max-width:23%;
	margin:0 1% 16px;
}
.gallery-item.sori-gallery {
	max-width:22%;
}
.gallery-item.sori-gallery img {
	-webkit-box-shadow: 3px 3px 6px 6px rgba(0,0,0,.4);
box-shadow: 3px 3px 6px 6px rgba(0,0,0,.4);
}

.gallery-caption {
	display: block;
}
span.nowrap {white-space:nowrap;}

.gallery figcaption {display:none;}

.sori-gallery p {
	margin:0 auto; padding:0;
}

@media screen and (max-width: 1049px) {
	.main-navigation {
		position:relative;
		display:block;
		width:100%;
	}
	/*body.home .site-branding {
		position:relative;
		background-color:rgba(255,255,255,0.7);
	}
	body.home .banner-bg {
		background: #7ea53f;
	}*/
	.site-branding, .custom-logo-link {
		margin-top:0;
	}
	form.banner-search {
		bottom:auto;
		top:6px;
	}
	div#banner-cart {
		top:4px;
		bottom:auto;
	}
	a.button-link.join {
		bottom:auto;
		top:9px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		padding-left:18px;
	}
}
@media screen and (max-width: 59.375em) {
	.twocol, .text-block, .twocolleft, .twocolright, #main.main-content,#secondary, .plantfacts, .post-content, .post-side{
		clear:both;
		width:98%;
		max-width:98%;
		margin:0 1% 12px 1%;
	}
	.flex-container.two, .flex-container.grid {display:block;}
	.memberside.flexcontainer {display:block; width:100%; float:left;}
	.excerpt {width:100%; margin-bottom:16px;}
	.grid-three {width:98%; max-width:520px; float:none; margin:0 auto 24px; display:block;}
	.main-image {float:none; width:98%; max-width:98%; margin: 0 auto; flex:none;}
	.content-block, .text-block {
		width:98%;	
		max-width:720px;
		margin:0 auto;
		float:none;
	}
	.contents-left, .contents-right {
		width:96%;
		margin:0 2%;
		float:left;
	}
	img.alignleft,img.alignright {
		float:none;
		margin:0 auto;
		display:block;	
	}
	.gallery-item {
		max-width:31%;
	}
	.gallery-item.sori-gallery {
		max-width:30%;
	}
	.listall ul {padding:0;}
	.text-wrap ul {margin:0 0 .5em 0;}
}
@media screen and (max-width: 48.750em) {
	#footer-logo {margin-top:8px; margin-right:1em;}
	.site-info {width:100%; min-width:100%;}
	.site-info p {margin-bottom:0; width:100%;}
	.flexcontainer {display:block; width:100%; float:left;}
	.gallery-item.sori-gallery {
		max-width:46%;
	}
	.plantsearch, .plant-content {
		display:block;
		width:100%;
		max-width:100%;
		min-width:100%;
		float:left;
		margin:0;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:100%;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width:100%;}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
/* membership page customization */
.woo .woocommerce div.product div.images {width:100%;}
.woo .woocommerce div.product div.summary {width:100%;}
.woo .woocommerce div.product div.images img {margin-top:12px;}
	#enews {clear:both; float: none; margin:0 auto;}
}
@media screen and (max-width: 35em) {
	.site-branding {padding-bottom:16px;}
	form.banner-search {
		right:184px;
		top:auto;
		bottom:3px;
	}
	div#banner-cart {
		right:118px;
		top:auto;
		bottom:0;
	}
	a.button-link.join {
		right:6px;
		top:auto;
		bottom:6px;
	}
}