/* 
Theme Name: Twenty Sixteen Child
Description: Forest Unlimited website
Author: Suzanne Doyle
Version: 2.0
Template: twentysixteen
*/
@import url('../twentysixteen/style.css');

/** Table of Contents **/
/** 1.0 - Normalize      **/  
/** 2.0 - Genericons     **/  
/** 3.0 - Typography    **/  
/** 4.0 - Elements        **/ 
/** 5.0 - Forms            **/ 
/** 6.0 – Navigation     **/  
/** 6.1 - Links             **/  
/** 6.2 - Menus           **/  
/** 7.0 - Accessibility  **/  
/** 8.0 - Alignments    **/  
/** 9.0 - Clearings       **/  
/** 10.0 - Widgets       **/  
/** 11.0 - Content        **/  
/** 11.1 - Header         **/  
/** 11.2 - Posts and pages **/
/** 11.25 - Archive Pages */
/** 11.3 - Post Formats **/  
/** 11.4 - Comments    **/ 
/** 11.5 - Sidebar         **/ 
/** 11.6 - Footer           **/ 
/** 12.0 - Media           **/  
/** 12.1 - Captions       **/ 
/** 12.2 - Galleries       **/  
/** 13.0 - Multisite       **/  
/** 14.0 - Media Queries   **/
/** 14.1 - >= 710px      **/
/** 14.2 - >= 783px      **/
/** 14.3 - >= 910px      **/
/** 14.4 - >= 985px      **/
/** 14.5 - >= 1200px    **/
/** 15.0 - Print             **/

