
.worldsoft-1col .wsCommentContainer {
	border: 1px solid silver;
	margin: 10px;
}

.worldsoft-1col .wsComment {
	padding: 0px;
	margin: 0px;
}

.worldsoft-1col .wsComment .entry-meta {
	padding: 10px;
	margin: 0px;
	background-color: #ddd;
}

.worldsoft-1col .wsComment .entry-meta .entry-meta-header {
	font-size: 8pt;
	font-style: italic;
}

.worldsoft-1col .wsComment .entry-meta .entry-meta-actions {
	text-align: right;
}

.worldsoft-1col .wsComment .comment {
	padding: 10px;
}

.worldsoft-1col .wsCommentActions {
	background-color: #ccc;
	min-height: 40px;
	padding: 10px;
}

@import url("https://fonts.worldsoft.ch/css?family=Vollkorn:400,400italic,700,700italic");

@import url("https://fonts.worldsoft.ch/css?family=Ubuntu:300,400,500,700");

@import url("https://fonts.worldsoft.ch/css?family=Alegreya:400,700,900");

.worldsoft-1col .post {
	font-size: 16px;
	line-height: 1.65;
	color: #383a3b;
	font-family: "Alegreya", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #e7e7e7;
}

.worldsoft-1col .post .post-header {
	margin-bottom: 10px;
	position: relative;
}

.worldsoft-1col .post .post-header .post-thumb {
	margin: -2px -2px 50px -2px;
}

