/*
	Theme Name: Earthrise Theme
	Theme URI: http://my.studiopress.com/themes/earthrise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- 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
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Earthrise Charcoal
		- Earthrise Green
		- Earthrise Orange
		- Earthrise Purple
		- Earthrise Red
		- Earthrise Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.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,
.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: #13afdf;*/
	color: #796d4a;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-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: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #5C9911;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #86be0c;
}

h6 {
	font-size: 16px;
	font-weight: 400;
}

.our-mission h6 {
	text-transform: uppercase;
}

.entry-content h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #86be0c;
}

.white-text .entry-content h4 {
	color: #ffffff;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.home a.anchor {
	top: -200px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* 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;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 16px;
	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: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #13afdf;
	color: #fff;
}

.earthrise-home .color-section button,
.earthrise-home .color-section input[type="button"],
.earthrise-home .color-section input[type="reset"],
.earthrise-home .color-section input[type="submit"],
.earthrise-home .color-section .button,
.earthrise-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.earthrise-home .color-section button:hover,
.earthrise-home .color-section input:hover[type="button"],
.earthrise-home .color-section input:hover[type="reset"],
.earthrise-home .color-section input:hover[type="submit"],
.earthrise-home .color-section .button:hover,
.earthrise-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}

.earthrise-home .dark-section button,
.earthrise-home .dark-section input[type="button"],
.earthrise-home .dark-section input[type="reset"],
.earthrise-home .dark-section input[type="submit"],
.earthrise-home .dark-section .button,
.earthrise-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.earthrise-home .dark-section button:hover,
.earthrise-home .dark-section input:hover[type="button"],
.earthrise-home .dark-section input:hover[type="reset"],
.earthrise-home .dark-section input:hover[type="submit"],
.earthrise-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.earthrise-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #13afdf;
	color: #fff;
}

/* 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: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	/*background-color: #fff;*/
	clear: both;
	margin-top: 68px;
	overflow: hidden;
}

.home .site-inner {
	margin: 0;
	height: auto;
}

.earthrise-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}

.recipes .site-container,
.recipes .site-inner {
	background: #f3ce00;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 45px;
	width: 655px;
	margin-left: 30px;
}

.earthrise-home .content {
	padding: 0;
}

.content-sidebar .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.recipes .content {
	padding: 45px 0;
	width: 745px;
	margin-bottom: 20px;
}

.single-recipe.recipes .content {
	background: #ffffff;
	padding: 45px;
	width: 655px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 265px;
	position: fixed;
	margin-left: 120px;
}

.category .sidebar-primary {
	position: relative;
	float: left;
}

/* Tweet Blender */

