/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Homepage */
#masthead .header-links {
	position: absolute;
	bottom: 25px;
	right: 20px;
	font-weight: bold;
}

.site-title {
	display: none;
}

.site-description {
	display: none;
}

.has-background-cover .overlay {
	opacity: 0;
}

.site-header {
}

#fullscreen-header .featured-slide .more-link {
	text-transform: none;
	letter-spacing: 1px;
	font-size: 16px;
}

.featured-page-content h2 {
	text-transform: uppercase;
}

.front-block-one {
	background-color: #06677d;
	padding: 50px 30px;
}

.front-block-one h1 {
	color: #77bd43;
}

.front-block-one p {
	color: #FFF;
}

.front-block-one a {
	color: #77bd43;
}

/* Feature Page Block */
.featured-page .entry-header a {
	background: rgba(0,0,0,0.4);
	z-index: 0;
}

.front-block .grid-row .featured-page-inner {
	height: 5em;
	border: solid 0 yellow;
}

.front-block .grid-row.two-columns .hentry .entry-header,
.front-block .grid-row.three-columns .hentry .entry-header {
	border: solid 0 white;
	min-height: 20em;
}

.front-block h2 {
	text-transform: none;
}

/* Homepage Portfolio */
.portfolio-grid .hentry .entry-header a {
	background: rgba(0,0,0,0.0);
	opacity: 1;
}

.portfolio-grid .hentry .entry-header a:hover {
	background: rgba(0,0,0,0.3);
}

.portfolio-grid .hentry .entry-header .entry-title {
	margin: 0;
	visibility: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
}

/* Footer */
#colophon {
	background-color: #06677d;
}

#colophon, #colophon a {
	color: #FFFFFF;
}

#colophon a:hover {
	color: #77bd43;
}

.site-info {
	display: none;
}

.site-footer .sub-menu {
	display: none;
}

/* .menu-site-navigation-container #menu-site-navigation li {display:inline} */
/* Blog */
#primary-header .entry-meta {
	display: none;
}

.entry-footer {
	display: none;
}

/* Subpage Headers */
#primary-header {
	height: 16em;
}

.post-template-default .entry-content h2,
.page .entry-content h2 {
	margin-top: 0;
	margin-bottom: 30px;
	color: #06677d;
}

.post-template-default .entry-content p,
.page .entry-content p {
	margin-bottom: 25px;
}

div.half:nth-of-type(odd) {
	width: 49%;
	padding-bottom: 30px;
	padding-right: 30px;
	float: left;
	clear: both;
}

div.half:nth-of-type(even) {
	width: 49%;
	padding-bottom: 30px;
	float: left;
}

div.col1-1:nth-of-type(odd) {
	padding-right: 30px;
	width: 49%;
	padding-bottom: 30px;
	float: left;
	clear: both;
}

div.col1-1:nth-of-type(even) {
	width: 49%;
	padding-bottom: 30px;
	float: left;
}

div.col1-2:nth-of-type(odd) {
	width: 29%;
	padding-bottom: 30px;
	float: left;
	clear: both;
}

div.col1-2:nth-of-type(even) {
	width: 69%;
	padding-bottom: 30px;
	float: left;
}

div.col2-1:nth-of-type(odd) {
	width: 69%;
	padding-bottom: 30px;
	float: left;
	clear: both;
}

div.col2-1:nth-of-type(even) {
	width: 29%;
	padding-bottom: 30px;
	float: left;
}

div.datafeature:nth-of-type(odd) {
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	margin-right: 10px;
	float: left;
	clear: both;
	margin-bottom: .6em;
}

div.datafeature:nth-of-type(even) {
	line-height: 1em;
	font-weight: bold;
	float: left;
	min-height: 50px;
	width: 30%;
	padding-top: 6px;
}

div.col1-1 h4 {
	margin-top: 0;
}

div.col1-1 {
	padding-bottom: 0;
}

.smallnote {
	font-size: .6em;
	line-height: .6em;
	color: #999999;
}

.keyfeature {
	font-size: 1.1em;
	font-weight: bold;
	color: #06677d;
}

ul.nospace {
	margin-bottom: 0;
}

.hrule {
	border: 1px solid #000000;
	clear: both;
}

.blog .more-link-container,
.blog .author,
.blog .byline {
	display: none;
}

.display-posts-listing .title {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}

.display-posts-listing .date {
	font-weight: bold;
	font-size: .9em;
	line-height: .5em;
	color: grey;
}

.display-posts-listing .excerpt {
	font-size: .9em;
	line-height: .6em;
}

.listing-item {
	padding-bottom: 20px;
}

.post-1038 .excerpt-dash {
	display: none;
}

/* Tablet and Mobile */
@media screen and (max-width:800px) {
	div.half:nth-of-type(odd),
					div.half:nth-of-type(even),	   
					div.col1-1:nth-of-type(odd),
					div.col1-1:nth-of-type(even),
					div.col1-2:nth-of-type(odd),
					div.col1-2:nth-of-type(even),
					div.col2-1:nth-of-type(odd),
					div.col2-1:nth-of-type(even) {
		width: 80%;
		padding-right: 0;			
		padding-bottom: 30px;
		float: none;
	}
	.portfolio-grid .hentry .entry-header a {
		background: rgba(0,0,0,0.3);
	}
}