/*
	Theme Name: Z BioScience (Genesis Sample)
	Theme URI: http://zbioscience.com  
	Description: This is the custom theme created for Z Bioscience by Comet Creative.   
	Author: Rob Rusnak - Comet Creative  
	Author URI: https://wearecomet.com/  

	Version: 1.2.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	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
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/

/*
SWATCHES
BLUE		0497d0
  - 25%		nnn
  - 50%		nnn
LITE BLUE	e6eaf2

GREEN		2fb66a
  - 25%		nnn
  - 50%		nnn
ORANGE		f15945
  - 25%		nnn
  - 50%		nnn
GREENISH BLUE	2b94a3

DARK GRAY	4d4d4f
MED GRAY	8a8a8a
LITE GRAY	eeeeee

FONTS
Normal		= 400
Semi-Bold	= 600
Bold		= 700

*/

/*
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:#000}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,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


.space-30 {
	height: 30px;
	clear: both;
}
.space-50 {
	height: 50px;
	clear: both;
}


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

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

body {
	background-color: #fff;
	color: #4d4d4f;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.zbio-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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: #000;
	color: #fff;
}

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

a {
	color: #0497d0;
	text-decoration: none;
}

a:hover {
	color: #2fb66a;
}

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

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

li {
	list-style-type: none;
	line-height: 1.3;
	margin-bottom: 10px;
}

cite,
em,
i {
	font-style: italic;
}
address {
	margin: 20px 0;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.only-print { /* not visible on screens, only when printing */
	display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: #4d4d4f;*/
	color: #0497d0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 10px 0 0;
	/*background: #fff url(images/bg-biofilm.gif) repeat-x top;*/
	/*padding-top: 8px;*/
}
/*.site-inner h1:before,
.site-inner h2:before,
.site-inner h3:before,
.site-inner h4:before,
.site-inner h5:before,
.site-inner h6:before {
	background: #fff url(images/bg-biofilm.gif) repeat-x top;
	height: 5px;
	content: "";
	display: inline-block;
	position: relative;
	line-height: 0;
	width: 100%;
}
*/
h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.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;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #4d4d4f;
	font-size: 15px;
	font-weight: 400;
	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: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2fb66a;
	border-bottom: 1px solid #555;
	color: #fff;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	/*font-weight: 600;*/
	letter-spacing: 1px;
	line-height: 1;
	padding: 6px 20px 5px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

.button {
	display: inline-block;
}
.button.large {
	font-size: 16px;
	padding: 8px 25px 7px;
}



input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	/*background: transparent;*/
	clear: both;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	line-height: 1;
	padding: 6px 20px 5px;
	text-transform: uppercase;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	/*border: 3px solid #fff;*/
	color: #fff !important;
}
.footer-widgets .button.gray {
	background-color: #999;
	display: block;
	width: 150px;
	margin: 5px auto;
}

.footer-widgets a.button:hover {
	background-color: #4d4d4f;
	color: #fff !important;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #4d4d4f !important;
	color: #000 !important;
}






/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 20px 0 40px;
	width: 100%;
}

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


td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	/*text-align: left;*/
	text-align: center;
}

th {
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #ddd;
	background-color: #f3f3f3;

}

table.zbio-table td {
	/*text-align: center;*/
}

tr.zbio {
	/*background-color: #93e2b6;*/
	color: #2fb66a;
	font-weight: 600;
}



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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	/*margin-top: 130px;*/
	margin-top: 50px;
}

.zbio-home .site-inner {
	max-width: 100%;
	/*margin-top: 130px;*/
	margin-top: 0;
}

.parallax-landing .site-inner {
	margin-top: 50px;
	max-width: 800px;
}
.about-page .site-inner {
	max-width: 800px;
}

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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





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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

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

.breadcrumb {
	background: #eee;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	color: #4d4d4f;
	font-weight: 600;
}
.breadcrumb a {
	/*padding: 0 4px;*/
	color: #999;
	font-weight: 400;
}
.breadcrumb a:hover {
	color: #2fb66a;
}
.breadcrumb .sep {
	color: #999;
	padding: 0 6px;
	font-weight: 400;
}

.archive-description,
.author-box {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	font-size: 20px;
	margin-bottom: 40px;
	padding: 20px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.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: 4px;
}

.entry-content .search-form,
.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;
}

/* Search Results Page
------------------------ */

.search-no-results .archive-title,
.search-results .archive-title {
	color: #8a8a8a;
}
.search-no-results .archive-title span,
.search-results .archive-title span {
	color: #2fb66a;
	font-weight: 700;
}
.search-no-results .entry-meta,
.search-results .entry-meta {
	display: none;
}
.search-no-results .entry-content,
.search-results .entry-content {
	margin-top: 10px;
}

/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */

.nav-primary {
/*	background: transparent;
	float: right;
*/}


.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #2fb66a;
}

.nav-primary .genesis-nav-menu > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
	top: -8px;
	margin: 0 auto;
}
.nav-primary .genesis-nav-menu > .search a {
	min-height: 50px;
	padding: 16px 8px 16px 12px;
}

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
	min-height: 50px;
}

li a.icon-search {
	cursor: pointer;
}

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 280px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;

	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.search-div .search-form {
	position: relative;
	margin-top: 0;
	width: auto;
	float: none;
}