/** 3.0 - Typography    **/ 
body, textarea { 
	color: #1a1a1a; 
	font-family: Georgia, serif;
	font-weight: 500; 
	font-size: 16px; 
	font-size: 1rem; 
	line-height: 1.75; 
} 
button, input, select { 
	color: #1a1a1a; 
	font-family: "Open Sans", "Helvetica Neue", sans-serif; 
	font-weight: 500; 
	font-size: 16px; 
	font-size: 1rem; 
	line-height: 1.75; 
} 
h1, h2, h3, h4, h5, h6, .site-title, .entry-title, .site-footer .site-title, .widget .menu-image-title  {
	font-family: "Open Sans", "Helvetica Neue", sans-serif; 
	font-weight: 500; 
	margin: 0; 
}  
p { margin: 0 0 1.75em; }  
blockquote { 	border: 0 solid #1a1a1a; 	border-left-width: 4px; 	color: #686868; 	font-size: 19px; 	font-size: 1.1875rem; 	font-style: italic; 	line-height: 1.4736842105; 	margin: 0 0 1.4736842105em; 	padding: 0 0 0 1.263157895em; }
/* Placeholder text format -- selectors need to be separate to work. */ 
::-webkit-input-placeholder { color: #686868; font-family: "Open Sans", "Helvetica Neue", sans-serif; }  
:-moz-placeholder { color: #686868; font-family: "Open Sans", "Helvetica Neue", sans-serif; }  
::-moz-placeholder { color: #686868; font-family: "Open Sans", "Helvetica Neue", sans-serif; 	opacity: 1; } 
:-ms-input-placeholder { color: #686868; font-family: "Open Sans", "Helvetica Neue", sans-serif; }
.widget .widget-title { 
	font-family: "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 18px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5, .textwidget h6 { 	
	font-weight: 500;
	font-style: normal;
} 
.entry-content h5 {
	font-weight: 700;
}
.event-title { 
    font-size: 24px; 
    font-family: "Open Sans", "Helvetica Neue", sans-serif; 
}
.main-navigation { 
	font-family: "Open Sans", "Helvetica Neue", sans-serif; 
}
h1.entry-title { 
    font-size: 28px;
	text-align: center;
	margin-bottom: 15px;
}
.entry-content h1 { 
    font-size: 24px; font-family: Montserrat, "Helvetica Neue", sans-serif; 
}

/** 4.0 Elements */
body, #page { 
    background-color: #eeeeee; 
}
.site-inner {
	background-color: #ffffff;	
}
.site-header-menu {
	width: 100%;
}
.site-content, .site-header {
	max-width: 1200px;
	margin: 0 4.5% 20px 4.5%;
	padding: 0;	
}
.entry-header {
	margin: 0;
}
.site-content {
	position: relative;
	background-color: #ffffff;
}
.page-header {
	border: none;
}
.site-content {
	padding: 4.5%;	
}
.comments-area {
	display: none;
}


/** 6.0 – Navigation     **/  
.main-navigation, .menu-toggle, .main-navigation li, .main-navigation li:hover > a,.main-navigation ul ul a { 
    background-color: #493D41;
	color: #ffffff;
	margin: 0;
}
.main-navigation {
	padding-left: 53px;
}
.primary-menu {
	 margin: 0 0 10px 0;	
}
ul.primary-menu a {
	color: #ffffff;
	font-size: 14px;
}
button#menu-toggle.menu-toggle {
	border: none;
}
.menu-toggle:hover, .menu-toggle:focus {
    background-color: black;
    border: none;
    color: #eeeeee;
}
a.menu-image-title-after {
	padding-left: 10px;
}
.menu-social-media-container ul {
	margin: 0;
}
.menu-social-media-container li {
	display: inline;
}

/** 10.0 Widgets */
.widget { 
    font-size: 14px;
    color: #666633; 
    background-color: #fefefe;
    border: 1px solid #cccccc; 
    padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}
.widget .widget-title { 
    font-size: 18px; 
    text-align: center;
    color: #333300; 
}
.widget h3 {
	text-align: center;
}
.widget .menu-image-title {
	color: #333300;
}
.paypal-widget {
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.paypal-text { 
    text-align: center; 
}
.donate-widget input { 
    display: block;
    margin: auto; 
    width: 140px;
}
.widget_recent_entries { 	
    padding-bottom: 30px; 
} 
.widget_recent_entries a { 	
    text-decoration: underline;
    color: #666633; 
} 
.widget_recent_entries li { 	
    padding-bottom: 5px; 
} 
.widget_volunteer { 	
    color: #666633; 
    text-align: center;
}  
#cat.postform {
    display: block;
    margin: auto; 
    width: 140px;
}    
 
/** 11.0 Content - Pages */
.communique { 
    border: 3px solid #cccccc; 
}
.faq-indent { 
    padding-left: 30px; 
}
.indent { 
    padding-left: 30px; 
}
/*.site { 
    background-color: #000; 
}*/

/** 11.1 Header */
.site-header { 
    padding: 0 0 20px 0; 
    background-color: #fff; 
}
.site-header-main { 
    background-image: url(https://forestunlimited.org/wp-content/uploads/2019/08/redwoods-background-1200x350.jpg); 
	background-repeat: no-repeat;
}
.site-branding {
	width: 100%;
	margin-top: 1em;
}
.site-description {
	width: 100%;
	background-color: #90b360;
}
.site-description-text { 
	color: #006633;
	font-size: 18px;
	font-style: italic;
	font-family: Georgia, serif;
	padding: 12px 15px;
}
.custom-logo { 
    margin-left: 63px; 
}
.header-image { 
    clear: none; 
    margin: 0; 
}

/** 11.2 Posts and pages */
.entry-content { 
    max-width: 800px;
	margin: 0 auto;
}
.entrytext {
	margin-left: 7.6923%;
	margin-right: 7.6923%;	
}

/** 11.22 Home Page */
.post-3553 ul.lcp_catlist li {
	margin-bottom: 30px;
}
.post-3553 ul.lcp_catlist li a {
	font-size: 1.2rem;
	color: #333;
}
.post-3553 ul.lcp_catlist li img.lcp_thumbnail {
	float: left;
	height: 160px;
	width: auto;
	margin-right: 10px;
}
.home ul.lcp_catlist li {
	margin-bottom: 30px;
}
.home ul.lcp_catlist li a {
	font-size: 1.2rem;
	color: #222;
}
.home ul.lcp_catlist li a:hover; {
	color: #ccc;
}
.home ul.lcp_catlist li img.lcp_thumbnail {
	float: left;
	height: 160px;
	width: auto;
	margin-right: 10px;
}
.coming-events h3 {
	color: #fff;
	background-color: #90b360;
	padding: 11px 0;
}

/** 11.25 - Archive Pages */
.category-events .page-title, .category-news .page-title, .category-views .page-title {}
.page-header p, .taxonomy-description p {
	font-family: Georgia, serif; 
	font-size: 16px;
	color: #1a1a1a;
	text-align: left;
}
header.page-header {
	padding: 0;
	margin: 0 0 20px 0;
}
.page-title {
	text-align: center;
	font-size: 28px;
}

/** 11.2-HOME */
#post-2 h1.entry-title {
	display: none;
}
.slider {
    width: 100%; 
	height: auto;
	padding: 0 1%;
	margin-bottom: 10px;
	clear: both;
}
.metaslider {
    width: 100%; 
}
.urgent-campaigns {
	text-align: center;
	border: 2px solid #d8590f;
	padding-bottom: 10px;
}
.urgent-campaigns h3 {
	background-color: #d8590f;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
}
.campaign p {
	font-family: "Open Sans" sans-serif;	
}

.gallery-container {
	max-width: 350px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
.gallery {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	border: 1px solid #cccccc;
	background-color: #fefefe;
	padding: 0;
	float: left;	
}
.gallery p {
	margin: 0;
	padding: 0;
}
.desc {
	color: #006633;
	font-size: 20px;
	margin: -10px 0 0 0;
	text-align: center;
}
div.gallery img {
	margin: -30px 0 0 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both; 
}

/** 11.21 - Store Page **/
.entry-content > div.store {
	background-color: #fefefe;
	border: 1px solid #756262;
	padding: 30px 40px 10px 40px;
}
.store > h4.item-header {
	color: #689A35;
	font-family: "Open Sans", "Helvetica Neue", sans-serif; 
	font-size: 1rem;
	font-weight: 600;
}
.origins-cover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/** 11.3 - Post Formats **/  
.entry-header .entry-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.taxonomy-description p {
	font-family: "Open Sans", "Helvetica Neue", sans-serif; 
	text-align: center;
}
/* Only show date and Edit for meta */
span.author, span.cat-links > a, .comments-link a {
	display: none;
}
.lcp_catlist li {
	list-style-type: none;
}


/** 11.6 Footer */
.site-footer { 
    background-color: #90b360; 
    font-family: Helvetica, "Helvetica Neue", sans-serif; 
    font-size: 16px; 
    color: #eeeeee; 
    padding-top: 20px; 
}
#footer-table { 
    float: left; 
}
.column, .column-logo { 
    float: left; 
    margin: 10px; 
    padding: 10px; 
    max-width: 300px; 
    height: 300px; 
}
.tble, .tble a { 
    color: #eeeeee;
    line-height: 1.0em; 
}
.tble a:hover { 
    text-decoration: underline; 
}
#site-info { 
    color: #006633; 
    font-size: 16px; 
    font-family: Georgia, serif; 
    clear: left; 
    display: block; 
    width: 100%; 
}

/** 14.0 - Media Queries   **/
/** 14.1 - >= 450px      **/
@media screen and (min-width: 28.125em) { 
	.gallery {
		margin: 0 2% 20px 2%;
		width: 46%;
		padding: 0;
		border: 1px solid #cccccc;
		background-color: #fefefe;
		float: left;
	}
	.gallery-container {
		max-width: 500px;
		width: 80%;
		margin: 0 auto;
	}	
}
/** 14.1 - >= 710px      **/
@media screen and (min-width: 44.375em) { 
	.gallery {
		margin: 0 2% 20px 2%;
		width: 46%;
		padding: 0;
		border: 1px solid #cccccc;
		background-color: #fefefe;
		float: left;
	}	
}
/** 14.2 - >= 783px      **/
@media screen and (min-width: 48.9375em) { 
	.gallery {
		margin: 0 20px 20px 0;
		width: 45%;
		padding: 0;
		border: 1px solid #cccccc;
		background-color: #fefefe;
		float: left;
	}
	.gallery-container {
		max-width: 500px;
		width: 80%;
		margin: 0 auto;
	}
}

/** 14.3 - >= 910px      **/
@media screen and (min-width: 56.875em) { 	
	.entry-content { 
		max-width: 800px;
	}
	.site-content, .site-header {
		margin: 0 4.5% 20px 4.5%;
		padding: 0;	
	}
	.slider {
		max-width: 800px;
		padding: 0;
	}
}

/** 14.4 - >= 985px      **/
@media screen and (min-width: 61.5625em) { 	
	.custom-logo {
		max-width: 210px;
	}
	.site-header-menu {
		margin-top: 0;
	}
	.gallery {
		margin: 0 20px 20px 0;
		width: 30%;
		padding: 0;
		border: 1px solid #cccccc;
		background-color: #fefefe;
		float: left;
	}
	.gallery-container {
		max-width: 800px;
		width: 100%;
		margin: 0 auto;
	}
	/* Have post take full width of page */
	body:not(.search-results) article:not(.type-page) .entry-content { 			
		float: left; 
		width: 100%; 
	}  	
}

/** 14.5 - >= 1200px    **/
@media screen and (min-width: 75em) { 
	.gallery {
		margin: 0 20px 20px 0;
	}
}








