
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header, .search .page-header, .error404 .page-header {
	margin: 1rem 1rem calc(3 * 1rem);
}

.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title {
	color: #767676;
	display: inline;
	letter-spacing: normal;
}

.archive .page-header .search-term, .archive .page-header .page-description, .search .page-header .search-term, .search .page-header .page-description, .error404 .page-header .search-term, .error404 .page-header .page-description {
	display: inherit;
	clear: both;
}

.archive .page-header .search-term:after, .archive .page-header .page-description:after, .search .page-header .search-term:after, .search .page-header .page-description:after, .error404 .page-header .search-term:after, .error404 .page-header .page-description:after {
	content: ".";
	font-weight: bold;
	color: #767676;
}

.archive .page-header .page-description {
	display: block;
	color: #000;
	font-size: 1em;
}

@media (min-width: 768px) {
	.archive .page-header, .search .page-header, .error404 .page-header {
		margin: 0 calc(10% + 60px) calc(10% + 60px);
	}
	
	.hfeed .entry .entry-header {
		margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
	}
}

/* 404 & Not found */
.error404 #content {
	background-color: var(--primary);
	color: var(--white);
	padding: 0 0 40px;
}

.error-404-text {
	color: #fff;
	margin: 60px 0;
}

.error-404-text .title {
	color: #fff;
}

.error-404-text .error-404-search-title {
	color: #fff;
}

.error-404-image {
	text-align: center;
}

.error-404-image img {
	width: auto;
	display: inline-flex;
	max-height: 300px;
}

.error-404-search {
	max-width: 450px;
	margin: auto;
}

.error-404-search-form .widget_search .search-form {
	background-color: unset;
	border: 2px solid var(--white);
}

.error-404-search-form .widget_search .search-form .search-field {
	color: var(--white);
}

.error-404-search-form .widget_search .search-form .btn {
	color: var(--white);
}

.error-404-search-form .widget_search .search-form .btn i::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\' class=\'svg-inline--fa fa-search fa-w-16 fa-5x\'%3E%3Cpath fill=\'%23ffffff\' d=\'M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z\'%3E%3C/path%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.entry {
	margin-top: calc(6 * 1rem);
}

.entry:first-of-type {
	margin-top: 0;
}

.entry .entry-header {
	margin: calc(3 * 1rem) 1rem 1rem;
	position: relative;
}

.entry .entry-title {
	margin: 0;
}

.entry .entry-title:before {
	background: #767676;
	content: " ";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}

.entry .entry-title a {
	color: inherit;
}

.entry .entry-title a:hover {
	color: #4a4a4a;
}

.entry .entry-meta {
	color: #767676;
	font-weight: 500;
}

.entry .entry-meta > span {
	margin-right: 1rem;
	display: inline-block;
}

.entry .entry-meta > span:last-child {
	margin-right: 0;
}

.entry .entry-meta a {
	transition: color 110ms ease-in-out;
	color: currentColor;
}

.entry .entry-meta a:hover {
	text-decoration: none;
	color: #066efc;
}

.entry .entry-meta .svg-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}

.entry .entry-meta {
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.entry .entry-header {
		margin: calc(3 * 1rem) calc(10% + 60px) 1rem;
	}
}

.entry .post-thumbnail {
	margin: 1rem;
}

.entry .post-thumbnail:focus {
	outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
	display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
	position: relative;
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.entry .post-thumbnail {
		margin: 1rem calc(10% + 60px);
	}
}

.image-filters-enabled .entry .post-thumbnail {
	position: relative;
	display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
	filter: grayscale(100%);
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
	background: rgba(0, 0, 0, .35);
	content: "";
	display: block;
	height: 100%;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
	pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
	background: #066efc;
	mix-blend-mode: screen;
	opacity: .1;
	z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
	background: #066efc;
	mix-blend-mode: multiply;
	opacity: .8;
	z-index: 3;
}

@supports (mix-blend-mode: multiply) {
	.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
		display: none;
	}
	
	.image-filters-enabled .entry .post-thumbnail:after {
		opacity: 1;
	}
}

.entry .entry-content p {
	word-wrap: break-word;
}

.entry .entry-content .more-link {
	transition: color 110ms ease-in-out;
	display: inline;
	color: inherit;
}

.entry .entry-content .more-link:after {
	content: "→";
	display: inline-block;
	margin-left: .5em;
}