.search-div .search-form input[type="search"] {
	width: 179px;
	padding: 2px 8px;
	font-size: 15px;
}

.search-div .search-form input[type="submit"] {
	right: 0px;
	padding: 8px 12px;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
	background-color: #999;
}

/* Clear search field placeholder text on focus */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE ;) */





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

.archive-title {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 0;
	color: #4d4d4f;
}

.entry-title {
	font-size: 36px;
	margin: 0;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #0497d0;
}

.entry-title a:hover {
	color: #2fb66a;
}

.widget-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #4d4d4f;
}

.footer-widgets .widget-title {
	color: #4d4d4f;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
	letter-spacing: .5px;
}




/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.wp-caption-text {
	line-height: 1.2;
	text-align: center;
	background-color: #f3f3f3;
	padding: 8px 20px;
	font-size: 14px;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.sticky {
}


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

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

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

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons ul li.social-facebook {
	margin-left: 0 !important;
}

.zbio-home .content .simple-social-icons {
	margin-top: 40px;
}

.zbio-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.zbio-home .content .simple-social-icons ul li a,
.zbio-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

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

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

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

.footer-widgets .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #000;
}

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

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

#wpstats {
	display: none;
}


/* Gravity Forms
--------------------------------------------- */

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ffdfe0;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    border: 1px solid red;
    /*margin-bottom: 0.375em !important;*/
    padding: 0;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 600 !important;
    margin: 1em 0 0 !important;
}
.gform_wrapper .left_label .gfield_label {
    font-weight: 600 !important;
}

.gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0.2em;
}

.gform_wrapper div.validation_error {
    background-color: #ffdfe0;
    border-bottom: 2px solid #dd0000 !important;
    border-top: 2px solid #dd0000 !important;
    border: 2px solid #dd0000 !important;
    color: #dd0000 !important;
    font-weight: 400 !important;
    padding: 1em !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    background-color: #99e9bc;
    border: 1px solid #2fb66a;
    padding: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.zbs_form_wrapper .zbs_form .gform_footer.left_label,
.zbs_form_wrapper .zbs_form .gform_footer.right_label {
    margin-left: 34.3%;
    padding: 0 0 0.625em;
    width: 60%;
}


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

.site-header {
	background-color: #fff;
	background: #fff url(images/bg-biofilm.gif) repeat-x bottom;
	left: 0;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
	/*height: 130px;*/
}
.site-header .wrap {
	/*min-height: 130px;*/
}

.admin-bar .site-header {
	top: 32px;
}

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

.title-area {
	float: left;
	padding: 12px 0;
	width: 177px;
}

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

.site-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
}

.site-title a {
	color: #0497d0 !important;
}
.site-title a:hover {
	color: #2fb66a !important;
}

.header-image .title-area {
	padding: 12px 0 9px;
}

.header-image .site-title > a {
	background-size: contain !important;
	background-position: center;
	display: block;
	height: 74px;
	text-indent: -9999px;
	max-width: 177px;
}

.site-description {
	/*display: block;*/
	/*height: 0;*/
	margin: 0;
	/*text-indent: -9999px;*/
	color: #8a8a8a;
	font-size: 14px;
	letter-spacing: .5px;
	text-align: center;
	padding: 8px 8px 10px 0;
}

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

.site-header .widget-area {
	float: left;
	/*text-align: right;*/
	width: 150px;
}

.site-header .widget-area,
.site-header .widget-area a,
.site-header .widget-area h4 {
	color: #0497d0;
}

.site-header .widget-area a:hover {
	color: #2fb66a;
}

.site-header .textwidget {
	margin-top: 27px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #0497d0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.2;
	width: 100%;
	margin: 0;
}
.nav-header,
.nav-primary {
	margin-top: 36px;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	/*text-align: left;*/
	margin: 0;

}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #0497d0;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	padding: 8px 30px 8px 12px;
	border-left: 1px solid #ccc;
	max-width: 100px;
	/*min-height: 44px;*/
}

.menu-item-21 a {
	max-width: 105px;
}
.menu-item-22 a {
	max-width: 120px;
}
.menu-item-25 a {
	max-width: 90px;
}


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

.genesis-nav-menu > .menu-item > a {
	/*text-transform: uppercase;*/
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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 {
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}


/* TOP NAV -- beside the logo - in widget area
--------------------------------------------- */
.nav-header {
	margin-left: 55px;
}

.nav-header .menu-item {
	display: block;
	/*text-align: left;*/
	font-size: 13px;
	/*line-height: 1;*/
}

.nav-header a {
	padding: 0 12px 2px 12px;
	display: block;
	/*line-height: 1;*/
/*	color: #0497d0;
	font-family: 'Titillium Web', sans-serif;
	border-left: 1px solid #ccc;
	max-width: 100px;
*/	
	min-height: auto;
}



/* Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	/*background-color: #000;*/
}

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

.nav-primary {
	/*background-color: #000;*/
	/*margin-bottom: 60px;*/
	/*text-align: center;*/
	float: right;
}

.nav-primary .sub-menu {
	background-color: #000;
}

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

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	color: #4d4d4f;
    font-size: 14px;
    text-transform: uppercase;
}
.responsive-menu-icon:hover {
	color: #2fb66a;
}

.responsive-menu-icon::before {
	color: #666;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	padding-right: 10px;
	float: left;
}





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

