/*
Theme Name: zenfoods_2016
Theme URI: http://underscores.me/
Author: Atmosphere Digital
Author URI: http://atmospheredigital.com/
Description: Official WP theme for ZEN Foods
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenfoods
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.

 zenfoods is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 Accessibility
2.0 Alignments
3.0 Clearings
4.0 Widgets
5.0 Content
	5.1 Posts and pages
	5.2 Asides
	5.3 Comments
6.0 Infinite scroll
6.0 Media
	6.1 Captions
	6.2 Galleries
--------------------------------------------------------------*/

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

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
2.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: 0 auto;
}

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

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

/*--------------------------------------------------------------
4.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
5.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
5.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
5.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
6.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
7.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

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

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

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

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

/*--------------------------------------------------------------
7.2 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.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

.main-navigation li {
  /*float: left;*/
  position: relative;
  border: .26em solid transparent;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  opacity: 1;
  color: #444;
  border-bottom: .13em solid transparent;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 2.6em;
  left: -999em;
  z-index: 99999;
  
  background-color: #8fca2c;
}

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

.main-navigation ul ul a {
  width: 100%;
  display: block;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  background-color: #eee;
  border-radius: 4px;
  
}

.main-navigation ul ul li {
  padding-bottom: .13em;
}

.main-navigation ul ul li:hover {
  display: block;
}

.main-navigation li:hover > a {
}

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

.main-navigation ul ul a:hover {
  
}

.main-navigation ul li:hover > ul {
  left: auto;
  width: 100%;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  text-decoration: none;
  background-color: #eee;
  color: #444;
}

/* Small menu */
.menu-toggle {
  display: none;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}

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

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.primary-navbar {
  
}

.navbar-collapse.in {
  overflow-y: visible;
}

@media (min-width: 768px) {
  .nav-justified.nav-pills > li {
    width: 12% !important;
  }
}

.page-title {
	font-size: 30px;
}

.page-title,
.entry-title,
.page-title a,
.entry-title a {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.section-getstarted {
  padding-top: 0;
}

#accordion .lead {
  margin-bottom: 0;
  line-height: 2.6;
}

#accordion .panel {
  margin-top: 0;
  margin-bottom: 1.48em;
}

.bg-news {
  background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/lower-footer-image.original.jpg");
  background-size: cover;
}

.bg-plans {
  background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/transparent-bgrd.original.jpg");
  background-size: cover;
}

.legalese a {
  color: firebrick;
}

.hero.profile-tile {
  width: 100%;
}

/*--------------------------------------------------------------
5.1.1 Sample Menu Table (May150213)
--------------------------------------------------------------*/

table#samplemenu {
	width:960px; 
	border-collapse: collapse;
}

table#samplemenu thead tr th {
	padding: 5px;
	text-align: center;
}

table#samplemenu tbody tr td {
	border: 1px solid #90ca00;
	padding: 5px;
	text-align: center;
}

table#samplemenu tbody tr td:first-child {
	border-left: none;
	border-top: none;
	border-bottom: none;
	text-align: right;
}

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

	table#samplemenu {
		width: 100%;
	}
	
	/* Force table to not be like tables anymore */
	table#samplemenu, table#samplemenu thead, table#samplemenu tbody, table#samplemenu th, table#samplemenu td, table#samplemenu tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table#samplemenu thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#samplemenu tbody tr td:first-child {
		background: #90ca00; color: #fff;
		font-size: 1.5em;
		padding: 10px;
		text-align: center;
	}
	
	table#samplemenu tbody tr { /*border: 1px solid #ccc;*/ 		
	
	}
	
	table#samplemenu tbody tr td { 
		/* Behave  like a "row" */
		border: 1px solid #90ca00;
		border-bottom:none;
		text-align: left;
	}
	
	table#samplemenu tbody tr td:last-child { 
		border-bottom: 1px solid #90ca00;
	}
	
	table#samplemenu tbody tr td:before { 
		/* Now like a table header */
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:bold;
		color: #90ca00;
	}
	
	/*
	Label the data
	*/
	table#samplemenu td:nth-of-type(1):before { content: ""; display: none; }
	table#samplemenu td:nth-of-type(2):before { content: "Breakfast";}
	table#samplemenu td:nth-of-type(3):before { content: "Lunch"; }
	table#samplemenu td:nth-of-type(4):before { content: "Snack"; }
	table#samplemenu td:nth-of-type(5):before { content: "Dinner"; }
	table#samplemenu td:nth-of-type(6):before { content: "Dessert"; }
}


/*
 * Potential IE 9 fix
 * 
 * Ref link: http://icreatestuff.co.uk/blog/article/ie9-z-index-stacking-problem-or-something-stranger
 * 
 * Solve: supply z-indexed element with a background?
 */
