:root {
	--content-single-width: 700px;
	--site-padding: 20px;
	--font-family: 'Open Sans', sans-serif;
	--font-size: 15px;
	--active-bg-color: #222;
	--active-fg-color: #fff;
	--dark-link: #000;
	--dark-link-hover: #f00;
	--focus-width: 3px;
	--focus-color: #fc0;
	--post-card-margin: 4px;
	--post-card-title-max-lines: 4;
	--post-card-title-lh: 25px;
	--post-vgrad: linear-gradient(to top, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 1) 80px, rgba(20, 20, 20, 0) 60%);
	--post-hgrad: linear-gradient(to right, rgba(20, 20, 20, 1) 0%, rgba(20, 20, 20, 1) 200px, rgba(20, 20, 20, 0) 60%)
}

* {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	transition: background-color .1s
}

ol,
ul {
	list-style: none
}

blockquote::after,
blockquote::before {
	content: ""
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px
}

html {
	scroll-behavior: smooth
}

body.focus-keyboard a.h-shadow-focus:focus,
body.focus-keyboard>:not(#wpadminbar) :focus {
	box-shadow: 0 0 0 var(--focus-width) var(--focus-color);
	outline: 0
}

body.focus-keyboard>:not(#wpadminbar) a:not(.h-shadow-focus):focus {
	box-shadow: none;
	outline: var(--focus-width) solid var(--focus-color)
}

body>:not(#wpadminbar) :focus {
	outline: 0
}

::-moz-focus-inner {
	border: 0
}

a {
	color: #2143e8;
	text-decoration: none;
	transition: background-color .2s, color .2s, box-shadow .2s
}

a:hover {
	color: #142b9f;
	text-decoration: none
}

.dark-link,
.has-dark-link a,
.widget_recent_entries ul li a {
	color: var(--dark-link)
}

.dark-link:focus,
.dark-link:hover,
.has-dark-link a:focus,
.has-dark-link a:hover,
.widget_recent_entries ul li a:hover {
	color: #dd0101;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	word-wrap: normal!important;
	border: 0;
	clip-path: inset(50%);
	color: #000;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-break: normal
}

.screen-reader-text:focus {
	clip: auto!important;
	-webkit-clip-path: none;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 var(--focus-width) var(--focus-color);
	clip-path: none;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	right: 5px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.screen-reader-text.skip-link {
	font-size: 14px;
	left: -9999rem;
	line-height: normal;
	padding: 10px 15px;
	text-decoration: none;
	top: 0;
	z-index: 100000
}

.screen-reader-text.skip-link:focus {
	display: block;
	left: 20px;
	outline: 0;
	right: auto;
	top: 20px
}

.no-content {
	color: #c1c1c1;
	font-size: 14px
}

.h-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.h-break-word,
.textwidget {
	word-break: break-word
}

.h-hide-scrollbar {
	scrollbar-width: none;
	-ms-overflow-style: none
}

.h-hide-scrollbar::-webkit-scrollbar {
	display: none
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

.aligncenter {
	display: block;
	margin: 0 auto
}

.responsive-iframe {
	overflow: hidden;
	position: relative
}

.responsive-iframe>* {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@-webkit-keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden
	}
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden
	}
}

#site-header {
	align-items: center;
	display: flex;
	padding: 20px var(--site-padding) 40px
}

.site-header__logo {
	margin-right: 40px
}

.post-card.--sticky .post-card__sticky,
.site-header__logo img,
.typeset video {
	display: block
}

.site-header__logo a {
	display: inline-block
}

body:not(.wp-custom-logo) .site-header__logo {
	font: 400 25px 'Roboto Condensed', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

body:not(.wp-custom-logo) .site-header__logo a {
	border-bottom: 2px solid transparent;
	padding-top: 2px
}

body:not(.wp-custom-logo) .site-header__logo a:focus {
	border-color: red;
	box-shadow: none
}

.site-header__search-nav {
	align-items: center;
	display: flex;
	flex-grow: 1
}

#site-header .search-form {
	flex-grow: 1;
	min-width: 200px
}

body.single #site-header {
	padding-bottom: 70px
}

