.post-item{
	background: #fff;
	width:calc(33.33% - 20px);
	margin:30px 0px 0px 30px;
	display:block;
	color:#000000 !important;
}
.post-item:hover{
	color: var(--link-hover-color) !important;
}
.post-item:nth-child(3n+1){
	margin-left:0px;
}
.post-item .post-item-image{
	width:100%;
	padding-bottom:70%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.post-item .post-item-container{
	padding:20px;
	overflow:auto;
}
.post-item .post-item-container .post-item-content{
	text-align:left;
}
.post-item .post-item-container .post-item-content h1{
	font-size: 18px;
    font-weight: 500;
    text-transform: none;
    margin: 10px 0px 10px;
    text-align: left;
}
.post-item .post-item-container .post-item-content h1 a{
	color:#000000;
}
.post-item .post-item-container .post-item-content h1 a:hover{
	color:#e17645;
}
.post-item .post-item-container .post-item-content p{
	font-size:14px;
	line-height:120%;
	color:#666666;
}
.post-item .post-item-container .post-item-info{
	margin-top:10px;
	font-size:13px;
}
.post-item .post-item-container .post-item-info a{
	color:#999999;
}
.post-item .post-item-container .post-item-info a:hover{
	color:#000000;
}
.post-item .post-item-container .post-item-info i{
	margin:0px 8px 0px 0px;
	font-size:16px;
	vertical-align:middle;
}

@media all and (max-width: 768px){	
	.post-item{
		width:calc(50% - 15px);
	}
	.post-item:nth-child(3n+1){
		margin-left:30px;
	}
	.post-item:nth-child(2n+1){
		margin-left:0px;
	}
}

@media all and (max-width: 600px){
	.post-item{
		width:100%;
		margin-left:0px;
	}
	.post-item:nth-child(3n+1),
	.post-item:nth-child(2n+1){
		margin-left:0px;
	}
}