/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.top-bar {
	background-color: #FFFFFF;
}

div#front-page-testimonials, div#front-page-recent-posts {
	display: none;
}

header.entry-header div.entry-meta span.cat-links {
	display: none;
}

.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
	font-size: inherit;
}

body:not(.home) .custom-header {
	display: none;
}

.full-width-widget-area.widget-area {
	font-size: 12px;
}

.header-widget-area .widget:first-of-type {
	margin: 0;
	padding: 0;
}

h2.widget-title {
	text-align: center;
	padding: 0;
	margin: 0;
}

body:not(.home) .header-widget-area {
	display: none;
}

hr {
	clear: both;
}

a, a:visited, a:active, a:hover {
	color: #E5AC48;
	font-weight: normal;
	letter-spacing: 1px;
}

button, .button {
	border-color: #e5ac48;
	color: #e5ac48;
}

button:hover {
	border-color: #000;
	color: #000;
}
.comment-navigation a, .comment-navigation a:visited, .posts-navigation a, .posts-navigation a:visited, .post-navigation a, .post-navigation a:visited {
	color: #E5AC48;
	text-decoration: none;
}

.main-navigation ul ul {
	background-color: #E7B45A;
}

ul.sub-menu li.current-menu-item a {
	color: #000;
	font-weight: bold;
}

.main-navigation ul ul a:hover {
	background-color: #000;
}

.header-widget-area, .header-widget-area a {
	font-weight: normal;
	color: #000;
	background-color: #E1A240;
}

.header-widget-area a:hover {
	text-decoration: underline;
}

.header-widget-area-wrapper {
	padding: 0;
}

/* Remove Category: from Cons Projects */
.category-conservation-projects  h1.page-title {
	font-size: 0;
	padding-bottom: 15px;
}

.category-conservation-projects h1.page-title:before {
	content: "Conservation Projects";
	font-size: 42px;
}
.page-title {
    color: #000000;
}
/*hide comment link on category page | hc-26629957-ll */
body.archive.category span.comments-link {
    visibility: hidden;
}
.footer-widgets-wrapper {
    padding: 15px 0 0 0;
}
/* Center page titles AL */

h1.entry-title {
    text-align: center;
}
/* Adjust Page width 
.single-post.no-sidebar:not(.page-template-full-width-page):not(.page-template-front-page) .content-area {
    max-width: 80%;
}*/

.wp-caption .wp-caption-text {
    font-size: 60%;
    font-style: normal;
    font-weight: normal;
}