/* Homepage
---------------------------------------------
--------------------------------------------- */




.home-section-1,
.home-section-3,
.home-section-4 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;

	padding: 100px 30px;
	position: relative;
}
.home h1:before,
.home h2:before,
.home h3:before {
	display: none;
}


/* --- HOME HERO --- */

.home-section-1,
.home-section-1 .wrap {
	position: relative;
}

#big-video-wrap {
	display: none; /* Hide background video (will be faded in after it's completely loaded via JS) */
	position: absolute !important;
	text-align: left;
}
.vjs-control-bar, .vjs-error-display, .vjs-caption-settings {
	display: none;
}

.home-section-1:after {
/*.home-hero-overlay {*/
	content: "";
	background-color: rgba(255,255,255,0.2);
	width: 100%;
	/*min-height: 100%;*/
	/*min-height: 950px;*/

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.home-section-1 {
	/*min-height: 920px;*/
	text-align: center;
	padding: 80px 30px;
}
.home-hero-content {
	position: relative;
	z-index: 100;
}
.home-hero-content h1 {
	font-size: 40px;
	color: #4d4d4f;
}
.home-hero-content h3 {
	color: #4d4d4f;
}
.hero-equation {
	margin: 35px auto 10px;
	text-align: center;
}
.hero-blurb {
	font-size: 24px;
	margin: 0 auto;
	width: 890px;
}
.hero-video {
	margin: 50px auto 0 auto;
	text-align: center;
}
.hero-video h3 {
	color: #4d4d4f;
	font-weight: bold;
	margin-bottom: 15px;
}
.wp-video {
	margin: 20px auto;
}


/* --- MARKETS --- */

.home-section-3 {
	padding: 150px 30px 100px;

}
.home-farm-solutions,
.home-comm-solutions {
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	font-size: 18px;
	box-shadow: inset 0 0 30px rgba(0,0,0,.2), 0 5px 15px rgba(0,0,0,.5);
}
.home-farm-solutions .wrap,
.home-comm-solutions .wrap {
	top: -60px;
	position: relative;
}
.home-farm-solutions h2,
.home-comm-solutions h2 {
	color: #4d4d4f;
}

.home-farm-solutions {

}
.home-comm-solutions {
	
}
/*.home-market-icons {
	top: -60px;
	position: relative;
}
*/





.video-promo {
	margin:-120px auto 40px;
	width:700px;
	position: relative;
	z-index:9000;
}
.video-promo h4 {
	background-color: #007dbb;
	border-radius: 8px 8px 0 0;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin: 0;
}





/* --- LEARNING CENTER --- */
.learning-widgets .learning-title { /* Main title of Learning Center Section */
	text-align: center;
	color: #4d4d4f;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.learning-widgets {
	background-color: #e6eaf2;
	padding: 60px 0;
}

.learning-widgets .featured-content {
	float: left;
}

.learning-widgets .featured-content .entry/*,
.content .home-top .featured-content .entry*/ {
	float: left;
	max-width: 100%;
}

.learning-widgets .featured-content .entry {
	width: 360px;
	margin-right: 30px;
}
.learning-widgets .featured-content .entry .entry-title,
.learning-widgets #text-11 h4 {
	font-size: 22px;
	margin-bottom: 8px;
}


/* Lead Magnet Box/CTA */
.learning-widgets #text-11,
.learning-widgets #text-18 {
	float: right;
	width: 360px;
}
.learning-widgets #text-11,
.learning-widgets #text-18 {
	background-color: #fff;
	padding: 26px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Sidebar Subscribe Box/CTA */

#text-19.widget_text {
	background-color: #e6eaf2;
	padding: 20px 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	/*padding: 50px 0 50px;*/
	width: 100%;
	float: none;
}

.full-width-content.zbio-home .content {
	padding: 0;
	float: none;
}





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

.entry {
	margin-bottom: 30px;
}
.blog .content .entry,
.archive .content .entry,
.search-results .content .entry {
	background: transparent url(images/bg-biofilm.gif) repeat-x bottom;
}
.blog .content .entry.sticky,
.archive .content .entry.sticky,
.search-results .content .entry.sticky {
	background: #f3f3f3 url(images/bg-biofilm.gif) repeat-x bottom;
	margin: 0 -10px 30px -10px;
	padding: 10px 10px 0;
}

.sidebar .entry {
	margin-bottom: 10px;
}

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

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

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

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

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

.sidebar .featured-content .entry .entry-title {
	font-size: 18px;
	margin-bottom: 4px;
}


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

p.entry-meta {
	color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sticky p.entry-meta {
	display: none;
}

.entry-header {
	/*text-align: center;*/
}

.entry-header::after {
/*	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
*/}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

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

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




/* Relocating Entry Title below Header
--------------------------------------------- */
.entry-header-wrapper {
	/*margin-top: 70px;*/
	padding: 42px 0;
	background-color: #2a363f;
	text-align: center;
}

.entry-header-wrapper .entry-title {
	margin-bottom: 0;
}

.page .entry-header-wrapper + .site-inner, .single .entry-header-wrapper +  .site-inner,
.archive .entry-header-wrapper + .site-inner {
	margin-top: 80px;
}

.entry-header-wrapper .archive-description {
	margin-bottom: 0;
}

.entry-header-wrapper, .entry-header-wrapper h1 {
	color: #fff;
}

.entry-header-wrapper a {
	color: #000;
}

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

	.entry-header-wrapper {
		margin-top: 0;
	}

}