#site-nav {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	margin-right: -8px;
	overflow: hidden;
	padding: 3px 3px 3px 0
}

#site-nav ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	justify-content: flex-end;
	max-width: 700px;
	white-space: nowrap
}

#site-nav ul li {
	margin: 0 0 0 20px
}

#site-nav ul li a {
	border-radius: 3px;
	display: block;
	padding: 1px 5px
}

#site-nav ul li.current-menu-item a,
#site-nav ul li.current_page_item a {
	color: #aaa;
	text-decoration: none
}

.mobile-nav-toggle {
	border-radius: 3px;
	cursor: pointer;
	display: none;
	flex-shrink: 0;
	height: 32px;
	margin-right: -4px;
	width: 32px
}

.mobile-nav-toggle svg {
	fill: #000;
	transition: fill .2s
}

.mobile-nav-toggle:hover svg {
	fill: #555
}

@media (max-width:991px) {
	#site-nav {
		display: none
	}
	#site-header .search-form {
		margin-right: 40px;
		max-width: none
	}
	.mobile-nav-toggle {
		display: block
	}
}

@media (max-width:649px) {
	#site-header {
		align-items: normal;
		flex-direction: column
	}
	.site-header__logo {
		align-self: center;
		margin: 0 0 30px;
		text-align: center;
		width: 100%
	}
	.site-header__logo img {
		margin: 0 auto
	}
	#site-header .search-form {
		margin-right: 20px
	}
}

#site-footer {
	align-items: flex-start;
	border-top: 1px solid #eee;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 100px;
	padding: 30px 20px
}

.site-footer__scroll-top {
	align-items: center;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
	color: #000;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 20px 5px 10px;
	white-space: nowrap
}

.site-footer__scroll-top:focus,
.site-footer__scroll-top:hover {
	background: #f7f7f7;
	color: #000
}

.site-footer__scroll-top svg {
	height: 32px;
	margin-top: 1px;
	width: 32px
}

.site-footer__copy {
	color: #555
}

.site-footer__credits {
	line-height: 1.7em;
	text-align: right
}

@media (max-width:767px) {
	#site-footer {
		align-items: center;
		flex-direction: column;
		margin-top: 20px;
		padding: 20px
	}
	.site-footer__credits {
		margin-top: 20px;
		text-align: center
	}
	.site-footer__scroll-top {
		margin-top: 20px;
		order: 3
	}
}

#site-sidebar {
	box-sizing: border-box;
	flex-shrink: 0;
	margin-right: 40px;
	order: 1;
	width: 250px
}

#site-sidebar.--hidden,
.logged-in-as,
.search-form__submit,
.zentile-widget-mobile-nav {
	display: none
}

.sidebar__close {
	cursor: pointer;
	display: none;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 16px
}

.sidebar__close svg {
	fill: #aaa;
	transition: fill .2s
}

.sidebar__close:hover svg {
	fill: #000
}

#site-container {
	margin: 0 auto;
	max-width: 1250px
}

#site-wrapper {
	align-items: flex-start;
	display: flex;
	padding: 0 var(--site-padding)
}

#site-content {
	flex-grow: 1;
	min-width: 0;
	order: 2
}

body.layout--hide-sidebar #site-content {
	margin: 0 auto;
	max-width: var(--content-single-width)
}

body.layout--show-sidebar.page #site-sidebar,
body.layout--show-sidebar.single #site-sidebar {
	margin-right: 65px
}

.typeset {
	line-height: 1.8em;
	word-break: break-word
}

.typeset ol,
.typeset ul {
	list-style-type: disc;
	padding-left: 20px
}

.typeset hr {
	border-bottom: 1px dashed #aaa;
	margin: 0 30%
}

.typeset .has-small-font-size {
	line-height: 1.6em
}

.typeset .has-large-font-size,
.zentile_recentcomments__title {
	line-height: 1.4em
}

.typeset .has-larger-font-size {
	line-height: 1.5em
}

.typeset p,
.typeset>[class^=wp-block-],
body .editor-styles-wrapper [data-block] {
	margin-bottom: 30px;
	margin-top: 0
}