.entry .entry-content .more-link:hover {
	color: #066efc;
	text-decoration: none;
}

.entry .entry-content a {
	text-decoration: underline;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
	text-decoration: none;
}

.entry .entry-content a.button {
	display: inline-block;
}

.entry .entry-content a.button:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}

.entry .entry-content > iframe[style] {
	margin: 32px 0 !important;
	max-width: 100% !important;
}

.entry .entry-content .wp-audio-shortcode {
	max-width: calc(100vw - ( 2 * 1rem ));
}

@media (min-width: 1168px) {
	.entry .entry-content > iframe[style] {
		max-width: calc(6 * ( 100vw / 12 ) - 28px) !important;
	}
	
	.entry .entry-content .wp-audio-shortcode {
		max-width: calc(6 * ( 100vw / 12 ) - 28px);
	}
}

@media (min-width: 768px) {
	.entry .entry-content > iframe[style] {
		max-width: calc(8 * ( 100vw / 12 ) - 28px) !important;
	}
	
	.entry .entry-content .wp-audio-shortcode {
		max-width: calc(8 * ( 100vw / 12 ) - 28px);
	}
}

/* Author description */
.author-bio {
	margin: calc(2 * 1rem) 1rem 1rem;
}

.author-bio .author-title {
	display: inline;
}

.author-bio .author-title:before {
	background: #767676;
	content: " ";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}

.author-bio .author-description {
	display: inline;
	color: #767676;
	font-size: 1.125em;
	line-height: 1.2;
}

.author-bio .author-description .author-link {
	display: inline-block;
}

.author-bio .author-description .author-link:hover {
	color: #066efc;
	text-decoration: none;
}

@media (min-width: 1168px) {
	.author-bio {
		margin: calc(3 * 1rem) calc(10% + 60px);
		max-width: calc(6 * ( 100vw / 12 ) - 28px);
	}
}

@media (min-width: 768px) {
	.author-bio {
		max-width: calc(8 * ( 100vw / 12 ) - 28px);
		margin: calc(3 * 1rem) calc(10% + 60px);
	}
}

/* Widgets */
.widget {
	margin: 0 0 1rem;
}

.widget select {
	max-width: 100%;
}

.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
	padding: 0;
	list-style: none;
}

.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
	line-height: 1.2;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul {
	counter-reset: submenu;
}

.widget_tag_cloud .tagcloud {
	font-weight: 700;
}

.widget_search .search-field {
	width: 100%;
}

.widget_search .search-submit {
	display: block;
	margin-top: 1rem;
}

.widget_calendar .calendar_wrap {
	text-align: center;
}

.widget_calendar .calendar_wrap table td, .widget_calendar .calendar_wrap table th {
	border: none;
}

.widget_calendar .calendar_wrap a {
	text-decoration: underline;
}

.widget_search .search-form {
	display: flex;
	padding: 2px;
	background-color: var(--secondary-lightest);
	border-radius: 200px;
}

.widget_search .search-form label {
	margin: 0;
	flex: 1 1 auto;
}

.widget_search .search-form .search-field {
	background-color: unset;
	color: var(--text);
	border: 0;
	margin: 0;
	padding: 12px 15px 10px;
	font-size: 13px;
	line-height: 1;
	border-radius: 200px 0 0 200px;
	height: 100%;
}

.widget_search .search-form .search-field::placeholder {
	opacity: .8;
}

.widget_search .search-form .btn {
	height: auto;
	padding: 10px 0 !important;
	padding: 0;
	background-color: unset;
	border: unset !important;
	border: 0;
	color: var(--primary);
	margin: 0;
	font-size: 15px;
}

.widget_search .search-form .btn::before, .widget_search .search-form .btn::after {
	display: none;
}

.widget_search .search-form .btn:hover {
	background-color: unset !important;
	transform: scale(1.1);
}

.widget_search .search-form .btn i::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\' class=\'svg-inline--fa fa-search fa-w-16 fa-5x\'%3E%3Cpath fill=\'%238cc641\' d=\'M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z\'%3E%3C/path%3E%3C/svg%3E");
}

.sidebar .widget {
	margin-bottom: 2em;
}

.sidebar .widget > ul > li {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin-top: -1px;
	display: block;
}

.sidebar .widget > ul > li:first-child {
	padding-top: 0;
}

.sidebar .widget > ul > li a:not(:hover):visited {
	color: var(--alink);
}

