@charset utf-8;
/*
Theme Name: Golden Calf Company
Author: Ben Holmen
Author URI: http://www.benholmen.com/
Version: 1.0;

	Built on the Whiteboard Framework
	http://whiteboardframework.com
 */

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ul, ol {
	margin: 1em 0 1em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
p {
	margin: 1em 0 2em 0;
}
.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.hero {
	width: auto;
	overflow: hidden;
}
img.hero {
	padding: 2.3em 1em 1em 0;
}

@font-face {
	font-family: 'Gnuolane Regular';
	src: url('lib/gnuolane_rg.eot');
	src: url('lib/gnuolane_rg.eot?#iefix') format('embedded-opentype'), url('lib/gnuolane_rg.woff') format('woff'), url('lib/gnuolane_rg.ttf') format('truetype');
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
}
body {
	color: #444;
	background-image: url('images/bg-html.jpg');
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gnuolane Regular', serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 1em 0 0.5em 0;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}

a:link {
	color: #28814e;
}
a:visited {
	color: #222;
}
a:hover,a:active {
	color: #28814e;
}

a img {
	border: 0;
}

#main {}

.container {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header, #content, #footer {
	text-align: center;
}
#header {
	padding: 1.5em 0;
}
	#header-top-bar {
		background-color: #222;
		text-align: right;
	}
		#header-top-bar ul {
			list-style: none;
			text-align: right;
			margin: 0 -20px 0 0;
			padding: 0.2em 0;
		}
			#header-top-bar li {
				display: inline-block;
				margin-left: 2em;
				font-size: 80%;
			}
		#header-top-bar a,
		#header-top-bar a:visited {
			display: inline-block;
			color: #ddd;
			text-decoration: none;
			padding: 0.4em 0.2em 0.3em 0.2em;
			transition-property: color;
			transition-duration: 0.3s;
		}
			#header-top-bar a:hover {
				text-decoration: underline;
				color: #fff;
			}
	nav {}
	#nav-trigger {
		display: none;
	}
	#nav-primary {
		font-family: 'Gnuolane Regular', sans-serif;
		font-size: 1.4em;
		position: absolute;
		right: 0;
		top: 35px;
		max-width: 75%;
	}
	#nav-primary ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav-primary li {
		float: left;
	}
	#nav-primary li a {
		display: block;
		text-decoration: none;
		padding: 0.5em 0.75em;
		color: #333;
	}
	#nav-primary li a:hover {
		background-color: rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.1);
		color: #28814e;
	}
	#nav-primary li.current-menu-item a,
	#nav-primary li.current-menu-item a:hover,
	#nav-primary li.current-page-ancestor a,
	#nav-primary li.current-page-ancestor a:hover,
	#nav-primary li.current-post-ancestor a,
	#nav-primary li.current-post-ancestor a:hover {
		background-color: rgba(255, 255, 255, 0.75);
		box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.2);
	}
#section {
	position: relative;
	width: 100%;
	z-index: 11;
	height: 40px;
	padding: 10px 0;

	border: 1px solid #444;
	border-width: 1px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

	background: #3d9666; /* Old browsers */
	background: -moz-linear-gradient(top, #3d9666 0%, #237947 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d9666), color-stop(100%,#237947)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3d9666 0%,#237947 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3d9666 0%,#237947 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3d9666 0%,#237947 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3d9666 0%,#237947 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9666', endColorstr='#237947',GradientType=0 ); /* IE6-9 */
}
.home #section {	/* home page #section */
	height: auto;
	padding: 0;
	overflow: hidden;
}
.home #section .container {
	max-width: 1000px;
	padding: 0;
}
	#home-slideshow {
		width: 100%;
		text-align: center;
		position: relative;
	}
	#home-slideshow a {
		display: none;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		z-index: 9;
		width: 100%;
		height: auto;
		left: 0;
	}
	#home-slideshow a.active {
		z-index: 10;
		display: block;
	}
	#home-slideshow a.fading {
		z-index: 11;
	}
	#home-slideshow img {
		width: 100%;
		height: auto;
		display: block;
	}
	#home-slideshow.loading a {
		display: none;
	}
	#home-slideshow.loading a:first-child {
		display: block;
	}

	#section h1 {
		color: #fff;
		margin: 0 0 10px 0;
		padding: 4px 0 0 0;
	}
		#section h1 a {
			color: #fff;
			text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 0.5);
			text-decoration: none;
		}
		#section h1 a:hover {
			color: #fff;
			text-shadow: 1px 1px 0.25em rgba(0, 0, 0, 1);
			text-decoration: underline;
		}
	#section .section-nav {
		position: absolute;
		right: 10px;
		top: 4px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#section li {
		float: left;
		font-family: 'Gnuolane Regular', sans-serif;
		font-size: 1.4em;
	}
	#section li a, #section li label {
		display: block;
		padding: 0.3em 0.5em;
		margin-left: 0.2em;
		color: #fff;
	}
	#section li a:link, #section li a:visited, #section li a:hover {
		color: #fff;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
		text-decoration: none;
	}
	#section li a:hover {
		text-decoration: underline;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	}
	#section li.current_page_item a {
		background-color: rgba(255, 255, 255, 0.2);
	}
