@charset "UTF-8";
/* CSS Document */

.resource-highlight{
	background-color:#f0f0f0;
	padding:5px 10px;
	font-family:'Montserrat', sans-serif;
	margin-bottom:5px;
	font-weight:300;
}

	.resource-highlight a{
		text-decoration:none;
		color:#069;
	}
	
	.resource-highlight a:hover{
		text-decoration:underline;
	}
	
	

.smalllink{
	font-size:12px; text-transform:uppercase;
	font-weight:bold; 
	font-family:"Montserrat", sans-serif;
	color:#000;
	border:1px solid #666;
	padding:3px 6px;
	margin-top:10px;
	text-decoration:none;
}

.smalllink:hover{
	border-color:#fff;
}

.clearboth{
	clear:both;
}

/* MAIN BANNER */

/* Front Page 2 - Main Banner - repeats on the front-page.css bc front-page.css does not execute on inner pages, and the code is a bit different.
--------------------------------------------- */

.front-page-2 {
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1.5;
	overflow: hidden;
	margin-top:0 !important;
	margin-bottom:50px;
}

.front-page-2.widget-full .widget_text {
	float: left;
	color:#333;
	padding: 20px;
	background: URL(https://www.westonaprice.org/wp-content/uploads/2016/09/BG-HomeCallOut.png) repeat;
	max-width: 500px;
	margin: 0 0 50px 40px !important;
	border-radius:0;
}

.front-page-2.widget-full .widget_text h3 {
	font-family:'Merriweather', serif;
	color:#fff;
	font-size:30px;
	font-size:3.0rem;
	text-align:center;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform:none;
}

.front-page-2.widget-full .widget_text .button {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
	float:right;
}

/*hide banner on landing pages, pages with featured images and the search results page */

.page-template-page_landing .front-page-2,
.has-leader .front-page-2,
.search .front-page-2{
	display:none;
}



/* Green Menu */
	
	#menu-home-sidebar-green-menu-container li{
		padding:10px;
		background-color:#E5ECC4;
	}
	
	#menu-home-sidebar-green-menu-container li a{
		color:#2F4F11;
		text-transform:uppercase;
		font-family:"Merriweather", sans-serif;
		text-decoration:none;
	}
	
	#menu-home-sidebar-green-menu-container li:hover{
		background-color:#666;
	}
	
	#menu-home-sidebar-green-menu-container a:hover{
		color:#fff;
	}
	
/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	/*border: 1px solid #cccccc;
	box-shadow: 0 0 60px 0 rgba( 0, 0, 0, .2 );*/
	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
	-moz-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
	box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);*/
	margin-top: 30px;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}

.sidebar .enews-widget .widget-wrap {
	margin-top: -30px;
}

.sidebar .enews-widget .widget-title {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 -30px 30px;
	padding: 30px 30px 0 30px;
	text-align: left;
	text-transform: uppercase;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
	font-weight:300;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
	font-weight:bold;
	font-family:"Montserrat";
}

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

/* COMMENTS
---------------------------------------------------------------------------- */

#respond h3,
#comments h3 {
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	border:none;
}
	#comments h3{
		border:none;
	}
	
	#respond h3 {
		font-size:18px;
	}

.comment-respond, .entry-comments{
	background-color: #f9f9f9;
	padding: 20px; 
}

	.depth-2{
		border-left: 5px solid #c30;
		padding: 0 20px 30px;
		margin: 10px 0 0 30px;
	}
	
	.depth-3 {
		border-left: 5px solid #c30;
		padding: 0 20px 30px;
		margin: 10px 0 0 0;
	}
	
.comment-time a{
	color:#999;
	font-size:12px;
	text-decoration:none;
}	

.comment-reply {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
}	

	.comment-reply a{
		color:#369;
	}

.comment-header{
	margin-bottom: 0px;
	font-family:'Montserrat', sans-serif;
	padding: 10px;
	/*background-color: #f9f9f9;*/
	font-size:14px;
}

