.single-post {
    position: relative;
    margin-bottom: 30px;
}
.single-post.highlighted .post-content h3{
	font-size: 32px;
}
.single-post:hover .overlay{
	opacity: 1;
}
.single-post .post-img {
    position: relative;
    overflow:hidden;
}
.single-post .post-img img {
    overflow: hidden;
    height: 230px;
    max-width: none;
    width: auto;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.single-post .post-img .post-tag {
	font-family: 'Oswald', Helvetica Neue, Arial, Sans-serif;
	color: #ffffff;
	background: #F58220;
	padding: 2px 5px 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	position: absolute;
    top: 0px;
    left: 15px;
    z-index: 3;
    text-decoration:none;
}

.single-post .post-img .post-tag:hover {
	background:#3d3d3e;
}
.single-post .post-content {
	color: #ffffff;
	position: absolute;
	width: 100%;
	z-index: 3;
	bottom: 0;
	padding: 20px;
	background: transparent -moz-linear-gradient(bottom, #000000 0%, transparent 100%) repeat scroll 0 0;
	background: transparent -webkit-linear-gradient(bottom, #000000 0%,transparent 100%) repeat scroll 0 0;
	background: transparent linear-gradient(to top, #000000 0%, transparent 100%) repeat scroll 0 0;
}
.single-post .post-content h3 a{
	color: #ffffff;
}
.single-post .post-content h3 {
    margin: 0;
}
.single-post .post-content .post-category {
    font-size: 12px;
}
.single-post .post-content .post-category i{
	margin-right: 5px;
}
.section-title{
	margin-top: 7px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    color: #464646;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-family: 'Oswald', Helvetica Neue, Arial, Sans-serif !important;
}
.section-title::after, .section-title::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}
.section-title::before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: #cecece;
}
.section-title::after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #ffffff;
}

@media(max-width:767px){
	.single-post.highlighted .post-content{
		padding: 10px;
	}
	.single-post.highlighted .post-content .post-category{
		display: none;
	}
	.single-post .post-content h3{
		font-size: 20px;
	}
	.single-post.highlighted .post-content h3 {
	    font-size: 28px;
	}
}

@media (min-width:768px){
	.single-post .post-img img {
	    height:240px;
	    max-width:none;
	    width:auto;
	    position: relative;
        left: 50%;
        transform: translatex(-50%);
	}
	.single-post.highlighted .post-img{
	    height:480px;
	    overflow: hidden;
	}
	.single-post.highlighted .post-img img{
		min-height:480px;
		width: 100%;
		height: auto;
	}
}