#content {
	position: relative;
	z-index: 10;
}
	#content .container {
		box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.15);
		background-color: #fff;
		width: auto;
		overflow: auto;
	}
	#content h1 {
		margin: 0.5em 0;
	}
.home #content a:link {
	text-decoration: none;
	color: #444;
}
.home #content a:hover {
	text-decoration: underline;
}
	article {}
		.featured-thumbnail {}
		.post-content, .page-content, .post-single, .post, .no-results {
		}
			.pagination {}
	.post-meta {}
	.post-navigation {}

#comments {}
	li.comment {}
		.odd {}
		.even {}
		.author-comment {}
		.comment-text {}
		.comment-meta {}
			p.gravatar {}
		.waiting-for-approval {}
	#trackbacks {}
		li.trackback {}
	p#no-comments {}
	#comments-form {}
		#respond {}
		.cancel-comment-reply {}

.page {}
	#page-content {}
	#page-meta {}

.post {}
	.postContent {}
	.post-excerpt {}
.post-single, .post {
	width: auto;
	overflow: auto;
}
.post {
	/*width: 70%;*/
}
.post .post-content {
	padding: 0;
}
.category .featured-thumbnail, .tag .featured-thumbnail {
	float: left;
	margin: 0 1em 1em 0;
	min-width: 150px;
}

nav.oldernewer {}
	.older {}
	.newer {}

.search {}
#searchform {
	margin: 1em 0 2em 0;
}

.author {}
#recent-author-posts {}
#recent-author-comments {}

#error404 {}

#sidebar {
	float: right;
	width: 30%;
	top: 0;
	right: 0;
	padding-top: 0;
	margin: 0 1em 0 5%;
}
	#sidebar > ul {
		margin: 0;
		padding: 0;
	}
	#sidebar ul ul {
		padding: 0;
	}
	.widget-sidebar {
		margin-bottom: 2em;
	}
		#sidebar-search {}
		#sidebar-nav {}
		#sidebar-archives {}
		#sidebar-meta {}
		.widget {}

	.post .featured-thumbnail {
		text-align: center;
		margin: 0.5em 0;
	}
	.post .featured-thumbnail img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

#footer {
	margin-top: 1em;
	padding: 0 0 1em 0;
	color: #777;
}
	#menu-footer-menu {
		list-style: none;
		margin: 0 10px 0 0;
		padding: 0;
		width: auto;
		overflow: auto;
		float: left;
	}
	#menu-footer-menu li {
		float: left;
		margin: 0 15px 0 0;
	}
	#footer p {
		text-align: right;
		margin: 0;
		padding: 0;
	}
		#footer p span {
			padding-left: 1em;
			white-space: nowrap;
		}
	footer .social-icons {
		float: left;
		margin-right: 1em;
	}
	footer .social-icons img {
		height: 24px;
		width: auto;
		margin-right: 6px;
		opacity: 0.5;
	}
	footer .social-icons img:hover {
		opacity: 1.0;
	}

.no-results {}

