.blogTitle{
	color: #1c0e4a;
	font-family: 'Atma', cursive;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 41px;
	margin: 10px 0;
}

.blogText{
	color: #717171;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 69px;
}

.blogIcerik .btn-default{
    background: url('filterBtnBg.jpg') 0 0 repeat;
    color: #FFF;
    font-family: 'Atma', cursive;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 10px;
}

.blogListTitle{
	font-size:20px;
    line-height:30px;
}

.blogListDate{
	color:#6c6c6c;
}

@media screen and (max-width: 768px) {
	
	.blogTitle{
		margin-bottom: 0;
	}

}