.sidebar .widget > ul > li a:hover:visited {
	color: var(--highlight);
}

@media (max-width:991px) {
	.sidebar {
		margin-top: 60px;
	}
	
	.sidebar .widget-title {
		margin-bottom: 40px;
		font-size: 40px;
	}
}

@media (max-width:767px) {
	.sidebar {
		margin-top: 50px;
	}
	
	.sidebar .widget-title {
		margin-bottom: 30px;
		font-size: 38px;
	}
}

@media (max-width:767px) {
	.sidebar .widget-title {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-navigation .nav-links {
	display: flex;
	flex-direction: row;
}

.comment-navigation .nav-previous, .comment-navigation .nav-next {
	min-width: 50%;
	width: 100%;
	font-weight: bold;
}

.comment-navigation .nav-previous .secondary-text, .comment-navigation .nav-next .secondary-text {
	display: none;
}

@media (min-width: 768px) {
	.comment-navigation .nav-previous .secondary-text, .comment-navigation .nav-next .secondary-text {
		display: inline;
	}
}

.comment-navigation .nav-previous svg, .comment-navigation .nav-next svg {
	vertical-align: middle;
	position: relative;
	margin: 0 -.35em;
	top: -1px;
}

.comment-navigation .nav-next {
	text-align: right;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry + .comments-area {
	margin-top: calc(3 * 1rem);
}

.comments-area .comments-title-wrap .comments-title {
	margin: 0 0 20px;
	font-size: 30px;
}

#comment {
	max-width: 100%;
	box-sizing: border-box;
}

#respond {
	position: relative;
}

#respond .comment-user-avatar {
	margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
	padding-left: 0;
}

#respond > small {
	display: block;
	font-size: 22px;
	position: absolute;
	left: calc(1rem + 100%);
	top: calc(-3.5 * 1rem);
	width: calc(100vw / 12);
}

.comment-form-flex {
	display: flex;
	flex-direction: column;
}

.comment-form-flex .comments-title {
	display: none;
	margin: 0;
	order: 1;
	font-size: 25px;
}

.comment-form-flex #respond {
	order: 2;
}

.comment-form-flex #respond + .comments-title {
	display: block;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .children {
	margin: 0;
	padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
	margin-top: 0;
}

.comment-list .pingback .comment-body, .comment-list .trackback .comment-body {
	color: #767676;
	font-size: .71111em;
	font-weight: 500;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link), .comment-list .trackback .comment-body a:not(.comment-edit-link) {
	font-weight: bold;
	font-size: 19.55556px;
	line-height: 1.5;
	padding-right: .5rem;
	display: block;
}

.comment-list .pingback .comment-body .comment-edit-link, .comment-list .trackback .comment-body .comment-edit-link {
	color: #767676;
	font-weight: 500;
}

#reply-title {
	margin: 0;
}

#respond + .comment-reply {
	display: none;
}

.comment-reply .comment-reply-link {
	display: inline-block;
}

.comment {
	list-style: none;
	position: relative;
}

.comment .comment-body {
	margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
	position: relative;
}

.comment .comment-author .avatar {
	float: left;
	margin-right: 1rem;
	position: relative;
}

.comment .comment-author .fn {
	position: relative;
	display: block;
}

.comment .comment-author .fn a {
	color: inherit;
}

.comment .comment-author .fn a:hover {
	color: #066efc;
}

.comment .comment-author .post-author-badge {
	border-radius: 100%;
	display: block;
	height: 18px;
	position: absolute;
	background: #008fd3;
	right: calc(100% - 2.5rem);
	top: -3px;
	width: 18px;
}

.comment .comment-author .post-author-badge svg {
	width: inherit;
	height: inherit;
	display: block;
	fill: white;
	transform: scale(.875);
}

.comment .comment-metadata {
	font-size: 12px;
}

.comment .comment-metadata > a, .comment .comment-metadata .comment-edit-link {
	display: inline;
	font-weight: 500;
	color: #767676;
	vertical-align: baseline;
}

.comment .comment-metadata > a time, .comment .comment-metadata .comment-edit-link time {
	vertical-align: baseline;
}

.comment .comment-metadata > a:hover, .comment .comment-metadata .comment-edit-link:hover {
	color: #066efc;
	text-decoration: none;
}

.comment .comment-metadata > * {
	display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
	color: #767676;
	margin: 0 .2em;
	vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
	color: #767676;
}