.comment-list li{
padding: 10px 0 0 30px;
}

.comment-reply{
/*	float:right; */

}

/* SOCIAL MEDIA NAV
---------------------------------------------------------------------------- */

.nav-primary li:last-of-type {
	float: right;
	padding-top:10px;
	padding-bottom:0 !important;
}

.nav-primary aside {
	width: auto !important;
	display: inline-block;
}

.simple-social-icons ul li {
	margin-right: 0 !important;
}

.nav-primary .genesis-nav-menu > li.custom-social:hover:before,
.nav-primary .genesis-nav-menu > li.custom-social:before{
	background:none !important;
}

.nav-primary .search-form {
	display: inline-block;
	width: 200px;
	font-size:12px;
	vertical-align: top;
	height: 32px;
	margin-left: 8px;
}


/* SIDEBAR 
---------------------------------------------------------------------------- */

.sidebar .widget ul.menu li{
	padding:0;
	margin:0;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, h4, h5{
	font-family:'Montserrat', sans-serif;
	font-weight:400;
}

.sidebar .widget ul.menu li a.current{
	color:#000;
}

	/*Membership Box - repeats on all pages */
	
	.widget_text .membership-box {
		padding:20px;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
		-moz-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
		box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
		text-align:center;
	}
	
	.widget_text h3{
		color:#000;
		font-size:18px;
	}
	
	.membership-box .button{
		background-color:#4CB1F0 !important;
		color:#fff !important;
	}
	
	.membership-box .button:hover{
		background-color:#666 !important;
		color:#fff !important;
	}

	/* Facebook Box */
	
	.button.facebook {background-color:#666 !important; color:#fff !important;}
	.button.facebook:hover{background-color:#c30 !important;}

	/* Event Sidebar Ad */
	
	.sidebar-event-ad{
		background: #000 url(https://www.westonaprice.org/wp-content/uploads/BG-Event-Sidebar.jpg) no-repeat;
		background-size:100%;
		color:#fff;
		padding-bottom:20px;
		margin:0;
		min-height:180px;
	}
	
	.sidebar-event-ad .headlines{
		background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/BG-HomeCallOut.png); 
		padding:5px 0;
	}
	
	.sidebar-event-ad h3{		
		font-family:"Montserrat";
		color:#fff;
		padding:5px 0 0 10px;
		margin-top:10px;
		margin-bottom:0 !important;
		padding-bottom:0 !important;
	}
	
	.sidebar-event-ad h4{
		font-family:"Merriweather";
		color:#fff;
		margin-top:0 !important;
		padding:5px 10px;
		font-size:20px;
		font-weight:normal;
	}
	
	.sidebar-event-ad p{
		color: #fff;
		font-size:16px;
		font-weight:bold;
		padding-left:10px;
		line-height:20px;
	}
	
	.sidebar-event-ad .button{
		background-color:#C30 !important;
		padding:15px 20px;
		float:right;
		color: #fff !important;
		margin-right:10px;
		border:1px solid #c30 !important;
	}
	
	.sidebar-event-ad .button:hover{
		background-color:#FFFFFF !important;
		color:#000 !important;
	}

/* Sponsor icons */

.sponsoricons img{ float:left; }	
	
/* Campaigns */	

/* Sidebar Menu for: Recipe, Book Reviews */

#menu-recipe-categories li,
#menu-book-review-categories li{
	margin-bottom:2px;
	padding:5px 20px;
	background-color:#f0f0f0;
}

#menu-recipe-categories li a,
#menu-book-review-categories li a{
	text-transform:uppercase;
	display:block;
	color:#000;
	font-size:14px;
	text-decoration:none;
	font-family:'Montserrat', arial, sans-serif;
}

	#menu-recipe-categories li a:hover,
	#menu-recipe-categories li.current-menu-item a,
	#menu-book-review-categories li a:hover,
	#menu-book-review-categories li.current-menu-item a{
		color:#c30;
	}
	
	#menu-recipe-categories li:hover,
	#menu-recipe-categories li.current-menu-item,
	#menu-book-review-categories li:hover,
	#menu-book-review-categories li.current-menu-item{
		background-color:#fff;
	}
	

