



/*KingComposer addon blog list addon*/

.custom-blog-grid .post-grid {
    padding: 10px 5px !important;
}

.custom-blog-grid .content {
    padding: 10px 0 !important;
    box-shadow: none !important;
}

/**
****** Responsive Style
 */
/*tab screen for responsive*/

@media only screen and (min-width:768px) and (max-width:991px){



}



/*mobile screen for responsive*/
@media only screen and (min-width:0px) and (max-width:992px) {

    .custom-blog-grid .post-grid.grid-3:last-child {display: none;}

}