.comment .comment-metadata .edit-link svg {
	transform: scale(.8);
	vertical-align: baseline;
	margin-right: .1em;
}

.comment .comment-metadata .comment-edit-link {
	position: relative;
	padding-left: 1rem;
	margin-left: -1rem;
	z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
	color: #066efc;
}

.comment .comment-content {
	margin: 1rem 0;
	hyphens: none;
}

.comment .comment-content > *:first-child {
	margin-top: 0;
}

.comment .comment-content > *:last-child {
	margin-bottom: 0;
}

.comment .comment-content blockquote {
	margin-left: 0;
}

.comment .comment-content a {
	text-decoration: underline;
}

.comment .comment-content a:hover {
	text-decoration: none;
}

.comment-reply-link, #cancel-comment-reply-link {
	font-weight: 500;
}

.comment-reply-link:hover, #cancel-comment-reply-link:hover {
	color: #066efc;
}

.discussion-avatar-list {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0 1em 0 0;
	padding: 0;
}

.discussion-avatar-list li {
	position: relative;
	list-style: none;
	margin: 0 -8px 0 0;
	padding: 0;
	float: left;
}

.discussion-avatar-list .comment-user-avatar img {
	height: calc(1.5 * 1rem);
	width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
	margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
	vertical-align: middle;
	fill: currentColor;
	transform: scale(.6) scaleX(-1) translateY(-.1em);
	margin-left: -.25rem;
}

.comment-form label {
	display: block;
	font-family: "veneer_cleanreg", sans-serif;
	font-size: 20px;
}

.comment-form input[name="author"], .comment-form input[name="email"], .comment-form input[name="url"], .comment-form textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	line-height: 1.2;
	width: 100%;
	border: 1px solid #e6e6e6;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	display: block;
}

.comment-form textarea {
	padding: 15px;
}

.comment-form input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.comment-form input[type="checkbox"] + label {
	cursor: pointer;
	max-width: 100%;
	position: relative;
	font-size: 20px;
	padding: 0 0 0 40px;
}

.comment-form input[type="checkbox"] + label::before {
	content: "";
	width: 26px;
	height: 26px;
	background-color: #fff;
	position: absolute;
	left: 0;
	color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	border: 1px solid #e6e6e6;
}

.comment-form input[type="checkbox"]:checked + label::before {
	content: "✓";
	background-color: #fff;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

.comment-form .submit {
	background-color: var(--primary);
	color: #fff;
	padding: 15px 35px;
	font-family: "veneer_cleanreg", sans-serif;
	font-size: 23px;
	line-height: 1;
	border: 0;
	margin: 0;
}

.comments-area .comments-title-wrap .discussion-meta {
	display: flex;
}

@media (min-width: 768px) {
	.comments-area .comments-title-wrap {
		align-items: start;
		display: flex;
		justify-content: space-between;
	}
	
	.comments-area .comments-title-wrap .comments-title {
		flex: 1 0 calc(3 * ( 100vw / 12 ));
	}
	
	.comments-area .comments-title-wrap .discussion-meta {
		flex: 0 0 auto;
		margin-left: 1rem;
	}
	
	.comment {
		padding-left: calc(.5 * ( 1rem + calc(100vw / 12) ));
	}
	
	.comment.depth-1, .comment .children {
		padding-left: 0;
	}
	
	.comment.depth-1 {
		margin-left: calc(3.25 * 1rem);
	}
	
	.comment .comment-author .avatar {
		float: inherit;
		margin-right: inherit;
		position: absolute;
		top: 0;
		right: calc(100% + 1rem);
	}
	
	.comment .comment-author .post-author-badge {
		right: calc(100% + .75rem);
	}
}

.single-post #comments {
	margin: 0;
}

.single-post #comments > .comments-title:last-child {
	display: none;
}

.single-post #wpdcom {
	margin: 0;
}

.single-post #wpdcom .wpd-thread-list {
	padding: 0 !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-caption-text {
	font-size: 13px;
	padding: 8px 0 0;
	line-height: 1.231;
	margin: 0;
	text-align: center;
}

.wp-caption-text span {
	font-size: 10px;
}

#articles {
	position: relative;
	z-index: 1;
}

#articles ul.archive-list {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

#articles li {
	margin-bottom: 30px;
	height: auto;
}

#articles li article {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#articles li article .image {
	display: block;
	position: relative;
	z-index: 0;
	padding-top: 272px;
	height: 0;
	overflow: hidden;
}