/* Video Embed*/

.embed-youtube{
	text-align:left !important;
}

	/*copying homepage styles for sidebar widgets we copied*/

	.menu-home-sidebar-green-menu-container ul li{
		margin-bottom:2px !important;
		padding-bottom:2px !important;
	}
	
	
	.menu-home-sidebar-green-menu-container li a{
		color:#2F4F11;
		display:block;
		text-transform:uppercase;
		font-size:14px;
		font-weight:400;
		font-family:"Montserrat", sans-serif;
		text-decoration:none;
		background-color:#E5ECC4;
		padding:8px;
		
	}
	.menu-home-sidebar-green-menu-container a:hover{
		color:#000;
		background-color:#fff;
	}
	
	/*campaigns*/
	
	.widget #menu-home-sidebar-campaign-container ul li {
		margin-bottom:0;
		padding-bottom:0;
	}
	
	.campaign-realmilk a, .campaign-soyalert a, .campaign-nourishing a, .campaign-farmtoconsumer a, .campaign-healthy4life a, 
	.campaign-12spoons a, .campaigns-earnmoney a, .campaign-findrealfood a{
		font-family:"Montserrat", sans-serif;
		font-weight:normal;
		font-size:17px;
		font-size:1.7rem;
		text-decoration:none !important;
		color:#069;
		word-break:normal;
	}
	
	#menu-home-sidebar-campaigns li{
		border-bottom:1px solid #F0F0F0;
	}
	
	#menu-home-sidebar-campaigns li a {
		display:block;
	}	
	
	#menu-home-sidebar-campaigns li:hover{
		background-color:#f0f0f0;
	}
	
	#menu-home-sidebar-campaigns li a:hover{
		color:#666 !important;
		text-decoration:underline;
	}
	
	
	.campaign-realmilk, .campaign-soyalert, .campaign-nourishing, .campaign-farmtoconsumer, .campaign-healthy4life, .campaign-12spoons, 
	.campaigns-earnmoney, .campaign-findrealfood {
		background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/Campaign-RealMilk.jpg) no-repeat left center;
		height:80px;
		padding-left:100px !important;
		padding-top:30px !important;
		line-height:20px;
	}
	
	.campaign-soyalert{ background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/Campaign-SoyAlert.jpg) no-repeat left center; }	
	.campaign-nourishing {background:url(https://www.westonaprice.org/wp-content/uploads/Campaign-NourishingOurChildren2.png) no-repeat left center;}		
	.campaign-farmtoconsumer {background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/Campaign-FarmtoConsumer.jpg) no-repeat left center;padding-top:20px !important;}	
	.campaign-healthy4life {background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/Campaign-HealthyForLife.jpg) no-repeat left center;}
	.campaign-12spoons {background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/Campaign-12Spoons.jpg) no-repeat left center; padding-top:20px !important;}
	.campaigns-earnmoney {background:url(https://www.westonaprice.org/wp-content/uploads/Campaign-Amazon.jpg) no-repeat left center; padding-top:10px !important;}	
	.campaign-findrealfood {background:url(https://www.westonaprice.org/wp-content/uploads/2016/09/Campaign-WAPFMobileApp.jpg) no-repeat left center; padding-top:20px !important;}	



/* HEALTH TOPICS HOME
---------------------------------------------------------------------------- */

.post-type-archive-health-topics h2{
	padding-bottom:20px;
}

.health-topic-home li {
	width:280px;
	float:left;
	max-height:120px;
	min-height:120px;
	overflow:hidden;
	/*border:1px solid #ccc; margin:0 10px 10px 10px;
	padding:20px;*/
	padding-right:10px;
}

	.health-topic-home li.sidebar-width{
		width:245px;
	}

.health-topic-home h4, .health-topic-home h4 a{
	padding-bottom:5px;	
	font-family:'Montserrat', sans-serif;
	font-weight:400;
	margin:0 !important;
	color: #c30; 
}

.health-topic-home h4 a:hover{
	color:#666 !important;
	text-decoration:underline !important;
}

.health-topic-home p {
	font-size:14px !important; 
	line-height:16px;
}

.health-topic-home a p{
	color:#666;
}

.health-topic-home a{
	text-decoration:none;
}

/* hide breadcrumb */
.post-type-archive-health-topics .breadcrumb{
	display:none;
}



/* ARCHIVE PAGES
---------------------------------------------------------------------------- */



/*.category-book-reviews h2.entry-title{
	font-size:30px;
}*/

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 10px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom:10px;
}

.archive h2.entry-title{
	font-size:20px;
} 

.author-box img.avatar-default{
	display:none !important;
}

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

.entry-title {
	font-size: 35px;
	font-size: 3.5rem;
	margin: 0 0 30px;
}

	.entry-title a{
		
	}

li.cat-item {
	font-weight:400;
}

ul.children li{
	padding-left:20px;
}

li.cat-item ul.children li.cat-item{
	font-weight:normal;
}

.archive-description ul li,
.archive-description ol li{
		margin-left:30px;
		margin-bottom:10px;
	}
.archive-description ul li {
	list-style:disc;
}	

.archive-description ol li {
	list-style:decimal;
}

/*        Podcast       */

.podcast-archives.one-half{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.45);
	-moz-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.45);
	box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.45);
	padding:10px;
}

