/*
Theme Name: WP Bootstrap
Theme URI: http://themegadet.com
Description: Bootstrap 3.3.4
Author: Steve Eldridge
Author URI: http://revenuespark.com
Version: 1.0.6
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic|PT+Serif:400,700,400italic,700italic');

* {
	text-rendering: optimizeLegibility;
	font-family: 'Source Sans Pro', sans-serif;
}
article a, .page a {
	color: #F8981D;
}
.socialShare a:hover {
	color: #F8981D!important;
}
a:hover, a:focus {
	text-decoration: none!important;
	color: #F8981D!important;
}
.latest_organic_insider_jobs img {
	max-width: inherit!important;
}
.transcriptIcon {
	display: inline;
	margin-right: 10px;
	vertical-align: -2px;
}

/* header */

#themeHeader {
	background-size: cover;
	height: 200px;
	border-bottom: 3px solid #F8981D;
	text-align: center;
	white-space: nowrap;
}
#themeHeader span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#themeHeader img {
	vertical-align: middle;
	width: 65%;
	-webkit-filter: drop-shadow(8px 8px 5px rgba(0,0,0,0.75)); 
	filter: drop-shadow(8px 8px 5px rgba(0,0,0,0.75));
}
.navbar-nav li {
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #F8981D!important;
}
.navbar-toggle {
	margin-left: 15px;
	float: left!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: none!important;
	color: #F8981D!important;
}