.comment-body:last-child,
.comment-respond .form-submit,
.typeset p:last-child,
.typeset>[class^=wp-block-]:last-child,
.zentile_widget_recent_comments li:last-child {
	margin-bottom: 0
}

.typeset img {
	height: auto
}

.typeset figure audio,
.typeset figure img,
.typeset figure video {
	border-radius: 5px;
	vertical-align: top
}

.typeset [class^=wp-block-] figcaption {
	color: #888;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin: 10px 0 0;
	text-align: left
}

.typeset h1 {
	font-size: 32px
}

.typeset h2 {
	font-size: 28px
}

.typeset h3 {
	font-size: 24px
}

.typeset h4 {
	font-size: 20px
}

.typeset h5 {
	font-size: 18px
}

.typeset h6 {
	font-size: 15px
}

.typeset h1,
.typeset h2,
.typeset h3,
.typeset h4,
.typeset h5,
.typeset h6 {
	line-height: 1.5em;
	margin: 0 0 15px
}

.typeset blockquote {
	background: #fafafa;
	border-left: 5px solid #000;
	padding: 15px 20px
}

.typeset blockquote p:not(:last-child) {
	margin-bottom: 10px
}

.typeset cite {
	color: #aaa;
	font-size: 14px;
	font-style: italic;
	margin-top: 10px
}

.typeset :not(pre) code {
	background: #333;
	border-radius: 3px;
	color: #eee;
	font-size: 13px;
	padding: 3px 5px
}

body .wp-block-code {
	border: none;
	border-radius: 0;
	padding: 0
}

.typeset pre,
body .wp-block-code .block-editor-plain-text {
	background: #333;
	border-radius: 5px;
	color: #eee;
	font-size: 13px;
	line-height: 18px;
	overflow: auto;
	padding: 20px;
	text-align: left
}

.typeset pre code {
	background: 0 0;
	padding: 0
}

.typeset .wp-block-table table {
	border-collapse: collapse;
	font-size: 14px;
	max-width: 100%;
	overflow-x: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	word-break: normal
}

.wp-block-table table td,
.wp-block-table table th {
	border: 1px solid #ddd;
	padding: 5px 10px
}

.typeset .wp-block-table.is-style-stripes {
	border-bottom: none
}

.typeset .wp-block-table__cell-content {
	padding: 0
}

.typeset embed,
.typeset object {
	display: block;
	height: auto;
	max-width: 100%
}

.typeset iframe {
	display: block;
	max-width: 100%
}

.post {
	margin: 0 auto;
	position: relative
}

.post__header {
	margin-bottom: 50px
}

.post__title {
	font-size: 32px;
	margin-bottom: 10px;
	word-break: break-word
}

.post__title a {
	color: #000;
	text-decoration: none
}

.post__meta {
	color: #777;
	font-size: 14px;
	line-height: 1.8em
}

.post__meta span {
	margin-right: 20px
}

.post__categories,
.zentile_widget_recent_comments li,
form p {
	margin-bottom: 20px
}

.post__content.typeset {
	font-size: 16px
}

.post__content.typeset a {	
	color: #222;
}

.post__content.typeset a:hover {	
	color: #142b9f;
}

.post__featured-image {
	border-radius: 5px;
	display: block;
	margin-bottom: 50px;
	max-width: 100%
}

.post__tags {
	color: #aaa;
	margin-top: 30px;
	padding-left: 23px;
	position: relative;
	word-break: break-word
}

.post__tags svg {
	fill: #2528e8;
	left: 0;
	position: absolute;
	top: 4px;
	width: 16px
}

.post__comments-count {
	--post-comments-bg: #000;
	background: var(--post-comments-bg);
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px;
	min-width: 34px;
	padding: 4px 7px;
	position: absolute;
	right: 100%;
	text-align: center;
	top: 12px
}

.post__comments-count:after {
	background: var(--post-comments-bg);
	bottom: -3px;
	content: "";
	height: 8px;
	margin-right: -4px;
	position: absolute;
	right: 50%;
	transform: rotate(45deg);
	width: 8px
}

.post:not(.--has-comments) .post__comments-count,
.post:not(.--has-comments) .post__comments-count:after {
	background: #555
}

