/*body {
	background: #22313f;
	color: #fff;
	font: 400 15px Ubuntu, sans-serif;
}*/

/*h1 {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}*/

.category-child .post-content span {
    color: #fff;
}

.category-child .post-content {
    background-color: rgba(7, 7, 7, 0.65);
    color: #fff;
    margin-top: -80px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    height: 80px;
    overflow: hidden;
}

.thumb img {
    width: 300px;
    height: 200px;
}

.thumbnail {
	background: #cecece;
}

.thumbnail:hover {
	box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}

.thumbnail:active {
	box-shadow: 0 10px 8px 0 #f9690e, 0 6px 10px 0 #f9690e;
}

.thumbnail:visited {
	text-decoration: none;
}

.post-content span {
    /*line-height: 30px;*/
    /*vertical-align: middle;*/
    position: relative;
    top: 10px;
    /*vertical-align: middle;*/
    text-decoration: none;
}

a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
    .c_title h1 {
        font-size: 30px;
    }
}

@media (max-width: 414px) {
    .c_title h1 {
        font-size: 24px;
    }

}

@media (max-width: 345px) {
	.post-content span {
		top: 0px;
	}
}