#announcement {
	margin-top: -15px;
	font-size: 20px;
	letter-spacing: 1px;
	background-color: #5CA353;
	padding: 12px 0px 4px;
	color: white;
}
#announcement a {
	font-family: 'Source Sans Pro', sans-serif!important;
	color: white;
	text-decoration: underline;
}
#announcement p {
	font-family: 'Source Sans Pro', sans-serif!important;
}
@media screen and (min-width: 767px ) and (max-width: 991px ){
	#themeHeader { 
		height: 150px;
	}
	#themeHeader img {
		width: 70%;
	}	
}
@media screen and (min-width: 480px ) and (max-width: 767px ){
	#mainLogo>div {
		padding: 0!important;
	}
	#themeHeader { 
		height: 130px;
	}
	#themeHeader img {
		width: 85%;
		max-width: 540px;
	}	
}
@media screen and (max-width: 480px ){
	#mainLogo>div {
		padding: 0!important;
	}
	#themeHeader { 
		height: 100px;
	}
	#themeHeader img {
		width: 85%;
	}
	
}
.panel-title span.icon-plus-circled {
	display: none;
}
.panel-title .collapsed span.icon-plus-circled {
	display: inline-block;
	vertical-align: -2px;
}
.panel-title span.icon-minus-circled {
	vertical-align: -2px;	
}
.panel-title .collapsed span.icon-minus-circled {
	display: none;
}
.page-global-pressed-organic-juice-directory .panel-group ul {
	list-style: none;
	padding-left: 10px;
}
.page-global-pressed-organic-juice-directory .panel-group a{
    color: #247F16;
}
.page-global-pressed-organic-juice-directory .panel-group ul li a span {
	vertical-align: -2px;
}
@media screen and (min-width: 1200px){
	.page-global-pressed-organic-juice-directory .panel-group ul {
		column-count: 4;
		-webkit-column-count: 4;
		-moz-column-count: 4;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) {
	.page-global-pressed-organic-juice-directory .panel-group ul {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}	
}
@media all and (min-width: 768px) and (max-width: 992px) {
	.page-global-pressed-organic-juice-directory .panel-group ul {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
	}
	.nav > li > a {
		padding: 10px 14px!important;
	}
}
@media all and (min-width: 600px) and (max-width: 767px) {
	.page-global-pressed-organic-juice-directory .panel-group ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
}

/*Blog Roll */

article h2, .entry-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	color: #333;
}
article h2 a {
	color: #333!important;
}
article hr{
	border-color: #C7C9CC;
	margin: 25px 0 25px;
	clear: both;
}
.alignright { float: right; text-align: right; margin-left: 14px; }
.alignleft { float: left; margin-right: 14px; }
.embed-youtube iframe, .entry-content iframe { 
	max-width: 100%;
}
.entry-info {
	color: #247F16;
}
.entry-content p {
	font-family: 'PT Serif', serif;
	position: relative;
	font-size: 16px;
}
.entry-content>p>img.size-full.alignnone, .entry-content .wp-caption.alignnone {
	width: 100%!important;
	height: auto;
}
.entry-content img { 
	max-width: 100%; 
	height: auto;
}
.youTubeSubscribe {
	position: absolute;
	top: -45px;
	right: 0px;
}
.youTubeSubscribe a, .youTubeSubscribe a:hover, .youTubeSubscribe a:focus {
	color: #E0272B!important;
	text-decoration: none!important;
}
.youTubeSubscribe .icon-youtube-logo-light {
    font-size: 37px;
    vertical-align: -14px;
}
.youTubeSubscribe a .redBox {
	background-color: #E0272B;
	color: #FFF;
	display: inline-block;
	padding: 1px 10px 1px 5px;
	font-size: 10px;
	vertical-align: 2px;
	line-height: 16px;
}
.youTubeSubscribe a .redBox .icon-youtube-alt {
	font-size: 16px;
    vertical-align: -4px;
    margin-right: 5px;
}
img.aligncenter {
    display: block;
    margin: auto;
    padding: 15px;
}
img.alignnone {
    display: block;
}
.blogTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.socialShare {
    display: table-cell;
    width: 35px;
    vertical-align: top;
    padding-top: 10px;
}
.socialShare a {
    color: #4F4F4F!important;
    display: block;
}
.socialShare span {
    font-size: 21px;
}
.blogIndent {
    display: table-cell;
    width: 100%;
}
.home .socialShare span {
    font-size: 21px;
}
.home .socialShare {
    width: 35px;
    padding-top: 10px;
}
.featuredPost {
	overflow: hidden;
	border-bottom: 1px solid #BCBEC0;
	padding-bottom: 25px;
	margin-bottom: 15px;
	width: 95%;
}
.featuredPost h3 {
	margin-top: 0px;
}
.featuredPost img {
	float: left;
	height: 100px;
	width: auto;
	border: 1px solid green;
	padding: 3px;
	margin-right: 10px;
	margin-left: 30px;
	border-radius: 5px;
}
.featuredPost h4 {
	padding-top: 5px;
	width: 90%;
	line-height: 1.3;
}
.featuredPost a {
	color: #4A8318;	
}
/* Comment Section */
#comments {
	width: 95%;
}
#comments h2 {
	font-size: 24px;
	margin-left: 30px;
}
.comment-list, .comment-list .children {
	list-style: none;
}
.comment-list a {
	color: #F8981D;
}
.comment-list>li {
	margin-bottom: 15px;
	border-bottom: 1px solid #BCBEC0;
	padding-bottom: 15px;
}
.comment-list .children li {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #BCBEC0;	
}
.comment-author img {
	margin-right: 10px;
	margin-bottom: 15px;
	width: 30px;
	height: 30px;
	border-radius: 4px;
}
#respond {
	margin-left: 30px;
}
#respond a {
	color: #F8981D;
}
#respond textarea {
	width: 100%;	
}
.post-navigation h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #F8981D;
	padding-bottom: 5px;
	border-bottom: 1px solid #BCBEC0;	
}
.post-navigation a {
	color: #4A8318;
}
.nav-previous {
	width: 30%;
	text-align: left;
	float: left;
}
.nav-previous .meta-nav {
	display: block;
	text-transform: uppercase;
}
.nav-next {
	width: 30%;
	text-align: left;
	float: right;
}
.nav-next .meta-nav {
	display: block;
	text-transform: uppercase;
}
.breadcrumbs {
	padding-left: 0px;
	list-style: none;
	margin-top: 20px;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs a {
	color: #247F16;
}
/* Page  */

.page h1 {
	margin-top: 0!important;
}

.tc-list a {
    text-decoration: underline;
    color: #4A8318;
}
.page h3 {
    color: #E49512;
    border-bottom: 1px solid #BFBFBF;
    clear: both;
	text-align: left;
}
.pageContent p {
	margin-bottom: 10px;
	font-family: 'PT Serif', serif;
}
.page-id-3058 h3 {
	margin-bottom: 25px;
}
/*
.page label {
	width: 100px;
	font-weight: 700;
	vertical-align: top;
	padding-top: 2px;
	text-align: right;
	padding-right: 15px;
}
*/
/*
.page input[type=submit] {
	margin-left: 100px;
}
*/
ul.products {
    list-style: none;
    padding: 0;
    margin-bottom: 0em;
}
ul.products li {
    width: 46%;
    max-width: 220px;
    margin-left: 4%;
    float: left;
    text-align: center;
	min-height: 340px;
}
ul.products li a strong {
	max-width: 300px;
	color: #333;
	display: block;
	line-height: 1.1;
}
ul.products li.new-row {
/* 	clear: both; */
}
ul.products a img {
    border: 1px solid #555;
    width: 100%;
    height: auto;
}
.pageContent table h4 {
	margin-top: 0px;
}
.pageContent tr td:first-child {
	padding: 0 35px 0 0;
}
/* Sidebar */
.widgetSection {
	padding: 0;
}
.widgetSection>li{
	border-bottom: 1px solid #C7C9CC;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.widgetSection .widgettitle, .search h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    /* font-family: Garamond, 'Adobe Garamond Pro', 'Times New Roman', Georgia, serif; */
    letter-spacing: .2em;
    color: #808284;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-bottom: 1px solid #BCBEC0;
    padding: 5px 0;
}
.widgetSection img {
	max-width: 100%;
	height: auto;
	padding: 0 20px;
}
.widget {
	list-style: none;
}
.widget_sp_image a {
	display: block;
	text-align: center;
}
.email-signup {
	margin-top: 20px;
	padding: 20px 20px 0;
	border-top: 1px solid #C7C9CC;
}
.email-signup button {
	background-color: #9D9EA1;
	color: white;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 7px;
}
.email-signup button span, .search button span {
	vertical-align: -3px;
	line-height: 1;
}
.email-signup #subscribe-name, .search input {
	font-style: italic;
	color: #999;
	border: 1px solid #C6C8CA;
	padding: 2px 5px;
	margin-right: 5px;
}
.email-signup #subscribe-name {
	width: 55%;
	max-width: 175px;
}
.widget .search {
	text-align: center;
}
.search-form {
	margin-top: 20px;
}
.search-form input {
	width: 60%;
	max-width: 300px;
}
.search button {
	background-color: #FFAB30;
	color: white;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	padding: 4px 7px;
}
.facebook-like-box {
	text-align: center;
	width: 100%;
	overflow: hidden;
	height: 165px;
}
.social-networking {
	text-align: center;
}
.social-networking a {
	width: 50px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.social-networking a img {
	max-width: none;
	padding: 0;
}
.widget_links ul, .widget #categories ul {
	padding: 0;
	margin: 0;
}
.widget_links li, .widget #categories li {
	list-style: none;
	border-bottom: 1px solid #E5E6EA;
    padding: 3px 0;
    text-align: left;
}
.widget_links a, .widget #categories a {
	color: #4A8318;
}
/* Footer */
.navigation {
	overflow: hidden;
	text-align: center;
	margin-top: 35px;
}
.wp-paginate .current {
	background-color: #4A8318!important;
}
#footer {
	margin-top: 45px;
}
footer {
	font-size: 12.5px;
}
footer .row {
	display: flex;
}
#footerLeft {
	padding: 15px 15px;
	background-color: #FCCC8E;
	position: relative;
	min-height: 110px;
}
#footerMenu {
	margin-bottom: 65px;
}
#footerMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
} 
#footerMenu li {
	padding: 0;
	float: left;
	margin-right: .5em;
	padding-right: .5em;
	border-right: 1px solid #888;
}
#footerMenu li:last-child {
	border-right: none;
}
#footerMenu li a, footer a {
	color: #666!important;	
}
footer a:hover {
	color: #4A8318!important;
}
#footerCopyright {
	clear: both;
	position: absolute;
	left: 15px;
	bottom: 10px;
}
#footerRight {
	padding: 0 15px;
	background-color: #F7AE7D;
}
/* PopUp */
#popUpContainer {
	display: none;
