/* 
For: Customized/Override CSS for CampSkylemar 2.0
Author: SlickFish
*/
/* header */
@media screen and (min-width: 1025px) {
	.site-header {
		box-shadow: none;
		border-bottom: none;
	}
}
/* notification bar */
.notify {
	top: 34px !important;
}
.notify a {
	background: rgba(216,216,216,0.6);
	color: #063430;
}
.notify a:hover {
	background: transparent;
	color: #063430;
}


/* BLOG */
.blog-it-up .hentry {
	background: transparent;
}
.blog-it-up .post-list .hentry .entry-header {
	margin-bottom: 0;
	bottom: inherit;
	padding-top: 0;
	padding-bottom: 0.5rem;
	background: rgba(14, 45, 121, 1.0);
}

@media (min-width: 584px) {
	article.type-post > header.entry-header img {
		transform: translateY(0);
	}
}
.blog-it-up .post-list .hentry .entry-content {
	height: auto;
	bottom: 50%;
	transform: translateY(-50%);
	overflow: auto;
	padding: 0;
	
	display: none;
}
.blog-it-up .post-list .hentry:hover .entry-content {
	height: auto;
	bottom: 50%;
	display: block;
}
.blog-it-up .post-list .hentry:hover .entry-header {
	margin-bottom: 0;
}
.blog-it-up .post-list .hentry .entry-content .content-panel {
	display: none;
}
.blog-it-up .post-list .hentry .entry-content a.read-more {
	position: relative;
	font-size: 1.4rem;
}

.blog-it-up .post-list .hentry .entry-header .entry-meta {
	margin-bottom: 0; 
}
.blog-it-up .post-list .hentry .entry-header h2, 
.blog-it-up .post-list .hentry .entry-header h2.entry-title {
	font-size: 26px;
}


/* FOOTER */
.footer-menu ul li ul.sub-menu a {
	padding-left: 0;
}