.sidebar #tweetblender-t1-mc {
	font-size: 12px;
	text-transform: none;
	line-height: normal;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	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 {
	border-radius: 50%;
	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 {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.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
--------------------------------------------- */

.page-type-title,
.page-title {
	color: #86be0c;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

.recipes .page-type-title {
	color: #7b6f4b;
}

.page-title .archive-title,
.page-title .entry-title,
.page-type-title h1 {
	font-size: 46px;
	font-weight: 400;
}

.page-template-where-to-buy-pages .page-type-title {
	color: #796d4a;
}

.entry-title {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}

.white-text .entry-title,
.white-text .entry-content {
	color: #ffffff;
	font-weight: 400;
}

.our-mission h1.entry-title,
.our-farm h1.entry-title {
	margin-bottom: 400px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #5c9911;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #2e2f33;
}

.hide-title .entry-title {
	display: none;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

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-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.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: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #5c9911;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    overflow: inherit;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	background: #a1d72b;
	border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

.gfield_label {
	color: #ffffff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: url(/spirulina-images/nav_bg.png) repeat-x;
	left: 0;
	height: 68px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	padding: 4px 0 0;
	max-width: 1200px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 5px 0 0;
	width: 310px;
	max-height: 59px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	width: 160px;
	margin-left: 150px;
	height: 68px;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.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 {
	color: #fff;
	float: right;
	text-align: right;
	width: 890px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #7b6f4b;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 13px;
	line-height: 1;
	width: 100%;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.genesis-nav-menu li {
	background: url(/spirulina-images/nav-list-item.png) no-repeat right center;
	color: #7b6f4b;
}

.genesis-nav-menu li.contact-link {
	background: none;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 18px 15px 5px 10px;
	margin-bottom: 13px;
	line-height: 24px;
	font-weight: 700;
	text-shadow: 1px 1px 0 #ffffff;
}

.genesis-nav-menu li.social {
	background: none;
}

.genesis-nav-menu li.social a {
	line-height: normal;
	/*Old smaller icons - padding: 18px 8px;*/
	padding: 13px 2px;
}

.genesis-nav-menu li.social img {
	height: 34px;
	width: auto;
}

.spirulina-social img {
	height: 40px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #70c641;
	border-bottom: 2px solid #70c641;
	background: url(/spirulina-images/top-nav-current.png) no-repeat center top;
	-webkit-transition: none;
	-moz-transition:    none;
	transition:         none;
}

.genesis-nav-menu .current-menu-item > a {
	color: #7b6f4b;
}

.genesis-nav-menu .sub-menu {
	background-color: #13afdf;
	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: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 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;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

div#wprmenu_bar {
	overflow: visible;
}

div.menu_title {
	text-align: center!important;
}

div#wprmenu_bar .bar_logo {
	height: 51px;
    margin-top: -10px;
    width: auto;
	position: relative;
	z-index: 9999;
	padding: 0;
}

.genesis-nav-menu .menu-item.mobile {
	display: none;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets .widget:first-child {
	padding-top: 140px;
}

.home-widgets .widget:last-child {
	padding-bottom: 140px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

/*.earthrise-home .color-section .entry-title a,
.earthrise-home .color-section .widget-title,
.earthrise-home .color-section a,
.earthrise-home .color-section,
.earthrise-home .dark-section .entry-title a,
.earthrise-home .dark-section .widget-title,
.earthrise-home .dark-section a,
.earthrise-home .dark-section {
	color: #fff;
}

.earthrise-home .color-section a:hover {
	color: #2e2f33;
}

.earthrise-home .dark-section a:hover {
	color: #959595;
}*/

html,
body,
.home .site-container,
.site-container {
	height: 100%;
}

/*.content-sidebar-wrap {
	overflow: auto;
}

.site-container {
	position: relative;
}*/

/*.site-inner {
	height: -moz-calc(100% - 112px);
    height: -webkit-calc(100% - 112px);
    height: calc(100% - 112px);
}*/

.home-featured {
	/*background: url(/spirulina-images/pagebg_experience_home.jpg) no-repeat scroll 0 0 / 100% 100% #83b90c;*/
	position: relative;
	height: auto;
}

.home-featured .wrap {
	/*margin-top: ;*/
	max-width: none;
	height: auto;
	width: 100%;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-1 {
	height: auto;
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 60px 0px 0px 0px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

#home-welcome {
	background: url(/spirulina-images/welcome.png) no-repeat;
	width: 581px;
	height: 246px;
	position: relative;
	margin: 0 auto;
	color: #ffffff;
}

.earthrise-home .color-section #home-welcome .widget-title {
	color: #44a1d6;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 22px;
	padding-top: 77px;
}

#home-welcome .textwidget {
	padding-top: 11px;
	letter-spacing: .5px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #4b6d32;
}

#home-welcome .textwidget span {
	font-size: 23px;
	font-weight: 700;
	position: relative;
	bottom: -2px;
	text-shadow: -1px -1px 1px #4b6d32;
	padding-right: 5px;
}

#buynow {
	position: absolute;
	right: -150px;
}

section#safetyseal {
	position: absolute;
	right: 20px;
	bottom: 64px;
}

#home-tiles {
	width: 1050px;
	height: 400px;
	background: url(/spirulina-images/nav_shadow.png) no-repeat;
	margin: -60px auto 0;
}

#tile-container {
	padding: 69px 51px 70px 51px;
}

#home-tile {
	height: 306px;
	width: 237px;
	float: left;
}