.widget-area {}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.left, .right {
	width: 48%;
	padding: 0 0 1em 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.advanced-recent-posts .date {
	display: none;
}

	.container {
		width: auto;
		padding: 0 20px;
	}
	.home #section .container {
		width: 100%;
		padding: 0;
	}
	.home #content h1 {
		font-size: 44px;
	}
	.category .post-single, .tag .post-single {
		margin: 1.5em 0 1em 0;
	}
	.category .post-single h2, .tag .post-single h2 {
		margin: 0 0 0.5em 0;
	}

	.got-questions {
		font-family: 'Gnuolane Regular', serif;
		float: right;
		text-align: center;
		padding: 0em 5em 1.5em 5em;
	}
	.textwidget .got-questions {
		float: none;
		padding: 1em 0;
	}
		.post-9 .got-questions {	/* Colostrum Management */
			/*padding-bottom: 3em;*/
		}
	.got-questions h3 {
		font-size: 2em;
		color: #777;
		margin-top: 0;
	}
	.got-questions-phone {
		font-size: 2.5em;
		margin: 0.4em 0;
	}
	.got-questions-email {
		font-size: 1.2em;
	}
	.home .got-questions {
		padding: 0 5em 1.5em 5em;
	}

	.quadrant {
		width: 40%;
		padding: 1em 5%;
		float: left;
	}
	.quadrant.clear {
		clear: left;
	}
	.triad {
		width: 27%;
		padding: 1em 3% 2em 3%;
		float: left;
		clear: right;
	}
	.triad p {
		margin: 0 0 1.5em 0;
	}
	.triad h2 {
		margin: 0.25em 0 0.5em 0;
	}
	.button-green {
  		background-color: #339966;
  		border: none;
  		color: white;
  		padding: 15px 32px;
  		text-align: center;
  		text-decoration: none;
  		display: inline-block;
  		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
	}
	.button1:hover {
  		background-color: #4CAF50;
  		color: white;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}

	.sidebar {
		width: 300px;
		padding: 1em;
		background-color: #f0f0f0;
		text-align: left;
	}
		.sidebar.wide {
			width: auto;
			overflow: hidden;
		}
			.sidebar.wide img.alignleft {
				margin-bottom: 0;
			}
	.sidebar h2 {
		margin: 0.5em 0;
	}
	.sidebar p {
		margin: 0;
	}

	.placeholder {
		width: 100%;
		height: 200px;
		background-color: #eee;
	}

	.youtube-max-width {
		width: 960px;
		max-width: 100%;
	}
	.youtube-max-width.small {
		width: 420px;
	}
	.youtube-responsive {
		position: relative;
		padding-bottom: 76%;
		padding-top: 0;
		height: 0;
		overflow: hidden;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.pasteurizer-model {
		clear: both;
		width: 100%;
		overflow: hidden;
		margin: 2em 0 0 0;
	}
	.pasteurizer-model img {
		margin: 1em 2em 2em 0;
	}
	.pasteurizer-model h2 {
		margin: 0 0 0.5em 0;
	}
	.pasteurizer-model p {
		margin: 1em 0 1em 230px;
	}
	.pasteurizer-model ol {
		margin: 1em 0 1em 260px;
	}

	.wp-caption {
		text-align: left;
		padding: 1em;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		margin: 1em auto 2em auto;
		border-radius: 0.2em;
	}
	.wp-caption p {
		margin: 0.5em 0 0 0;
	}

	.whats-included {
		width: 100%;
		overflow: hidden;
		margin: 2em 0 0 0;
	}
	.whats-included h2 {
		margin: 0 0 0 230px;
	}
	.whats-included p {
		margin-left: 230px;
	}
	.whats-included ol {
		margin-left: 260px;
	}

	#contact-us-follow-us p {
		width: auto;
		overflow: hidden;
		margin: 0;
	}
	#contact-us-follow-us a {
		float: left;
		margin: 0 1em 1em 0;
		vertical-align: middle;
	}


	.wpcf7-list-item {
		display: block;
	}
	.wpcf7-textarea {
		font: inherit;
		width: 90%;
		height:  10em;
	}

	a.add-cart,
	a.add-cart:visited {
		display: inline-block;
		padding: 0.75em 2em 0.75em 3.75em;
		font-size: 1.3em;
		color: #fff;
		text-decoration: none;
		background-color: #2f8a58;
		background-image: url(images/add-cart-button-bg.png);
		background-size: auto 1.2em;
		background-repeat: no-repeat;
		background-position: 10% center;
	}
	
	a.add-cart:hover {
		background-color: #2a8553;
	}

