.themestek-blogbox-style-1 .themestek-box-content{
    background-color: #fff;
    padding: 30px;
    position: relative;
}
.themestek-blogbox-style-1 .themestek-meta-date{
    padding: 5px 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.themestek-blogbox-style-1 .themestek-meta-date span{
    display: inline-block;
    margin-right: 5px;
}
.themestek-blogbox-style-1 .themestek-box-title h4{
	font-size: 24px;
    line-height: 34px;
}
.themestek-blogbox-style-1 .themestek-box-title a{
    color: #313437
}
.themestek-blogbox-style-1 .themestek-box-title a:hover {
	color: var(--themestek-moversco-skincolor);
}
.themestek-blogbox-style-1 .themestek-meta-date {
	background-color: var(--themestek-moversco-skincolor);
}

/* Responsive */
@media (min-width: 768px) {	
	.themestek-blogbox-style-1 .themestek-box-content {
	    margin: 0 30px;
	    margin-top: -85px;
	}
	.themestek-boxes-col-five .themestek-blogbox-style-1 .themestek-box-content {
		margin: 0 10px;
    	margin-top: -30px;
		padding: 10px;
	}
	.themestek-boxes-col-five .themestek-blogbox-style-1 .themestek-box-title h4 {
		font-size: 20px;
		line-height: 30px;
	}
}