#articles li article .image::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--highlight);
	z-index: 0;
	transition: ease-in .3s;
	pointer-events: none;
}

#articles li article .image:not(:hover)::after {
	opacity: 0;
}

#articles li article .image a {
	display: block;
}

#articles li article .image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#articles li article .details {
	width: 100%;
	padding: 25px;
	border: 1px solid #e6e6e6;
	flex: 1 1 auto;
}

#articles li article .details a {
	color: #000;
}

#articles li article .details .title {
	font-size: 24px;
	color: #000;
	margin: 0 0 13px;
	letter-spacing: 0;
}

#articles li article .details .desc {
	font-size: 20px;
}

#articles li article .details .desc p:last-child {
	margin-bottom: 20px;
}

#articles li article:hover {
	background-color: var(--primary);
}

#articles li article:hover .details {
	color: #fff;
	border-color: var(--primary);
}

#articles li article:hover .details a {
	color: #fff;
}

#articles li article:hover .details a:hover {
	text-decoration: underline;
}

.blog-categories ul.menu {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 50px 0;
	padding: 0;
}

.blog-categories ul.menu li {
	margin: -.5px !important;
}

.blog-categories ul.menu li a {
	display: block;
	font-size: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	padding: 15px 28px;
	position: relative;
}

.blog-categories ul.menu li.current-menu-item a {
	border-color: var(--primary);
	z-index: 1;
}

@media (max-width:767px) {
	.blog-categories ul.menu {
		margin: 20px 0;
	}
	
	.blog-categories ul.menu li a {
		font-size: 15px;
		padding: 10px;
	}
}

@media (max-width:359px) {
	.blog-categories ul.menu li a {
		font-size: 13px;
	}
}

.search-widget-box {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, .1);
	padding: 15px;
}

.search-widget-box-inner {
	display: flex;
	align-items: center;
}

.search-widget-box-input {
	font-size: 16px;
	border: 0;
	padding: 0 10px;
	width: 100%;
}

.search-widget-box-btn.btn {
	padding: 12px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 1;
}

.single-post h1, .single-post .h1, .single-post h2, .single-post .h2, .single-post h3, .single-post .h3, .single-post h4, .single-post .h4, .single-post h5, .single-post .h5, .single-post h6, .single-post .h6, .single-post .h {
	margin: 0 0 .5em;
	line-height: 1.2em;
	letter-spacing: -.025em;
}

.single-post h1, .single-post .h1 {
	font-size: 60px;
}

.single-post h2, .single-post .h2 {
	font-size: 28px;
	margin-bottom: 1.2em;
}

.single-post h3, .single-post .h3 {
	font-size: 25px;
	margin-top: 1.2em;
}

.single-post h4, .single-post .h4 {
	font-size: 20px;
	margin-top: 1.1em;
}

.single-post h5, .single-post .h5 {
	font-size: 18px;
}

.single-post h6, .single-post .h6 {
	font-size: 16px;
}

@media (max-width:991px) {
	.single-post h1, .single-post .h1 {
		font-size: 40px;
	}
}

@media (max-width:767px) {
	.single-post h1, .single-post .h1 {
		font-size: 30px;
	}
	
	.single-post h2, .single-post .h2 {
		margin-bottom: .8em;
	}
}

.single-post .featured-image {
	margin: 0;
}

.single-post .featured-image img {
	display: block;
	width: auto !important;
	object-position: center !important;
	margin: auto;
}

.single-post .breadcrumbs {
	font-size: 16px;
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
}

.single-post #content .container {
	max-width: 890px;
	width: 100%;
}

