img.top-footer-single-post-img,
img.top-footer-sec-img,
img.top-footer-last-post-img {
    max-width: 100%;
    max-height: 100%;
    background-color:#000;
}
/* footer-top-recent-category-post */
.footer-top-recent-category-post h2 {
	background: none;
    color: #343434;
    font-size: 26px;
    line-height: 20px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.footer-top-recent-category-post h2:after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #00a1e4;
}
.top-footer-single-post, .top-footer-sec-one-post, .top-footer-last-post {
	position:relative;
}
.footer-post-content {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
    padding: 15px;
    background: linear-gradient(to bottom, transparent 0%, #000 90%);
    opacity: 1;
    transition: opacity 0.3s;
}
.footer-post-content h3 a {
	font-family: 'Barlow Semi Condensed', sans-serif;
	color:#fff !important;
	text-decoration:none;
}
.footer-post-content h3 {
	margin-bottom:0 !important;
}
.footer-post-content .category-links a {
	    background: #00a1e4;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.top-footer-sec-one-post img {
	min-height:370px;
}
.top-footer-single-post, .top-footer-last-post {
    margin-bottom: 30px;
}
.top-footer-single-post, .top-footer-last-post {
    margin-bottom: 30px;
}
.top-footer-first-post .row:last-child .top-footer-single-post, .top-footer-last-post .row:last-child .top-footer-last-post {
	margin-bottom:0;
}
.top-footer-post {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.top-footer-single-post h3, .top-footer-last-post h3 {
	font-size:16px;
}
@media screen and (max-width: 768px){
    .top-footer-post .col-xs-12{
        padding: 0;
    }
    .top-footer-sec-one-post-col{
        margin-bottom: 30px;
    }
}