/* ZBS FEATURED PAGES
--------------------------------------------- */
.page-hero-header {
	min-height: 500px;
	position: relative;
	background-color: #2a363f;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;

}
.page-hero-header::before {
	/*background-image: url(images/bg-biofilm-overlay.png);*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	display: block;
	content: " ";
}

.page-hero-header::after {
	display: block;
	width: 100%;
	content: " ";
	position: absolute;
	height: 20px;
	top: 0;
	z-index: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,163770+100&amp;0.2+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(22,55,112,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(22,55,112,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00163770',GradientType=0 ); /* IE6-9 */
}

.farm-solutions .page-hero-header::before {
	background-image: url(images/bg-overlay-hero.png);
}

.commercial-solutions .page-hero-header {
	background-position: center;
}
.commercial-solutions .page-hero-header::before {
	background-image: url(images/bg-overlay-hero.png);
}

.probiotic-products .page-hero-header,
.about-page .page-hero-header {
	min-height: 450px;
	background-position: center bottom;
}
.probiotic-products .page-hero-header::before,
.about-page .page-hero-header::before {
	background-image: url(images/bg-biofilm-overlay.png), url(images/bg-biofilm-overlay.png);
}

.page-hero-header .hero-image {
	width: 100%;
	/*max-height: 500px;*/
	overflow: hidden;

}
.page-hero-header .wrap {
	/*width: 1140px;*/
	margin: 0 auto;
	position: relative;
	top: 55px;
	right: 0;
	left: 0;
	/*border: 1px solid #aaa;*/
	/*color: #fff;*/
	/*display: table;*/
	text-align: center;
    z-index: 20;
}

.probiotic-products .page-hero-header .wrap/ {
	top: 80px;
}
,
.about-page .page-hero-header .wrap {
	/*top: 80px;*/
}

.page-hero-header h1,
.page-hero-header h2,
.page-hero-header h3,
.page-hero-header ul {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,.7);
	margin: 0;
}
.page-hero-header .button {
	margin-top: 40px;
}
.page-hero-header ul,
.page-hero-header li {
	text-align: left;
	font-size: 22px;
	margin-left: 40px;
}
.page-hero-header li {
	list-style-type: square;
}

.page-hero-header .product {
	float: right;
}
.page-hero-header .icon {
	float: right;
	margin: 70px -40px 0 50px;
}
.page-hero-header .hero-text {
	left: 15%;
	width: 70%;
	position: relative;
}

.zbs-green {
	color: #2fb66a;
}
.zbs-blue {
	color: #0497d0;
}
.zbs-orange {
	color: #f15945;
}

.bg-gray {
	background-color: #5d5d5f;

}
.bg-gray-light {
	background-color: #8a8a8a;
}
/*.probiotic-products .page-hero-header .bg-gray {
	background: #4d4d4f url(images/down-arrow.png) no-repeat right center;
	padding-right: 35px;

}
.probiotic-products .page-hero-header .bg-gray-light {
	background: #8a8a8a url(images/down-arrow.png) no-repeat right center;
	padding-right: 35px;
}*/

.probiotic-products .page-hero-header .bg-gray::after,
.probiotic-products .page-hero-header .bg-gray-light::after {
	background: url(images/down-arrow.png) no-repeat right center;
	width: 24px;
	height: 12px;
	display: inline-block;
	content: "";
}

.contact-page h5,
.contact-page h6 {
	margin: 20px 0 0 0;
	color: #4d4d4f;
	font-weight: 600;
}
.contact-page .learning-widgets,
.contact-page .above-footer-container .wrap {
	display: none;
}
.contact-page .above-footer-container {
    padding: 0;
}

.phone-numbers span {
	width: 70px;
	display: inline-block;
}

.contact-page .one-fourth {
    border-right: 1px solid #ccc;
}



/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #ccc;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}


/* LISTS
--------------------------------------------- */
ul.benefits,
ul.applications,
ul.product-grid {
	margin-left: 0;
}
ul.benefits > li,
ul.applications > li {
	display: inline-block;
	width: 270px;
	padding: 0;
	text-align: center;
	margin: 10px 12px 15px 0;
	vertical-align: top;
}
.commercial-solutions ul.applications > li {
	width: 213px;
}

ul.benefits h4,
ul.applications h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #2b94a3;
}
ul.benefits li img {
	margin-bottom: -14px;
}

ul.applications li {
	text-align: left;
}
ul.applications li li {
	text-align: left;
	margin-bottom: 6px;
}

ul.applications h4 {
	color: #4d4d4f;
}
.commercial-solutions ul.applications h4 {
	color: #8a8a8a;
}




/* PRODUCTS
--------------------------------------------- */

.product-blurb {
	background-color: #e6eaf2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 14px rgba(0,0,0,.2);
	padding: 20px 20px 15px 210px;
	margin: 60px 0 90px 5px;
	position: relative;
}
.product-blurb img {
	top: -65px;
	position: absolute;
	left: -20px;
}

a.more-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-transform: uppercase;
    padding-left: 8px;
    white-space: nowrap;
}
a.more-link:after {
	content: ' \25ba';
	font-size: 11px;
}