.post__comments-count:hover {
	color: #fff
}

.post__author {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px 1px rgba(40, 40, 40, .03), 0 8px 10px 1px rgba(40, 40, 40, .05);
	font-size: 13px;
	margin-top: 50px;
	padding: 20px
}

.post__author__header,
.zentile-widget-recent-posts__item {
	display: flex
}

.post__author__header>img {
	border-radius: 100%;
	flex-shrink: 0;
	height: 50px;
	margin-right: 15px;
	width: 50px
}

.post__author__info {
	padding-top: 3px
}

.post__author__by,
.widget ul:not([class]):not([id]) {
	color: #aaa
}

.post__author__title {
	margin-bottom: 15px
}

#page-not-found p,
.post__author__content {
	line-height: 1.7em
}

.post__author__title a:focus {
	outline: 0!important
}

.post__password-form {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 13px #dedede;
	font-size: 13px;
	margin-top: 50px;
	padding: 20px
}

.post-list {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--post-card-margin) * -1)
}

.post-card:nth-child(7n+4),
.post-card:nth-child(7n+7) {
	width: calc(100% / 3 * 2 - var(--post-card-margin) * 2)
}

.post-card:nth-child(7n+4)::after,
.post-card:nth-child(7n+7)::after {
	background: var(--post-hgrad)
}

.post-card:nth-child(7n+4) .post-card__bg,
.post-card:nth-child(7n+7) .post-card__bg {
	bottom: 0;
	left: 200px
}

.post-card:nth-child(7n+4) .post-card__body,
.post-card:nth-child(7n+7) .post-card__body {
	right: 50%
}

@media (max-width:849px) {
	.post-card {
		width: calc(100% / 2 - var(--post-card-margin) * 2)!important
	}
	.post-card:nth-child(7n+4)::after,
	.post-card:nth-child(7n+7)::after {
		background: var(--post-vgrad)
	}
	.post-card:nth-child(7n+4) .post-card__bg,
	.post-card:nth-child(7n+7) .post-card__bg {
		bottom: 0;
		left: 0;
		right: 0;
		top: 0
	}
	.post-card:nth-child(7n+4) .post-card__body,
	.post-card:nth-child(7n+7) .post-card__body {
		right: 0
	}
}

@media (max-width:549px) {
	.post__title {
		font-size: 30px
	}
	.post__content.typeset {
		font-size: 15px
	}
	.post-card {
		width: 100%!important
	}
}

.post-card {
	border-radius: 4px;
	box-sizing: border-box;
	height: 320px;
	margin: var(--post-card-margin);
	overflow: hidden;
	position: relative;
	width: calc(100% / 3 - var(--post-card-margin) * 2)
}

.post-card__bg {
	background-color: #141414;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px 3px 0 0;
	bottom: 80px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

.post-card::after {
	background: var(--post-vgrad);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.post-card__link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	z-index: 5
}

.post-card__link:hover {
	background: rgba(0, 0, 0, .2)
}

.post-card__body {
	bottom: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
	z-index: 2
}

.post-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--post-card-title-max-lines);
	display: -webkit-box;
	font-size: 18px;
	line-height: var(--post-card-title-lh);
	margin: -3px;
	max-height: calc(var(--post-card-title-lh) * var(--post-card-title-max-lines));
	overflow: hidden;
	padding: 3px;
	position: relative;
	word-break: break-word
}

.post-card__title a {
	color: #fff
}

.post-card__categories {
	color: rgba(255, 255, 255, .5);
	margin: 2px -3px -3px;
	padding: 3px
}

.post-card__categories a {
	color: rgba(255, 255, 255, .5)
}

.post-card__meta {
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 15px
}

.post-card__comments {
	--post-comments-bg: #fff;
	background: var(--post-comments-bg);
	border-radius: 3px;
	color: #000;
	font-weight: 700;
	min-width: 16px;
	padding: 1px 5px 2px;
	position: relative;
	text-align: center
}

.post-card__comments:after {
	background: var(--post-comments-bg);
	bottom: -3px;
	content: "";
	height: 6px;
	margin-right: -3px;
	position: absolute;
	right: 50%;
	transform: rotate(45deg);
	width: 6px
}

