.w4hs-post-categories-posts
{
	display: flex;
	flex-wrap: wrap;
}


.w4hs-post-categories-posts .post
{
	margin-right: 0;
	width: 100%;
	position: relative;
}




@media screen and (min-width: 320px) and (max-width: 649px)
{
	.w4hs-post-categories-posts .post
	{
		margin-right: 20px;
		width: calc(50% - 10px); /* (100% / 2) - (20 * 1 / 2) */
	}
	
	.w4hs-post-categories-posts .post:nth-of-type(2n)
	{
		margin-right: 0;
	}
}


@media screen and (min-width: 650px) and (max-width: 979px)
{
	.w4hs-post-categories-posts .post
	{
		margin-right: 20px;
		width: calc(33.33333% - 13.3333333px); /* (100% / 3) - (20 * 2 / 3) */
	}
	
	.w4hs-post-categories-posts .post:nth-of-type(3n)
	{
		margin-right: 0;
	}
	
	
}


@media screen and (min-width: 980px)
{
	.w4hs-post-categories-posts .post
	{  
		margin-right: 30px;
		width: calc(25% - 22.5px); /* (100% / 4) - (30 * 3 / 4) */
	}
	
	.w4hs-post-categories-posts .post:nth-of-type(4n)
	{
		margin-right: 0;
	}
}



.w4hs-post-categories-posts .post h4
{
	text-transform: none;
}

.w4hs-post-categories-posts .post a
{
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

body ul.w4hs-post-categories-nav
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body ul.w4hs-post-categories-nav li
{
	display: inline-block;
	line-height: 1;
	padding-right: .5em;
	border-right: 2px solid #444;
	margin-right: .5em;
	margin-bottom: .7em;
}

body ul.w4hs-post-categories-nav li:last-of-type
{
	padding-right: 0;
	border-right: 0 none transparent;
	margin-right: 0;
}

body ul.w4hs-post-categories-nav li a
{
	color: inherit;
	text-transform: uppercase;
}

body ul.w4hs-post-categories-nav li a:hover
{
	color: red;
}

body ul.w4hs-post-categories-nav li a:after
{
	
}