.certs {
	margin: 40px auto;
	display: table;
	text-align: center;
}
.certs img {
	margin: 0 40px;
}
.zbs_products .certs {
	margin: 60px 0 20px;
}
.zbs_products .certs img {
	margin: 0 40px 0 0;
}
.zbs_products .certs img.last {
	margin: 0;
}

#Farm-Agriculture header,
#Commercial-Business header,
.farm-product .application-icons,
.commercial-product .application-icons {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6eaf2+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,234,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,234,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,234,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,234,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,234,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,234,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6eaf2',GradientType=0 ); /* IE6-9 */

margin-bottom: 20px;
}

#Farm-Agriculture header .footer,
#Commercial-Business header .footer {
	background: url(images/bg-product-foot-farm.png) bottom left no-repeat;
	display: block;
	height: 19px;
	clear: both;
}
#Commercial-Business header .footer {
	background: url(images/bg-product-foot-comm.png) bottom left no-repeat;
}

#Farm-Agriculture header h2,
#Commercial-Business header h2 {
	font-size: 28px;
	font-weight: 400;
	color: #4d4d4f;
	float: left;
	width: 300px;
	margin: 0 40px 0 0;
	/*padding-top: 10px;*/
}
#Commercial-Business header h2 {
	color: #8a8a8c;
}
#Farm-Agriculture header img,
#Commercial-Business header img {
	margin: 15px 40px 15px;
}
#Farm-Agriculture header p,
#Commercial-Business header p {
	padding-right: 20px;
	padding-left: 540px;
}
#Farm-Agriculture header br,
#Commercial-Business header br {
	/*display: none;*/
}



ul.product-grid > li {
	display: inline-block;
	width: 360px;
	padding: 20px 0 0;
	text-align: left;
	margin: 10px 17px 25px 0;
	vertical-align: top;
	min-height: 260px;
    background: #fff url("images/bg-biofilm.gif") repeat-x;
    position: relative;
	/*border: 1px solid #ddd;*/
}

ul.product-grid h4 {
	font-weight: 600;
	margin: 0;
	/*font-size: 20px;*/
	font-size: 22px;
	/*text-transform: uppercase;*/
	/*color: #2b94a3;*/
}
ul.product-grid li img {
	margin: 0 20px 30px 0;
}
ul.product-grid .button {
	padding: 6px 15px 5px;
	font-size: 12px;
	margin-top: 20px;
}


/* Product Single ------------- */

.farm-product .application-icons,
.commercial-product .application-icons {
	min-height: 85px;
	margin: 20px 0;
}
.main-application {
	display: inline-block;
	width: 190px;
	padding-left: 20px;
	margin-right: 70px;
}
.main-application a {
	color: #4d4d4f;
}
.main-application img {
	display: inline-block;
	margin: 0 15px 0 0;
	float: left;
}
.sub-applications {
	display: inline-block;
	padding-top: 10px;
	position: relative;
	z-index: 1000;
}
.sub-applications img {
	margin: 0 5px;
}

.farm-product .application-icons .footer,
.commercial-product .application-icons .footer {
	background: transparent url(images/bg-product-head-farm.png) no-repeat bottom left;
	display: block;
	height: 20px;
	clear: both;
	margin-top: 10px;
}
.commercial-product .application-icons .footer {
	background: transparent url(images/bg-product-head-comm.png) no-repeat bottom left;
}
.single-zbs_products img.product-detail {
	top: -130px;
	position: relative;
}


.product-tagline {
	font-style: italic;
	color: #4d4d4f;
	margin: 0 0 20px;
}
.probiotic-products .product-tagline {
	font-size: 16px;
	margin: 0 0 10px;
}

.commercial-product .entry {
	padding-top: 19px;
}
.product-line {
	color: #999;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: -30px;
	position: relative;
	text-transform: uppercase;
	top: -72px;
}
.probiotic-products .product-line {
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: auto;
	margin-left: 150px;
	top: 0;
}
.probiotic-products .product-line img {
	margin-top: 25px;
}


.sds-cta {
	max-width: 280px;
	margin: 25px 50px;
	padding: 10px;
}
.sds-cta a.button {
	margin-top: 10px;
	padding: 6px 34px 5px;
}






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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #0497d0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination .active a,
.archive-pagination li a:hover {
	background-color: #2fb66a;
}
/*.archive-pagination li a:hover {
	background-color: #4d4d4f;
}
*/

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

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


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

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

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

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 20px;
}




/* Custom Sub Menus ----------------- */

.sidebar-content .sidebar-primary #nav_menu-6,
.sidebar-content .sidebar-primary #nav_menu-7,
.sidebar-content .sidebar-primary #nav_menu-8 {
	/*background-color: #e6eaf2;*/
	/*background-color: #eee;*/
	/*padding: 30px 10px 30px 30px;*/
}
.sidebar-content .sidebar-primary #nav_menu-6.widget_nav_menu {
	/*margin-bottom: 0;*/
}

.single-zbs_products .sidebar-primary {
	border-right: 1px solid #ccc;
}

.single-zbs_products .sidebar-primary .widget_nav_menu {
	padding: 14px 10px 0 30px;
}
.sidebar-content .sidebar-primary #nav_menu-7 {
	/*margin-top: -30px;*/
}
ul#menu-sidebar-about {
	margin-top: 0;
}
.sidebar-content .sidebar-primary .widget_nav_menu .menu {
	margin-bottom: 0;
	margin-left: 15px;
}