.benefits {
	background: url(/spirulina-images/benefits-btn.png) no-repeat;
}

.mission {
	background: url(/spirulina-images/mission-btn.png) no-repeat;
}

.spirulina {
	background: url(/spirulina-images/spirulina-btn.png) no-repeat;
}

.products {
	background: url(/spirulina-images/products-btn.png) no-repeat;
}

#home-tile a {
	outline: none;
}

#home-tile a img {
	opacity: 0;
}

#home-tile a:hover img {
	opacity: 1;
}

.arrow {
	bottom: 64px;
    position: absolute;
    z-index: 999;
	left: 50%;
	margin-left: -88.5px;
}

.arrow a {
	display: inline-block;
	background: url(/spirulina-images/experience_home_scroll.png) no-repeat;
	height: 82px;
	width: 177px;
	outline: none;
}

.arrow2 {
	bottom: 10px;
    position: absolute;
    z-index: 999;
	left: 50%;
	margin-left: -29.5px;
}

.arrow2 a {
	display: inline-block;
	background: url(/spirulina-images/scroll_arrow.png) no-repeat;
	height: 39px;
	width: 59px;
	outline: none;
}

.home-widgets-2 {
	background: url(/spirulina-images/exp_benefits_bg2.jpg) no-repeat scroll 0 0 / 100% 100%;
	position: relative;
}

/*.home-widgets-2 .wrap {
	background: url(/spirulina-images/exp_benefits_images_lines.png) no-repeat right center;
}*/

