/* Very Simple Knowledge Base */


/* Link styles */
#vskb-four a, #vskb-three a, #vskb-two a {text-decoration:none;}
#vskb-four a:hover, #vskb-three a:hover, #vskb-two a:hover {text-decoration:none;}


/* Remove border bottom from links in Twenty Fifteen and Twenty Sixteen */
#vskb-four a, #vskb-three a, #vskb-two a {border-bottom:0; box-shadow:none;}


/* Paragraph tag */
#vskb-four p, #vskb-three p, #vskb-two p {margin:0 0 10px; padding:0;}


/* Category image */
.vskb-cat-image {width:100%; clear:both; height:auto; margin:0 0 10px; padding:0; border:0;}


/* Category description */
.vskb-cat-description {width:100%; clear:both; margin:0 0 10px;}


/* Category and Post names */
#vskb-four .vskb-cat-name, #vskb-three .vskb-cat-name, #vskb-two .vskb-cat-name {list-style:none; margin:0 0 10px; padding:0 0 10px; font-size:1.2em; line-height:1.2em; font-weight:bold; border-bottom: 1px solid #333;}
#vskb-four .vskb-cat-name span, #vskb-three .vskb-cat-name span, #vskb-two .vskb-cat-name span {font-weight:normal;}
#vskb-four .vskb-post-name, #vskb-three .vskb-post-name, #vskb-two .vskb-post-name {margin:0 0 0 20px; padding:0;}


/* Four Columns */
#vskb-four {width:100%; clear:both; float:left;}
#vskb-four .vskb-cat-list {width:23.5%; margin:0 2% 20px 0; padding:0; float:left; background:none;}
#vskb-four ul:nth-of-type(4n+1) {clear:left;}
#vskb-four ul:nth-of-type(4n+4) {margin:0 0 20px 0;}


/* Three Columns */
#vskb-three {width:100%; clear:both; float:left;}
#vskb-three .vskb-cat-list {width:32%; margin:0 2% 20px 0; padding:0; float:left; background:none;}
#vskb-three ul:nth-of-type(3n+1) {clear:left;}
#vskb-three ul:nth-of-type(3n+3) {margin:0 0 20px 0;}


/* Two Columns */
#vskb-two {width:100%; clear:both; float:left;}
#vskb-two .vskb-cat-list {width:48%; margin:0 4% 20px 0; padding:0; float:left; background:none;}
#vskb-two ul:nth-of-type(2n+1) {clear:left;}
#vskb-two ul:nth-of-type(2n+2) {margin:0 0 20px 0;}


/* Mobile */
@media screen and (max-width:767px) { 
	/* Four Columns */
	#vskb-four ul:nth-of-type(4n+1) {clear:none;}
	#vskb-four ul:nth-of-type(4n+4) {margin:0 4% 10px 0;}
	#vskb-four ul:nth-of-type(2n+1) {clear:left;}
	#vskb-four ul:nth-of-type(2n+2) {margin:0 0 10px 0;}
	#vskb-four .vskb-cat-list {width:48%; margin:0 4% 10px 0;}

	/* Three Columns */
	#vskb-three ul:nth-of-type(3n+1) {clear:none;}
	#vskb-three ul:nth-of-type(3n+3) {margin:0 4% 10px 0;}
	#vskb-three ul:nth-of-type(2n+1) {clear:left;}
	#vskb-three ul:nth-of-type(2n+2) {margin:0 0 10px 0;}
	#vskb-three .vskb-cat-list {width:48%; margin:0 4% 10px 0;}

	/* Two Columns */
	#vskb-two .vskb-cat-list {margin:0 4% 10px 0;}
}
