/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .wzkb {
	width: 100%;
	margin: 10px 0;
}

.wzkb:after, .wzkb_master_section:after {
	content: "";
	display: table;
	clear: both;
}

.wzkb h3 a, .wzkb h4 a, .wzkb h3 a:visited, .wzkb h4 a:visited {
	color: #333;
	text-decoration: none;
	border: 0;
}

.wzkb h3.wzkb_section_name {
	font-size: 20px;
}

.wzkb h3.wzkb-section-name-level-0, .wzkb h3.wzkb-section-name-level-1 {
	font-size: 28px;
}

.wzkb h3.wzkb-section-name-level-2 {
	border-bottom: 1px solid #666;
	font-size: 24px;
}

.wzkb-articles-list {
	margin: 0 !important;
	padding: 0 !important;
}

.wzkb-articles-list li {
	margin: 5px 0;
	list-style-type: none !important;
}

.wzkb-articles-list li:before {
	content: "\f123";
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 1;
	font-family: dashicons;
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	-webkit-transition: color .1s ease-in 0;
	transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	word-wrap: break-word;
	color: #666;
}

.wzkb_section_count {
	display: block;
	float: right;
	margin: 0;
	padding: 2px;
	border: 0;
	background: orange;
	border-radius: 45%;
	text-align: center;
	font-size: 70%;
	min-width: 36px;
}

/* Set up the responsive grid based on http://www.responsivegridsystem.com/ /*
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0;
	margin: 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.span_1_of_2:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.13%;
}

.span_1_of_3 {
	width: 32.26%;
}

.span_1_of_3:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}

.span_1_of_4:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
	width: 79.68%;
}

.span_3_of_5 {
	width: 59.36%;
}

.span_2_of_5 {
	width: 39.04%;
}

.span_1_of_5 {
	width: 18.72%;
}

.span_1_of_5:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0;
	}

	.span_2_of_2, .span_1_of_2, .span_1_of_3, .span_2_of_3, .span_3_of_3, .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4, .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
		width: 100%;
	}
}