.home-widgets-2 h2,
.home-widgets-3 h2,
.home-widgets-4 h2,
.home-widgets-5 h2 {
	color: #7b6f4b;
	line-height: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.home-widgets-4 h2 {
	color: #3d6b00;
}

.home-widgets-5 h2 {
	color: #ffdb00;
}

.home-widgets-2 h2 span,
.home-widgets-4 h2 span,
.home-widgets-5 h2 span {
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
	/*text-shadow: 1px 1px 0 #dbbc00;*/
}

.home-widgets-3 h2 span {
	color: #86be0c;
	font-size: 50px;
	font-weight: 300;
}

.home-widgets-2 h4.widget-title {
	color: #86be0c;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}

.home-widgets-2 .widget {
	margin-bottom: 15px;
}

#benefits-details {
	width: 400px;
	margin-right: 286px;
	float: right;
}

.home-widgets-2 .su-spoiler-icon {
	display: none;
}

div.su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title {
	padding: 0;
    padding-left: 75px;
	line-height: 75px;
	color: #86be0c;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 1px solid #e8d8a8;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

div.su-spoiler-style-default > .su-spoiler-title {
	padding: 0;
    padding-left: 75px;
	line-height: 75px;
	color: #86be0c;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 1px solid #e8d8a8;
	border-bottom: none;
	-webkit-border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	border-radius: 40px 40px 0 0;
}

div.su-clearfix:before,
div.su-clearfix:after {
    content: " ";
    display: table-cell;
}

.iron .su-spoiler-title {
	background: url(/spirulina-images/ER_experience_benefits_icon_stemcell.png) no-repeat left center;
}

.ancient .su-spoiler-title {
	background: url(/spirulina-images/ER_experience_benefits_icon_radiation.png) no-repeat left center;
}

.immune .su-spoiler-title {
	background: url(/spirulina-images/ER_experience_benefits_icon_immuno.png) no-repeat left center;
}

.vitality .su-spoiler-title {
	background: url(/spirulina-images/ER_experience_benefits_icon_athletic.png) no-repeat left center;
}

.fatty .su-spoiler-title {
	background: url(/spirulina-images/ER_experience_benefits_icon_sustainable.png) no-repeat left center;
}

div.su-spoiler-style-default > .su-spoiler-content {
    padding: 20px 20px 30px;
	color: #ffffff;
	background-color: #86be0c;
	border: 1px solid #e8d8a8;
	-webkit-border-radius: 0 0 40px 40px;
	-moz-border-radius: 0 0 40px 40px;
	border-radius: 0 0 40px 40px;
}

.experience {
	width: 316px;
	height: 255px;
	padding: 57px 77px 240px 121px;
	background: url(/spirulina-images/experience_benefits_leftbox.png) no-repeat;
	text-align: left;
	float: left;
}

.home-widgets-2 .wrap {
	padding: 50px 0 150px;
}

.home-widgets-3 {
	background: url(/spirulina-images/pagebg_experience_mission.jpg) no-repeat scroll 0 0 / 100% 100%;
	position: relative;
}

.home-widgets-3 .wrap {
	padding: 100px 0;
}

.home-widgets-3 .widget-title {
	color: #86be0c;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 5px;
}

/*.farm-care {
	background: url(/spirulina-images/mission_farmcare.png) no-repeat;
	width: 294px;
	height: 84px;
	padding: 107px 91px 109px 175px;
	line-height: normal;
	float: left;
	margin: 50px 0 0 50px;
}*/

.farm-care {
	background: url(/spirulina-images/mission_farmcare.png) no-repeat;
	width: 294px;
	height: 84px;
	padding: 107px 91px 109px 175px;
	line-height: normal;
	float: left;
	margin: 0;
}

/*.mission-box {
	width: 316px;
	height: 290px;
	padding: 25px;
	background: url(/spirulina-images/mission-bg.jpg);
	float: right;
	margin-right: 154px;
	box-shadow: -16px 16px 0 rgba(0, 0, 0, 0.05);
	clear: right;
}*/

.mission-box {
	width: 316px;
	height: 290px;
	padding: 25px;
	background: url(/spirulina-images/mission-bg.jpg);
	float: none;
	margin: 0 auto;
	box-shadow: -16px 16px 0 rgba(0, 0, 0, 0.05);
	clear: both;
}

#vidlink {
	clear: both;
	text-align: center;
}

.home-widgets-4 {
	background: url(/spirulina-images/pagebg_experience_spirulina2.jpg) no-repeat;
	position: relative;
}

.home-widgets-4 .wrap {
	padding: 20px 0 100px;
	position: relative;
}

.experience-spirulina {
	width: 314px;
	height: 353px;
	padding: 96px 92px 104px 108px;
	background: url(/spirulina-images/experience_spirulina_leftbox.png) no-repeat;
	text-align: left;
	float: left;
	color: #ffffff;
}

.spirulina-symbol {
	text-align: center;
	margin: 10px 0;
}

.avo-dip {
	left: 55px;
    position: absolute;
    top: 500px;
}

a.custom-button {
	padding: 8px 50px 8px 20px;
	background-position: right center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	border-radius: 25px;
	font-weight: 400;
	font-size: 12px;
	border: 2px solid;
}

a.custom-button:hover {
	
}

.green-button {
	background-color: #3d6b00;
	background-image: url(/spirulina-images/green-button-arrow.png);
	color: #86be0c;
}

.green-button:hover {
	border: 2px solid #5d8f05;
	color: #86be0c;
}

.light-green-button {
	background-color: #86be0c;
	background-image: url(/spirulina-images/light-green-button-arrow.png);
	color: #ffffff;
	display: inline-block;
	clear: both;
	margin-top: 20px;
}

.light-green-button:hover {
	border: 2px solid #5d8f05;
	color: #ffffff;
}

.white-button {
	background-color: #ffffff;
	background-image: url(/spirulina-images/white-button-arrow.png);
	color: #4097c9;
	display: inline-block;
	clear: both;
	margin-top: 20px;
	min-width: 150px;
}

.white-button:hover {
	border: 2px solid #a0cde7;
	color: #4097c9;
}

.spirulina-slideshow {
	width: 581px;
	float: right;
	margin: 68px 70px 0 0;
}

.home-widgets-5 {
	background: url(/spirulina-images/pagebg_experience_products.jpg) no-repeat scroll 0 0 / 100% 100% #83b90c;
	position: relative;
}

.home-widgets-5 .wrap {
	padding: 100px 0;
}

.experience-products {
	width: 314px;
	height: 353px;
	padding: 96px 92px 104px 108px;
	background: url(/spirulina-images/experience_products_leftbox.png) no-repeat;
	text-align: left;
	float: left;
	color: #ffffff;
}

.home-widgets-2,
.home-widgets-4 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1200px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* About pages
--------------------------------------------- */

.globe-background {
	background: url(/spirulina-images/nav_bg_about.jpg) no-repeat bottom;
	height: 100%;
	width: 1500px;
	position: fixed;
	z-index: -1;
	left: 50%;
	margin-left: -1645px;
	bottom: 44px;
}

.page-template-university-pages .globe-background {
	background: url(/spirulina-images/nav_bg_university.jpg) no-repeat bottom;
}

/*.origins .about-background {
	background: url(/spirulina-images/about-content-bg.jpg) repeat-y;
	height: 100%;
	width: 745px;
	top: 68px;
	bottom: 0;
	z-index: -1;
	left: 50%;
	margin-left: -145px;
	position: absolute;
	-webkit-box-shadow: inset 0 0 50px #6c9c02;
	-moz-box-shadow: inset 0 0 50px #6c9c02;
	box-shadow: inset 0 0 50px #6c9c02;
}*/

.origins .content {
	background: url(/spirulina-images/about-content-bg.jpg) repeat-y;
	-webkit-box-shadow: inset 0 0 50px #6c9c02;
	-moz-box-shadow: inset 0 0 50px #6c9c02;
	box-shadow: inset 0 0 50px #6c9c02;
	min-height: 1000px;
}

.origins-box {
	padding: 30px;
	background: #ffffff;
	font-size: 12px;
	color: #796d4a;
	text-align: center;
	margin-bottom: 17px;
}

.origins-box img.alignnone {
	margin: 0;
}

.our-mission .content {
	background: url(/spirulina-images/pagebg_about_mission.jpg) no-repeat #122a48;
	min-height: 1200px;
	padding-right: 1000px;
	margin-right: -944px;
}

.planetary-benefits .content,
.affiliations .content,
.certifications .content,
.jobs .content {
	background-color: #f3f3f3;
	min-height: 1000px;
}

.our-farm .content {
	background: url(/spirulina-images/pagebg_about_farm.jpg) no-repeat #266550;
	min-height: 1200px;
	background-position: -300px 0;
	padding-right: 1000px;
	margin-right: -944px;
}

/*University Pages
--------------------------------------------- */

.fda-statement {
	font-size: 10px;
	display: inline-block;
	line-height: 120%;
}

.helpful-links {
	padding: 20px;
}

.helpful-links img {
	margin: 0 auto;
	display: block;
}

.disclaimer {
	font-size: 10px;
	line-height: 130%;
	margin-bottom: 28px;
}

/*Recipe Pages
--------------------------------------------- */

.recipe-entry {
	width: 235px;
	float: left;
	margin: 0 20px 40px 0;
}

.recipe-entry:nth-of-type(3n) {
	margin: 0 0 40px 0;
}

.recipe-entry img {
	display: block;
}

.recipe-entry h4.entry-title {
	display: table-cell;
	background: #ffffff;
	width: 235px;
	height: 54px;
	font-size: 12px;
	font-weight: 400;
	color: #7b6f4b;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}

.recipe-image {
	margin-bottom: 40px;
}

/* FAQ Page
--------------------------------------------- */

.faq {
	line-height: 200%;
	font-size: 16px;
}

/*Contact Page
--------------------------------------------- */

.page-template-contact-page .content {
	background: #80b50b;
	color: #ffffff;
}

.page-template-contact-page tfoot {
  padding: 45px;
}

/*Contact Section
--------------------------------------------- */

#contact-container {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	position: fixed;
	display: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	transition:         all 1s ease-in-out;
}

#contact-container.fadebg {
	display: block;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	transition:         all 1s ease-in-out;
}