.single-post .article-info {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.single-post .article-info .category {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 20px;
}

.single-post .article-info .category a {
	font-size: 23px;
	font-family: "veneer_cleanreg", sans-serif;
	padding: 8px 50px;
	background-color: var(--primary);
	color: #fff;
	display: block;
	margin: 0 10px 10px 0;
}

.single-post .article-info .article-meta {
	font-size: 23px;
	font-family: "veneer_cleanreg", sans-serif;
	display: flex;
	justify-content: space-between;
}

.single-post .article-info .article-meta .post-share {
	display: flex;
	flex-wrap: wrap;
}

.single-post .article-info .article-meta .post-sharing-title {
	color: var(--primary);
	margin-right: 22px;
}

.single-post .article-info .article-meta .post-sharing {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width:991px) {
	.single-post .featured-image img {
		width: 100% !important;
	}
}

@media (max-width:767px) {
	.single-post .article-info .category {
		margin-bottom: 10px;
	}
	
	.single-post .article-info .category a {
		font-size: 21px;
		padding: 5px 30px;
	}
}

.single-post .post-sharing a {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 18px;
	image-rendering: -webkit-optimize-contrast;
}

.single-post .post-sharing a span {
	visibility: hidden;
}

.single-post .post-sharing a.a2a_button_facebook {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-facebook.png");
}

.single-post .post-sharing a.a2a_button_facebook.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_twitter {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-twitter.png");
}

.single-post .post-sharing a.a2a_button_twitter.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_linkedin {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-linkedin.png");
}

.single-post .post-sharing a.a2a_button_linkedin.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_email {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-email.png");
}

.single-post .post-sharing a.a2a_button_email.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_facebook:hover {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-facebook-hover.png");
}

.single-post .post-sharing a.a2a_button_facebook:hover.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_twitter:hover {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-twitter-hover.png");
}

.single-post .post-sharing a.a2a_button_twitter:hover.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_linkedin:hover {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-linkedin-hover.png");
}

.single-post .post-sharing a.a2a_button_linkedin:hover.nitro-lazy {
	background-image: none !important;
}

.single-post .post-sharing a.a2a_button_email:hover {
	background-image: url("https://cdn-ildmchd.nitrocdn.com/qMGAOtwMxJiFnXcrlrmVxrCYicgghwZG/assets/images/optimized/rev-86e85fb/www.humanappeal.org.au/wp-content/themes/human-appeals/images/share-to-email-hover.png");
}

.single-post .post-sharing a.a2a_button_email:hover.nitro-lazy {
	background-image: none !important;
}

@media (max-width:767px) {
	.single-post .post-sharing a {
		width: 24px;
		height: 24px;
	}
}

@media (max-width:567px) {
	.single-post .featured-image img {
		max-height: 280px !important;
	}
}

.single-post .article-info .article-meta .post-date {
	color: #c2c2c2;
}

.single-post .content-bar {
	position: relative;
}

.single-post .content-bar p {
	font-size: inherit;
	margin-bottom: 1.2em;
}

.single-post .content-bar ol {
	margin-bottom: 0;
}

.single-post .content-bar ol > li::marker {
	font-weight: 700;
}

.single-post .content-bar .container > .wp-block-image:first-child, .single-post .content-bar .container > .wp-block-video:first-child, .single-post .content-bar .container > .wp-block-gallery:first-child {
	margin-top: 0;
}

.single-post .content-bar .container > .wp-block-image, .single-post .content-bar .container > .wp-block-video, .single-post .content-bar .container > .wp-block-gallery {
	margin: 2em 0;
}

.single-post .content-bar .video-gal {
	text-align: center;
}

@media (max-width:991px) {
	.single-post .content-bar .video-gal iframe {
		margin: 10px 0px;
	}
}

@media (max-width:767px) {
	.single-post .breadcrumbs {
		font-size: 14px;
		display: block !important;
	}
	
	.single-post .breadcrumbs .container {
		padding: 10px 20px !important;
	}
	
	.single-post .content-bar {
		font-size: 19px;
	}
	
	.single-post .content-bar .container > .wp-block-image, .single-post .content-bar .container > .wp-block-video, .single-post .content-bar .container > .wp-block-gallery {
		margin: 1em 0;
	}
}

.post-navigation {
	display: flex;
	justify-content: space-between;
	margin-bottom: 68px;
}

.post-navigation a {
	display: flex;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	color: var(--primary);
	padding: 15px 35px;
	font-family: "veneer_cleanreg", sans-serif;
	align-content: center;
	line-height: 1;
}

.post-navigation a i {
	color: #e6e6e6;
}

.post-navigation a i:first-child {
	margin-right: 20px;
}

.post-navigation a i:last-child {
	margin-left: 20px;
}

.post-navigation a:hover {
	background-color: var(--primary);
	color: #fff;
	border-color: var(--primary);
}

.post-navigation a:hover i {
	color: #fff;
}

@media (max-width:767px) {
	.post-navigation a {
		padding: 15px 20px;
		font-size: 15px;
	}
	
	.post-navigation a i:first-child {
		margin-right: 10px;
	}
	
	.post-navigation a i:last-child {
		margin-left: 10px;
	}
}
