#categoryholder{ display:flex; flex-wrap:wrap; justify-content:space-between; padding: 0 0 10px;}
#sort-options{ width:200px; background: #000;  color: #fff;  border-radius: 60px;  border: 1px solid #fff;}
#category-tabs{ display:flex; flex-wrap:wrap; grid-gap:9px;}
.post-gridsec{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.post-gridsec .gridpost-item{ width:33.33%; padding:5px;}
.post-gridsec .gridpost-item img{ border-radius:12px;}
#post-list{ padding:0 0 10px; }
#load-more{ display:table; margin:0 auto;}
#category-tabs button, #load-more{ background: rgb(225,7,7); background: linear-gradient(90deg, rgba(225,7,7,1) 0%, rgba(123,1,1,1) 100%); color:#fff; border-radius:30px;}

@media (max-width: 768px) {
.post-gridsec .gridpost-item{ width:50%;}
#categoryholder{ flex-direction:column;align-items: center;}
#category-tabs{ padding:10px 0;justify-content: center;}
}

@media (max-width: 480px) {
.post-gridsec .gridpost-item{ width:100%;}
}