.post-card:not(.--has-comments) .post-card__comments,
.post-card:not(.--has-comments) .post-card__comments:after {
	background: #555;
	color: #aaa
}

.post-card__ribbon {
	height: 80px;
	position: absolute;
	top: -40px;
	transform: rotate(45deg);
	width: 80px;
	z-index: 3
}

.post-card__ribbon.post-card__sticky {
	background: #c5ce21;
	left: -40px
}

.post-card__sticky-icon {
	fill: #fff;
	height: 18px;
	left: 7px;
	position: absolute;
	top: 7px;
	width: 18px;
	z-index: 4
}

.post-card__sticky-icon svg {
	height: 18px;
	width: 18px
}

.post-card__ribbon.post-card__protected {
	background: #ff2c2c;
	right: -40px
}

.post-card__protected-icon {
	fill: #fff;
	height: 16px;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 16px;
	z-index: 4
}

.button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: var(--font-family);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	padding: 8px 16px;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	background: #545c71
}

body.focus-keyboard .button:focus {
	box-shadow: 0 0 0 3px #b4cc2a;
	outline: 0
}

.button:hover {
	background: #485169;
	text-decoration: none
}

.button:active {
	background: #000
}

.button.--primary {
	background: #c6e226;
	color: #000
}

.button.--primary:hover,
.tagcloud a:hover,
.widget_calendar table tbody td a:hover {
	background: #b4cc2a
}

.button.--primary:active {
	background: #9eb619
}

button:not(:disabled) {
	cursor: pointer
}

button:disabled {
	opacity: .4
}

.search-form {
	display: flex;
	max-width: 600px;
	position: relative
}

.search-form label {
	flex-grow: 1;
	margin: 0
}

input[type=search].search-form__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #eee;
	border: none;
	border-radius: 100px;
	height: 40px;
	margin: 0;
	padding: 10px 20px 10px 45px
}

.search-form svg {
	fill: #ccc;
	height: 20px;
	left: 15px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	transition: fill .2s;
	width: 20px
}

#page-not-found {
	margin: 0 auto;
	max-width: 500px;
	padding: 150px 0;
	text-align: center
}

#page-not-found h1 {
	color: #ec5959;
	font-size: 55px;
	margin-bottom: 20px
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	background: #eee;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-family: var(--font-family);
	font-size: 14px;
	padding: 10px;
	transition: color .2s, background .2s, box-shadow .2s;
	width: 100%
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus {
	background: #fff;
	box-shadow: 0 0 0 var(--focus-width) var(--focus-color);
	outline: 0
}

select {
	font-size: 14px
}

textarea {
	display: block;
	resize: vertical
}

label {
	color: #777;
	display: block;
	font-size: 13px
}

