.post-item{
	width:calc(33.33% - 20px);
	margin:0px;
	display:block;
	color:#000000 !important;

	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.post-item:hover{
	color: var(--color-01) !important;
}
.post-item:nth-child(3n+1){
	margin-left:0px;
}
.post-item .post-item-image{
	width:100%;
	padding-bottom:38%;
	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: 16px;
    font-weight: 500;
    text-transform: none;
    margin: 0px 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:var(--color-01);
}
.post-item .post-item-container .post-item-content ul.post-categories{
	list-style:none;
	display:flex;
	margin:0px 0px 15px;
	padding:0px;
}
.post-item .post-item-container .post-item-content ul.post-categories li{
	margin: 0px 5px 0px 0px;
}
.post-item .post-item-container .post-item-content ul.post-categories a{
	font-size: 11px;
    font-weight: 300;
    color: #fff;
    line-height: 12px;
    background: var(--color-01);
    display: inline-block;
	padding: 4px 6px;
	text-transform: uppercase;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	khtml-border-radius:2px;
	border-radius:2px;
}
.post-item .post-item-container .post-item-content p{
	font-size:13px;
	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;
	}
}