.filter-post ul {
  font-size: 14px;
  justify-content: center;
  list-style: none;
  margin: 0 5px;
  overflow-x: auto;
  padding-left: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.filter-post ul li {
  background: #fff !important;
  border: 1px dashed #d4d9de;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  padding: 10px 25px;
}

.grid-item-post{
	background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 30px #D9DBDF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.grid-item-post:hover {
    -webkit-transform: translate(20px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
     }
.blog-index__post-content{
  padding: 0px 20px 20px 20px;
  text-align: justify;
}
.blog-index-v2 .grid-row .grid-item{
  margin-top: 50px !important;
}

.blog-meta-box{
  padding: 0px 0 15px 0px;
}
.blog-meta-box span
{
    margin-right: 13px;
    color: #B3B3B3;
}
.blog-meta-box span i {
    color: #f6115a;
    margin-right: 6px;
}
.blog-meta-box span {
    margin-right: 13px;
    color: #B3B3B3;
}
.blog-meta-box a {
    color: #A5A5A5;
}
.blog-meta-box a i {
    margin-right: 6px;
    color: #f6115a;
}
.blog-meta-box span {
    margin-right: 13px;
    color: #B3B3B3;
}