.worldsoft-1col .post .post-header .post-thumb img {
	width: 100%;
	height: auto;
	filter: sepia(100%);
	transition-property: -webkit-filter;
	transition-duration: .25s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .post .post-header .post-thumb img:hover {
	filter: sepia(0);
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .post .post-header .post-title {
	display: block;
	position: relative;
	font-size: 2.375rem;
	line-height: 1.125;
	font-weight: 400;
	color: #3c362e;
	font-family: "Vollkorn", serif;
	padding: 0px 20px;
	margin: 0px auto 50px auto;
	max-width: 550px;
}

.worldsoft-1col .post .post-header .post-title::after {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	border-bottom: 2px solid #e7e7e7;
}

.worldsoft-1col .post .post-header .post-title a {
	color: #3c362e;
	text-decoration: none;
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .post .post-header .post-title a:hover {
	color: #3c362e;
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .post .post-header .post-meta {
	font-size: .8em;
	font-family: "ubuntu", sans-serif;
	margin: 0px 0px 8px 0px;
	color: #d6a940;
}

.worldsoft-1col .post .post-header .post-meta a {
	color: #d6a940;
	text-decoration: none;
}

.worldsoft-1col .post .post-header .post-meta .post-category {
	margin-right: 25px;
}

.worldsoft-1col .post .post-header .post-meta .post-date {
	margin-right: 15px;
}

.worldsoft-1col .post .post-header .post-meta .post-author {
	margin-right: 15px;
}

.worldsoft-1col .post .post-header .post-meta .post-commments {
	margin-right: 0px;
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .post .post-content {
	text-transform: none;
	font-family: "Alegreya", serif;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #3c362e;
	padding: 0px 20px;
	margin: 0px auto;
	max-width: 550px;
}

.worldsoft-1col .post .article_more {
	display: block !important;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

.worldsoft-1col .post .article_more a {
	font-weight: normal;
	font-size: .95em;
	padding: 6px 12px;
	display: inline-block;
	color: #d6a940;
	text-decoration: underline;
	transition: all .35s ease-in-out 0s;
	font-family: "Alegreya", serif;
}

.worldsoft-1col .post .article_more a:hover {
	color: #d6a940;
	text-decoration: none;
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .ws_article hr {
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .post-page {
	font-size: 16px;
	line-height: 1.65;
	color: #383a3b;
	font-family: "Alegreya", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #e7e7e7;
}

.worldsoft-1col .post-page .post-page-header {
	padding: 0px 0px 0px 0px;
	margin: -2px -2px 40px -2px;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: block;
}

.worldsoft-1col .post-page .post-page-header .post-page-meta-title {
	padding: 0px 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.worldsoft-1col .post-page .post-page-header .post-page-image {
	margin: 0px 0px 0px 0px;
	display: block;
	position: relative;
}

.worldsoft-1col .post-page .post-page-header .post-page-image img {
	max-width: 100%;
	width: 100%;
	width: 100%;
	height: auto;
	filter: sepia(100%);
	transition-property: -webkit-filter;
	transition-duration: .25s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .post-page .post-page-header .post-page-image img:hover {
	filter: sepia(0);
	transition: all .35s ease-in-out 0s;
}

.worldsoft-1col .post-page .post-page-header .post-page-cats {
	font-size: .75em;
	text-transform: uppercase;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #c7a84e;
	margin-bottom: 30px;
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .post-page .post-page-header .post-page-meta {
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .03em;
	position: relative;
	margin-top: 35px;
	opacity: .8;
	color: #000;
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .post-page .post-page-header .post-page-cats a {
	color: #000;
	text-decoration: none;
}

.worldsoft-1col .post-page .post-page-header .post-page-meta .post-page-on {
	margin-right: 15px;
}

.worldsoft-1col .post-page .post-page-header .post-page-meta .post-page-author {
	margin-right: 12px;
}

.worldsoft-1col .post-page .post-page-header .post-page-meta .post-page-author a {
	color: #000;
	text-decoration: none;
}

.worldsoft-1col .post-page .post-page-header .post-page-meta .post-page-comments {
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .post-page .post-page-header .post-page-title {
	display: block;
	position: relative;
	font-size: 4.125rem;
	line-height: 1.125;
	font-weight: 400;
	color: #3c362e;
	font-family: "Vollkorn", serif;
	padding: 0px 50px;
	margin: 50px auto 50px auto;
	text-transform: none;
}

.worldsoft-1col .post-page .post-page-header .post-page-title::after {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	border-bottom: 2px solid #e7e7e7;
}

.worldsoft-1col .post-page .post-page-header .post-page-title a {
	color: #3c362e;
	text-decoration: none;
}

.worldsoft-1col .post-page .post-page-content {
	text-align: left;
	padding: 0px 50px 20px 50px;
	border-bottom: 2px solid rgba(0, 0, 0, .05);
	text-transform: none;
	margin: 0px auto;
}

.worldsoft-1col .post-page .post-page-tags {
	padding: 20px 50px;
	border-bottom: 2px solid rgba(0, 0, 0, .05);
	text-align: left;
	text-transform: none;
	font-size: 13px;
	font-style: italic;
}

.worldsoft-1col .post-page .post-page-tags a {
	text-decoration: none;
}

.worldsoft-1col .post-page .post-page-comments {
	text-align: left;
	text-transform: none;
	padding: 0px;
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .post-page .post-page-share {
	padding: 20px 0px;
	margin: 0px -1px;
}

.worldsoft-1col .post-page .post-page-share a {
	text-decoration: none;
}

.worldsoft-1col .wsBlogBlock {
	margin: 0px 20px 20px 20px;
}

.worldsoft-1col .wsBlogBlock > h2 {
	font-family: "Vollkorn", serif;
	margin: 0px 0px 15px 0px;
	padding: 10px 0;
	border-bottom: 2px solid #e7e7e7;
}

.worldsoft-1col .wsBlogBlock ul {
	margin: 0px;
	padding: 0px;
}

.worldsoft-1col .wsBlogBlock ul li {
	list-style-type: none;
	margin: 0px;
	padding: 4px 0;
	border-bottom: 0px solid #e7e7e7;
}

.worldsoft-1col .wsBlogBlock ul li a {
	text-decoration: none;
	font-family: "Alegreya";
	color: #d6a940;
}

.worldsoft-1col .wsBlogBlockTags ul li {
	padding: 5px;
	float: left;
	margin: 0px 5px 5px 0px;
	background: #d6a940;
}

.worldsoft-1col .wsBlogBlockTags ul li a {
	color: #fff;
}

.worldsoft-1col div.jqcloud span.w10, .worldsoft-1col div.jqcloud span.w9, .worldsoft-1col div.jqcloud span.w8, .worldsoft-1col div.jqcloud span.w7, .worldsoft-1col div.jqcloud span.w6, .worldsoft-1col div.jqcloud span.w5, .worldsoft-1col div.jqcloud span.w4, .worldsoft-1col div.jqcloud span.w3, .worldsoft-1col div.jqcloud span.w2, .worldsoft-1col div.jqcloud span.w1 {
	font-family: "Alegreya", sans-serif;
}

.worldsoft-1col div.jqcloud span.w10 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w9 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w8 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w7 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w6 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w5 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w4 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w3 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w2 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w1 {
	color: #d6a940;
}

.worldsoft-1col div.jqcloud span.w10 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w9 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w8 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w7 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w6 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w5 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w4 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w3 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w2 a:hover {
	color: #383a3b;
}

.worldsoft-1col div.jqcloud span.w1 a:hover {
	color: #383a3b;
}

.worldsoft-1col .pagination-container {
	text-align: left;
}

.worldsoft-1col .pagination {}

.worldsoft-1col .pagination li {}

.worldsoft-1col .pagination li:hover {}

.worldsoft-1col .pagination li a {
	border-radius: 0px !important;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	color: #d6a940;
	margin-left: -2px;
}

.worldsoft-1col .pagination li a:hover {
	background: none;
	color: #383a3b;
}

.worldsoft-1col .pagination .first {}

.worldsoft-1col .pagination .first a {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .first a:hover {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .prev {}

.worldsoft-1col .pagination .prev a {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .prev a:hover {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .active {}

.worldsoft-1col .pagination .active a {
	background: none;
	color: #d6a940;
	font-weight: bold;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .active a:hover {
	background: none;
	color: #383a3b;
	font-weight: bold;
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .disabled {
	display: xx-updated-by-parser-do-not-use-display-none;
}

.worldsoft-1col .pagination .next {}

.worldsoft-1col .pagination .next a {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .next a:hover {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .last {}

.worldsoft-1col .pagination .last a {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .last a:hover {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.worldsoft-1col .pagination .page {}
