/*
 *  Navigation
 *
 */

/*  Navigation, horizontal  */
.navigation.nh .menu {
	overflow: hidden;
   flex-wrap: wrap;
}
	.navigation.nh .menu > li {
		float: left;
		width: 31% !important;
		margin-bottom: 2em;
	}
		.navigation.nh .menu > li:nth-child(3n+1) {
			padding-left: 0;
		}
		.navigation.nh .menu > li:nth-child(3n+3) {
			border-right: none;
		}

		/* If a menu in the first or second column is the last one,
		 * fill the rest of the space to keep preferred alignment
		 */
		.navigation.nh .menu > li:last-child:nth-child(3n+1) {
			margin-right: 66.6%;
		}
		.navigation.nh .menu > li:last-child:nth-child(3n+2) {
			margin-right: 33.3%;
		}

/*
 *  Templates
 *
 */

/*  Post lists  */

.posts-list span.post-time,
.posts-list a {
	display: block;
	width: 100% !important;
}

.posts-list span.post-time {
	color: #777;
}