#contact-section {
	background: url(/spirulina-images/contact_bg.jpg) no-repeat scroll right bottom #80b50b;
    bottom: -800px;
	left: 50%;
	margin-left: -600px;
    position: fixed;
    width: 1160px;
	padding: 20px;
    z-index: 9999;
	-webkit-transition: bottom 0.7s ease-in-out;
	-moz-transition:    bottom 0.7s ease-in-out;
	-ms-transition:     bottom 0.7s ease-in-out;
	-o-transition:      bottom 0.7s ease-in-out;
	transition:         bottom 0.7s ease-in-out;
	color: #ffffff;
}

#contact-section.menuslide {
	bottom: 0;
	-webkit-transition: bottom 0.7s ease-in-out;
	-moz-transition:    bottom 0.7s ease-in-out;
	-ms-transition:     bottom 0.7s ease-in-out;
	-o-transition:      bottom 0.7s ease-in-out;
	transition:         bottom 0.7s ease-in-out;
}

.close-contact {
	position: absolute;
	right: 10px;
	top: -23px;
}

#contact-section p {
	margin-bottom: 10px;
}

#contact-section a {
	color: #796d4a;
	cursor: pointer;
}

.contact-form {
	width: 25%;
	float: left;
}

.contact-right {
	float: right;
	width: 70%;
}

