/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       Cao Nguyen
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/

.box-wrap {
	overflow: hidden;
}
.box-wrap > .entry-header a,
.box-wrap > .entry-header span {
	color: #ffffff;
}
.box-wrap > .entry-header {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px 15px 10px;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,.65)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 70%);
}

.entry-header > .cat-links {
	margin-bottom: 10px;
}
.content-9 .post-content,
.content-11 .post-content {
	background-color: #ffff;
    margin: -50px 20px 0;
	padding: 1rem 1.5rem 0;
}
.cat-bottom .post-image > .cat-links {
    top: auto;
    bottom: 10px;
}
.single-post-5 .page-header {
	text-align: center;
}
.single-post-6 .site-main article.post {
	margin-top: -90px;
}
@media (min-width:576px) {
	.#box-wrap > .entry-header {
		padding: 20px;
	}
}