
.wshs-post-simple-list ul {
	float: left;
	width: 100%;
}

.wshs-post-simple-list li {
	float: left;
	width: 100%;
	padding-left: 20px;
	text-align: left;
}

.wshs-post-simple-list li a, .wshs-post-simple-list li p {
	margin-bottom: 0;
	line-height: normal;
}

.wshs-post-simple-list li.wshs-list-level-1 img {
	margin-right: 10px;
	float: left;
}

.wshs-post-simple-list li.wshs-list-level-2 img {
	margin-right: 10px;
	float: left;
}

.wshs-post-simple-list li.wshs-list-level-3 img {
	margin-right: 10px;
	float: left;
}

.wshs-post-simple-list li.wshs-list-level-4 img {
	margin-right: 10px;
	float: left;
}

.wshs-post-simple-list li.wshs-list-level-5 img {
	margin-right: 10px;
	float: left;
}

.wshs-post-simple-list.list-style ul li::before {
	content: "";
	list-style: none;
	text-decoration: none;
}

.wshs-post-simple-list li img {
	float: left;
	margin-right: 10px;
}

.horizontal-view ul li:before {
	content: none;
}

.horizontal-view ul li {
	padding: 0px 4px 0 0;
	width: auto;
	float: left;
	text-decoration: none;
	list-style: none;
}

.horizontal-view ul li a {
	border-bottom: 1px solid #000;
}

.horizontal-view ul li:last-child {
	display: none;
}

.wshs-post-simple-list.half-layout.left {
	float: left;
	width: 48%;
	margin-right: 20px;
}

.wshs-post-simple-list.half-layout.right {
	float: right;
	width: 48%;
	margin-right: 0px;
}

.wshs-post-simple-list.list-style ul li {
	padding-left: 0;
}

.wshs-post-simple-list li ul.children {
	margin: 10px 0 0 0;
}

.wshs-post-simple-list li ul.children li {
	margin: 0 0 5px;
}

.wshs-post-simple-list.list-style li ul.children {
	margin-bottom: 0;
	margin-left: 20px;
	margin-top: 10px;
}

.wshs-post-simple-list.list-style p {
	margin: 0 0 5px;
}

.wshs-post-simple-list h2 {
	display: inline-block;
	float: left;
	text-align: left;
	width: 100%;
}

.wshs-post-simple-list.half-layout {
	float: left;
	width: 48%;
	padding-right: 20px;
}

.wshs-post-simple-list.list-style.half-layout {
	padding-right: 20px;
	float: left;
	width: 48%;
}

.wshs-post-simple-list.list-style.half-layout li {
	padding-right: 20px;
}

.wshs-post-simple-list.list-style.half-layout li ul.children {
	padding-left: 20px;
}

.horizontal-view {
	display: inline-block;
}

.horizontal-view h2 {
	display: inline-block;
	float: none;
	text-align: left;
	width: 100%;
}

.horizontal-view.full-layout {
	width: 100%;
	display: inline-block;
}

.horizontal-view.half-layout.left {
	float: left;
	width: 48%;
	margin-right: 20px;
}

.horizontal-view.half-layout.right {
	float: right;
	width: 48%;
	margin-right: 0px;
}

.horizontal-view.half-layout {
	float: left;
	width: 48%;
	margin-right: 10px;
}

.wshs-post-simple-list.list-style ul li p small {
	padding-bottom: 10px;
	display: inline-block;
}

/* Listing with image */
.wshs-post-simple-list.wshs-image-listing li {
	margin-bottom: 5px;
}

.wshs-post-simple-list.wshs-image-listing li ul.children {
	margin: 0;
}

.wshs-post-simple-list.wshs-image-listing li ul.children li {
	margin: 5px 0 0;
}

@media only screen and (max-width:767px) {
	.wshs-post-simple-list.half-layout.left {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	
	.wshs-post-simple-list.half-layout.right {
		float: right;
		width: 100%;
	}
	
	.wshs-post-simple-list.half-layout {
		float: left;
		width: 100%;
		margin-right: 0px;
	}
	
	.horizontal-view.half-layout.left {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	
	.horizontal-view.half-layout.right {
		float: right;
		width: 100%;
	}
	
	.horizontal-view.half-layout {
		float: left;
		width: 100%;
		margin-right: 0px;
	}
	
	.wshs-post-simple-list.list-style.half-layout {
		width: 100%;
	}
}
