.sdd-posts {
	width:100%;
	font-size:0px;
	margin:0px -10px;
	font-family:Open Sans;
	font-weight:300;
	font-style:normal;
}

.sdd-posts > div {
	display:inline-block;
	width:calc(25% - 20px);
	background-color:#eeeeee;
	padding:10px;
	box-sizing:border-box;
	margin:10px;
}

.terms_filter {
	list-style-type:none;
	display:block;
	text-align:center;
	margin:0;
	padding:0;
}

.terms_filter > li {
	display:inline-block;
	padding:5px 15px;
	text-align:center;
	border-radius:15px;
	height:30px;
	box-sizing:border-box;
	line-height:20px;
	margin:10px 5px;
	cursor:pointer;
	transition:background-color linear 0.2s;
}

.sdd-posts > div a {
	font-family:Open Sans;
	font-weight:300;
	text-transform:uppercase;
	font-style:normal;
}

.terms_filter > li.active {
	background-color:#eeeeee;
}


@media only screen and (max-width:768px) {
	.sdd-posts > div {
		width:calc(33.33% - 20px);
	}
}

@media only screen and (max-width:600px) {
	.sdd-posts > div {
		width:calc(50% - 20px);
	}
}

@media only screen and (max-width:540px) {
	.sdd-posts > div {
		width:100%;
	}
}