.postgrid {}
.postgrid .pagination{}
.postgrid .items {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; -webkit-flex-wrap: wrap; /* Safari */ flex-wrap: wrap;}
.postgrid .item {overflow:hidden;}
.postgrid .item a {text-decoration:none!important;}
.postgrid .item .inner {}
.postgrid .item .image img {width:100%;-moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear;  -webkit-transition: all 1s linear;
    transition: all 1s linear;}
.postgrid .item .content {padding:4px;text-decoration:none;font-size:14px;}


.postgrid .item .content .title{font-size:1.45em;}
.postgrid .item .content .excerpt{}

.postgrid .bottom {}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */