/*!
Theme Name: 		Conj Lite
Theme URI: 			https://www.conj.ws/lite
Author: 			MyPreview
Author URI: 		https://www.conj.ws
Description: 		Meet CONJ – a super-fast, super-lightweight and super-stylish theme with impressive usability, both on the front and back end for creating a stylish WooCommerce webshop or stunning company website with its unique mobile-first and grid-based architecture which comes with built-in one click demo import to help you have your new website up and running in a matter of minutes. Intuitive, flexible and compatible with the new Gutenberg block-based content editor — Demo → https://www.conj.ws/lite
Requires at least: 	WordPress 5.0
Version: 			1.2.0
License: 			GNU General Public License v3 or later
License URI: 		http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: 		conj-lite
Tags: 				two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, rtl-language-support, blog, e-commerce, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.
The core CSS libraries can be found in /assets/css/vendor/

The core CSS libraries can be found in /assets/css/vendor/
DO NOT EDIT THIS FILE. IF YOU WISH TO ADD YOUR OWN CSS WE RECOMMEND CREATING YOUR OWN CHILD THEME.

...and now go out and just breathe!
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
	## Date picker
# Links
# Header
	## Site branding
	## Menu
	## Handheld menu toggle
	## JS-OffCanvas
	## Slinky
# Accessibility
# Alignments
# Clearings
# Blocks
	## Alignment
	## Tag cloud
	## Search
	## Calendar
	## Gallery
	## Cover
	## Embed
	## Columns
	## Text color
	## Background color
# Widgets
	## Widgets title
	## Footer Widgets
	## Search
	## Tag cloud
	## Calendar
	## List style
	## Gallery
	## Audio
# Container
	## Columns
# Notices
# Pagination
# Content
	## Posts and pages
	## Single Post
	## Post archive
	## Comments
	## 404
	## Search result
# Media
	## Captions
	## Galleries
	## Audio
	## Video
# Post password
# Footer
# IE10+ CSS
# IE Edge 16+ CSS
# Customizer
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*,*::before,*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
body {
	margin: 0;
	overflow-x: hidden;
    overflow-y: visible;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a,
summary,
a:active, a:hover {
	outline: 0;
}
abbr, 
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn {
	font-style: italic;
}
h1 {
	margin-bottom: 0.375em;
}
h2 {
	margin-bottom: 0.563em;
	line-height: 1.4;
	font-size: 28px;
}
h3 {
	margin-bottom: 0.813em;
}
h4 {
	margin-bottom: 1.125em;
}
h5 {
	margin-bottom: 1.625em;
}
h6 {
	margin-bottom: 2.313em;
	font-size: 10px;
}
.wp-block-embed,
p {
	margin-bottom: 1em;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
pre {
	overflow: auto;
	white-space: pre-wrap;
	max-width: 100%;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
html input[disabled] {
	cursor: not-allowed;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
fieldset {
	border: 1px solid;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
.hidden {
	display: none !important;
}
.is-hidden {
	visibility: hidden;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	clear: both;
}
pre, 
code, 
kbd, 
tt, 
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
mark {
	padding: 0 3px;
}
body,
input, 
select, 
optgroup, 
textarea {
	font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.widget-title,
.site-branding .site-title,
button,
.button,
.wp-block-button .wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Rubik',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}
.ui-datepicker.ui-widget th,
body.search-results article .entry-footer,
article.post .entry-meta,
.site-footer .widget form[role="search"] input[type="search"],
.wp-block-pullquote cite {
	font-size: 12px;
}
.wp-caption .wp-caption-text,
article.type-attachment .entry-meta,
label {
	font-size: 13px;
}
.has-small-font-size {
	font-size: 13.6px;
}
h5,
.widget-area__wrapper,
.ui-datepicker.ui-widget tbody,
.comment-notes,
.wp-caption-text.gallery-caption,
body.single-post article.post .tags-links > a,
.comment-metadata,
.comments-area ol.comment-list,
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.site-footer,
.comment-form-cookies-consent,
.wp-block-categories.wp-block-categories-list,
input, 
select, 
optgroup, 
textarea {
	font-size: 14px;
}
.search-results:not(.post-type-archive) .site-main article .entry-content {
	line-height: 1.6;
	font-size: 15px;
}
.blog-archive article.post .entry-content {
	line-height: 1.6;
	font-size: 15px;
}
body,
h4,
.has-regular-font-size {
	font-size: 16px;
}
.blog-archive article.post .entry-content {
	font-size: 17px;
}
.wp-block-quote.is-style-large cite:before,
.wp-block-latest-comments__comment-author {
	font-size: 18px;
}
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	font-size: 18px;
	text-align: right;
}
.type-attachment .post-meta > *:not(:last-child):after,
article.post .post-meta > *:not(:last-child):after {
	line-height: 0;
	font-size: 18px;
}
h3 {
	font-size: 20px;
}
.has-large-font-size {
	font-size: 21.25px;
}
h1.page-title {
	font-size: 33px;
}
.has-larger-font-size,
h1 {
	font-size: 35px;
}
big {
	font-size: 125%;
}
.ui-datepicker .ui-datepicker-calendar td span,
body {
	font-weight: 400;
}
h2,
h3,
h4,
h5,
h6,
th,
b, 
strong {
	font-weight: 500;
}
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1,
.search-results:not(.post-type-archive) .site-main article .entry-title,
article.post .entry-title {
	font-weight: 600;
}
h1 strong {
	font-weight: 700;
}
.hide-site-title .site-title,
.hide-site-tagline .site-description {
	line-height: 0;
}
select {
	line-height: normal;
	max-width: 100%;
}
.comment-meta .comment-author .fn {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
}
.site-main .comment-navigation .nav-links a,
.post-navigation .nav-links a {
	line-height: 30px;
}
h4,
h3 {
	line-height: 1.25;
}
h5,
h1 {
	line-height: 1.43;
}
h6,
.comment-metadata {
	line-height: 1.5;
}
.wp-block-pullquote p {
	line-height: 1.6;
	font-size: 28px;
}
body,
.comment-respond .comment-notes {
	line-height: 1.71;
}
.site-info,
.site-footer .widget {
	line-height: 2;
}
h6,
h5 {
	letter-spacing: 0.5px;
}
h1,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	letter-spacing: 1px;
}
dfn,
em, 
i {
	font-style: italic;
}
.site-footer__inner .col-1,
.wp-block-calendar th,
.wp-caption-text,
.single-post article.post .entry-wrapper .entry-footer,
.blog-archive:not(.has-sidebar) .site-content > .col-full > #primary .navigation.pagination,
article.post .entry-content .post-password-form,
article.post .entry-title,
.calendar_wrap tbody td,
.aligncenter.wp-block-archives-dropdown,
.wp-block-categories-dropdown.aligncenter,
.wp-block-pullquote:not(.is-style-solid-color),
.type-attachment .entry-meta,
.type-attachment .attachment {
	text-align: center;
}
.search-results article.post .entry-title,
.wp-block-calendar tfoot td#prev,
article.post .entry-content .post-password-form label,
.stacktable .st-key,
.widget_pages ul,
.wp-block-categories.wp-block-categories-list,
.widget_categories ul,
.calendar_wrap tfoot td#prev,
th {
	text-align: left;
}
.site-main .comment-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next,
.wp-block-calendar tfoot td#next,
.navigation.pagination,
.comment-body .reply,
.calendar_wrap tfoot td#next {
	text-align: right;
}
.wp-block-calendar tfoot a,
mark, 
ins,
a {
	text-decoration: none;
}
.akismet_comment_form_privacy_notice a {
	text-decoration: underline;
}
label {
	text-transform: uppercase;
}
.wp-block-search__label,
.wp-block-pullquote cite,
[type="checkbox"] + label {
	text-transform: none;
}
@media (min-width: 37.5625em) {
	.comment-metadata {
		text-align: right;
	}
	.comment-meta .comment-awaiting-moderation:before,
	.akismet_comment_form_privacy_notice:before,
	.comment-respond .comment-notes:before,
	p.no-comments:before {
		line-height: 1.3;
	}
}
@media (max-width: 37.5em) {
	.comment-metadata {
		text-align: left;
	}
	.site-info {
		text-align: center;
	}
	h2,
	.search-results:not(.post-type-archive) .site-main article .entry-title,
	article.post .entry-title,
	h1.entry-title {
		font-size: 25px;
	}
	.wp-block-pullquote > p {
		font-size: 20px;
	}
	.widget-area__wrapper .widget-title:after {
		font-size: 16px;
	}
	.widget-area__wrapper .widget-title a,
	.widget-area__wrapper .widget-title {
		font-size: 14px;
	}
}
@media (max-width: 27.5em) {
	h1 {
		font-size: 32px;
	}
	.wp-block-image figcaption,
	.wp-block-gallery .blocks-gallery-item figure figcaption, 
	.wp-caption .wp-caption-text {
		font-size: 10px;
	}
	.widget-area__wrapper .widget form[role="search"] *[type="submit"] {
		font-size: 12px;
	}
	.search-results:not(.post-type-archive) .site-main article .entry-title {
		font-size: 20px;
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
code,
pre {
    font-size: 90%;
}
kbd {
   text-shadow: 0 1px 0 #FFF;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: 0 1px 0 #CCC, 0 0 0 2px #FFF inset;
    color: #242729;
    margin: 0 .1em;
    padding: .1em .6em;
    font-size: 13px;
}
pre.wp-block-code,
pre:not([class]),
pre.wp-block-preformatted {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	max-width: 100%;
	white-space: pre;
	word-wrap: normal;
	width: 100%;
}
pre:not([class]),
pre.wp-block-preformatted {
	padding: 1.6em;
}
pre.wp-block-preformatted > * {
	display: -webkit-inline-box !important;
}
pre.wp-block-verse {
	position: relative;
	padding: 20px;
}
pre.wp-block-verse:after,
pre.wp-block-verse:before {
	content: "";
	width: calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
	border: 2px solid #6b6f82;
}
pre.wp-block-verse:before {
	left: 5px;
    top: 5px;
}
pre.wp-block-verse:after {
	left: 0;
    top: 0;
}
hr {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 10px auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
ul,
ol {
	margin: 0 0 15px 15px;
	padding-left: 15px;
}
.comment-content ul,
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol li {
    list-style-position: outside;
	-webkit-font-feature-settings: 'liga' 1, 'ss01' 0;
	        font-feature-settings: 'liga' 1, 'ss01' 0;
}
li > ul, 
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}
li {
	-webkit-column-break-inside: avoid;
	        break-inside: avoid-column;
	column-break-inside: avoid;
}
.comment-content ol ul,
.comment-content ul ul,
ul ul, 
ol ul {
    list-style-type: circle;
}
pre,
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
td,
th,
.wp-block-table td, 
.wp-block-table th {
    padding: .5em;
    border: 1px solid currentColor;
    word-break: normal;
}
thead,
tfoot,
tbody {
	vertical-align: text-bottom;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #e4e5ec;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-color: #a7abbe;
	border-width: 1px 0 0 0;
}
.wp-block-table.is-style-stripes tr:last-child > td {
   border-width: 1px 0 1px 0;
}
blockquote:not([class]),
.wp-block-quote:not(.is-style-large) {
	padding: 24px 0 24px 36px;
    border-width: 1px 0 1px;
}
blockquote:not([class]):before,
blockquote.wp-block-quote:not(.is-style-large):before {
	content: "\e98f";
	position: absolute;
    left: 0;
} 
.wp-block-quote.is-style-large {
	padding: 6px 0 10px 23px;
	border-width: 0 0 0 3px;
}
.wp-block-quote.is-style-large p {
    font-style: italic;
    line-height: 1.6;
    font-size: 24px;
}
.wp-block-pullquote,
.wp-block-quote,
blockquote {
	position: relative;
	border-style: solid;
}
.wp-block-quote,
blockquote {
	margin: 24px auto;
}
.wp-block-quote {
	display: flex;
    flex-direction: column;
}
.wp-block-pullquote blockquote {
	border-width: 0;
	padding: 0;
	margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}
blockquote > p:first-of-type {
	margin-top: 0;
}
blockquote > *:last-of-type {
	margin-bottom: 0;
}
.blog-archive .wp-block-pullquote:not(.alignfull) {
    max-width: 90%;
    margin: 30px auto;
}
.wp-block-pullquote.aligncenter {
	max-width: calc(100% - 90px);
}
blockquote:before {
	font-size: 18px;
	font-family: 'Feather';
}
.wp-block-pullquote blockquote:after,
.wp-block-pullquote blockquote:before {
	font-family: serif;
	position: absolute;
}
.wp-block-pullquote blockquote:before {
	content: "“";
    top: -46px;
}
.wp-block-pullquote blockquote:after {
	content: "”";
    bottom: -46px;
}
cite {
	display: block;
	margin-top: 1.5em;
	font-style: normal;
	font-size: 12px;
}
cite:before {
	content: "\e9ef";
	margin-right: 5px;
	font-family: 'Feather';
	font-size: 13px;
}
@media (min-width: 27.5625em) {
	dl {
		position: relative;
		overflow: hidden;
	}
	dt {
		width: 33%;
		float: left;
		clear: left;
	}
	dd {
		width: 65%;
		float: right;
		clear: right;
	}
	dd:last-of-type {
		margin: 0;
	}
	dt:not(:last-of-type),
	dd:not(:last-of-type) {
		margin: 0 0 10px;
	}
}
@media (min-width: 37.0625em) {
	blockquote:not([class]),
	.wp-block-quote.is-style-large,
	blockquote.wp-block-quote {
		max-width: 83.3333333333%;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-block-pullquote blockquote {
	    max-width: 100%;
	}
	.wp-block-pullquote {
		padding: 20px;
	}
	.wp-block-pullquote:not(.is-style-solid-color) {
		border-width: 10px;
	}
	.wp-block-pullquote:not(.alignfull) {
		margin: 30px 45px;
	}
	/*rtl:begin:ignore*/
	.wp-block-pullquote.alignleft {
		margin-right: calc(45px + 2em);
	}
	.wp-block-pullquote.alignright {
		margin-left: calc(45px + 2em);	
	}
	/*rtl:end:ignore*/
	body:not(.has-sidebar):not(.blog-archive) .wp-block-pullquote.alignfull {
		max-width: calc(100vw - 115px);
		margin: 30px auto 30px calc(-50vw + 57.5px);
	}
	.wp-block-pullquote blockquote:after,
	.wp-block-pullquote blockquote:before {
		font-size: 160px;
		line-height: 122px;
		height: 53px;
	}
	.wp-block-pullquote:not(.is-style-solid-color) blockquote:before {
		left: -75px;
	}
	.wp-block-pullquote:not(.is-style-solid-color) blockquote:after {
		right: -75px;
	}
	.wp-block-pullquote.is-style-solid-color blockquote:before {
		left: -65px;
	}
	.wp-block-pullquote.is-style-solid-color blockquote:after {
		right: -65px;
	}
}
@media (max-width: 37em) {
	tr > th:not(:last-of-type),
	tr > td:not(:last-of-type) {
		padding-right: 0.7em;
	}
	.wp-block-pullquote {
		border-width: 6px;
		padding: 15px;
	}
	body:not(.blog-archive) .wp-block-pullquote:not(.alignfull) {
		margin: 30px;
	}
	/*rtl:begin:ignore*/
	.wp-block-pullquote.alignleft {
		margin-right: calc(30px + 2em);
	}
	.wp-block-pullquote.alignright {
		margin-left: calc(30px + 2em);	
	}
	/*rtl:end:ignore*/
	body:not(.blog-archive) #main .wp-block-pullquote.alignfull {
	    max-width: calc(100vw - 84px);
    	margin: 30px auto 30px calc(-50vw + 42px);
	}
	.wp-block-pullquote blockquote:after,
	.wp-block-pullquote blockquote:before {
		font-size: 120px;
		line-height: 98px;
		height: 45px;
	}
	.wp-block-pullquote blockquote:before {
		left: -55px;
	}
	.wp-block-pullquote blockquote:after {
		right: -55px;
	}
}
@media (max-width: 27.5em) {
	td, th, .wp-block-table td, 
	.wp-block-table th,
	tr > th:not(:last-of-type),
	tr > td:not(:last-of-type) {
		padding: 1px;
	}
	dd {
		margin: 0 0 10px 0;
	}
	dd:last-of-type {
		margin: 0;
	}
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label:not(.screen-reader-text) > input[type="password"],
label:not(.screen-reader-text) + input:not(.search-submit) {
	display: block;
	margin-top: 6px;
}
.blog-archive article.post .entry-content .more-link,
.button,
button,
.wp-block-file a.wp-block-file__button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	border-style: solid;
    border-width: 1px;
	border-radius: 0;
	padding: 11px 40px;
	min-width: 130px;
	min-height: 48px;
	position: relative;
	-webkit-transition: 0.3s ease color 0.2s, 0.3s ease background-color 0.2s, 0.3s ease border-color 0.2s, 0.3s margin 0.2s;
	-o-transition: 0.3s ease color 0.2s, 0.3s ease background-color 0.2s, 0.3s ease border-color 0.2s, 0.3s margin 0.2s;
	transition: 0.3s ease color 0.2s, 0.3s ease background-color 0.2s, 0.3s ease border-color 0.2s, 0.3s margin 0.2s;
}
.wp-block-button .wp-block-button__link {
	padding: 11px 40px;
	min-width: 130px;
	min-height: 48px;
}
button.close-btn,
button.pswp__button,
button.handheld-menu-toggle,
button.customize-partial-edit-shortcut-button {
	border-width: 0;
	padding: 0;
    min-width: auto;
    min-height: auto;
}
.button, 
button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	cursor: pointer;
	flex-wrap: wrap;
	font-size: 14px;
	letter-spacing: 1px;
}
.blog-archive article.post .entry-content .more-link {
	margin: 33px auto 3px;
	max-width: 185px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 14px;
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.blog-archive article.post .entry-content .more-link:hover,
input[name='apply_coupon'],
.button:focus, 
button:focus, 
input[type='button']:focus, 
input[type='reset']:focus, 
input[type='submit']:focus,
.button:active, 
button:active, 
input[type='button']:active, 
input[type='reset']:active, 
input[type='submit']:active,
.button:hover, 
button:hover, 
input[type='button']:hover, 
input[type='reset']:hover, 
input[type='submit']:hover {
	background-color: transparent;
}
.button.disabled,
button.disabled,
.button[disabled],
button[disabled] {
	background-color: transparent;
	cursor: not-allowed;
}
.wp-block-button {
	margin-bottom: 0;
}
select:not([multiple="multiple"]) {
	min-height: 48px;
	padding: 12px 30px 12px 14px;
    background-position: calc(100% - 14.8px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), 100% 0 /*rtl:calc(0% + 10px) calc(1.3em + 2px),calc(0% + 14.8px) calc(1.3em + 2px),100% 0*/;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
	border-radius: 0;
}
select[multiple="multiple"] {
	overflow: auto;
	padding: 0;
}
select[multiple="multiple"] option {
	padding: 10px 25px 10px 14px;
	cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
		-moz-appearance:textfield;
            appearance: none;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
	min-height: 48px;
	padding: 10px 14px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
	        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
	-webkit-transition: border 0.3s ease !important;
	-o-transition: border 0.3s ease !important;
	transition: border 0.3s ease !important;
	border-radius: 0;
	-webkit-appearance: none;
       -moz-appearance:none;
            appearance: none;
	outline: 0;
	border-style: solid;
    border-width: 1px;
}
.ui-datepicker.ui-widget,
select,
input[type="checkbox"],
input[type="radio"] {
	border-style: solid;
    border-width: 1px;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
	        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
	-webkit-transition: border 0.3s ease !important;
	-o-transition: border 0.3s ease !important;
	transition: border 0.3s ease !important;
	border-radius: 0;
	-webkit-appearance: none;
       -moz-appearance:none;
            appearance: none;
	outline: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}
textarea {
	width: 100%;
	max-width: 100%;
	height: 246px;
	resize: vertical;
    display: block;
}
input[type="checkbox"], 
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
.comment-form-cookies-consent [type="checkbox"] {
    margin-top: 3px;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    left: 50%;
}
input[type="checkbox"]:checked:before {
	content: "\e92a";
	font-weight: 600;
	font-size: 12px;
	font-family: 'Feather';
}
input[type="radio"]:checked:before {
	content: "";
    width: 8px;
    height: 8px;
}
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	background-color: transparent;
}
.wp-block-file .wp-block-file__button:before {
	content: "\e955";
	font-family: 'Feather';
}
.wp-block-file .wp-block-file__button:not(:empty):before {
	padding-right: 10px;
}
.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 2px solid currentcolor;
}
/*--------------------------------------------------------------
## Date picker
--------------------------------------------------------------*/
.ui-datepicker.ui-widget {
	font-family: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar tbody tr, 
.ui-datepicker .ui-datepicker-calendar thead,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-calendar th {
	border-width: 0;
	text-align: center;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
	box-shadow: none;
	background: inherit;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: inherit;
}
.ui-datepicker-header .ui-datepicker-next, 
.ui-datepicker-header .ui-datepicker-prev {
	background-image: none;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.ui-datepicker .ui-datepicker-header {
	border-width: 0;
	font-size: 18px;
	text-shadow: none;
}
.ui-datepicker-next:before, 
.ui-datepicker-prev:before {
	background-image: none;
	font-family: 'Feather';
}
.ui-datepicker-next:before {
	content: "\e92f" /*rtl:"\e92e"*/;
}
.ui-datepicker-prev:before {
	content: "\e92e" /*rtl:"\e92f"*/;
}
.ui-datepicker .ui-datepicker-title select {
	padding: 0 15px 3px 10px;
	font-weight: 400;
    border: none;
    min-height: 32px;
    margin-top: 0;
    background-position: calc(100% - 6.8px) calc(1em + 1px), calc(100% - 4px) calc(1em + 1px), 100% 0 /*rtl:calc(100% - 6.8px) calc(1em + 1px), calc(100% - 4px) calc(1em + 1px), 100% 0*/;
    background-size: 3px 3px, 3px 3px, 1.5em 1.5em;
}
.ui-datepicker .ui-datepicker-calendar td a {
	margin: 0;
    height: 100%;
	text-shadow: none;
	font-weight: 400;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
.comment-metadata a time,
.page-links a > .page-number,
a {
	-webkit-transition: 0.3s ease color 0.2s, 0.3s ease background-color 0.2s, 0.3s ease border-color 0.2s, 0.3s ease opacity 0.2s;
	-o-transition: 0.3s ease color 0.2s, 0.3s ease background-color 0.2s, 0.3s ease border-color 0.2s, 0.3s ease opacity 0.2s;
	transition: 0.3s ease color 0.2s, 0.3s ease background-color 0.2s, 0.3s ease border-color 0.2s, 0.3s ease opacity 0.2s;
}
p.has-text-color a {
    color: inherit;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    background-position: center;
    background-size: cover;
    z-index: 5;
	border-style: solid;
	border-width: 0 0 1px;
	position: relative;
	-webkit-box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
}
header.site-header > .col-full {
	z-index: 5;
}
body.has-header-image .site-header:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	background-color: inherit;
}
.site-header-background-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
	-o-object-fit: cover;
       object-fit: cover;
}
@media (min-width: 62.0625em) {
	.site-header {
		padding-top: 30px;
	}
	.site-header > .col-full > .primary-navigation {
		align-self: flex-end;
	}
	.site-header > .col-full {
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-running .site-header > .col-full > .primary-navigation {
	    width: 100%;
	    margin-top: 30px;
	}
	body:not(.woocommerce-running) .site-header > .col-full > .primary-navigation {
		width: 83.333%;
	}
	.site-header .site-branding {
		width: 16.666%;
	}
	body:not(.woocommerce-running) .site-branding {
		margin-bottom: 15px;
	}
	.primary-navigation div.menu > ul > li > a,
	.primary-navigation > ul.menu > li > a {
		padding: 4px 0 14px;
	}
}
@media (min-width: 82.0625em) {
	.site-header > .col-full > .site-branding {
		padding-right: 20px;
	}
	body:not(.woocommerce-running) .site-header > .col-full > .primary-navigation {
		padding-left: 20px;
	}
}
@media (max-width: 82em) and (min-width: 62.0625em) {
	.site-header > .col-full > .site-branding {
		padding-right: 10px;
	}
	body:not(.woocommerce-running) .site-header > .col-full > .primary-navigation {
		padding-left: 10px;
	}
}
@media (max-width: 62em) {
	#site-navigation > div.menu,
	.site-header .primary-navigation .primary-navigation {
		display: none;
	}
	.site-header > .col-full {
		justify-content: flex-start;
		display: flex;
	}
	.site-header .primary-navigation {
		right: 20px;
	}
	.site-header .site-branding,
	.site-header > .col-full > .primary-navigation,
	.conj-header-row > div > .primary-navigation {
	    padding-top: 20px;
    	padding-bottom: 20px;
	}
	.site-header .col-full > .site-branding {
		width: 100%;
		max-width: calc(100% - 100px);
	 }
	.site-header > .col-full > .primary-navigation > nav,
	.site-header > .col-full > .primary-navigation {
		display: flex;
	}
}
/*--------------------------------------------------------------
## Site branding
--------------------------------------------------------------*/
.site-branding {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}
.site-title {
	letter-spacing: 4px;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.11;
}
.site-description {
	font-size: 12px;
	line-height: 1.41;
}
.site-description,
.site-title {
	width: 100%;
	margin: 0;
}
.site-branding .logo {
	margin-bottom: 0;
	line-height: 1.71;
	width: 100%;
	font-size: 16px;
}
/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.site-header div.menu > ul,
.site-header ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	display: flex;
}
.primary-navigation > nav {
	width: 100%;
}
.site-header ul.sub-menu > li,
.site-header > .col-full > .primary-navigation {
	position: relative;
}
.primary-navigation div.menu ul.children > li > ul.children,
.site-header ul.sub-menu > li > ul.sub-menu {
	top: 0;
	white-space: nowrap;
	margin: 0 0 0 6px;
	left: 100%;
}
.primary-navigation div.menu > ul > li > ul.children:after,
.site-header ul.menu > li:not(.conjmm-active) > ul.sub-menu:after {
	height: 9px;
	content: "";
	width: 100%;
	left: 0;
	top: -8px;
	position: absolute;
}
.primary-navigation div.menu ul.children ul.children:after,
.site-header ul.sub-menu ul.sub-menu:after {
	content: "";
	width: 6px;
	left: -6px;
	height: 100%;
	top: 0;
	position: absolute;
}
.primary-navigation div.menu > ul .page_item_has_children > a:after,
.site-header ul.menu > li.menu-item-has-children > a:after {
	content: "\e92d";
	margin-left: 7px;
	font-family: 'Feather';
}
.primary-navigation div.menu ul.children .page_item_has_children > a:after,
.site-header ul.sub-menu li.menu-item-has-children > a:after {
	content: "\e92f" /*rtl:"\e92e"*/;
	margin-left: 20px;
	font-family: 'Feather';
	font-size: 15px;
}
.primary-navigation div.menu ul.children:before,
.site-header li:not(.conjmm-active) > ul.sub-menu:before {
	content: "";
	width: 10px;
    height: 10px;
    border-style: solid;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -5px;
    left: 25px;
    border-width: 1px 0 0 1px;
}
.primary-navigation div.menu ul.children ul.children:before,
.site-header li:not(.conjmm-active) ul.sub-menu ul.sub-menu:before {
	border-width: 0 0 1px 1px;
	top: 15px;
    left: -5px;
}
.primary-navigation ul.menu > li > a,
.primary-navigation div.menu > ul > li > a {
	display: flex;
	font-size: 15px;
}
.custom-logo-link {
	align-items: center;
	display: flex;
}
.primary-navigation div.menu > ul,
.primary-navigation ul.menu {
	justify-content: flex-start /*rtl:flex-end*/;
}
.primary-navigation div.menu > ul > li:first-child,
.primary-navigation ul.menu> li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.primary-navigation div.menu > ul > li,
.primary-navigation ul.menu > li {
	padding: 0 5px;
	margin: 0 15px;
}
.primary-navigation div.menu ul.children,
.site-header li > ul.sub-menu {
	min-width: 200px;
	-webkit-transform:scale(0.95);
	        transform:scale(0.95);
}
.site-header div.menu ul.children,
.site-header ul.sub-menu {
	list-style: none;
	padding: 0;
	position: absolute;
	font-size: 14px;
	border-style: solid;
	-webkit-box-shadow: 0 10px 14px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: 0 10px 14px 0 rgba(69, 73, 91, 0.08);
	border-width: 1px;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) opacity 0.3s, transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, visibility 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
	-o-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) opacity 0.3s, transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, visibility 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
	transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) opacity 0.3s, transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, visibility 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
	margin: 6px 0 0;
}
.primary-navigation div.menu li:hover > ul.children,
.site-header ul.menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.primary-navigation div.menu li:hover > ul.children,
.site-header li:hover > ul.sub-menu {
	-webkit-transform:scale(1);
        	transform:scale(1);
}
.primary-navigation div.menu ul.children > li > a,
.site-header ul.sub-menu > li > a {
	justify-content: space-between;
	align-items: center;
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.primary-navigation div.menu ul.children > li:first-child > a,
.site-header ul.sub-menu > li:first-child > a {
	padding-top: 10px;
}
.primary-navigation div.menu ul.children > li:last-child > a,
.site-header ul.sub-menu > li:last-child > a {
	padding-bottom: 12px;
}
.primary-navigation div.menu ul.children > li.is-edge > ul.children, 
.site-header ul.sub-menu > li.is-edge > ul.sub-menu {
	left: auto;
	margin: 0 6px 0 0;
	right: 100%;
}
.primary-navigation div.menu ul.children li.is-edge > ul.children:before, 
.site-header li ul.sub-menu li.is-edge > ul.sub-menu:before {
    border-width: 1px 1px 0 0px;
    left: auto;
    right: -5px;
}
@media (max-width: 62em) {
	.site-header > .col-full > .primary-navigation {
		max-width: 100px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
/*--------------------------------------------------------------
## Handheld menu toggle
--------------------------------------------------------------*/
.handheld-offcanvas .close-btn,
.handheld-menu-toggle {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	outline: none;
}
.handheld-offcanvas .close-btn {
	width: 100%;
	padding: 5px 20px 8px;
	justify-content: flex-end;
	font-size: 18px;
}
.handheld-menu-toggle,
.handheld-menu-toggle .c-button__text {
	line-height: 1.11;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
@media (max-width: 62em) {
	.handheld-menu-toggle,
	.handheld-menu-toggle .c-button__text {
		display: flex;
		align-items: center;
	}
	.hamburger-nav-icon {
		display: flex;
		flex-direction: column;
		width: 28px;
		margin-left: 14px;
		text-align: left;
	}
	.hamburger-nav-icon .icon-bar:not(:last-child) {
		margin-bottom: 7px;
	}
	.hamburger-nav-icon .icon-bar {
		height: 2px;
		-webkit-transition: 0.3s ease background-color, width 0.3s ease 0.2s;
		-o-transition: 0.3s ease background-color, width 0.3s ease 0.2s;
		transition: 0.3s ease background-color, width 0.3s ease 0.2s;
		width: 55%;
	}
	.hamburger-nav-icon .icon-bar:nth-child(2),
	.handheld-menu-toggle:hover .hamburger-nav-icon .icon-bar,
	.c-offcanvas-content-wrap--overlay .hamburger-nav-icon .icon-bar {
		width: 100%;
	}
	.hamburger-nav-icon .icon-bar:first-of-type {
		margin-left: auto;
	}
}
/*--------------------------------------------------------------
## JS-OffCanvas
--------------------------------------------------------------*/
.c-offcanvas--push,
.has-offcanvas--overlay body,
.has-offcanvas--overlay {
	overflow:hidden;
}
.c-offcanvas-bg,
.c-offcanvas--push {
    z-index: 35;
}
.has-offcanvas--overlay #page,
.has-offcanvas--overlay #conj-site-wrapper {
	z-index: -2;
	pointer-events: none;
	max-height: 100vh;
	overflow:hidden;
}
.c-offcanvas-content-wrap {
	overflow: unset;
	position: relative;
	z-index: unset;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@-moz-document url-prefix() {
  	.c-offcanvas-content-wrap {
		transform: none;	
	}
}
body.custom-background .c-offcanvas-content-wrap {
	background-color: transparent;
}
.admin-bar .c-offcanvas {
	outline: none;
    top: 32px;
}
@media (min-width: 27.5625em){
	.c-offcanvas--right,
	.c-offcanvas--left {
		width: 25.7em;
	}
	/*rtl:begin:ignore*/
	.c-offcanvas--right,
	.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open,
	.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
		-webkit-transform: translate3d(25.7em,0,0);
				transform: translate3d(25.7em,0,0);
	}
	.c-offcanvas--left,
	.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open,
	.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
		-webkit-transform: translate3d(-25.7em,0,0);
				transform: translate3d(-25.7em,0,0);
	}
	/*rtl:end:ignore*/
}
@media (min-width: 62.0625em) {
	.js-offcanvas-toggler {
		display: none;
	}
}
@media (max-width: 48.875em){
	.admin-bar .c-offcanvas {
	    top: 46px;
	}
}
@media (max-width: 27.5em){
	.c-offcanvas--right,
	.c-offcanvas--left {
		width: 85vw;
	}
	/*rtl:begin:ignore*/
	.c-offcanvas--right,
	.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open,
	.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
		-webkit-transform: translate3d(85vw,0,0);
				transform: translate3d(85vw,0,0);
	}
	.c-offcanvas--left,
	.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open,
	.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
		-webkit-transform: translate3d(-85vw,0,0);
				transform: translate3d(-85vw,0,0);
	}
	/*rtl:end:ignore*/
}
/*--------------------------------------------------------------
## Slinky
--------------------------------------------------------------*/
.c-offcanvas--push:not(.is-open) .simplebar-content-wrapper {
	visibility: hidden;
}
.c-offcanvas--push:not(.is-closed) {
	visibility: visible;
}
#handheld-slinky-menu {
	height: calc(100% - 45px);
}
.slinky-menu .header {
    align-items: center;
	justify-content: space-between;
	margin: 5px 0;
}
.slinky-menu .header .back {
	flex-grow: 1;
}
.slinky-menu ul {
	padding-left: 2em;
}
.slinky-menu ul li,
.slinky-menu ul {
	list-style: none;
	list-style-type: none;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.slinky-theme-default li {
	padding-right: 20px;
	font-weight: 400;
}
.slinky-menu [class*="current"] > a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 22px;
	left: 0;
}
.handheld-offcanvas .slinky-theme-default,
.handheld-offcanvas .slinky-theme-default a:not(.back):active,
.handheld-offcanvas .slinky-theme-default a:not(.back):hover {
	background: transparent;
}
.handheld-offcanvas .slinky-theme-default .next::after, 
.handheld-offcanvas .slinky-theme-default .back::before {
	line-height: normal;
	font-size: 18px;
	font-family: 'Feather';
	background: transparent;
	opacity: 1;
    padding: 0;
	content: "\e92f" /*rtl:"\e92e"*/;
}
.slinky-menu.slinky-theme-default > ul a {
	padding: 1em 0;
}
.slinky-menu .header .title {
	-webkit-box-flex: unset;
	    -ms-flex: unset;
	        flex: unset;
	padding: 0;
	text-align: right;
	line-height: 1.41;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.hide-site-title .site-title,
.hide-site-tagline .site-description,
.ui-datepicker-header .ui-datepicker-next span, 
.ui-datepicker-header .ui-datepicker-prev span,
.screen-reader-text {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: transparent;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*rtl:begin:ignore*/
.wp-block-latest-posts.alignleft,
ul.wp-block-archives.alignleft,
ol.wp-block-latest-comments.alignleft,
.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
}
.wp-block-latest-posts.alignright,
ul.wp-block-archives.alignright,
ol.wp-block-latest-comments.alignright,
.alignright {
	display: inline;
	float: right;
	margin-left: 2em;
}
/*rtl:end:ignore*/
.aligncenter.wp-block-archives-list {
	display: table;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
article.post .entry-content:before,
article.post .entry-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
article.post .entry-content:after,
.clear:after,
.comment-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-column,
.wp-block-image {
	margin-bottom: 0;
}
pre.wp-block-code {
	/*rtl:begin:ignore*/
    border-radius: 0;
    border-width: 1px 1px 1px 3px;
	border-color: #ddd;
	border-left-color: #8DF7B0;
    padding: .8em 1em;
    border-style: solid;
    font-size: 14px;
    background-color: #f9f9f9;
    direction: ltr;
    /*rtl:end:ignore*/
}
.has-background code {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 0 5px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
    margin-top: 20px;
}
/*--------------------------------------------------------------
## Alignment
--------------------------------------------------------------*/
.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: auto;
}
.alignfull.wp-block-table {
	width: 100vw;
}
.wp-block-column .alignfull {
	max-width: 100%;
    margin-left: 0;
    left: 0;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%; 
}
.wp-block-pullquote:not(.alignleft),
.wp-block-pullquote:not(.alignright),
.alignfull,
.alignwide {
    clear: both;
    z-index: 1;
}
.blog-archive:not(.has-sidebar) article.post .entry-content .alignfull:not(.wp-block-pullquote):not(.wp-block-table) {
	padding-top: 30px;
	padding-bottom: 30px;
    margin-bottom: 1em;
}
article.post .entry-content .alignfull.wp-block-pullquote blockquote:after, 
article.post .entry-content .alignfull.wp-block-pullquote blockquote:before {
	content: none;
}
article.post .entry-content .alignfull.wp-block-pullquote {
	margin-top: 30px;
	margin-bottom: 30px;
    max-width: calc(100vw - 20px);
    margin-left: calc(-50vw + 10px);
}
article.post .entry-content .wp-block-column .alignfull.wp-block-pullquote {
	max-width: 100%;
    margin-left: 0;
}
article.post .entry-content .alignwide.wp-block-pullquote {
	margin: 30px 18px;
}
@media (min-width: 27.5625em) {
	article.post .entry-content .alignwide:not(.wp-block-pullquote) {
		margin-left: -30px;
		margin-right: -30px;
	    width: calc(100% + 60px);
	    left: 0;
	}
	article.post .entry-content .wp-block-column .alignwide:not(.wp-block-pullquote) {
		margin-left: 0;
		margin-right: 0;
	    width: 100%;
	}
	article.post .entry-content .wp-block-image.alignwide img {
	    max-width: calc(100% + 60px);
	    width: calc(100% + 60px); 
	}
	article.post .entry-content .wp-block-column .wp-block-image.alignwide img {
	    max-width: 100%;
	    width: 100%; 
	}
}
@media (min-width: 62em) {
    .has-sidebar .alignfull {
		left: 0;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media (min-width: 81.250em) {
	body:not(.has-sidebar):not(.blog-archive) .alignwide {
		position: relative;
		left: 50%;
		width: 90vw;
		max-width: 90vw;
		margin-left: -45vw;
	}
	body:not(.has-sidebar):not(.blog-archive) .wp-block-column .alignwide {
		left: 0;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 27.5em) {
	article.post .entry-content .alignwide:not(.wp-block-pullquote) {
		margin-left: -20px;
		margin-right: -20px;
	    width: calc(100% + 40px)
	}
	article.post .entry-content .wp-block-column .alignwide:not(.wp-block-pullquote) {
		margin-left: 0;
		margin-right: 0;
	    width: 100%;
	}
	article.post .entry-content .wp-block-image.alignwide img {
	    max-width: calc(100% + 40px);
	    width: calc(100% + 40px); 
	}
	article.post .entry-content .wp-block-column .wp-block-image.alignwide img {
	    max-width: 100%;
	    width: 100%; 
	}
}
/*--------------------------------------------------------------
## Tag cloud
--------------------------------------------------------------*/
.wp-block-tag-cloud {
	flex-wrap: wrap;
	display: flex;
}
.wp-block-tag-cloud a.tag-cloud-link {
    padding: 8px 11px;
    font-size: 13px !important;
    margin: 2.5px;
    display: inline-block;
    flex-grow: 1;
    text-align: center;
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.wp-block-search .wp-block-search__button {
    padding: 11px 5px;
    min-width: 100px;
    margin: 6px 0 0;
}
.wp-block-search__input {
	margin: 6px 0 0;
}
@media (max-width: 27.5em) {
	.wp-block-search .wp-block-search__button {
	    width: 100%;
	}
}
/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/
.wp-block-calendar table th {
    background: transparent;
    border: 0;
}
.wp-block-calendar tbody td {
    border: 0;
}
.wp-block-calendar tbody td > a {
	display: block;
}
.wp-block-calendar caption {
    padding-bottom: 4px;
}
.wp-block-calendar tfoot td {
    padding-top: 15px;
}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.single-post article.post .alignfull.wp-block-gallery,
.blog-archive article.post .alignfull.wp-block-gallery {
    padding-top: 30px;
    padding-bottom: 14px;
    margin-bottom: 1em;
}
.wp-block-gallery:not(.alignfull):not(.alignwide) {
	margin-left: 0;
}
.wp-block-gallery {
	margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline; 
}
@media (min-width: 37.5em) {
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 16.02px * 2) / 3);
	}
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16.02px * 3) / 4);
	}
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 16.02px * 4) / 5);
	}
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 16.02px * 5) / 6);
	}
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 16.02px * 6) / 7);
	}
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 16.02px * 7) / 8);
	}
	.wp-block-gallery.columns-3 .blocks-gallery-item:not(:last-child),
	.wp-block-gallery.columns-4 .blocks-gallery-item:not(:last-child),
	.wp-block-gallery.columns-5 .blocks-gallery-item:not(:last-child),
	.wp-block-gallery.columns-6 .blocks-gallery-item:not(:last-child),
	.wp-block-gallery.columns-7 .blocks-gallery-item:not(:last-child),
	.wp-block-gallery.columns-8 .blocks-gallery-item:not(:last-child) {
		margin-right: 16px; 
	}
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0; 
	} 
}
/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/
.wp-block-cover .wp-block-cover__inner-container {
    max-width: 1210px;
    position: relative;
    padding: 0 20px;
    width: 100%;
}
/*--------------------------------------------------------------
## Embed
--------------------------------------------------------------*/
.wp-block-embed-issuu .wp-block-embed__wrapper > div.issuuembed,
#primary .wp-block-embed__wrapper iframe:not(.tumblr-embed) {
	width: 100% !important;
}
.wp-block-embed-tumblr .wp-block-embed__wrapper iframe.tumblr-embed {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-embed-instagram .wp-block-embed__wrapper iframe.instagram-media {
	max-width: 100% !important;
}
/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.wp-block-column > .wp-block-columns:only-child {
	height: 100%;
}
.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	flex: none;
}
.wp-block-columns > *:not(:first-child) {
	padding-top:30px;
}
.has-6-columns > * {
	flex-basis: 16.666%;
	max-width: 16.666%;
}
.has-5-columns > * {
	flex-basis: 20%;
	max-width: 20%;
}
.has-4-columns > * {
	flex-basis: 25%;
	max-width: 25%;
}
.has-3-columns > * {
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.has-2-columns > * {
	flex-basis: 50%;
	max-width: 50%;
}
.has-2-columns > *:nth-child(2n+1) {
	padding-right: 15px;
}
.has-2-columns > *:nth-child(2n) {
	padding-left: 15px;
}
.has-3-columns > *:nth-child(3n+2) {
	padding-right: 10px;
	padding-left: 10px;
}
.has-3-columns > *:nth-child(3n+1) {
	padding-right: 20px;
}
.has-3-columns > *:nth-child(3n) {
	padding-left: 20px;
}
.has-4-columns > *:not(:nth-child(4n+1)):not(:nth-child(4n)) {
	padding-right: 11.25px;
	padding-left: 11.25px;
}
.has-4-columns > *:nth-child(4n+1) {
	padding-right: 22.5px;
}
.has-4-columns > *:nth-child(4n) {
	padding-left: 22.5px;
}
.has-5-columns > *:not(:nth-child(5n+1)):not(:nth-child(5n)) {
	padding-right: 12px;
	padding-left: 12px;
}
.has-5-columns > *:nth-child(5n+1) {
	padding-right: 24px;
}
.has-5-columns > *:nth-child(5n) {
	padding-left: 24px;
}
.has-6-columns > *:not(:nth-child(6n+1)):not(:nth-child(6n)) {
	padding-right: 12.5px;
	padding-left: 12.5px;
}
.has-6-columns > *:nth-child(6n+1) {
	padding-right: 25px;
}
.has-6-columns > *:nth-child(6n) {
	padding-left: 25px;
}
@media (min-width: 37.5em) {
	.wp-block-columns > .wp-block-column:nth-child(n) {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (min-width: 80.0625em) {
	.has-2-columns > *:nth-child(-n+2),
	.has-3-columns > *:nth-child(-n+3),
	.has-4-columns > *:nth-child(-n+4),
	.has-5-columns > *:nth-child(-n+5),
	.has-6-columns > *:nth-child(-n+6) {
		padding-top: 0;
	}
}
@media (max-width: 80em) and (min-width: 60.0625em) {
	.wp-block-columns.has-6-columns > *,
	.wp-block-columns.has-5-columns > * {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.wp-block-columns.has-6-columns > *:nth-child(3n+2),
	.wp-block-columns.has-5-columns > *:nth-child(3n+2) {
		padding-right: 10px;
		padding-left: 10px;
	}
	.wp-block-columns.has-6-columns > *:nth-child(3n+1),
	.wp-block-columns.has-5-columns > *:nth-child(3n+1) {
		padding-right: 20px;
		padding-left: 0;
	}
	.wp-block-columns.has-6-columns > *:nth-child(3n),
	.wp-block-columns.has-5-columns > *:nth-child(3n) {
		padding-left: 20px;
		padding-right: 0;
	}
	.wp-block-columns.has-2-columns > *:nth-child(-n+2),
	.wp-block-columns.has-6-columns > *:nth-child(-n+3),
	.wp-block-columns.has-5-columns > *:nth-child(-n+3),
	.wp-block-columns.has-3-columns > *:nth-child(-n+3),
	.wp-block-columns.has-4-columns > *:nth-child(-n+4) {
		padding-top: 0;
	}
}
@media (max-width: 60em) and (min-width: 37.5625em) { 
	.wp-block-columns:not(.has-2-columns) > * {
		flex-basis: 50%;
		max-width: 50%;
	}
	.wp-block-columns.has-2-columns > * {
		flex-basis: 100%;
		max-width: 100%;
	}
	.wp-block-columns:not(.has-2-columns) > *:nth-child(2n+1) {
		padding-right: 15px;
		padding-left: 0;
	}
	.wp-block-columns:not(.has-2-columns) > *:nth-child(2n) {
		padding-left: 15px;
		padding-right: 0;
	}
	.wp-block-columns:not(.has-2-columns) > *:nth-child(2) {
		padding-top: 0;
	}
}
@media (max-width: 37.5em) {
	.wp-block-columns > .wp-block-column:nth-child(n) {
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}
/*--------------------------------------------------------------
## Text color
--------------------------------------------------------------*/
#conj-lite-site-wrapper .has-black-color {
	color: #000000;
}
#conj-lite-site-wrapper .has-mako-color {
	color: #464855;
}
#conj-lite-site-wrapper .has-storm-gray-color {
	color: #6B6F82;
}
#conj-lite-site-wrapper .has-manatee-color {
	color: #898EA3;
}
#conj-lite-site-wrapper .has-cadet-blue-color {
	color: #A7ABBE;
}
#conj-lite-site-wrapper .has-martinique-color {
	color: #2D2E4F;
}
#conj-lite-site-wrapper .has-victoria-color {
	color: #414B92;
}
#conj-lite-site-wrapper .has-cornflower-blue-color {
	color: #666EE8;
}
#conj-lite-site-wrapper .has-white-lilac-color {
	color: #F4F5FA;
}
#conj-lite-site-wrapper .has-white-color {
	color: #FFFFFF;
}
.has-text-color a:hover,
.has-text-color a {
	color: inherit;
}
/*--------------------------------------------------------------
## Background color
--------------------------------------------------------------*/
.is-style-outline .wp-block-button__link.has-black-background-color,
.has-black-background,
.has-black-background-color {
	background-color: #000000;
}
.is-style-outline .wp-block-button__link.has-mako-background-color,
.has-mako-background,
.has-mako-background-color {
	background-color: #464855;
}
.is-style-outline .wp-block-button__link.has-storm-gray-background-color,
.has-storm-gray-background,
.has-storm-gray-background-color {
	background-color: #6B6F82;
}
.is-style-outline .wp-block-button__link.has-manatee-background-color,
.has-manatee-background,
.has-manatee-background-color {
	background-color: #898EA3;
}
.is-style-outline .wp-block-button__link.has-cadet-blue-background-color,
.has-cadet-blue-background,
.has-cadet-blue-background-color {
	background-color: #A7ABBE;
}
.is-style-outline .wp-block-button__link.has-martinique-background-color,
.has-martinique-background,
.has-martinique-background-color {
	background-color: #2D2E4F;
}
.is-style-outline .wp-block-button__link.has-victoria-background-color,
.has-victoria-background,
.has-victoria-background-color {
	background-color: #414B92;
}
.is-style-outline .wp-block-button__link.has-cornflower-blue-background-color,
.has-cornflower-blue-background,
.has-cornflower-blue-background-color {
	background-color: #666EE8;
}
.is-style-outline .wp-block-button__link.has-white-lilac-background-color,
.has-white-lilac-background,
.has-white-lilac-background-color {
	background-color: #F4F5FA;
}
.is-style-outline .wp-block-button__link.has-white-background-color,
.has-white-background,
.has-white-background-color {
	background-color: #FFFFFF;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	z-index: 0;
}
.widget-area .widget-area__wrapper {
	-webkit-box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
}
.widget-area__wrapper .widget:not(:first-of-type) {
	border-width: 1px 0 0;
	border-style: solid;
}
.widget-area__wrapper .widget:not(:last-of-type) {
	padding-bottom: 28px;
}
.widget select {
    width: 100%;
}
.widget-area__wrapper .widget {
	position: relative;
}
.widget_calendar .calendar_wrap td > a,
.widget_rss .rss-date,
.widget ul.menu li > a,
.widget-title {
    display: block;
}
.widget_pages li a,
.site-footer .widget ul.menu a,
.widget-area__wrapper .widget ul.menu a,
.wp-block-categories.wp-block-categories-list li a,
.widget_categories li a,
.widget_archive li a,
.wp-block-archives li a,
.widget-area__wrapper .widget-title {
    justify-content: space-between;
    display: flex;
}
.textwidget > *:first-of-type {
	margin-top: 0;
}
.textwidget > *:last-of-type,
.widget .wp-caption .wp-caption-text,
.widget_calendar .calendar_wrap table {
	margin-bottom: 0;
}
.widget-area__wrapper .button, 
.widget-area__wrapper button, 
.widget-area__wrapper input[type="button"], 
.widget-area__wrapper input[type="reset"], 
.widget-area__wrapper input[type="submit"] {
    padding: 11px 5px;
	min-width: 100px
}
.widget-area__wrapper > .widget > *:not(.widget-title):first-child {
	margin-top: 5px;
}
.wp-block-archives li a > .count,
.wp-block-categories-list li a > .count {
	margin-left: 10px;
}
@media (min-width: 37.5625em) {
	.widget-area__wrapper {
		padding: 30px;
	}
}
@media (max-width: 37.5em) {
	.widget-area__wrapper {
		padding: 20px;
	}
}
/*--------------------------------------------------------------
## Widgets title
--------------------------------------------------------------*/
.site-footer .widget-title-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.site-footer .widget-title-wrapper:after {
	bottom: 0;
    left: 0;
	height: 1px;
	width: 100%;
	content: "";
	opacity: 0.5;
	border-width: 0 0 1px;
	border-style: solid;
	position: absolute;
}
.site-footer .widget-title {
	border-width: 0 0 1px;
	padding-bottom: 15px;
	z-index: 2;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	border-style: solid;
	position: relative;
}
.widget-area__wrapper .widget-title {
	cursor: pointer;
	z-index: 2;
	overflow: hidden;
	line-height: normal;
	position: relative;
	align-items: center;
	display: flex;
}
.widget-area__wrapper .widget-title a,
.widget-area__wrapper .widget-title {
	font-size: 15px;
	letter-spacing: 1px;
}
.widget-area__wrapper .widget:not(:first-of-type) .widget-title {
    padding-top: 23px;
}
.widget-area__wrapper .widget:nth-child(n+2) > *:first-of-type:not(.widget-title),
.widget-area__wrapper .widget-title + *[style*="display: none;"] + *,
.widget-area__wrapper .widget-title + .screen-reader-text + *,
.widget-area__wrapper .widget-title + * {
	margin-top: 21px;
}
.widget-area__wrapper .widget-title .rsswidget:first-of-type {
	position: absolute;
	left: 0;
}
.widget-area__wrapper .widget-title .rsswidget + .rsswidget {
	padding-left: 20px;
}
/*--------------------------------------------------------------
## Footer Widgets
--------------------------------------------------------------*/
.footer-widgets {
	margin-bottom: 40px;
}
.footer-widgets .block .widget:not(:first-of-type) {
	margin-top: 40px;
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.widget form[role="search"] {
	display: flex;
	position: relative;
}
.widget form[role="search"]:before {
	position: absolute;
	font-family: 'Feather';
	left: 10px;
	content: "\e9bf";
	top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
#colophon .widget form[role="search"] *[type="submit"] {
	min-width: 90px;
	padding: 10px;
	font-size: 12px;
}
.widget form[role="search"] input[type="search"] {
    flex-grow: 1;
    width: 100%;
	padding: 13.5px 15px 13.5px 30px;
}
.widget_search .search-form > label {
    flex: 1;
}
@media (max-width: 27.5em) {
	#content .widget-area__wrapper .widget form[role="search"] *[type="submit"] {
		min-width: 70px;
	}
}
/*--------------------------------------------------------------
## Tag cloud
--------------------------------------------------------------*/
.widget_tag_cloud a {
	padding: 8px 11px;
    display: block;
}
.widget_tag_cloud ul {
	margin: -2.5px;
	display: flex;
    flex-wrap: wrap;
}
.widget_tag_cloud ul li {
	text-align: center;
	font-size: 12px;
	list-style: none;
	list-style-type: none;
	padding: 2.5px;
	flex-grow: 1;
	line-height: normal;
}
/*--------------------------------------------------------------
## Calendar
--------------------------------------------------------------*/
.calendar_wrap tbody tr:not(:last-of-type) th, 
.calendar_wrap tfoot tr:not(:last-of-type) th {
	border-width: 0;
}
.calendar_wrap thead tr th {
	border-width: 0;
	font-size: 12px;
}
.calendar_wrap tfoot tr:not(:last-of-type) td, 
.calendar_wrap tbody tr:not(:last-of-type) td, 
.calendar_wrap td {
	border-width: 5px 6px 5px 6px;
}
.widget_calendar .calendar_wrap caption {
	padding-bottom: 4px;
}
.calendar_wrap th {
	padding-bottom: 12px;
	text-align: center;
}
.calendar_wrap td {
	padding: 0;
}
.calendar_wrap tfoot td {
	padding-top: 15px;
}
#wp-calendar tr > th:not(:last-of-type), 
#wp-calendar tr > td:not(:last-of-type) {
    padding-right: 0;
}
/*--------------------------------------------------------------
## List style
--------------------------------------------------------------*/
.entry-content .wp-block-rss,
.widget_tag_cloud ul,
.wp-block-latest-posts,
ul.wp-block-archives,
ol.wp-block-latest-comments,
.widget ul.menu ul.sub-menu {
	margin: 0;
    padding: 0;
	list-style: none;
}
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_archive ul,
.widget_categories ul,
.widget ul.menu,
.widget_recent_entries ul,
.widget_recent_comments ul,
.wp-block-categories.wp-block-categories-list {
	margin: 0;
    padding: 0;
	list-style: none;
	flex-direction: column;
	display: flex;
}
.wp-block-rss li,
.wp-block-latest-posts li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.wp-block-categories.wp-block-categories-list li,
.widget_categories ul li,
.widget_archive ul li,
.widget ul.menu li,
.widget ul.menu ul.sub-menu li {
	list-style: none;
	list-style-type: none;
}
.widget_rss ul li,
.widget_pages ul li,
.widget_meta ul li,
.wp-block-archives li {
	list-style: none;
	list-style-type: none;
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.widget_rss cite {
	margin-top: 10px;
}
.widget_rss li:not(:last-child),
.wp-block-rss li {
	margin-bottom: 20px;
}
.widget_meta ul li:not(:last-child),
.widget_pages ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_recent_comments ul li:not(:last-child),
.widget_recent_entries ul li:not(:last-child),
.widget_categories ul li:not(:last-child),
.widget ul.menu li:not(:last-child),
.wp-block-archives li,
.wp-block-latest-posts li,
.wp-block-categories.wp-block-categories-list li:not(:last-child) {
	margin-bottom: 10px;
}
.site-footer .widget ul.menu .sub-menu,
.widget-area__wrapper .widget ul.menu .sub-menu {
	flex-direction: column;
	display: flex;
}
.site-footer .widget ul.menu .sub-menu,
.widget-area__wrapper .widget ul.menu .sub-menu,
.widget_pages ul ul.children,
.wp-block-categories.wp-block-categories-list ul.children,
.widget_categories ul ul.children {
    border-left-style: solid;
    border-left-width: 1px;
    padding-top: 10px;
    margin-left: 0;
    padding-left: 0;
}
.site-footer .widget ul.menu .sub-menu > li,
.widget-area__wrapper .widget ul.menu .sub-menu > li,
.widget_pages ul.children > li,
.wp-block-categories.wp-block-categories-list ul.children > li,
.widget_categories ul.children > li {
	padding-left: 14px;
	position: relative;
}
.site-footer .widget ul.menu .sub-menu li:before,
.widget-area__wrapper .widget ul.menu .sub-menu li:before,
.widget_pages ul.children > li:before,
.wp-block-categories.wp-block-categories-list ul.children > li:before,
.widget_categories ul.children > li:before {
    content: '';
    height: 1.2px;
    left: 0;
    top: 14px;
    width: 8px;
    position: absolute;
}
.widget ul li .count {
	margin-left: 5px;
}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/
.site-footer .gallery-item {
	margin-top: 8px;
	margin-bottom: 0;
}
.widget_media_gallery {
	overflow-x: hidden;
}
/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.mejs-button button {
	border: 0;
    padding: 0;
    min-width: auto;
    min-height: auto;
    background-color: transparent;
}
/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}
.site-content {
    position: relative;
}
.conjmm-mega-menu,
.col-full {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.col-full {
	max-width: 1210px;
	padding: 0 20px;
}
@media (min-width: 37.5625em) {
	.site-content > .col-full {
		padding-bottom: 57px;
	}
	.site-content > .col-full > #primary:first-of-type,
	.has-sidebar .site-content > .col-full > #primary:first-of-type + .widget-area {
		margin-top: 57px;
	}
}
@media (min-width: 62.0625em) {
	.has-sidebar .site-content > .col-full {
	    display: flex;
    	flex-wrap: wrap;
	}
	.has-sidebar .site-content > .col-full > * {
		width: 100%;
	}
	.has-sidebar .site-content > .col-full > .content-area {
	    width: calc(100% - 346px);
	}
	.has-sidebar .site-content > .col-full > .widget-area {
		width: 346px;
	}
	.right-sidebar .site-content > .col-full > .content-area {
	    order: 3 /*rtl:4*/;
	    /*rtl:ignore*/
	    padding-right: 30px;
	    /*rtl:ignore*/
	    margin-right: auto;
	}
	.right-sidebar .site-content > .col-full > .widget-area {
    	order: 4 /*rtl:3*/;
	}
	.left-sidebar .site-content > .col-full > .content-area {
	    order: 4 /*rtl:3*/;
	    /*rtl:ignore*/
	    padding-left: 30px;
	    /*rtl:ignore*/
	    margin-left: auto;
	}
	.left-sidebar .site-content > .col-full > .widget-area {
    	order: 3 /*rtl:4*/;
	}
}
@media (max-width: 62em) and (min-width: 37.5625em) {
	.has-sidebar .site-content > .col-full > .widget-area {
		margin-top: 50px;
	}
}
@media (max-width: 37.5em) {
	.has-sidebar .site-content > .col-full > .widget-area {
		margin-top: 39px;
	}
	.site-content > .col-full {
		padding-bottom: 2.55em;
	}
	.site-content > .col-full > #primary:first-of-type,
	.has-sidebar .site-content > .col-full > #primary:first-of-type + .widget-area {
		margin-top: 43px;
	}
}
/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.col-5:not(.woocommerce-column):not(.u-column5),
.col-4:not(.woocommerce-column):not(.u-column4),
.col-3:not(.woocommerce-column):not(.u-column3),
.col-2:not(.woocommerce-column):not(.u-column2),
.col-1:not(.woocommerce-column):not(.u-column1) {
	display: flex;
	flex-wrap: wrap;
}
.col-5:not(.woocommerce-column):not(.u-column5) > * {
	margin: 20px 20px 0 0;
}
.col-4:not(.woocommerce-column):not(.u-column4) > *,
.col-3:not(.woocommerce-column):not(.u-column3) > *,
.col-2:not(.woocommerce-column):not(.u-column2) > * {
	margin: 40px 40px 0 0;
}
.col-1:not(.woocommerce-column):not(.u-column1) > *:not(:first-child) {
	margin-top: 40px;
}
.col-1:not(.woocommerce-column):not(.u-column1) > * {
	width: 100%;
}
@media (min-width: 80.0625em) {
	.col-5:not(.woocommerce-column):not(.u-column5) > * {
		width: calc((100% - 20.02px * 4) /5);
	}
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(-n+5) {
		margin-top: 0;
	}
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(5n) {
		margin-right: 0;
	}
}
@media (min-width: 60.0625em) {
	.col-3:not(.woocommerce-column):not(.u-column3) > * {
		width: calc((100% - 40.02px * 2) /3);
	}
	.col-4:not(.woocommerce-column):not(.u-column4) > * {
		width: calc((100% - 40.02px * 3) /4);
	}
	.col-3:not(.woocommerce-column):not(.u-column3) > *:nth-child(-n+3),
	.col-4:not(.woocommerce-column):not(.u-column4) > *:nth-child(-n+4) {
		margin-top: 0;
	}
	.col-3:not(.woocommerce-column):not(.u-column3) > *:nth-child(3n),
	.col-4:not(.woocommerce-column):not(.u-column4) > *:nth-child(4n) {
		margin-right: 0;
	}
}
@media (min-width: 37.5625em) {
	.col-2:not(.woocommerce-column):not(.u-column2) > * {
		width: calc((100% - 40.02px * 1) /2);
	}
	.col-2:not(.woocommerce-column):not(.u-column2) > *:nth-child(-n+2) {
		margin-top: 0;
	}
	.col-2:not(.woocommerce-column):not(.u-column2) > *:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 80em) and (min-width: 60.0625em) {
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(-n+3) {
		margin-top: 0;
	}
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 60em) and (min-width: 37.5625em) { 
	.col-3:not(.woocommerce-column):not(.u-column3) > *,
	.col-5:not(.woocommerce-column):not(.u-column5) > *,
	.col-4:not(.woocommerce-column):not(.u-column4) > * {
		width: calc((100% - 40.02px) /2);
	}
	.footer-widgets.col-3 > *:last-child {
		width: 100%;
	}
	.col-3:not(.woocommerce-column):not(.u-column3) > *:nth-child(-n+2),
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(-n+2),
	.col-4:not(.woocommerce-column):not(.u-column4) > *:nth-child(-n+2) {
		margin-top: 0;
	}
	.footer-widgets.col-3 > *:last-child,
	.col-3:not(.woocommerce-column):not(.u-column3) > *:nth-child(2n),
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(2n),
	.col-4:not(.woocommerce-column):not(.u-column4) > *:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 37.5em) {
	.col-2:not(.woocommerce-column):not(.u-column2) > *,
	.col-3:not(.woocommerce-column):not(.u-column3) > *,
	.col-5:not(.woocommerce-column):not(.u-column5) > *,
	.col-4:not(.woocommerce-column):not(.u-column4) > * {
		width: 100%;
		margin-right: 0;
	}
	.col-2:not(.woocommerce-column):not(.u-column2) > *:nth-child(1),
	.col-3:not(.woocommerce-column):not(.u-column3) > *:nth-child(1),
	.col-5:not(.woocommerce-column):not(.u-column5) > *:nth-child(1),
	.col-4:not(.woocommerce-column):not(.u-column4) > *:nth-child(1) {
		margin-top: 0;
	}
}
/*--------------------------------------------------------------
# Notices
--------------------------------------------------------------*/
p.no-comments {
	clear: both;
	width: 100%;
    list-style: none;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	margin: 0;
	line-height: 1.71;
}
.comment-meta .comment-awaiting-moderation,
.akismet_comment_form_privacy_notice,
.comment-respond .comment-notes,
p.no-comments {
	position: relative;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
	        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
	padding: 14px 20px 14px 50px;
}
.comment-meta .comment-awaiting-moderation:before,
.akismet_comment_form_privacy_notice:before,
.comment-respond .comment-notes:before,
p.no-comments:before {
	position: absolute;
    left: 20px;
	content: "\e91d";
	font-size: 18px;
	font-family: 'Feather';
}
.akismet_comment_form_privacy_notice {
	margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.71;
	font-size: 14px;
}
@media (min-width: 37.5625em) {
	p.no-comments {
		justify-content: space-between;
	}
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.page-links > * {
	margin-right: 11px;
}
.pagination .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
}
.site-main .comment-navigation .nav-links a span,
.post-navigation .nav-links a span,
.pagination .page-numbers,
.page-links .page-number {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}
.comment-navigation .nav-links a > span:after,
.comment-navigation .nav-links a > span:before,
.post-navigation .nav-links a > span:after,
.post-navigation .nav-links a > span:before,
.pagination .page-numbers,
.page-links .page-number {
    min-height: 34px;
    border-width: 2px;
    border-style: solid;
    min-width: 34px;
    text-align: center;
}
.pagination .page-numbers,
.page-links .page-number {
    justify-content: center;
	font-size: 16px;
	line-height: 30px;
}
.site-main .comment-navigation .nav-links .nav-previous a > span:before,
.post-navigation .nav-links .nav-previous a > span:before,
.pagination .page-numbers.prev:before {
	content: "\e92e" /*rtl:"\e92f"*/;
	font-family: 'Feather';
}
.site-main .comment-navigation .nav-links .nav-next a > span:after,
.post-navigation .nav-links .nav-next a > span:after,
.pagination .page-numbers.next:before {
	content: "\e92f" /*rtl:"\e92e"*/;
	font-family: 'Feather';
}
.comment-navigation .nav-links a > span:before,
.post-navigation .nav-links a > span:before {
	margin-right: 10px;
}
.page-links > *:first-child,
.comment-navigation .nav-links a > span:after,
.post-navigation .nav-links a > span:after {
	margin-left: 10px;
}
.pagination .page-numbers:not(:first-child) {
    margin-left: 5px;
}
.pagination .page-numbers:not(:last-child) {
    margin-right: 5px;
}
.pagination .page-numbers.dots {
	padding-bottom: 10px;
	line-height: 0
}
.site-main .comment-navigation .nav-links,
.site-main .post-navigation .nav-links {
	display: flex;
	margin-top: 30px;
	font-weight: 600;
}
.site-main .comment-navigation .nav-links > *,
.site-main .post-navigation .nav-links > * {
	flex-grow: 1;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.no-results.not-found form.search-form,
.error-404.not-found form.search-form,
.comment-form-cookies-consent {
	display: flex;
}
article.post.format-chat .entry-content,
.comment-metadata,
.comment-meta .comment-author {
    flex-direction: column;
    display: flex;
}
.comment-respond label,
.bypostauthor,
.sticky,
article.post.format-video iframe,
article.post .post-thumbnail {
	display: block;
}
.byline:empty,
.posted-on:empty,
.updated:not(.published) {
	display: none;
}
article.post.format-chat .entry-content > *:not(div),
article.post,
.single-attachment .type-attachment,
article.type-page.hentry  {
	position: relative;
}
.entry-content > blockquote:first-child {
	margin-top: 8px;
}
.entry-header + .entry-content > *:first-child,
article.post .post-thumbnail + .entry-content:empty,
article.post.format-status .entry-content > *,
article.post.format-aside .entry-content > * {
	margin-top: 0;
}
.wp-block-latest-comments__comment-excerpt p,
.comments-area#comments,
.search-results:not(.post-type-archive) .site-main .entry-content > .entry-header:last-child h2,
.search-results:not(.post-type-archive) .site-main article .entry-content > *:last-child,
article.post .entry-content > .wp-caption:last-child > .wp-caption-text,
article.post.format-video .entry-wrapper > p,
article.post.format-audio .entry-wrapper > p,
article.post.format-image .post-thumbnail p,
.type-attachment header.entry-header,
article.post .entry-content > *:last-child,
.blog-archive article.post .entry-content .paragraph,
.search-results:not(.post-type-archive) .site-main article .entry-header,
article.post .entry-header,
.entry-content > ul:last-child {
	margin-bottom: 0;
}
.single-post article.post .entry-content > .wp-video:last-child {
	margin-bottom: 5px;
}
header .page-title,
header.entry-header,
header.page-header {
    margin-bottom: 20px;
}
article:not(:last-child),
body:not(.search-results) article.post.format-chat .entry-content > *:not(div):not(:last-child),
ol.comment-list .comment:not(:last-child) .comment-body,
.comments-area .comments-title,
ol.comment-list .pingback:not(:last-child) .comment-body {
	margin-bottom: 30px;
}
.blog-archive article.post .entry-content > .wp-block-gallery:last-child {
	margin-bottom: -12px;
}
article.post.format-video iframe,
.blog-archive article.post .entry-content .twitter-tweet,
.blog-archive article.post .entry-content .twitterwidget {
	margin-left: auto;
	margin-right: auto;
}
.comment-form .comment-form-comment {
	clear: both;
}
.comment-respond input#url,
.comment-respond input#author,
.comment-respond input#email {
    width: 100%;
}
.blog-archive article.post.format-gallery {
	overflow: hidden;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-links {
	margin: 0 0 1.5em;
	padding-top: 10px;
	clear: both;
}
article.type-page .post-thumbnail {
	margin-bottom: 11px;
}
/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single-post article.post .entry-footer .tags-links {
	padding-bottom: 23px;
	display: block;
}
.search-results article.type-post .tags-links > a:before,
.single-post article.post .entry-footer .tags-links > a:before {
	content: "\e973";
	font-size: 9px;
	font-family: 'Feather';
}
.single-post article.post .entry-footer .tags-links:before {
	content: "";
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
}
.single-post article.post .entry-footer .tags-links > a {
    padding: 0 8px 0px 7.5px;
    line-height: 23px;
    margin: 0 5px 5px;
	display: inline-block;
	word-break: break-word;
}
.single-post:not(.has-sidebar) .site-content > .col-full > .content-area,
.blog-archive:not(.has-sidebar) .site-content > .col-full > .content-area {
    max-width: 910px;
    margin-left: auto;
	margin-right: auto;
}
article.type-attachment .entry-header h1,
.single-post article.post .entry-header h1,
.single-post article.post .entry-content > .mejs-container:last-child,
.single-post article.post .entry-content > blockquote:last-child {
	margin-bottom: 7px;
}
@media (min-width: 37.5625em) {
	.single-post article.post .page-links,
	.single-post article.post .entry-footer .tags-links {
		margin-top: 22px;
	}
	.single-post article.post .entry-footer .tags-links:before {
		margin-top: -23px;
	}
}
@media (max-width: 37.5em) {
	.single-post article.post .entry-footer .tags-links:before {
		margin-top: -20px;
	}
	.single-post article.post .page-links {
		margin-top: 13px;
	}
	.single-post article.post .entry-footer .tags-links {
		padding-top: 21px;
	}
	.single-post article.post.hentry.format-chat .entry-content {
		padding-top: 10px;
	}
}
/*--------------------------------------------------------------
## Post archive
--------------------------------------------------------------*/
article.post .post-thumbnail img {
    margin: 0 auto;
    display: block;
}
article.post .cat-links > .post-categories {
	justify-content: center;
	text-align: center;
    margin: 0 0 5px;
	padding: 0;
    flex-wrap: wrap;
    display: flex;
}
article.post .cat-links > .post-categories li {
	margin: 0 5px 5px;
}
article.post .cat-links > .post-categories a {
	display: block;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 10px;
	word-break: break-word;
}
.post-categories {
	list-style: none;
}
.post-categories li {
    display: inline-block;
}
article.post.format-gallery .entry-gallery {
	padding-top: 5px;
	margin-bottom: 20px;
}
article.post.format-gallery .entry-gallery .slideshow-window {
	margin-bottom: 35px;
}
.type-attachment .attachment,
article.post .entry-content > *:first-child > img,
article.post .entry-wrapper > .post-thumbnail,
.blog-archive article.post.format-video .entry-wrapper > p,
.blog-archive article.post.format-audio .entry-wrapper > p {
	padding-top: 5px;
}
.single-post article.post .entry-content > .mejs-offscreen:first-child + .mejs-audio,
.single-post article.post .entry-content > .wp-video:first-child,
.single-post article.post.format-video .entry-wrapper .fluid-width-video-wrapper,
article.post .entry-content > *:first-child > a > img {
	margin-top: 5px;
}
.blog-archive article.post .entry-header h2 {
	margin-bottom: 10px;
	margin-top: 8px;
}
.single-post article.post:not(.format-chat) .entry-content:not(:empty),
.blog-archive article.post:not(.format-audio):not(.format-chat):not(.format-video) .entry-content:not(:empty) {
	padding-bottom: 30px;
}
.type-attachment .entry-content {
	padding-bottom: 17px;
}
article.post .entry-content .page-links {
	padding-bottom: 2px;
}
article.post .entry-content > *:last-child > img,
article.post .entry-content > *:last-child > a > img {
	padding-bottom: 2px;
	display: block;
}
body:not(.search-results) article.post .entry-content .post-password-form p:last-of-type {
	margin-bottom: 2px;
}
body:not(.search-results) article.post .post-thumbnail + .entry-content {
	margin-top: 27px;
}
article.post .post-meta,
article.type-attachment .post-meta {
	margin-bottom: 21px;
	font-style: italic;
}
article.post .post-meta {
	font-size: 13px;
	text-align: center;
}
.blog-archive article.post.format-aside .entry-content > p {
	display: unset;
}
.type-attachment .post-meta > *,
article.post .post-meta > * {
	padding: 0 12px 5px;
	overflow: hidden;
    display: inline-block;
    position: relative;
}
article.post.format-chat .entry-content > *:not(div):before,
.type-attachment .post-meta > *:after,
article.post .post-meta > *:after {
    position: absolute;
}
article.post.hentry:not([class*="category"]) .cat-tags-links {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
article.post.hentry:not([class*="category"]) .cat-tags-links .cat-links {
    padding: 3px 10px;
    display: block;
	font-weight: 600;
}
body:not(.search-results) article.post.format-chat .entry-content {
	padding-bottom: 36px;
}
.blog-archive article.post .entry-content > .wp-block-gallery + .more-link {
	margin: 20px auto 3px;
}
article.type-attachment,
.search-results:not(.post-type-archive) .site-main article,
article.post {
	-webkit-box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
}
.blog-archive article.post.format-quote .entry-content blockquote {
    width: 100%;
    padding: 0;
	margin-top: 0;
	text-align: center;
	font-style: italic;
}
.blog-archive article.post.format-quote .entry-content blockquote {
    border: 0;
}
article.post .post-meta > *:empty,
.blog-archive article.post.format-quote .entry-content blockquote:before {
	display: none;
}
article.post:before {
	opacity: 0.7;
	font-family: 'Feather';
	position: absolute;
    line-height: normal;
	font-size: 33px;
}
body:not(.search-results) article.post.sticky:before,
body:not(.search-results) article.post.format-quote:before,
body:not(.search-results) article.post.format-chat:before,
body:not(.search-results) article.post.format-gallery:before,
body:not(.search-results) article.post.format-audio:before {
	top: 33px;
}
body:not(.search-results) article.post.format-status:before,
body:not(.search-results) article.post.format-link:before,
body:not(.search-results) article.post.format-aside:before {
	top: 34px;
}
article.post.format-status:before,
article.post.format-quote:before,
article.post.format-image:before,
article.post.format-gallery:before,
article.post.format-audio:before {
	right: 27px;
}
body:not(.search-results) article.post.format-chat .entry-content > *:not(div):before {
	content: "";
	width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
	top: 1px;
	border-style: solid;
}
body:not(.search-results) article.post.format-chat .entry-content > *:not(div) {
    padding: 0 10px 5px;
	margin-left: 10px;
    margin-right: 10px;
    border-style: solid;
}
body:not(.search-results) article.post.format-chat .entry-content > *:not(div):nth-child(odd) {
	border-width: 0 0 1px 1px;
	-webkit-box-shadow: -4px 3px 6px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: -4px 3px 6px 0 rgba(69, 73, 91, 0.08);
	margin-right: auto;
	align-self: flex-start;
}
body:not(.search-results) article.post.format-chat .entry-content > *:not(div):nth-child(odd):before {
	border-width: 0 0 1px 1px;
	left: -5.5px;
}
body:not(.search-results) article.post.format-chat .entry-content > *:not(div):nth-child(even) {
	border-width: 0 1px 1px 0;
	-webkit-box-shadow: 4px 3px 6px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: 4px 3px 6px 0 rgba(69, 73, 91, 0.08);
	margin-left: auto;
	align-self: flex-end;
	text-align: right;
}
body:not(.search-results) article.post.format-chat .entry-content > *:not(div):nth-child(even):before {
	border-width: 1px 1px 0 0;
	right: -5.5px;
}
body:not(.search-results) article.post.format-chat .entry-header {
	margin-bottom: 1em;
}
body.search-results article.type-post .entry-footer .cat-tags-links > span:not(:last-child),
body.search-results article.type-post .entry-meta > span:not(:last-child) {
	margin-right: 20px;
}
@media (min-width: 27.5625em) {
	article.type-attachment,
	article.post {
		padding: 35px 30px 0;
	}
	.type-attachment .post-meta > *:not(:last-child):not(:empty):after,
	article.post .post-meta > *:not(:last-child):not(:empty):after {
		content: ".";
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
		margin-top: -7px;
	}
	article.post.format-audio .entry-wrapper > p,
	article.post .entry-wrapper > .post-thumbnail,
	article.post .post-thumbnail > p,
	article.post.format-video .entry-wrapper > p {
		width: calc(100% + 60px);
	    margin-left: -30px;
	    margin-right: -30px;
	}
}
@media (min-width: 42.5625em) {
	article.type-attachment .entry-meta,
	article.post .entry-meta {
		margin-left: 30px;
		margin-right: 30px;
	}
	.search-results article.post .entry-meta {
		margin: 0;
	}
	article.post.format-audio:before {
		content: "\e99c";
	}
	article.post.format-gallery:before {
		content: "\e971";
	}
	article.post.format-chat:before {
		content: "\e9f4";
		right: 30px;
	}
	article.post.format-image:before {
		content: "\e978";
		top: 32.5px;
	}
	article.post.format-video:before {
		content: "\e9f5";
		top: 30px;
		right: 30px;
	}
	article.post.format-link:before {
		content: "\e980";
		right: 29px;
	}
	article.post.sticky:before {
		content: "\e923";
		left: 25px;
	}
	article.post.format-status:before {
		content: "\e95f";
	}
	article.post.format-aside:before {
		content: "\e963";
		right: 25px;
	}
	article.post.format-quote:before {
		content: "\e98f";
	}
}
@media (max-width: 27.5em) {
	article.post {
		padding: 25px 20px 0;
	}
	article.post.format-audio .entry-wrapper > p,
	article.post .entry-wrapper > .post-thumbnail,
	article.post .post-thumbnail > p,
	article.post.format-video .entry-wrapper > p {
		width: calc(100% + 40px);
	    margin-left: -20px;
	    margin-right: -20px;
	}

	.single-post article.post:not(.format-chat) .entry-content:not(:empty), 
	.blog-archive article.post:not(.format-audio):not(.format-chat):not(.format-video) .entry-content:not(:empty) {
		padding-bottom: 23px;
	}
	body:not(.search-results) article.post .entry-content .post-password-form p:last-of-type,
	.blog-archive article.post .entry-content .more-link {
		margin-bottom: 2px;
	}
	article.post .entry-content > *:last-child > img, 
	article.post .entry-content > *:last-child > a > img, 
	article.post .entry-content .page-links {
		padding-bottom: 2px;
	}
	body:not(.search-results) article.post.format-chat .entry-content {
		padding-bottom: 27px;
	}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comments-title,
.comment-respond #reply-title {
	line-height: 1.75;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 0 1px;
	padding-bottom: 7px;
	font-size: 16px;
}
.comment-respond #reply-title {
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}
.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comment-respond .comment-form > * {
	margin-bottom: 15px;
	width: 100%;
}
.comment-respond .comment-form > .form-submit {
	margin-bottom: 0;
}
.comment-content {
	padding-top: 1em;
}
.comment-content a {
	word-wrap: break-word;
}
.comments-area ol.comment-list ol.children li.comment,
.comments-area ol.comment-list ol.children,
.comments-area ol.comment-list li.comment,
.comments-area ol.comment-list {
	list-style: none;
	list-style-type: none;
}
.comments-area .comment-list {
    margin: 0 0 30px;
	padding: 0;
}
.comment-meta .comment-awaiting-moderation {
    font-style: normal;
    font-size: 14px;
    margin: 0 0 30px;
	order: -1;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
	position: relative;
	margin-bottom: 30px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
ol.comment-list .comment .comment-body {
	padding: 30px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
	        box-shadow: 0 2px 6px 0 rgba(69, 73, 91, 0.08);
}
ol.comment-list .comment-body + .comment-respond {
	margin-top: 30px;
	margin-bottom: 30px;
}
ol.comment-list .comment ol.children {
	margin-top: 30px;
}
.type-page.hentry + .comments-area {
	margin-top: 25px;
}
.comment-meta .comment-author {
	padding-left: 68px;
	font-size: 14px;
	position: relative;
}
.comment.byuser img.avatar {
	border: 1px solid;
    padding: 1px;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(69, 73, 91, 0.21);
            box-shadow: 0px 1px 5px 1px rgba(69, 73, 91, 0.21);
}
ol.comment-list .children .comment-meta .comment-author {
    padding-left: 60px;
}
ol.comment-list .comment-body img.avatar {
	width: 55px;
	margin-top: -4px;
	border-radius: 100%;
	left: 0;
	position: absolute;
}
ol.comment-list .children .comment-body img.avatar {
	width: 48px;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment img.avatar {
	height: 48px;
	top: 30px;
    left: 30px;
    position: absolute;
    border-radius: 100%;
    width: 48px;
}
ol.comment-list .comment-meta {
	padding-bottom: 28px;
	margin-bottom: 6px;
    justify-content: space-between;
    font-size: 18px;
    flex-wrap: wrap;
    display: flex;
	border-style: solid;
	border-width: 0 0 1px;
}
ol.comment-list .children .comment-meta {
	padding-bottom: 20px;
}
.comment-body .reply a:before {
	content: "\e94a";
	margin-right: 5px;
	font-family: 'Feather';
}
#wp-comment-cookies-consent + label {
	width: calc(100% - 27px);
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta {
	padding-left: 61px;
}
.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment-meta {
    margin-bottom: 18px;
    border-style: solid;
	border-width: 0 0 1px;
}
.wp-block-latest-comments.has-excerpts:not(.has-dates):not(.has-avatars) .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-excerpts.has-dates .wp-block-latest-comments__comment-meta {
	padding-bottom: 21px;
}
.wp-block-latest-comments.has-excerpts.has-avatars:not(.has-dates) .wp-block-latest-comments__comment-meta {
	padding-bottom: 32px;
}
.wp-block-latest-comments.has-excerpts.has-avatars:not(.has-dates) .wp-block-latest-comments__comment {
	 padding-top: 40px;
}
.wp-block-latest-comments.has-avatars:not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment {
	 padding-top: 44px;
	 padding-bottom: 44px;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, 
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0;
}
.alignleft.wp-block-latest-comments,
.alignright.wp-block-latest-comments,
.aligncenter.wp-block-latest-comments {
    max-width: 460px;
}
@media (min-width: 37.5625em) {
	article.post + .comments-area,
	.entry-author + .comments-area,
	.post-navigation + .comments-area {
		margin-top: 48px;
	}
}
@media (min-width: 48.0625em) {
	.comment-respond .comment-form .comment-form-url,
	.comment-respond .comment-form .comment-form-email,
	.comment-respond .comment-form .comment-form-author {
	    width: calc(33.333% - 10px);
	}
	.comment-respond .comment-form .comment-form-email {
	    margin: 0 15px 15px;
	}
}
@media (max-width: 37.5em) {
	.wp-block-latest-comments__comment-meta,
	ol.comment-list .comment-meta {
		flex-direction: column;
	}
	.comment-metadata {
		margin-top: 15px;
	}
	.children .comment-metadata {
		margin-top: 5px;
	}
	.wp-block-latest-comments .wp-block-latest-comments__comment,
	ol.comment-list .comment-body {
		padding: 22px;
	}
	.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment img.avatar {
		top: 22px;
		left: 22px;
	}
	.post-navigation + .comments-area {
		margin-top: 32px;
	}
}
@media (max-width: 27.5em) {
	ol.comment-list .comment ol.children {
		padding: 0;
	}
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404-last,
.error-404-first {
	padding-top: 50px;
}
.no-results.not-found form.search-form .search-field,
.error-404.not-found form.search-form .search-field {
	padding: 10px 20px 10px 40px;
	min-height: 51px;
	width: 100%;
}
.no-results.not-found form.search-form .search-submit,
.error-404.not-found form.search-form .search-submit {
	padding: 10px;
}
.no-results.not-found form.search-form label,
.error-404.not-found form.search-form label {
	width: 100%;
	position: relative;
}
.no-results.not-found form.search-form label:before,
.error-404.not-found form.search-form label:before {
	left: 15px;
	content: "\e9bf";
    top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 19px;
	font-family: 'Feather';
	position: absolute;
}
.error-404-first .widget-title,
.error-404-first .widgettitle,
.error-404-last .widgettitle {
	text-transform: uppercase;
	margin-top: 0;
	border-color: #DDDFE7;
}
body:not(.woocommerce-running) .error-404-last .widgettitle,
body:not(.woocommerce-running) .error-404-first .widgettitle,
body:not(.woocommerce-running) .error-404-first .widget-title {
    border-width: 0 0 1px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-style: solid;
	line-height: 1.75;
	font-size: 16px;
}
@media (min-width: 48.0625em) {
	body:not(.woocommerce-running) .error-404-last,
	body:not(.woocommerce-running) .error-404-first {
		display: flex;
		justify-content: space-between;
	}
	body:not(.woocommerce-running) .error-404-last > *,
	body:not(.woocommerce-running) .error-404-first > *{
		width: calc(50% - 15px);
	}
}
@media (max-width: 48em) {
	.error-404-last .widget_tag_cloud,
	.error-404-first .widget_categories {
		padding-top: 57px;
	}
}
/*--------------------------------------------------------------
## Search result
--------------------------------------------------------------*/
.search-results article.type-post:before {
	top: 27px;
}
[class*="search-type-"] {
	margin: 0 10px 5px 0;
	padding: 3px 10px;
    display: inline-block;
    text-transform: capitalize;
	font-weight: 500;
	font-size: 12px;
}
.search-results:not(.post-type-archive) .site-main article .entry-header h2 {
	margin-top: 14px;
	margin-bottom: 15px;
}
@media (min-width: 27.5625em) {
	.search-results:not(.post-type-archive) .site-main article.post.hentry,
	.search-results:not(.post-type-archive) .site-main article {
		padding: 30px;
	}
}
@media (max-width: 27.5em) {
	.search-results:not(.post-type-archive) .site-main article.post.hentry,
	.search-results:not(.post-type-archive) .site-main article {
		padding: 20px;
	}
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
embed, 
iframe, 
object {
	max-width: 100%;
}
.wp-block-image.is-resized img {
	max-width: 100%;
}
/*rtl:begin:ignore*/
.wp-block-image .alignright {
	margin-left: 2em;
}
.wp-block-image .alignleft {
	margin-right: 2em;
}
/*rtl:end:ignore*/
audio,
video,
.wp-block-image img,
.wp-block-image.is-resized,
.wp-block-image.is-resized>figcaption,
.wp-block-audio.aligncenter,
.gallery-caption,
figure.wp-caption img {
	display: block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}
.wp-caption.alignright,
.wp-caption.alignleft {
	margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image figcaption,
.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0;
	color: inherit;
    opacity: 0.9;
}
.conjmm-row .wp-caption {
	width: 100% !important;
}
@media (max-width: 27.5em) {
	.wp-block-image figcaption,
	.wp-caption .wp-caption-text {
		margin: 0.3em 0 0;
	}
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 12px;
	text-align: center;
}
.gallery .gallery-item {
	margin-bottom: 12px;
}
.gallery-columns-9 > *:not(:nth-child(9n)),
.gallery-columns-8 > *:not(:nth-child(8n)),
.gallery-columns-7 > *:not(:nth-child(7n)),
.gallery-columns-6 > *:not(:nth-child(6n)),
.gallery-columns-5 > *:not(:nth-child(5n)),
.gallery-columns-4 > *:not(:nth-child(4n)),
.gallery-columns-3 > *:not(:nth-child(3n)),
.gallery-columns-2 > *:not(:nth-child(2n)) {
	margin-right: 12px;
}
.gallery-columns-1 > * {
	width: 100%;
}
.gallery-columns-2 > * {
	width: calc((100% - 12.01px * 1) /2);
}
.gallery-columns-3 > * {
	width: calc((100% - 12.01px * 2) /3);
}
.gallery-columns-4 > * {
	width: calc((100% - 12.01px * 3) /4);
}
.gallery-columns-5 > * {
	width: calc((100% - 12.01px * 4) /5);
}
.gallery-columns-6 > * {
	width: calc((100% - 12.01px * 5) /6);
}
.gallery-columns-7 > * {
	width: calc((100% - 12.01px * 6) /7);
}
.gallery-columns-8 > * {
	width: calc((100% - 12.01px * 7) /8);
}
.gallery-columns-9 > * {
	width: calc((100% - 12.01px * 8) /9);
}
/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.wp-block-audio audio {
	width: 100%;
}
.wp-block-audio {
	margin-bottom: 1em;
}
audio {
	width: 100%;
}
/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
video {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Post password
--------------------------------------------------------------*/
.post-password-form input[type="submit"] {
	margin-top: 10px;
}
.post-password-form label,
.post-password-form p:last-of-type {
	display: inline-flex;
	flex-wrap: wrap;
}
.post-password-form p:last-of-type {
	align-items: flex-end;
}
.post-password-form label {
	flex-direction: column;
}
@media (max-width: 27.5em) {
	article.post .entry-content .post-password-form label + input[type="submit"],
	article.post .entry-content .post-password-form label {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {	
    margin-top: auto;
}
.site-footer__inner {
	position: relative;
    padding: 56px 0 28px;
}
.site-footer__inner > .col-full {
	display: flex;
	flex-wrap: wrap;
}
.site-footer__inner > .col-full > * {
	width: 100%;
}
.site-info__wp-credits {
	display: block;
}
.footer-widgets.col-1 .widget ul.menu {
	flex-direction: row;
	flex-wrap: wrap;
}
.footer-widgets.col-1 .widget ul.menu a {
	margin: 0 20px 10px;
}
.footer-widgets.col-1 .widget ul.menu li {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.site-footer__inner .col-1 ul:not(.product_list_widget),
.site-footer__inner .col-1 ul:not(.product_list_widget) > li a {
    justify-content: center;
}
@media (max-width: 37.5em) {
	.footer-widgets {
		margin-bottom: 25px;
	}
}
@media (max-width: 27.5em) { 
	.footer-widgets.col-1 .widget ul.menu li,
	.footer-widgets.col-1 .widget ul.menu {
		flex-direction: column;
		align-items: center;
	}
}
/*--------------------------------------------------------------
# IE10+ CSS
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body:not(.search-results) article.post.format-chat .entry-content > *:not(div) {
	    max-width: calc(100% - 11px);
	}
	.slinky-menu [class*="current"] > a:before {
		margin-top: -10px;
	}
	select::-ms-expand {
		display: none;
	}
	.site-content {
		overflow: hidden;
	}
	.wp-block-cover__video-background {
		height: auto;
		min-height: 100%;
	}
	.wp-block-media-text {
		display: flex;
	}
	.wp-block-image .aligncenter > figcaption, 
	.wp-block-image .alignleft > figcaption, 
	.wp-block-image .alignright > figcaption,
	.wp-block-image .aligncenter,
	.wp-block-image.is-resized {
		display: block;
		flex-shrink: 0;
	}
	.wp-block-image {
		flex-shrink: 0
	}
	.wp-block-image .aligncenter img {
		margin-left: auto;
		margin-right: auto;
	}
	.wp-block-gallery .blocks-gallery-item img {
		height: 100%;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 37.5625em) , (-ms-high-contrast: active) and (max-width: 37.5625em) { 
	.wp-block-media-text.is-stacked-on-mobile {
		flex-wrap: wrap;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		width: 100%;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 37.5625em), (-ms-high-contrast: active) and (min-width: 37.5625em) {
	.wp-block-media-text .wp-block-media-text__media,
	.wp-block-media-text .wp-block-media-text__content {
		width: 50%;
	}
	.wp-block-media-text.has-media-on-the-left {
		flex-direction: row /*rtl:row-reverse*/;
	}
	.wp-block-media-text.has-media-on-the-right {
		flex-direction: row-reverse /*rtl:row*/;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 48.0625em), (-ms-high-contrast: active) and (max-width: 48.0625em) {
	.footer-widgets .widget_media_image img {
		display: block;
	}
}
/*--------------------------------------------------------------
# IE Edge 16+ CSS
--------------------------------------------------------------*/
@supports (-ms-ime-align:auto) {
	.wp-block-cover__video-background {
		height: auto;
		min-height: 100%;
	}
	.c-offcanvas-content-wrap {
		transform: none;	
	}
}
/*--------------------------------------------------------------
# Customizer
--------------------------------------------------------------*/
body.customizer-running .customize-partial-edit-shortcut-button {
	padding: 0;
    min-width: auto;
}
body.customizer-running .widget-area__wrapper.close-state .widget-title + * {
    margin: 0 !important;
    height: 0;
    opacity: 0;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
select {
	background-image: -webkit-linear-gradient(45deg, transparent 50%, #898EA2 50%), -webkit-linear-gradient(315deg, #898EA2 50%, transparent 50%), -webkit-linear-gradient(left, transparent, transparent);
	background-image: linear-gradient(45deg, transparent 50%, #898EA2 50%), linear-gradient(135deg, #898EA2 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}
.ui-datepicker.ui-widget,
input[type="checkbox"],
input[type="radio"],
.widget form[role="search"]:before,
select,
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"],
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"],
textarea {
	background-color: #FFFFFF;
	color: #898EA2;
	border-color: #DDDFE7;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #898EA2;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #898EA2;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #898EA2;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
	color: #898EA2;
}
textarea::placeholder,
input::placeholder {
	color: #898EA2;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #898EA2;
}
.ui-datepicker .ui-datepicker-calendar td a, 
.ui-datepicker .ui-datepicker-calendar td span {
	color: #898EA2;
}
select:focus,
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, 
textarea:focus {
	border-color: #898EA2;
}
.entry-author .author-heading,
.wp-block-categories ul.children,
.wp-block-categories__list,
.ui-datepicker .ui-datepicker-calendar,
.ui-datepicker .ui-datepicker-calendar td,
.comments-area .comments-title,
ol.comment-list .comment-meta,
.comment-respond #reply-title,
.pagination .page-numbers.dots,
.pagination .page-numbers:not(.current):not(:hover),
.page-links a>.page-number:not(:hover),
.wp-block-latest-comments__comment-meta,
.comment-respond .comment-reply-title,
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
section.error-404 .not-found .widgettitle,
.widget-area__wrapper .widget:not(:first-of-type),
.site-footer .widget_nav_menu .sub-menu,
.widget-area__wrapper .widget_nav_menu .sub-menu,
.widget_pages ul.children,
.widget_categories ul.children,
.entry-footer .edit-link .post-edit-link {
	border-color: #DDDFE7;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end {
	background-color: #eff1f9;
}
.ui-datepicker .ui-datepicker-calendar th,
.site-footer .widget_nav_menu .sub-menu li:before,
.widget-area__wrapper .widget_nav_menu .sub-menu li:before,
.widget_pages ul.children > li:before,
.widget_categories ul.children > li:before,
.wp-block-categories ul.children > li:before,
.wp-block-categories__list > li:before,
article.post .entry-footer .tags-links:before {
	background-color: #DDDFE7;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #FFC06A;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
    color: #FFC06A;
}
#site-navigation > div.menu > ul ul.children:before,
#site-navigation > div.menu > ul ul.children,
#masthead ul.sub-menu > li > ul.sub-menu:before,
#masthead ul.menu > li.menu-item-has-children > ul.sub-menu:before,
#masthead ul.sub-menu,
body:not(.has-header-image) .site-header,
.wp-block-tag-cloud a,
article.post.hentry .wp-block-pullquote:not(.is-style-solid-color) blockquote:after,
article.post.hentry .wp-block-pullquote:not(.is-style-solid-color) blockquote:before,
article.post.format-chat .entry-content > *:before,
.search-results:not(.post-type-archive) .site-main article:not(.type-product),
article.type-attachment,
article.post,
ol.comment-list .pingback:not(:last-child) .comment-body,
ol.comment-list .comment .comment-body,
.wp-block-latest-comments__comment,
.error-404-last .widget_tag_cloud li a:not(:hover),
.entry-author,
.widget-area__wrapper,
.widget-area__wrapper .widget-title > a,
.widget-area__wrapper .widget-title {
	background-color: #FFFFFF;
}
.handheld-offcanvas .close-btn,
.slinky-menu.slinky-theme-default > ul a,
.slinky-theme-default .back::before,
.slinky-theme-default .next::after,
mark {
	color: #FFFFFF;
}
.widget-area__wrapper .widget_calendar td {
	border-color: #FFFFFF;
}
.handheld-menu-toggle {
	color: #434759;
}
.site-footer .widget_categories [class*="current"] > a,
.site-footer .widget_nav_menu [class*="current"] > a,
.site-footer .widget_pages [class*="current"] > a,
.site-footer a:hover,
.handheld-offcanvas .close-btn:hover,
.primary-navigation > ul.menu > li.menu-item-has-children[class*="current"] > a:after,
#masthead #site-navigation > div.menu > ul [class*="current"] > a,
#masthead .primary-navigation > ul.menu > [class*="current"] > a,
.handheld-menu-toggle:hover,
.c-offcanvas-content-wrap--overlay .handheld-menu-toggle,
.primary-navigation ul.menu > li.menu-item-has-children:hover > a:after,
#masthead #site-navigation > div.menu > ul > li.current_page_ancestor > a,
#masthead #site-navigation > div.menu > ul > li:hover > a,
.primary-navigation > ul.menu > .menu-item:hover > a {
	color: #8A91FF;
}
.hamburger-nav-icon .icon-bar {
	background-color: #434759;
}
#handheld-slinky-menu [class*="current"] > a:before,
.handheld-menu-toggle:hover .hamburger-nav-icon .icon-bar,
.c-offcanvas-content-wrap--overlay .hamburger-nav-icon .icon-bar {
	background-color: #8A91FF;
}
.c-offcanvas,
.slinky-menu > ul,
.c-offcanvas.is-open {
	background-color: #3A3C4B;
}
.slinky-menu .header .title,
.slinky-menu > ul a:hover {
	color: #A7ABBD;
}
.site-footer__inner {
	background-color: #353745;
}
.site-footer a,
.site-footer__inner {
	color: #A5A8BB;
}
.site-footer .widget-title {
	border-color: #8A91FF;
	color: #F4F5FA;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .widget_calendar caption {
	color: #F4F5FA;
}
.site-footer .widget_calendar td {
	border-color: #353745;
}
code,
pre,
.required {
	color: #FF4961;
}
.search-type-post,
.comment-meta .comment-awaiting-moderation,
.akismet_comment_form_privacy_notice,
.comment-respond .comment-notes,
p.no-comments {
	background-color: #1E9FF2;
	color: #FFFFFF;
}
.akismet_comment_form_privacy_notice a,
.comment-respond .comment-notes .required,
p.no-comments a {
	color: #FFFFFF !important;
}