hr.downward-indicator:after { 
  /*background-image: url("../img/fixer.gif");*/
}

.section-title {
  margin-bottom: .58em;
}

.whatcomeswith {
  padding: .49em 1.3em 1.48em;
}


/*start:blog*/
.blog-row{
    border-radius: 6px;
	padding:20px 35px;
	margin-bottom:20px;
	background:#ffffff;
	  border: solid #B7777E 3px;
}

.single-post .blog-row{
	background:#fff;
}

.single-post .blog-row{
	  border: solid #B7777E 3px;
}

.blog-row  h1{
	padding:0;
	margin:0;
    color: #8fca2c;
	text-transform:uppercase;
	font-style:normal;
	font-weight:700;
    font-size:30px;
    font-family: "Open Sans",sans-serif;
}
.blog-row h2{
	padding:0;
	margin:0;
    color: #8fca2c;
	text-transform:uppercase;
	font-style:normal;
	font-weight:700;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}
.blog-row  h2 a{
    color: #8fca2c;
}
.blog-row h4 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 8px;
}
.blog-row h5 {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding:2px 0 14px 0;
}
.blog-row h5  strong{
    font-size:20px;
}
.blog-entry-content{
    padding: 25px 0 0;
	clear:both;
}
.blog-entry-content p{
	font-weight:400;
}
.blog-links a{
	padding:6px 12px;
	margin-right:14px;
	border-radius:4px;
	display:inline-block;
	vertical-align:middle;
	background-color:#8fca2c;
    color: #fff;
    border: 1px solid transparent;
	font-size:14px;
    line-height: 1.42857;
	text-align:center;
	font-weight:900;
    cursor: pointer;
    white-space:nowrap;
}
.blog-links a span{
    color: #444844;
    font-size:14px;
    line-height: 1.42857;
    text-align:center;
    font-weight:900;
}
.blog-links a.share_this_plugin_button, .video-row a.share_this_plugin_button{
  background: 0;
  position: relative;
  top: 3px;
  margin: 0;
  padding: 0;
  line-height:14px;
}
.blog-img-box{
	width:269px;
	height:162px;
	float:left;
	text-align:center;
	position:relative;
	margin:0 62px 0 0;
    text-align: center;
    vertical-align: middle;
    line-height: 160px;
}
.blog-img-box:after{
	content:'';
	width:2px;
	height:152px;
	background-color:#CCCCCC;
	position:absolute;
	right:-40px;
	top:4px;
}
.blog-img-box img{
	max-width:100%;
	max-height:150px;
    vertical-align: middle;
}
/*end:blog*/


/*start:video*/
.video-row{
    border-radius: 6px;
	padding:20px 35px;
	margin-bottom:20px;
	background:#ffffff;
	border: solid #B7777E 3px;
}
.video-row h2{
	padding:0;
	margin:0;
    color: #8fca2c;
	font-style:normal;
	font-weight:700;
    font-size: 24px;
    font-family: "Open Sans",sans-serif;
	margin-top:15px;
}
.video-row h4 {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 8px;
}
.video-row p{

}

.video-row a{
    padding:6px 12px;
    margin-right:14px;
    border-radius:4px;
    display:inline-block;
    vertical-align:middle;
    background-color:#dddfdd;
    color: #444844;
    border: 1px solid transparent;
    font-size:14px;
    line-height: 1.42857;
    text-align:center;
    font-weight:900;
    cursor: pointer;
    white-space:nowrap;
}
.video-row a span{
    color: #444844;
    font-size:14px;
    line-height: 1.42857;
    text-align:center;
    font-weight:900;
}
.video-box{
	width:306px;
	height:218px;
	float:left;
	text-align:center;
	position:relative;
	margin:0 90px 0 0;
}
.video-box:after{
	content:'';
	width:2px;
	height:198px;
	background-color:#CCCCCC;
	position:absolute;
	right:-48px;
	top:4px;
}
.video-box iframe{
	width:306px;
	height:218px;
}


@media (max-width: 568px){
	
.video-row{
	padding:20px 20px;		
}

.video-box {
  width: 285px;
  float:none;
  text-align: center;
  position: relative;
}

.video-row iframe{
	width:285px !important;	
}

.video-box:after, .blog-img-box:after{
	display:none;	
}
	
}

/*end:blog*/
.press-and-video-header h1{
    color:#922a36;
    text-align: center;
    font-family: "Lobster Two",cursive;
    font-style: italic;
    font-weight: bold;
}
.press-and-video-header p{
    color:#ff9900;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.stLarge{
	background:url("assets/img/sharethis.png") !important;
}


#click-menu{
	right:2% !important;	
}