.archive.post-type-archive-podcasts h2.entry-title{
	font-size:24px !important;
}
	
	.archive.post-type-archive-podcasts h2.entry-title a:hover{
		color: #666 !important;
	}

.podcast-archives .button{
	background-color:#fff !important;
	color: #000 !important;
	border: 1px solid #ccc !important;
}	

.podcast-archives .button:hover{
	background-color:#c0cf7b !important;
	color:#fff !important;
}

.podcasts-template-default .entry-meta{
	border:none !important;
}

#menu-podcast-categories li{
	margin-bottom:2px;
	padding:5px 20px;
	background-color:#f0f0f0;
}

#menu-podcast-categories li a{
	text-transform:uppercase;
	display:block;
	color:#000;
	font-size:14px;
	text-decoration:none;
	font-family:'Montserrat', arial, sans-serif;
}

	#menu-podcast-categories li a:hover,
	#menu-podcast-categories li.current-menu-item a{
		color:#c30;
	}
	
	#menu-podcast-categories li:hover,
	#menu-podcast-categories li.current-menu-item{
		background-color:#fff;
	}

.podcast-next-prev-links {
	padding: 20px;
	border:1px solid #f0f0f0;
	min-height:160px;
}

.podcast-next-prev-links h4{
	color:#ccc;
	font-size:16px;
	text-ransform:uppercase;
}

.podcast-next-prev-links h3 {
	color:#666 !important;
	border:none !important;
}

.podcast-next-prev-links a{
	text-decoration:none;
	color: #000 !important;
}

.podcast-next-prev-links a:hover{
	color: #c30 !important;
}

.podcast-image{
	width:350px;
	float:left;
	padding-right:20px;
}

/* Author Archive Pages */

.author-box, .after-entry {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
	-moz-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
	box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.45);
}

.author .author-box {
	border:none;
	box-shadow:none;
	padding:none;
	margin-bottom:40px;
}

	.author .author-box h4{
		display:none;
	}



/* Archive sidebar */

.sgr-custom-taxonomies-menu{
	font-family: "Montserrat", sans-serif;
}

.sgr-custom-taxonomies-menu ul li,
.featured-content .entry-header{
	margin-bottom:0 !important;
	padding-bottom:0 !important; 
}

.sgr-custom-taxonomies-menu a,
.featured-content a{
	color:#069;
}


/* LANDING PAGE
---------------------------------------------------------------------------- */