.sidebar-content .sidebar-primary .widget_nav_menu .widget-title {
	color: #4d4d4f;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 600;
	margin-bottom: 5px;
}

.sidebar-content .sidebar-primary .widget_nav_menu a {
	color: #4d4d4f;
}
.sidebar-content .sidebar-primary .widget_nav_menu a:hover {
	color: #2fb66a;
}




/* ABOVE Footer WIDGET AREA
--------------------------------------------- */
.above-footer-container:before {
	/*background: transparent url(images/bg-biofilm-overlay.png);*/
	display: block;
	width: 100%;
	content: " ";
	position: absolute;
	height: 20px;
	top: 0;
	z-index: 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,163770+100&amp;0.2+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(22,55,112,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(22,55,112,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(22,55,112,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00163770',GradientType=0 ); /* IE6-9 */

}

.above-footer-container {
	background: #0497d0 url(images/bg-biofilm-overlay.png);
	/*background-color: #0497d0;*/
	padding: 50px 0;
	position: relative;
}
.cta-global .button {
	float: right;
}
.cta-global {
	max-width: 530px;
	background-color: #fff;
	/*box-shadow: inset 0 0 30px rgba(0,0,0,.2), 0 5px 18px rgba(0,0,0,.4);*/
	box-shadow: 0 5px 18px rgba(0,0,0,.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	padding: 20px 30px;
	position: relative;
}
.cta-global h4,
.cta-global p {
	margin: 0;
}
.cta-global h4 {
	font-weight: 600;
}
.zbs_products .cta-global {
	max-width: 390px;
	/*box-shadow: 0 4px 12px rgba(0,0,0,.4);*/
	margin: 40px 0 30px;
	padding: 12px 20px;
}
.zbs_products .cta-global .button {
	float: right;
	position: absolute;
	right: 20px;
	bottom: 18px;
}


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

.footer-widgets {
	background-color: #fff;
	background: #fff url(images/bg-biofilm.gif) repeat-x bottom;
	clear: both;
	padding: 40px 0 30px;
}

.footer-widgets,
.footer-widgets a {
	color: #4d4d4f !important;
}
.footer-widgets a:hover {
	color: #2fb66a !important;
}

.footer-widgets .widget {
	margin-bottom: 20px;
	padding-right: 20px;
}

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

/* Footer WIDGETS -- FROM ACI
--------------------------------------------- */

.footer-widgets li {
	font-size: 14px;
	margin: 0 0 5px;
	/*list-style-type: none;*/
	line-height: 1.3;
	letter-spacing: .5px;
}

.footer-widgets .widget:first-child {
	/*padding: 20px;*/
}

.footer-widgets .widget {
	/*padding: 45px 10px;*/
	font-size: 14px;
}

.footer-widgets .entry {
	background: none;
}

.footer-widgets .entry-title {
	text-transform: uppercase;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 24.99%;
}

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

.footer-widgets-4 {
	float: right;
	background-color: #e6eaf2;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.footer-widgets-4 .widget {
	padding-right: 0;
}



#nav_menu-4.widget.widget_nav_menu {
    margin-bottom: 0;
}






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

.site-footer {
	background-color: #e6eaf2;
	padding: 30px 0;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #4d4d4f;
}

.site-footer a:hover {
	color: #2fb66a;
}

.site-footer p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin-bottom: 0;
	/*text-transform: uppercase;*/
}


/*
TESTIMONIALS
---------------------------------------------------------------------------------------------------- */
.product-page-bottom {
	margin-bottom: 50px;
}
.testimonials-block,
.sidebar .cycle-slideshow {
	width: 100%;
	background-color: #4d4d4f;
	padding: 20px 0 20px 20px;
	webkit-border-radius: 0 0 8px 8px;
	moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	vertical-align: top;
	box-shadow: inset 0 0 100px rgba(30,30,30,.5);
    position: relative;
}
.testimonials-block:before,
.sidebar .cycle-slideshow:before {
    background: #fff url("images/bg-biofilm.gif") repeat-x scroll 0 0;
	content: " ";
	display: block;
	width: 100%;
	height: 5px;
    position: absolute;
    top: -5px;
    left: 0;
}
.sidebar .cycle-slideshow {
    padding-bottom: 0 !important;
    margin-top: 20px;
}
.sidebar .cycle-slideshow:before {
    top: 0;
}

.testimonials-block .easy_t_single_testimonial {
	display: inline-block;
	width: 30%;
	margin-right: 20px;
	vertical-align: top;
}
.sidebar .easy_t_single_testimonial {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.testimonials-block blockquote.easy_testimonial,
.sidebar blockquote.easy_testimonial {
	padding: 0 0 0 52px !important;
	color: #f9f9f9;
	text-shadow: 0 2px 7px rgba(0,0,0,.6);
}
.sidebar blockquote.easy_testimonial {
	padding: 20px 0 0 60px;
}
.testimonials-page blockquote.easy_testimonial {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #ccc;
}

.testimonials-block blockquote::before,
.sidebar blockquote::before,
.testimonials-page .easy_t_single_testimonial blockquote::before {
	content: "\201C" !important;     
    font-size: 170px;
    left: -62px;
    top: -44px;
    font-family: sans-serif;
    color: #666;
	text-shadow: none;
}
.sidebar blockquote::before {
    top: 2px;
    left: -58px;
}
.testimonials-page .easy_t_single_testimonial blockquote::before {
    top: 2px;
    left: -67px;
    color: #ddd;
}
.testimonials-page .easy_t_single_testimonial blockquote {
	color: #666;
}
.testimonials-block .testimonial_body,
.sidebar .testimonial_body,
.testimonials-page .easy_t_single_testimonial .testimonial_body {
	font-style: italic;
}
.testimonials-block .testimonial_author cite,
.sidebar .testimonial_author cite,
.testimonials-page .easy_t_single_testimonial .testimonial_author cite {
	font-style: normal;
}

.testimonial-client,
.testimonial-other,
.testimonial-date,
.testimonial-position {
	padding-left: 20px;
	/*font-weight: 600;*/
}

.cycle-prev,
.cycle-next {
    /*background-color: #eee;*/
    padding: 2px 15px;
    position: relative;
    top: -38px;
    color: #0497d0;

}
.cycle-prev:hover,
.cycle-next:hover {
    color: #2fb66a;
}

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

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		/*width: 560px;*/
	}

	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		/*background-position: top;*/
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 50px 20px;
	}

	ul.benefits > li,
	ul.applications > li {
		width: 210px;
		padding: 0;
	}

	.page-hero-header .hero-text {
		left: 0;
		width: 100%;
	}

	.hero-blurb {
		width: 100%;
	}

	.learning-widgets .featured-content {
		width: 65%;
		margin-left: 1%;
	}
	.learning-widgets .featured-content .entry {
		margin-right: 20px;
		width: 46.5%;
	}
	.learning-widgets #text-11 {
		width: 33%;
		float: left;
	}


}

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

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.zbio-home .site-inner {
		max-width: none;
	}

	.site-header {
		padding-bottom: 10px;
		position: static;
	}

	.content,
	.sidebar,