/*
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
*/
}
#popUp {
	background-color: white;
}
#mobilePopup {
	width: 100%;
	background-color: #00A11C;
}

#popUp #desktopPopup #awf_field-79130666 {
	width: calc(800px - 180px);
	float: left;
	background-color: #D6D6D6;
	border: 10px solid #BBBBBB;
	height: 106px;
	color: #008301;
	font-size: 20px;
	padding-left: 65px;
}
#popUp #desktopPopup .af-textWrap:after {
	content: "n";
    font-family: 'pressedjuice';
    position: absolute;
    bottom: 32px;
    color: #008301;
    font-size: 30px;
    left: 34px;
}
#popUp #desktopPopup #af-submit-image-111905401 {	
	height: 106px;
	width: 180px;
	background-color: #008301;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border: none!important;
	text-align: center;
	line-height: 100px;
	text-transform: uppercase;
}
#popUp #desktopPopup #af-body-111905401 {
	height: 106px;
	overflow: hidden;
}
#popUp #awf_field-79130666::-webkit-input-placeholder {
   color: #008301;
}
#popUp #awf_field-79130666:-moz-placeholder { /* Firefox 18- */
   color: #008301;  
}
#popUp #awf_field-79130666::-moz-placeholder {  /* Firefox 19+ */
   color: #008301;  
}
#popUp #awf_field-79130666:-ms-input-placeholder {  
   color: #008301;  
}
#popUp #mobilePopup {
	padding: 20px;
	text-align: center;
	max-width: 320px;
}
#popUp #mobilePopup h2 {
	font-weight: bolder;
	color: white;
	font-size: 60px;
	margin: 0px;
}
#popUp #mobilePopup h3 {
	font-weight: bold;
	color: white;
	font-size: 28px;
	margin: 0px;
}
#popUp #mobilePopup h4 {
	font-weight: 300;
	color: white;
	font-size: 28px;
	margin: 0px;
	letter-spacing: 1.5px;
}
#popUp #mobilePopup h5 {
	font-style: italic;
	font-weight: 200;
	font-size: 16px;
	color: white;
	margin: 0 auto 20px;
	line-height: 1.6;
}
#popUp #mobilePopup h5 span {
	font-weight: bold;
	color: #FF6627;
}
#popUp #mobilePopup hr {
	max-width: 250px;
	border-width: 2px;
}
#popUp #mobilePopup #noThanks {
	margin-top: 20px;
	color: white;
	font-style: italic;
	text-decoration: underline;
	font-weight: 200;
	padding: 10px;
	background-color: #3382DD;
	border: none;
	width: 100%;
	max-width: 250px;
}
#popUp #mobilePopup  #awf_field-79131101 {
	width: 100%;
	text-align: center;
	color: #008301;
	font-size: 18px;
	height: 46px;
	margin-bottom: 20px;
}
#popUp #mobilePopup form {
	width: 250px;
	margin: 0 auto;
}
#popUp #mobilePopup form input[type=submit] {
	width: 100%;
	text-align: center;
	background-color: #FF6627;
	border: none;
	color: white;;
	font-size: 18px;
	height: 65px;
}
.fancybox-type-inline .fancybox-close {
	border-radius: 5px;
	top: 12px!important;
    right: 14px!important;
    width: 42px!important;
    height: 42px!important;
    background-image: none!important;
}
.fancybox-type-inline .fancybox-close:hover {
	background-color: rgba(215, 0, 0, 0.5);
}
/* Media Statements */