@media only screen and (max-width: 768px) {  /* iPad */
	#nav-primary {
		top: 10px;
		right: 10px;
		max-width: 60%;
	}

	#sidebar {
		position: relative;
		top: 0;
		right: auto;
		float: none;
		margin: 1em 0;
		width: auto;
	}
	.widget-sidebar > ul {
		margin: 0;
	}
	.home #section .container {
		width: 100%;
		padding: 0;
	}
	.home #content h1 {
		font-size: 32px;
	}
	.got-questions {
		padding: 0.5em 3em;
	}
	.post {
		width: auto;
	}

	#content img.hero {
		max-width: 45%;
	}
}


@media only screen and (max-width: 700px) {
	.alignleft, .aligncenter, .alignright {
		float: none;
		margin: 0 auto 1em auto;
		display: block;
	}
	.container {
		text-align: left;
		position: relative;
	}
	.home #content h1 {
		text-align: center;
	}
	.home #section .container {
		padding: 10px 0;
	}
	.got-questions, .home .got-questions {
		float: none;
		width: 100%;
		padding: 0.5em 0;
		text-align: center;
	}
	#header {
		padding-top: 0;
		min-height: 50px;
	}
	#logo {
		float: left;
		padding: 10px 0;
		height: 40px;
		width: auto;
	}
	#nav-trigger {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		height: 20px;
		padding: 10px;
		width: auto;
	}
	#header .container {
		text-align: center;
	}
	#nav-primary {
		display: none;
		position: static;
		clear: both;
		right: auto;
		top: auto;
		max-width: 100%;
	}
	#nav-primary ul {
		list-style: none;
		margin: 0.75em 0;
		padding: 0;
	}
	#nav-primary li {
		float: none;
		text-align: left;
	}
	#nav-primary li a {
		padding: 0.3em 0.5em;
		margin-bottom: 0;
	}
	#section {
		background-image: none;
		background-color: #2f8a58;
		box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
		padding: 0.5em 0;
		border: 1px solid #444;
		border-width: 1px 0;
		height: auto;
	}
	.home #section {
		background-image: none;
		width: 100%;
		padding: 0;
	}
		#section h1 {
			margin-top: 0.2em;
		}
		#section .section-nav {
			position: static;
			right: auto;
			top: auto;
		}
		#section li {
			float: none;
			text-align: left;
		}
	.post-content, .page-content, .post-single, .post, .no-results {
		padding: 0;
	}
	.category .post-single h2 {
		clear: both;
		margin: 1em 0;
	}
	.post h1.title {
		margin: 0.5em 0 1em 0;
	}


	#footer {
		background-color: #fff;
		border-top: 1px solid #aaa;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
		padding: 1em 0;
	}
	#footer p {
		clear: both;
		text-align: left;
		margin: 1em 0 1em 0;
	}
	#footer p span {
		display: block;
		padding: 0;
	}
	#menu-footer-menu {
		float: none;
	}


	#content img.hero {
		max-width: 100%;
		padding: 0;
		margin: 1.5em auto;
	}

	.quadrant, .triad, .left, .right {
		float: none;
		width: 100%;
		padding: 1em 0;
	}

	.sidebar {
		width: 90%;
		padding: 5%;
	}

	.pasteurizer-model img {
		margin: 1em auto;
	}
	.pasteurizer-model p {
		margin: 1em 0 1em 0;
	}
	.pasteurizer-model ol {
		margin: 1em 0 1em 2.5em;
	}
	.whats-included h2 {
		margin: 0;
	}
	.whats-included p {
		margin-left: 0;
	}
	.whats-included ol {
		margin-left: 2.5em;
	}

	.wp-caption {
		padding: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		margin: 1em 0 2.5em 0;
	}

	a.add-cart,
	a.add-cart:visited {
		display: block;
		min-width: 50%;
		text-align: center;
		margin: 0 auto;
		padding: 0.75em 15%;
		background-position: 5% center;
	}
}