/*  For screen sizes less than 1000px wide  */

#content, #header, #header_art, #footer,
#navi, #content_gallery,
body.home #main, .widgets_inner {
	min-width: 0;
}

/*  Templates  */
#archive-posts span.post-time,
#archive-posts a {
	display: block;
	width: 100% !important;
}

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

/*  Horizontal navigation  */
.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%;
		}