/*	.site-header .widget-area,
*/	.title-area {
		width: 100%;
	}
	.title-area,
	.nav-primary {
		/*float: none;*/
	}

	.nav-primary {
		margin-top: 0;
	}

	.site-header .search-form {
		width: 100%;
	}

/*	.genesis-nav-menu,
	.site-header .widget-area,
*/	.site-title {
		text-align: center;
	}

	.header-image .site-title > a {
		margin: 0 auto;
	}

	.site-header #nav-manu-2 {
		/*width: 120px;*/
	}
	.nav-primary .genesis-nav-menu {
		width: 590px;
		float: right;
	}
	.site-header .nav-header,
	.site-header #nav-manu-2 {
		width: 100px;
		margin-left: 0;
		margin-top: 0;
		float: left;
	}

	.zbio-home .site-inner {
		margin-top: 0;
	}

	.learning-widgets .featured-content,
	.learning-widgets .featured-content .entry,
	.learning-widgets #text-11 {
		margin: 20px auto;
		width: 100%;
		float: none;
	}
	.learning-widgets .featured-content {
		width: 700px;
	}
	.learning-widgets .featured-content .entry,
	.learning-widgets #text-11 {
		width: 360px;
	}

	.site-inner {
		margin-top: 40px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.home .one-half.first {
		margin-bottom: 120px;
	}
	.contact-page .one-fourth {
		width: 40%;
		margin-right: 20px;
	}

	.home-section-3 {
		background-size: cover;
	}

	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}
	ul.benefits > li,
	ul.applications > li {
		width: 48%;
		padding: 0;
		margin-right: 1.5%;
	}

	.page-hero-header .wrap {
		top: 35px;
	}
	.page-hero-header .entry-title {
		font-size: 30px;
	}
	.page-hero-header .product {
		width: 170px
	}
	.page-hero-header .icon {
    	margin: 70px -60px 0 10px;
	}
	.page-hero-header ul,
	.page-hero-header li {
		font-size: 18px;
		margin-left: 20px;
	}

	#Farm-Agriculture header h2,
	#Commercial-Business header h2 {
		float: none;
		width: 100%;
	}
	#Farm-Agriculture header p,
	#Commercial-Business header p {
		padding-left: 200px;
	}
	.testimonials-page blockquote.easy_testimonial {
		padding: 10px 10px 10px 50px;
	}
	.video-promo {
		margin: -100px auto 40px;
	}



}

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		/*padding: 0 5%;*/
		padding: 0 30px;
	}
	.nav-primary .wrap {
		padding: 0;
	}

	.zbio-home .site-inner {
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	.nav-header .genesis-nav-menu {
		width: 100px;
	}

	.nav-primary {
		float: left;
		margin-top: 29px;
	}
	.nav-header .responsive-menu-icon {
		display: block;
	}
	.nav-primary .genesis-nav-menu {
		width: auto;
	}
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	.nav-header .menu-item,
	.nav-primary .menu-item {
		border-left: 1px solid #ccc;
	}
	.nav-primary .responsive-menu-icon {
		display: none;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 10px;
		text-transform: none;
		max-width: none;
	}

	.menu-item-21 a,
	.menu-item-22 a,
	.menu-item-25 a {
		max-width: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		/*color: #fff;*/
	}
	.search-div {
    	left: 0;
	}
	.nav-primary .genesis-nav-menu > .search a,
	.nav-primary .genesis-nav-menu > .search a:hover {
		padding: 16px 8px 16px 12px;
	}

	.zbio-home .simple-social-icons ul li {
		margin: 0 10px 10px !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 80%;
		float: none;
		margin: 0 auto 20px;
	}

	.certs img {
		margin: 0 10px;
	}

	.probiotic-products .page-hero-header .wrap {
    	top: 50px;
	}
	.learning-widgets .featured-content {
		width: 100%;
	}
	.learning-widgets #text-11, .learning-widgets #text-18 {
		padding: 15px;
		float: none;
	}
	.testimonials-block .easy_t_single_testimonial {
		display: block;
		width: 90%;
		margin-bottom: 20px;
	}
	ul.product-grid > li {
		margin: 10px auto 25px auto;
		width: 480px;
		display: block;
	}
	#Farm-Agriculture header,
	#Commercial-Business header,
	.farm-product .application-icons,
	.commercial-product .application-icons {
		margin: 20px -30px;
	}
	#Farm-Agriculture header h2,
	#Commercial-Business header h2 {
		font-size: 24px;
		margin: 0;
		width: auto;
	}
	#Farm-Agriculture header img,
	#Commercial-Business header img {
	    margin: 15px 25px;
	    width: 100px;
	}
	#Farm-Agriculture header p,
	#Commercial-Business header p {
	    padding-left: 20px;
	    clear: both;
	    margin-top: 10px;
	}

	.learning-widgets #text-18 {
		float: none;
		margin: 0 auto;
	}
	.video-promo {
		margin: 0 auto 40px;
		width: 100%;
	}

}

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

	.contact-page .one-fourth {
		width: 100%;
		border: none;
	}
}