.landing-page h1.entry-title,
.landing-page h1,
.landing-page h3{
	font-family:'Montserrat', sans-serif;
}


.landing-page h1.entry-title{
	font-size:55px;
	margin-top:50px !important;
	margin-bottom:0 !important;
	color:#c30;
	text-align:center;
}

.landing-page h1{
	font-size:37px;
	color:#000;
	text-align:center;
	padding:5px 0 20px 0;
}

.landing-page h2{
	font-size:40px;
	margin:0 0 30px 0;
}

	.landing-page h2.secondary{
		font-size:50px;
		margin:70px 0 30px 0;
		color:#333;
	}

.landing-page h3 {
	font-size:40px;
	margin:40px 0 20px 0;	
}

.landing-page h4 {
	font-size:24px;
	margin:5px 0 30px 0;
	text-transform:none;
	text-align:center !important;
}

.landing-page h5 {
	font-size:26px;
	margin:20px 0 20px 0;
	text-transform:none;
	color:#999;
}

.landing-page p, 
.landing-page li{
	
}

body.landing-page div{
	font-size:18px !important;
}

.landing-page .button{
	padding:20px !important;
	font-size:22px !important;
	margin-bottom:0;
	clear:both;
	margin-top:15px;
}

.landing-page .button.red{
	background-color:#C00;
	border:1px solid #C00 !important;        
	color:#fff;
}


.landing-page .backtositelink a{
	color:#ccc;
	margin-top:30px;
}


/* Container Boxes */

.landing-page .beamember-joinbox{
	margin:50px 0;
	padding:0 10px;
	border:5px dashed #ccc;
}


.page-template-page_landing .beamember-funding{
	margin:50px 0;
	padding:40px 20px 40px 20px;
	background:#f0f0f0;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(153,153,153,1);
	box-shadow: 0px 0px 9px 0px rgba(153,153,153,1);
}

	.page-template-page_landing .beamember-funding h3 {
		font-size:40px;
		margin:0 0 20px 0;
		color:#c30;
		font-style:italic;
	}


/* Lists */

.page-template-page_landing ul.beamember{
	margin:0;
	padding:0;
}

.page-template-page_landing ul.large li{
	font-size:20px;
	margin-top:20px;
	line-height:30px;
}

.page-template-page_landing ul.beamember li{ 
	list-style:none;
	background: url(https://www.westonaprice.org/wp-content/uploads/checkmark_icon.png) 0 0 no-repeat;
	padding-top:10px;
	padding-left:60px;
}

.page-template-page_landing ul.beamember.green li {
	background: url(https://www.westonaprice.org/wp-content/uploads/checkmark_icon.png) 0 0 no-repeat;
}

.page-template-page_landing ul.beamember.yellow li {
	background: url(https://www.westonaprice.org/wp-content/uploads/checkmark_yellow.png) 0 0 no-repeat;
}

.page-template-page_landing ul.beamember.alt li {
	background: url(https://www.westonaprice.org/wp-content/uploads/checkmark_bullseye.png) 0 0 no-repeat;
}


/* FOOTER
---------------------------------------------------------------------------- */

.footer-banner {
	background-color: #fff;
	color: #666;
}

.after-entry h3 {
	background-color:transparent !important;
	color: #000 !important;
	font-family:'Montserrat', sans-serif;
	border-bottom:1px solid #ccc;
}

/* Media Queries for Mobile */

	
@media only screen and ( max-width: 1200px ) {
	.nav-primary aside {
		clear:both;
		margin:0px auto;
	}
}

@media print {
	
	body {
	  color: #000;
	  background: #fff;
	}

	.front-page-2,
	#comments,
	.footer-widgets,
	.flipbookad,
	.entry-image{
		display:none !important;
	}	
	
	.site-title{
		text-align:left;
		padding: 0 0 40px 0 !important;
		margin-bottom:100px !important;
        margin-top:0 !important;
		font-size:25px;
	}
}