label input,
label textarea,
label+input,
label+textarea {
	margin-top: 3px
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

::-moz-placeholder {
	color: rgba(0, 0, 0, .4)
}

::-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

::placeholder {
	color: rgba(0, 0, 0, .4)
}

input[type=checkbox] {
	margin-right: 2px;
	position: relative;
	top: 2px
}

input[type=checkbox]+label {
	color: #000;
	display: inline
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none
}

.widget {
	border-bottom: 1px solid #eee;
	font-size: 13px;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.widget:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.widget-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	word-break: break-word
}

.widget ul:not([class]):not([id]) li:not(:last-child) {
	margin-bottom: 5px
}

.category__count {
	opacity: .3
}

.category__name {
	padding-right: 20px
}

.menu a {
	background: #fafafa;
	border-radius: 3px;
	color: #333;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
	padding: 10px 15px
}

.menu a:hover {
	background: #ddd
}

.menu li.current-menu-item>a,
.menu li.current_page_item>a {
	background: var(--active-bg-color);
	color: var(--active-fg-color)
}

.menu li.current-menu-item>a .category__count,
.menu li.current_page_item>a .category__count {
	opacity: .6
}

.menu .sub-menu {
	margin-left: 20px
}

.tagcloud {
	display: flex;
	flex-wrap: wrap
}

.tagcloud a {
	background: #c6e226;
	border-radius: 3px;
	color: #000;
	font-size: 13px!important;
	margin: 0 3px 3px 0;
	padding: 3px 7px 4px
}

.widget_recent_entries ul li:not(:last-child) {
	margin-bottom: 15px!important
}

.widget_recent_entries ul li span {
	color: #999;
	display: block
}

.zentile_recentcomments__header {
	align-items: center;
	display: flex;
	margin-bottom: 5px;
	min-width: 0
}

.zentile_widget_recent_comments img {
	border-radius: 100px;
	flex-shrink: 0;
	height: 25px;
	margin-right: 10px;
	width: 25px
}

.zentile_recentcomments__user {
	color: #000;
	font-weight: 700;
	margin-right: 5px
}

.zentile_widget_recent_comments time {
	color: #999;
	flex-shrink: 0
}

.zentile_recentcomments__content {
	color: #aaa;
	margin-bottom: 3px
}

.zentile-widget-recent-posts__item:not(:last-child) {
	margin-bottom: 15px
}

.zentile-widget-recent-posts__image {
	background-color: #141414;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	flex-shrink: 0;
	height: 50px;
	margin-right: 10px;
	width: 50px
}

.zentile-widget-recent-posts__content {
	color: #7e7e7e;
	margin-top: -3px
}

.zentile-widget-recent-posts__item time {
	display: block;
	margin-top: 3px
}

.widget_calendar table {
	font-size: 12px;
	width: 100%
}

.widget_calendar table caption {
	border-radius: 3px;
	color: #888;
	margin-bottom: 10px;
	padding: 5px
}

.widget_calendar table thead th {
	padding: 5px
}

.widget_calendar table tbody td:not(.pad) {
	background: #f7f7f7;
	color: #686767;
	padding: 5px;
	text-align: center
}

.widget_calendar table tbody td a {
	background: #c6e226;
	color: #000;
	display: block;
	margin: -5px;
	padding: 5px
}

.widget_calendar table tfoot td {
	padding-top: 10px
}

.widget_calendar table #next {
	text-align: right
}

.widget_calendar table #today {
	font-weight: 700
}

.widget_media_gallery {
	--padding: 3px
}

.widget_media_gallery .gallery {
	margin: calc(var(--padding) * -1);
	overflow: hidden
}

.widget_media_gallery .gallery-item {
	float: left;
	margin: 3px;
	width: calc(50% - var(--padding) * 2)
}

.widget_media_gallery .gallery-item img {
	display: block;
	height: auto;
	width: 100%
}

@media (max-width:991px) {
	#site-sidebar.--hidden,
	.sidebar__close,
	.zentile-widget-mobile-nav {
		display: block
	}
	#site-sidebar {
		background: rgba(0, 0, 0, .7);
		bottom: 0;
		display: none;
		left: 0;
		margin: 0!important;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: auto;
		z-index: 99999
	}
	#site-sidebar.--open {
		-webkit-animation: .1s fadeIn;
		animation: .1s fadeIn;
		display: block
	}
	#site-sidebar:not(.--open),
	.post__comments-count {
		display: none
	}
	#site-sidebar.--open .sidebar__widgets {
		-webkit-animation: .3s slideInLeft;
		animation: .3s slideInLeft
	}
	.sidebar__widgets {
		background: #fff;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, .5);
		box-sizing: border-box;
		left: 0;
		overflow: auto;
		padding: 60px 20px 20px;
		position: absolute;
		top: 0;
		width: 300px
	}
	#site-container {
		width: auto
	}
}

.archive-header {
	align-items: flex-start;
	display: flex;
	margin-bottom: 50px
}

.archive-header__count {
	color: #aaa;
	font-size: 14px
}

.archive-header__desc {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 20px;
	max-width: 600px
}

.archive-header>svg {
	fill: #2528e8;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 12px;
	width: 22px
}

.archive-header>img {
	border-radius: 100%;
	flex-shrink: 0;
	height: 100px;
	margin-right: 25px;
	margin-top: 10px;
	width: 100px
}

.comments {
	--indent: 65px
}