@media only screen and (max-width: 520px) {
	.site-inner,
	.wrap {
		/*padding: 0 5%;*/
		padding: 0 20px;
	}
	h1, .entry-title {
		font-size: 30px;
	}
	.home-section-1 {
		min-height: 1020px;
		padding: 50px 10px;
	}
	.home-section-1 .wrap {
		width: 100%;
	}
	.home-hero-content h3 {
		font-size: 25px;
	}
	.hero-blurb {
		font-size: 20px;
	}
	.home-section-3 {
		padding: 150px 0 100px;
	}
	.home-section-3 h2 {
		font-size: 30px;
	}
	.home-farm-solutions,
	.home-comm-solutions {
		font-size: 18px;
		margin: 0 auto;
		max-width: 500px;
		padding: 0 10px;
		text-align: center;
	}


	ul.product-grid > li {
		width: 100%;
	}
	.learning-widgets #text-11,
	.learning-widgets #text-18 {
		width: 100%;
	}
	#Farm-Agriculture header,
	#Commercial-Business header,
	.farm-product .application-icons,
	.commercial-product .application-icons {
		margin: 20px -20px;
	}

	ul.product-grid li img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.product-blurb {
		padding: 20px;
		margin: 30px 0;
		text-align: center;
	}
	.product-blurb img {
		top: 0;
		position: relative;
		left: 0;
		display: block;
		margin: 15px auto -10px auto;
	}
	ul.benefits > li,
	ul.applications > li {
		width: 45%;
		margin-right: 4%;
	}
	ul.benefits h4,
	ul.applications h4 {
    font-size: 18px;
	}
	.product-blurb a.more-link {
		white-space: normal;
	}
	.page-hero-header .button {
		margin-top: 15px;
	}
	.sub-applications {
		padding: 20px 0 0 20px;
	}
	.single-zbs_products img.product-detail {
		float: none;
		top: 0;
		display: block;
		margin: 0 auto;
	}
	.zbs_products .certs img,
	.zbs_products .certs img.last {
		margin: 0 10px;
	}
	.video-promo h4 {
		font-size: 20px;
	}


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

	.footer-widgets .widget-title {
		font-size: 20px;
	}
	.page-hero-header .product,
	.page-hero-header .icon {
		display: none;
	}
	.site-header .widget-area {
		width: 100px;
	}
	.search-div {
		right: -86px;
	}
	.zbs_products .cta-global {
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
		margin: 40px 0 30px;
		max-width: 390px;
		padding: 12px 20px;
		text-align: center;
	}
	.zbs_products .cta-global .button {
		float: none;
		right: auto;
		display: inline-block;
		position: relative;
		bottom: 0;
	}

}




/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
		min-height: initial !important;
	}
	.only-print { /* not visible on screens, only when printing */
		display: block;
	}
	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		/*content: " (" attr(href) ")";*/
	}

	abbr[title]:after {
		/*content: " (" attr(title) ")";*/
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.product-page-bottom,
	.learning-widgets,
	.footer-widgets,
	.above-footer-container,
	.testimonials-block {
		display: none;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box,
	.pagination {
		margin: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}


.site-title a {
    background: #fff url("/wp-content/uploads/2015/10/z-bioscience-logo.png") 0 0 !important;
}
/** .page-hero-header {
	min-height: initial;
}*/
#Farm-Agriculture header h2, #Commercial-Business header h2 {
    float: none;
    margin: 0;
    width: 100%;
}
#Farm-Agriculture header p, #Commercial-Business header p {
    padding: 0;
}
.above-footer-container {
	padding: 0;
}
.footer-cta {
	font-weight: bold;
	font-size: 150%;
}
}