.comments-area, .home .page .entry-header, .projects .entry-thumb, .projects .meta-post {
	display: none;
}

.hentry .title-post {
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 10px;
	margin: 0;
}

#secondary {
	background-color: #f9f9f9;
	border-radius: 4px;
	padding-top: 10px;
}

.single .entry-header, .page .entry-header {
	margin-bottom: 0;
}

.btn-menu {
	float: right;
	font-size: 28px;
	font-family: "FontAwesome";
	color: #ddd;
	text-align: center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: all .3s ease-out 0;
}

.page-wrap {
	padding: 23px 0 100px;
	clear: both;
}

ul, ol {
	padding: 5px 20px;
}

.roll-project.fullwidth .project-item {
	width: 20%;
	margin: 0;
	padding: 5px;
	height: 150px;
	overflow: hidden;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #f5f5f5;
	padding: 20px 0;
	transition: all .3s ease-out 0;
}

.home .site-header {
	background-color: rgba(255,255,255,0.8);
}


.project-filter li.active, .project-filter li:hover {
	background-color: #49adc7;
}



.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
}

.site-header.float-header #mainnav {
	padding: 20px;
}

.roll-project .project-item:hover .project-pop {
	opacity: 0;
}


@media only screen and (max-width: 800px) {
	.nivo-caption {
		display: none !important;
	}
	

	#secondary {
		margin-top: 5px;
	}
	
	.roll-project.fullwidth .project-item {
		width: 100%;
		margin: 0;
		padding: 5px;
		height: auto;
		overflow: hidden;
	}
	
	#pl-15 {
		padding-top: 10px;
	}
}

.more-link {
	border-radius: 4px;
	color: #FfffFF !important;
	background: none repeat scroll 0 0 #49adc7;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 3em;
}

.project-filter li.active, .project-filter li:hover {
	background-color: #49adc7;
}

.more-link:hover {
	text-decoration: none;
	color: #49adc7 !important;
	background: none repeat scroll 0 0 #ffffff;
	border: solid 1px #49adc7;
}

/*
	CSS Migrated from Jetpack:
*/


.hentry .title-post {
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 10px;
	margin: 0;
}

#secondary {
	background-color: #f9f9f9;
	border-radius: 4px;
	padding-top: 10px;
}

.single .entry-header, .page .entry-header {
	margin-bottom: 0;
}


.page-wrap {
	padding: 23px 0 100px;
	clear: both;
}

ul, ol {
	padding: 5px 20px;
}

.roll-project.fullwidth .project-item {
	width: 20%;
	margin: 0;
	padding: 5px;
	height: 150px;
	overflow: hidden;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
}

.site-header.float-header #mainnav {
	padding: 20px;
}

.roll-project .project-item:hover .project-pop {
	opacity: 0;
}

.nivo-caption h2 {
	font-size: 32px;
	color: #FFF;
	margin: 3px 0 !important;
}

.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000 none repeat scroll 0 0;
	color: #FFF;
	width: 100%;
	z-index: 8;
	padding: 5px 10% !important;
	opacity: .7;
	overflow: hidden;
	display: none;
	box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
	.nivo-caption {
		display: none !important;
	}
	
	#secondary {
		margin-top: 5px;
	}
	
	.roll-project.fullwidth .project-item {
		width: 100%;
		margin: 0;
		padding: 5px;
		height: auto;
		overflow: hidden;
	}
	
	#pl-15 {
		padding-top: 10px;
	}
}