@media screen and (min-width: 840px ) {
	#popUp #desktopPopup {
		display: block;
	}
	#popUp #mobilePopup {
		display: none;
	}
}
@media screen and (max-width: 840px ) {
	#popUp #desktopPopup {
		display: none;
	}
	#popUp #mobilePopup {
		display: block;
	}
}
@media screen and (min-width: 768px ) {
	article {
		padding-right: 5%;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
		background: none!important;
		box-shadow: none!important;
	}
	.navbar-collapse.collapse {
		display: table!important;
		margin: auto!important;
	}
}
@media screen and (max-width: 767px ) {
	article {
		padding: 0 2%;
	}
	.entry-title {
		font-size: 20px;
	}
	.navbar {
		margin-left: -15px!important;
		margin-right: -15px!important;
		margin-bottom: 10px!important;
	}
	#footer {
		background-color: #FCCC8E;
	}
}

@media screen and (max-width: 445px ) {
	.featuredPost h3 {
		font-size: 16px;
	}
	.featuredPost img {
		margin-left: 5px;
	}
	.featuredPost h4 {
		font-size: 15px;
		width: 100%;
	}
	.nav-next, .nav-previous {
		width: 35%;
	}
}
@media screen and (max-width: 400px ) {
	.youTubeSubscribe {
		display: none;
	}
}