.contact-link a {
	outline: none;
}

a.map-link {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 260px;
	top: 100px;
}

/* Entries
--------------------------------------------- */

/*.entry {
	margin-bottom: 40px;
}*/

.post {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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: #2e2f33;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

/*.entry-time::before {
	content: "\f145";
}*/


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.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;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-bottom: 0;
	padding: 27px 20px;
	background: rgba(243,243,243,0.3);
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	/*border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;*/
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0;
}

ul.child-links {
	padding: 20px;
	background: rgba(255,255,255,0.4);
}

.sidebar #section_nav_holder ul li,
.recipes .sidebar li {
	border: none;
	padding: 0;
	line-height: 30px;
	margin: 0 0 5px;
}

.sidebar #section_nav_holder ul li a,
.recipes .sidebar li {
	line-height: 30px;
    padding: 0 5px 0 10px;
    width: 250px;
	color: #796d4a;
    font-size: 14px;
    font-weight: 400;
	display: block;
}

.sidebar #section_nav_holder ul li.current_page_item {
	background: url(/spirulina-images/section_marker.png) no-repeat;
}

.recipes .sidebar li.current-cat {
	background: url(/spirulina-images/section_marker_white.png) no-repeat;
}

.recipes .sidebar li a {
	color: #7b6f4b;
}

.page-template-where-to-buy-pages #section_nav_holder ul li.current_page_item {
	background: url(/spirulina-images/section_marker_blue.png) no-repeat;
}

#section_nav_holder li a {
	
}

.sidebar #section_nav_holder ul li.current_page_item a {
	color: #ffffff;
}

.sidebar #section_nav_holder ul li a:hover {
	font-weight: 700;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #2e2f33;
	clear: both;
	padding-top: 140px;
}

.footer-widgets,
.footer-widgets a {
	color: #959595;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 140px;
}

.footer-widgets-4 {
	width: 540px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url(/spirulina-images/footer_bg.jpg) repeat-x;
	color: #666044;
	font-size: 11px;
	font-weight: 700;
	padding: 0 20px;
	height: 44px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
	vertical-align: middle;
}

.site-footer .wrap {
	vertical-align: top;
	max-width: 1200px;
}

.site-footer,
.site-footer a {
	color: #959595;
}

.site-footer a:hover {
	color: #2e2f33;
}

.site-footer p {
	margin-bottom: 0;
}

#copyright {
	display: inline-block;
	line-height: 44px;
	vertical-align: top;
}

.menu-footer-nav-container {
	display: inline-block;
}

#menu-footer-nav li {
	float: left;
	list-style-type: disc;
	margin-left: 15px;
	line-height: 44px;
}

#menu-footer-nav li:first-child {
	list-style-type: none;
	vertical-align: top;
}

.footerLogo {
  float: right; 
  margin-right: 50px;
}

.footerLogo img {
   height: 34px;
   padding-top: 5px;
}