.comments-wrapper {
	margin: 50px 0 0
}

#comments:target .comments__title:before,
.comment:target>.comment-body:before {
	border-left: 5px solid #b4cc2a;
	bottom: 0;
	content: "";
	left: -15px;
	position: absolute;
	top: 0
}

.comment:not(:last-child) {
	margin-bottom: 25px
}

.comment-body {
	display: flex;
	margin-bottom: 25px;
	position: relative
}

.comment-body .avatar {
	border-radius: 50px;
	flex-shrink: 0;
	height: 50px;
	margin-right: 15px;
	margin-top: 5px;
	width: 50px
}

.comment__meta {
	font-size: 14px;
	margin-bottom: 5px
}

.comment__meta>:not(:last-child) {
	margin-right: 15px
}

.comment__user {
	color: #555;
	font-size: 16px;
	font-weight: 700;
	word-break: break-word
}

.comment.bypostauthor .comment__user {
	background: #c6e226;
	border-radius: 3px;
	color: #000;
	padding: 0 5px
}

.comment__date-url {
	color: #aaa;
	white-space: nowrap
}

.comment__date-url:hover {
	color: #777
}

.comment__content.typeset {
	font-size: 14px;
	line-height: 1.7em
}

.comment__footer {
	font-size: 14px;
	margin-top: 10px
}

.comment__footer a {
	color: #aaa
}

.comment__footer a:hover {
	color: #777
}

.comment__footer a:not(:last-child) {
	margin-right: 15px
}

.comment>.comment {
	margin-left: var(--indent)
}

.comment__awaiting-moderation {
	margin-bottom: 7px
}

.comments__closed {
	margin-top: 60px
}

.comment-respond {
	border-radius: 5px;
	box-shadow: 0 0 13px #dedede;
	font-size: 13px;
	margin-top: 60px;
	padding: 15px 20px 20px
}

.comments__title {
	position: relative;
	display: flex;
	font-size: 22px;
	justify-content: space-between;
	margin-bottom: 20px
}

.comments__title small {
	font-size: 14px;
	font-weight: 400
}

.comment-notes {
	font-size: 13px;
	margin-bottom: 20px
}

.comment-respond textarea {
	height: 80px
}

.comment .comment-respond {
	margin: 0 0 30px var(--indent)
}

@media (max-width:549px) {
	.comments {
		--indent: 45px
	}
	.comment-body .avatar {
		height: 30px;
		width: 30px
	}
	.comments__title {
		font-size: 16px
	}
}

.comments-pagination,
.pagination {
	font-size: 13px;
	margin-top: 40px
}

.comments-pagination .nav-links,
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.page-numbers,
.post-page-numbers {
	background: #eee;
	border-radius: 3px;
	color: #777;
	margin: 3px;
	padding: 10px 15px
}

.page-numbers.current,
.post-page-numbers.current {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background: var(--active-bg-color);
	color: var(--active-fg-color);
	cursor: default;
	user-select: none
}

a.page-numbers:hover,
a.post-page-numbers:hover {
	background: #ddd;
	color: #000
}

.page-numbers.dots,
a.post-page-numbers.dots {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
	opacity: .5;
	user-select: none
}

.alert {
	background: #eee;
	border-radius: 4px;
	color: #000;
	display: block;
	font-size: 13px;
	padding: 17px 20px
}

.alert.--warning {
	background: #fb5959;
	color: #fff
}

.nav-single {
	border-radius: 5px;
	box-shadow: 0 0 13px #dedede;
	font-size: 13px;
	margin-top: 60px;
	padding: 15px 20px 20px;
}
.nav-single:after{
 display: table;
 content: "";
 clear: both;
}
.nav-single .nav-previous,
.nav-single .nav-next{
 width: 40%;
 float: left;
 position: relative;
 padding-right: 15px;
}
.nav-single .nav-next{
 text-align: right;
 float: right;
 padding:0 0 0 15px;
}
.nav-single span,
.nav-single a{
 display: block;
}
.nav-single a{
 color: #373737;
}
.nav-single a:hover{
 color: #2143e8;
}
.nav-single a span{
 font-weight: 700;
}