/*!
Theme Name: WP Meliora
Theme URI: https://vitathemes.com/theme/wp-meliora/
Author: VitaThemes
Author URI: https://vitathemes.com
Description: A minimal & mobile-first blog theme. The best choice for people who want to start blogging as soon as possible.
Version: 1.2.0
Tested up to: 5.7
Requires PHP: 5.6
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-meliora
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* roboto-mono-300 - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 300;
	src: url("./fonts/roboto-mono-v12-latin-300.eot");
	/* IE9 Compat Modes */
	src: local(""), url("./fonts/roboto-mono-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-mono-v12-latin-300.woff2") format("woff2"), url("./fonts/roboto-mono-v12-latin-300.woff") format("woff"), url("./fonts/roboto-mono-v12-latin-300.ttf") format("truetype"), url("./fonts/roboto-mono-v12-latin-300.svg#RobotoMono") format("svg");
	/* Legacy iOS */
}

/* roboto-mono-regular - latin */
@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/roboto-mono-v12-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("./fonts/roboto-mono-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto-mono-v12-latin-regular.woff2") format("woff2"), url("./fonts/roboto-mono-v12-latin-regular.woff") format("woff"), url("./fonts/roboto-mono-v12-latin-regular.ttf") format("truetype"), url("./fonts/roboto-mono-v12-latin-regular.svg#RobotoMono") format("svg");
	/* Legacy iOS */
}

/**
 * Root Media Query Variables
 */
:root {
	--global--spacing-unit: 20px;
	--global--spacing-horizontal: 15px;
	--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal));
	--responsive--aligndefault-width: 100%;
	--responsive--alignwide-width: 100%;
	--responsive--alignfull-width: 100%;
	--responsive--alignwide-width-multiplier: calc(16 * var(--global--spacing-horizontal));
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 720px) {
	:root {
		--responsive--aligndefault-width: calc(720px - var(--responsive--spacing-horizontal));
		--responsive--alignwide-width: calc(720px - var(--responsive--spacing-horizontal));
		--responsive--alignright-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}

@media only screen and (min-width: 980px) {
	:root {
		--responsive--aligndefault-width: calc(980px - var(--responsive--spacing-horizontal));
		--responsive--alignwide-width: calc(1140px - var(--responsive--spacing-horizontal));
		--responsive--alignright-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}

@media only screen and (min-width: 1140px) {
	:root {
		--responsive--aligndefault-width: calc(980px - var(--responsive--spacing-horizontal));
		--responsive--alignwide-width: calc(1140px - var(--responsive--spacing-horizontal));
		--responsive--alignright-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}

@media only screen and (min-width: 1200px) {
	:root {
		--responsive--aligndefault-width: calc(1140px - var(--responsive--spacing-horizontal));
		--responsive--alignwide-width: calc(1200px - var(--responsive--spacing-horizontal));
		--responsive--alignright-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}

@media only screen and (min-width: 1400px) {
	:root {
		--responsive--aligndefault-width: calc(1140px - var(--responsive--spacing-horizontal));
		--responsive--alignwide-width: calc(1200px - var(--responsive--spacing-horizontal));
		--responsive--alignright-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc( 0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}

/**
 * Extends
 */
.default-max-width, .u-default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.wide-max-width, .u-wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 720px) {
	.full-max-width, .u-full-max-width {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.default-max-width, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce),
*[class*="inner-container"] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce), .entry-content .wp-audio-shortcode, .post-thumbnail, .navigation {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.wide-max-width, .alignwide {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

.full-max-width, .wp-block-group .wp-block-group__inner-container > *.alignfull, .alignfull, .singular .post-thumbnail {
	max-width: calc(100% + (2 * var(--global--spacing-horizontal)));
	width: calc(100% + (2 * var(--global--spacing-horizontal)));
	margin-left: calc(-1 * var(--global--spacing-horizontal));
	margin-right: auto;
}

@media only screen and (min-width: 482px) {
	.full-max-width, .alignfull, .singular .post-thumbnail {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.alignwide [class*="inner-container"] > .alignwide, .alignfull [class*="inner-container"] > .alignwide {
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--alignwide-width);
	max-width: var(--responsive--alignfull-width);
}

.entry-content > .alignleft {
	/*rtl:ignore*/
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: var(--responsive--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
	.entry-content > .alignleft {
		/*rtl:ignore*/
		margin-left: var(--responsive--alignleft-margin);
		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
	}
}

.entry-content > .alignright {
	/*rtl:ignore*/
	margin-left: var(--responsive--spacing-horizontal);
	/*rtl:ignore*/
	margin-right: 0;
}

@media only screen and (min-width: 482px) {
	.entry-content > .alignright {
		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);
		/*rtl:ignore*/
		margin-right: var(--responsive--alignright-margin);
	}
}

/**
 * Output
 */
/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--wp-meliora-base-font-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 1.25rem;
}

h1, .h1 {
	font-size: 24px;
	font-weight: 400;
	font-family: inherit;
	line-height: inherit;
}

h2, .h2 {
	font-size: calc(24px - 0.3125rem);
	font-weight: 400;
	font-family: inherit;
	line-height: inherit;
}

h3, .h3 {
	font-size: calc(24px - 0.38rem);
	font-weight: 400;
	font-family: inherit;
	line-height: inherit;
}

h4, .h4 {
	font-size: calc(24px - 0.44rem);
	font-weight: 400;
	font-family: inherit;
	line-height: inherit;
}

h5, .h5 {
	font-size: calc(24px - 0.52rem);
	font-weight: 400;
	font-family: inherit;
	line-height: inherit;
}

h6, .h6 {
	font-size: calc(24px - 0.6rem);
	font-weight: 400;
	font-family: inherit;
	line-height: inherit;
}

* {
	word-wrap: break-word;
	white-space: normal;
}

p {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}

blockquote {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	margin-left: 0;
	border-left: 2px solid #DFDFDF;
	padding-left: 22px;
	color: var(--wp-meliora-base-font-color);
}

blockquote cite {
	color: var(--wp-meliora-heading-color);
}

address {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}

pre {
	background: #eee;
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: var(--wp-meliora-base-font-color);
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	font-family: "Roboto Mono", Arial;
	line-height: 1.5;
}

body.has-no-scrollbar {
	height: 100%;
	overflow: hidden;
}

hr {
	background-color: #DFDFDF;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.2em 1em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

li {
	margin: 0 0 0.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--wp-meliora-base-font-color);
	transition: 0.2s;
}

a:visited {
	color: var(--wp-meliora-base-font-color);
}

a:hover, a:focus, a:active {
	color: var(--wp-meliora-primary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	font-weight: var(--heading-typography-variant);
	padding: 16px 24px;
	background-color: #474747;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--wp-meliora-base-font-color);
}

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 {
	color: #474747;
	border: none;
	border-radius: 3px;
	background-color: #F4F4F4;
	padding-right: 8px;
	padding-left: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 0.75rem;
	line-height: 1.5em;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #474747;
	opacity: 1;
}

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 {
	color: #000000;
}

select {
	color: #474747;
	border: none;
	border-radius: 3px;
	background-color: #F4F4F4;
	padding: 10px 14px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header, .site-main, .site-footer {
	padding: var(--global--spacing-unit) var(--global--spacing-horizontal);
	margin-left: auto;
	margin-right: auto;
}

.site.is-content-sidebar .site-main__container {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 1140px) {
	.site.is-content-sidebar .site-main__container {
		flex-wrap: nowrap;
	}
}

.site.is-content-sidebar .site-main__content {
	flex-grow: 1;
	order: 2;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.site.is-content-sidebar .site-main__content {
		width: 62%;
	}
}

.site.is-content-sidebar .c-sidebar {
	width: 100%;
	order: 2;
}

@media only screen and (min-width: 1140px) {
	.site.is-content-sidebar .c-sidebar {
		width: 38%;
		padding-left: 100px;
	}
}

.site-header {
	width: 100%;
}

.site-footer {
	width: 100%;
}

.site.is-sidebar-content .site-main__container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.site.is-sidebar-content .site-main__container {
		flex-wrap: nowrap;
	}
}

@media only screen and (min-width: 1140px) {
	.site.is-sidebar-content .c-sidebar {
		padding-right: 100px;
	}
}

.site.is-sidebar-content .site-main__content {
	flex-grow: 1;
	order: 2;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.site.is-sidebar-content .site-main__content {
		width: 62%;
	}
}

.site.is-sidebar-content .sidebar {
	width: 100%;
	order: 2;
}

@media only screen and (min-width: 1140px) {
	.site.is-sidebar-content .sidebar {
		width: 38%;
		order: 1;
	}
}

.site-header {
	width: 100%;
}

.site-main {
	width: auto;
	flex-grow: 1;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
	padding: 0 var(--global--spacing-horizontal);
}

@media only screen and (min-width: 980px) {
	.site-main {
		padding: var(--global--spacing-unit) var(--global--spacing-horizontal);
	}
}

.widget-area {
	width: 38%;
}

.site-footer {
	width: 100%;
}

.site-main__content__title {
	margin: 0 0 25px;
}

.site.no-sidebar .sidebar {
	display: none;
}

.site.no-sidebar .c-post__tags {
	justify-content: flex-start;
}

@media only screen and (min-width: 1140px) {
	.site.no-sidebar .c-post__tags {
		justify-content: flex-end;
	}
}

.site.no-sidebar .site-main {
	--responsive--aligndefault-width: calc(720px - var(--responsive--spacing-horizontal) + 46px);
	--responsive--alignwide-width: calc(720px - var(--responsive--spacing-horizontal) + 46px);
	--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
}

.site.no-sidebar .site-main__content {
	width: 100%;
}

body.error404 {
	background-color: #F4F4F4;
}

.error-404.not-found {
	text-align: center;
	margin-top: 32px;
}

@media only screen and (min-width: 1140px) {
	.error-404.not-found {
		margin-top: 0;
		max-width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
}

.error-404.not-found .page-content p {
	font-size: 1rem;
	line-height: 2em;
}

.error-404.not-found .search-form {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 48px;
}

.error-404.not-found .search-form input {
	background-color: #FFFFFF;
}

.error-404.not-found .not-found__actions__link {
	text-decoration: none;
}

.error-404.not-found .not-found__actions__link .dashicons {
	vertical-align: middle;
	font-size: 1em;
}

.error-404.not-found .error-404__image {
	max-width: 100%;
}

.error-404.not-found .not-found__error {
	font-size: 8rem;
	line-height: 1em;
	margin-bottom: 24px;
	color: #FFFFFF;
	text-shadow: -2px -2px 0 #DFDFDF, 2px -2px 0 #DFDFDF, -2px 2px 0 #DFDFDF, 2px 2px 0 #DFDFDF;
}

@media only screen and (min-width: 1140px) {
	.error-404.not-found .not-found__error {
		font-size: 15rem;
	}
}

.site-main {
	width: 100%;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Structure
--------------------------------------------- */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* header
--------------------------------------------- */
.c-header {
	margin-bottom: 10px;
	background: center center/cover no-repeat;
}

.c-header .c-search-form {
	order: 3;
	width: 100%;
	margin-top: 64px;
}

@media only screen and (min-width: 980px) {
	.c-header .c-search-form {
		width: auto;
		margin-top: 0;
	}
}

.c-header__main {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
}

@media only screen and (min-width: 1140px) {
	.c-header__main {
		flex-direction: row;
		flex-wrap: nowrap;
	}
}

.c-header__branding {
	width: auto;
	order: 1;
}

@media only screen and (min-width: 1140px) {
	.c-header__branding {
		width: 38%;
	}
}

.c-header__branding .custom-logo {
	max-height: 35px;
	width: auto;
}

.c-header__navigation {
	flex-grow: 1;
	order: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

@media only screen and (min-width: 1140px) {
	.c-header__navigation {
		justify-content: flex-start;
	}
}

.c-header__navigation__toggle {
	background-color: transparent;
	color: var(--wp-meliora-base-font-color);
	padding: 0;
	position: relative;
	z-index: 10;
}

.c-header__navigation__toggle span {
	font-size: 32px;
	width: 32px;
	height: 32px;
}

.c-header__navigation__toggle:hover {
	background-color: transparent;
}

.c-header__branding__title {
	margin: 0;
	color: var(--wp-meliora-base-font-color);
}

.c-header__branding__title:hover {
	color: var(--wp-meliora-base-font-color);
}

.c-header__branding__title__link {
	color: var(--wp-meliora-base-font-color);
	text-decoration: none;
	font-weight: var(--heading-typography-variant);
}

.c-header__branding__title__link:visited, .c-header__branding__title__link:focus, .c-header__branding__title__link:active {
	color: var(--wp-meliora-base-font-color);
}

.c-header__branding__title__link:hover {
	color: var(--wp-meliora-base-font-color);
}

@media only screen and (min-width: 1140px) {
	.c-header__navigation {
		order: 1;
	}
}

.c-header--404 {
	margin: 16px 0 0;
}

@media only screen and (min-width: 1140px) {
	.c-header--404 {
		margin: 64px 0 0;
	}
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: #FFFFFF;
}

@media only screen and (min-width: 980px) {
	.main-navigation ul {
		position: relative;
		background: transparent;
		animation: unset;
	}
}

.main-navigation ul ul {
	float: left;
	position: relative;
	width: 100%;
	display: none;
	flex-direction: column;
	clear: both;
	padding: 10px 0;
	top: unset;
	left: unset;
}

@media only screen and (min-width: 980px) {
	.main-navigation ul ul {
		border: 1px solid var(--wp-meliora-base-font-color);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		flex-direction: column;
		clear: both;
		padding: 0;
		width: auto;
	}
}

.main-navigation ul ul ul {
	width: 100%;
}

@media only screen and (min-width: 980px) {
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
}

.main-navigation ul ul li {
	margin: 0;
	display: flex;
	align-items: center;
}

.main-navigation ul ul li span {
	margin-right: 8px;
	transition: 0.2s;
	transform-origin: center center;
}

.main-navigation ul ul li:hover, .main-navigation ul ul li:focus-within {
	background-color: #F4F4F4;
}

.main-navigation ul ul li:hover > a, .main-navigation ul ul li:focus-within > a {
	color: #474747;
}

@media only screen and (min-width: 980px) {
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		display: block;
		left: 100%;
	}
}

.main-navigation ul ul li:last-child {
	margin-bottom: 0;
}

.main-navigation ul ul a {
	color: var(--wp-meliora-base-font-color);
	padding: 10px 20px;
	text-align: center;
	white-space: nowrap;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li:focus-within > ul {
	left: auto;
	display: block;
}

.main-navigation ul.sub-menu {
	background-color: #FFFFFF;
}

.main-navigation li {
	position: relative;
	margin-right: 48px;
}

.main-navigation a {
	font-weight: var(--heading-typography-variant);
	transition: 0.2s;
	display: block;
	text-decoration: none;
	color: var(--wp-meliora-heading-color);
	padding: 10px 0;
}

@media only screen and (min-width: 980px) {
	.main-navigation a {
		color: var(--wp-meliora-base-font-color);
	}
}

.main-navigation a:hover {
	color: #474747;
}

@media only screen and (min-width: 980px) {
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
		color: #474747;
		border-bottom: 2px solid var(--wp-meliora-base-font-color);
	}
}

.main-navigation > ul > li.menu-item-has-children {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-navigation > ul > li.menu-item-has-children span {
	color: var(--wp-meliora-base-font-color);
	transition: 0.2s;
	margin-left: 8px;
	transform-origin: center center;
	font-size: 14px;
	width: 10px;
	height: 10px;
}

.main-navigation > ul > li.menu-item-has-children:hover {
	color: #474747;
}

.main-navigation > ul ul li.menu-item-has-children {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media only screen and (min-width: 980px) {
	.main-navigation > ul ul li.menu-item-has-children {
		flex-wrap: nowrap;
	}
}

.main-navigation > ul ul li.menu-item-has-children span {
	transform-origin: center center;
	transform: rotate(0deg);
	color: var(--wp-meliora-base-font-color);
}

@media only screen and (min-width: 980px) {
	.main-navigation > ul ul li.menu-item-has-children span {
		transform: rotate(-90deg);
		margin-left: auto;
	}
}

.main-navigation > ul ul li.menu-item-has-children span::before {
	font-size: 14px;
}

/* Small menu. */
.main-navigation.toggled > ul {
	display: block;
	width: calc(100% + 30px);
	left: -15px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	min-height: 100vh;
	padding-top: 32px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	z-index: 9;
	overflow-y: scroll;
	max-height: 100%;
	animation: fadeInFromNone 0.4s forwards;
}

@media only screen and (min-width: 980px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 40px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Posts and pages
--------------------------------------------- */
.c-post {
	padding: 40px 0 48px;
	border-bottom: 1px solid #DFDFDF;
	margin: 0;
}

.c-post:last-of-type {
	border-bottom: 0;
	padding: 0;
}

.c-post:last-of-type.c-post--archive {
	padding: 40px 0 64px;
}

.c-post__meta__date {
	font-size: 0.75rem;
	font-weight: var(--heading-typography-variant);
}

.c-post__meta__date time {
	font-weight: var(--heading-typography-variant);
	color: var(--quaternary-color);
}

.c-post__title {
	margin: 12px 0 0;
}

.c-post__title a {
	text-decoration: none;
}

.c-post__tags {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	clear: both;
}

.c-post:not(.c-post--archive) .c-post__tags {
	margin: 40px 0;
}

.c-post__tags__tag {
	white-space: nowrap;
	background-color: #F4F4F4;
	padding: 0 12px;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 4px 4px 0;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: var(--heading-typography-variant);
}

@media only screen and (min-width: 980px) {
	.c-post__tags__tag {
		font-size: 0.6rem;
	}
}

.c-post__tags__tag--more {
	background-color: #DFDFDF;
}

.c-post__tags__tag:hover {
	background-color: #DFDFDF;
	color: #474747;
}

.blog .c-post, .archive .c-post, .search .c-post {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.blog .c-post .c-post__header, .archive .c-post .c-post__header, .search .c-post .c-post__header {
	width: 100%;
}

.blog .c-post .c-post__tags, .archive .c-post .c-post__tags, .search .c-post .c-post__tags {
	width: 100%;
	margin-top: 24px;
}

@media only screen and (min-width: 1140px) {
	.blog .c-post .c-post__header, .archive .c-post .c-post__header, .search .c-post .c-post__header {
		width: 70%;
		flex-grow: 1;
		padding-right: 10px;
	}
	.blog .c-post .c-post__tags, .archive .c-post .c-post__tags, .search .c-post .c-post__tags {
		width: 30%;
		margin-top: 0;
	}
}

.s-post-archive p {
	margin-bottom: 0;
}

.c-post__main {
	order: unset;
	width: 100%;
}

@media only screen and (min-width: 980px) {
	.c-post__main {
		order: 2;
	}
}

.c-post_cats {
	font-size: 0.75em;
	color: var(--wp-meliora-base-font-color);
}

.s-post-meta {
	color: var(--wp-meliora-base-font-color);
	font-size: 0.75rem;
}

.s-post-meta a {
	text-decoration: none;
	color: var(--wp-meliora-base-font-color);
	font-weight: var(--heading-typography-variant);
}

.s-post-meta a:hover {
	color: var(--wp-meliora-primary-color);
}

.c-post__meta--date-author {
	margin: 20px 0 16px;
	font-size: 0.75em;
	color: var(--wp-meliora-base-font-color);
}

@media only screen and (min-width: 1140px) {
	.c-post__meta--date-author {
		margin: 16px 0 32px;
	}
}

.c-post__thumbnail {
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1140px) {
	.c-post__thumbnail {
		margin-bottom: 48px;
	}
}

.c-post.c-post--single {
	padding-bottom: 24px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 48px;
}

.c-post.c-post--single .c-post__tags {
	justify-content: flex-start;
}

.no-results.not-found.c-post--not-found {
	display: block;
}

.no-results.not-found.c-post--not-found .page-title {
	margin-bottom: 10px;
	margin-top: 0;
}

.no-results.not-found.c-post--not-found .page-content {
	margin-top: 10px;
}

.no-results.not-found.c-post--not-found .page-content p {
	margin-top: 10px;
}

.c-post__content__main a {
	color: var(--wp-meliora-link-normal-color);
}

.c-post__content__main a:visited {
	color: var(--wp-meliora-link-normal-color);
}

.c-post__content__main a:hover, .c-post__content__main a:focus, .c-post__content__main a:active {
	color: var(--wp-meliora-link-hover-color);
}

.c-post--archive .c-post__thumbnail {
	margin-bottom: 24px;
}

.search.search-results .page-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}

/* Comments
--------------------------------------------- */
.c-comments {
	width: 100%;
	margin-top: 40px;
}

@media only screen and (min-width: 980px) {
	.c-comments {
		margin-top: 48px;
	}
}

.c-comments .form-submit {
	margin: 0;
}

.c-comments .nav-links {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}

.c-comments .comment-list {
	margin: 0;
	padding: 0;
}

.comments-title {
	margin: 0 0 28px;
	line-height: 1.75;
}

.comments-header {
	margin-bottom: 48px;
}

@media only screen and (min-width: 1140px) {
	.comments-header {
		margin: 0 0 64px;
	}
}

.comment-content a {
	word-wrap: break-word;
	color: var(--wp-meliora-base-font-color);
	font-weight: 400;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0.05em;
}

.bypostauthor {
	display: block;
}

.c-comments .comment-list > li, .c-comments .comment-list > .comment {
	padding: 24px 0;
	margin: 0;
	border-bottom: 1px solid #d4d4d4;
}

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

.comment .comment-respond {
	margin-top: 40px;
}

.comment .comment-respond .comment-form {
	margin-bottom: 24px;
}

.comment > li > ol.children {
	border-bottom: 0;
}

.comment .comment-header {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.comment .comment-avatar {
	margin-right: 24px;
	min-width: 36px;
	min-height: 36px;
	width: 36px;
	height: 36px;
}

@media only screen and (min-width: 1140px) {
	.comment .comment-avatar {
		width: 70px;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
	}
}

.comment .comment-header .time, .comment .comment-header .time * {
	font-size: 12px;
	color: var(--wp-meliora-base-font-color);
	font-weight: var(--heading-typography-variant) !important;
}

.comment .comment-info {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.comment .avatar {
	vertical-align: middle;
	margin-right: 10px;
}

.comment .comment {
	padding: 20px 10px 10px;
	margin: 20px 0 0;
}

.comment .comment-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.comment .comment-metadata a * {
	font-size: 0.813em;
	text-decoration: none;
	color: #888888;
	font-weight: 400;
}

.comment:last-child {
	margin-bottom: 10px;
}

.comment .comment-author {
	margin-right: 24px;
}

.comment .comment-author, .comment .comment-author a {
	font-size: 0.8em;
	margin-top: 0;
	text-decoration: none;
	color: var(--wp-meliora-heading-color);
}

@media only screen and (min-width: 1140px) {
	.comment .comment-author, .comment .comment-author a {
		font-size: 1em;
	}
}

ol.children {
	list-style: none;
	margin-top: 15px;
	padding-left: 10px;
	margin-left: 5px;
}

@media only screen and (min-width: 1140px) {
	ol.children {
		margin-top: 15px;
		padding-left: 30px;
	}
}

.comment-navigation {
	margin-bottom: 40px;
}

.comments > .comment:first-child {
	border-top: 0;
}

.comment-content p, .screen-reader-text.says {
	font-weight: 400;
}

.comment-content p {
	margin-bottom: 16px;
	color: #474747;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: var(--text-typography-variant);
}

.comment-content p a {
	font-weight: var(--text-typography-variant);
}

@media only screen and (min-width: 1140px) {
	.comment-content p {
		font-size: 1rem;
	}
}

.comment-content a {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1140px) {
	.comment-content a {
		font-size: 1rem;
	}
}

.comment-reply-link {
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 0.1em;
	color: var(--wp-meliora-base-font-color) !important;
	transition: 0.25s;
	text-decoration: none;
}

.comment-reply-link:hover {
	color: var(--wp-meliora-primary-color);
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 64px;
}

@media only screen and (min-width: 1140px) {
	.comment-form {
		margin-bottom: 96px;
	}
}

.comment-form-author, .comment-form-email, .comment-form-url {
	width: 100%;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
	font-weight: normal;
	font-size: 1rem;
	line-height: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	font-weight: var(--heading-typography-variant);
	color: var(--wp-meliora-base-font-color);
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
	max-width: 100%;
}

@media only screen and (min-width: 1140px) {
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 30%;
	}
}

.comment-form-cookies {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}

.comment-form-cookies input {
	margin: 5px 10px 0 0;
}

.comment-form-comment {
	width: 100%;
	margin-top: 16px;
	font-size: 1rem;
	line-height: 24px;
	font-weight: var(--heading-typography-variant);
	color: var(--wp-meliora-base-font-color);
}

.comment-form-comment label {
	font-weight: normal;
	font-size: 1rem;
	line-height: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	font-weight: var(--heading-typography-variant);
	color: var(--wp-meliora-base-font-color);
}

@media only screen and (min-width: 1140px) {
	.comment-form-comment {
		margin-top: 24px;
	}
}

.comment-form-comment textarea {
	max-height: 100px;
}

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

.comment-form-cookies-consent input {
	margin-top: 0.4em;
	margin-right: 0.5em;
}

.comment-form-cookies-consent label {
	font-weight: normal;
	font-size: 0.75rem;
	line-height: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	font-weight: var(--heading-typography-variant);
	color: var(--wp-meliora-base-font-color);
}

#cancel-comment-reply-link {
	font-size: 0.75rem;
	margin-left: 2em;
}

.comment-edit-link {
	margin-right: 20px;
	font-size: 0.8em;
	margin-top: 0;
	text-decoration: none;
	color: var(--wp-meliora-base-font-color) !important;
}

@media only screen and (min-width: 1140px) {
	.comment-edit-link {
		font-size: 1em;
	}
}

.comment-edit-link:hover {
	color: var(--wp-meliora-primary-color);
}

.comment-reply-title {
	font-size: 1.25em;
	margin-bottom: 0.75em;
}

.comment-notes {
	font-size: 0.75em;
	font-weight: var(--text-typography-variant);
}

.form-submit {
	width: 100%;
}

.form-submit input, .form-submit [type="submit"] {
	font-weight: var(--heading-typography-variant);
	padding: 10px 24px;
	background-color: #474747;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.2s;
}

.form-submit input:hover, .form-submit [type="submit"]:hover {
	background-color: #2B2B2B;
}

.no-comments {
	margin-top: 24px;
	font-weight: var(--heading-typography-variant);
	text-align: center;
}

/* Widgets
--------------------------------------------- */
.c-widget {
	margin-bottom: 40px;
}

.c-widget:last-child {
	margin-bottom: 0;
}

.c-widget__title {
	display: flex;
	align-items: center;
	margin: 0 0 24px 0;
}

.c-widget__title::after {
	display: inline-block;
	width: auto;
	flex-grow: 1;
	height: 1px;
	margin-left: 40px;
	background-color: #DFDFDF;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Search form
--------------------------------------------- */
.c-search-form {
	display: flex;
	position: relative;
}

.c-search-form__label {
	width: 100%;
}

.c-search-form__label__text {
	position: absolute;
	left: -10000px;
}

.c-search-form__input {
	flex-grow: 1;
	height: 40px;
	border-radius: 3px !important;
	padding-right: 40px !important;
	width: 100%;
	min-width: 200px;
	font-size: 12px;
}

.c-search-form__submit {
	width: 40px;
	height: 40px;
	background-color: var(--wp-meliora-primary-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 3px !important;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

/* Sidebar
--------------------------------------------- */
.c-sidebar {
	margin-top: 48px;
}

@media only screen and (min-width: 1140px) {
	.c-sidebar {
		margin-top: 0;
	}
}

/* Categories List
--------------------------------------------- */
.c-categories-list {
	margin: 0 12px;
	padding: 0;
}

@media only screen and (min-width: 1140px) {
	.c-categories-list {
		margin: 0;
		padding: 0 20px;
	}
}

.c-categories-list__list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #DFDFDF;
}

.s-categories-list .c-categories-list__slide {
	margin-right: 24px;
	margin-bottom: 0;
}

@media only screen and (min-width: 1140px) {
	.s-categories-list .c-categories-list__slide {
		margin-right: 48px;
	}
}

.s-categories-list .c-categories-list__slide.current-cat a {
	color: var(--wp-meliora-base-font-color);
	border-bottom: 2px solid var(--wp-meliora-base-font-color);
}

.s-categories-list a {
	font-weight: var(--heading-typography-variant);
	text-decoration: none;
	padding: 0 4px 8px;
	color: var(--wp-meliora-base-font-color);
	word-wrap: normal;
	white-space: nowrap;
	display: block;
}

.s-categories-list a:hover {
	color: var(--wp-meliora-base-font-color);
}

/* Categories List
--------------------------------------------- */
.pagination .nav-links {
	display: flex;
	align-items: center;
}

.pagination .nav-links .page-numbers {
	color: var(--wp-meliora-heading-color);
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	padding: 0 5px;
	margin: 0 10px 0 0;
	text-decoration: none;
}

.pagination .nav-links .page-numbers:hover {
	color: var(--wp-meliora-primary-color);
}

.pagination .nav-links .page-numbers.current {
	color: var(--wp-meliora-primary-color);
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F4F4F4;
	color: var(--wp-meliora-heading-color);
	border-radius: 3px;
	background-color: #F4F4F4;
}

.pagination .nav-links .page-numbers.next span, .pagination .nav-links .page-numbers.prev span {
	font-size: 14px;
	width: 14px;
	height: 14px;
}

.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
	color: var(--wp-meliora-heading-color);
	background-color: transparent;
	border-color: var(--wp-meliora-heading-color);
}

.rtl .pagination .nav-links .page-numbers.next, .rtl .pagination .nav-links .page-numbers.prev {
	transform: rotateY(180deg);
}

/* Social Share
--------------------------------------------- */
.c-social-share {
	display: flex;
	flex-direction: row;
	min-height: 20px;
	justify-content: flex-start;
	align-items: center;
}

.c-social-share span {
	margin-right: 24px;
}

.c-social-share__link {
	width: 20px;
	height: 20px;
	text-decoration: none;
	margin-right: 24px;
}

.c-social-share__link:hover .c-social-share__link__icon {
	color: var(--wp-meliora-primary-color);
}

.c-social-share__link__icon {
	color: var(--wp-meliora-base-font-color);
}

.c-social-share__title {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: var(--heading-typography-variant);
}

/* Footer
--------------------------------------------- */
.c-footer {
	background-color: #F4F4F4;
	padding: 0;
	font-size: 0.75rem;
	margin-top: auto;
}

.c-footer__top {
	background-color: #FFFFFF;
}

.c-footer__top__back-to-top__link {
	width: 63px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 5px;
	text-decoration: none;
	border-radius: 50%;
	transform: translateY(27px);
}

.c-footer__top__back-to-top__link .dashicons {
	font-size: 14px;
}

.c-footer__top__back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-footer__bottom {
	padding: 40px 0;
}

.c-footer__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (min-width: 980px) {
	.c-footer__grid {
		flex-wrap: nowrap;
	}
}

.c-footer__copyright {
	padding: 0 15px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.c-footer__copyright p {
	margin: 0;
}

@media only screen and (min-width: 1140px) {
	.c-footer__copyright {
		margin-top: 0;
		padding: 0;
		flex-direction: row;
		align-items: center;
	}
}

.c-footer__socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-top: 42px;
	padding: 0 15px;
}

@media only screen and (min-width: 980px) {
	.c-footer__socials {
		width: auto;
		margin-top: 0;
		padding: 0;
	}
}

.s-footer-socials a {
	text-decoration: none;
	color: var(--wp-meliora-base-font-color);
	margin-right: 24px;
}

.s-footer-socials a:last-child {
	margin-right: 0;
}

.s-footer-socials a:hover span {
	color: var(--wp-meliora-primary-color);
}

.c-footer__branding {
	margin-bottom: 32px;
}

@media only screen and (min-width: 1140px) {
	.c-footer__branding {
		margin-right: 42px;
		margin-bottom: 0;
	}
}

.s-footer-branding a {
	text-decoration: none;
}

.s-footer-branding img {
	height: 28px;
	width: auto;
}

.c-footer__widgets {
	margin-top: 64px;
	padding: 0 15px;
}

.c-footer__widget-area__column {
	width: 100%;
}

.c-footer__widget-area__column:nth-of-type(1) {
	margin-bottom: 40px;
}

@media only screen and (min-width: 980px) {
	.c-footer__widget-area__column {
		width: 50%;
	}
	.c-footer__widget-area__column:nth-of-type(1) {
		margin-right: 32px;
		margin-bottom: 0;
	}
	.c-footer__widget-area__column:nth-of-type(2) {
		margin-left: 32px;
	}
}

.c-footer__widget-area {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 980px) {
	.c-footer__widget-area {
		flex-wrap: nowrap;
	}
}

.s-footer-widgets input[type="text"],
.s-footer-widgets input[type="email"],
.s-footer-widgets input[type="url"],
.s-footer-widgets input[type="password"],
.s-footer-widgets input[type="search"],
.s-footer-widgets input[type="number"],
.s-footer-widgets input[type="tel"],
.s-footer-widgets input[type="range"],
.s-footer-widgets input[type="date"],
.s-footer-widgets input[type="month"],
.s-footer-widgets input[type="week"],
.s-footer-widgets input[type="time"],
.s-footer-widgets input[type="datetime"],
.s-footer-widgets input[type="datetime-local"],
.s-footer-widgets input[type="color"],
.s-footer-widgets textarea {
	color: #474747;
	border: none;
	border-radius: 3px;
	background-color: #DFDFDF;
	padding-right: 8px;
	padding-left: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 0.75rem;
	line-height: 1.5em;
}

.s-footer-widgets input[type="text"]::placeholder,
.s-footer-widgets input[type="email"]::placeholder,
.s-footer-widgets input[type="url"]::placeholder,
.s-footer-widgets input[type="password"]::placeholder,
.s-footer-widgets input[type="search"]::placeholder,
.s-footer-widgets input[type="number"]::placeholder,
.s-footer-widgets input[type="tel"]::placeholder,
.s-footer-widgets input[type="range"]::placeholder,
.s-footer-widgets input[type="date"]::placeholder,
.s-footer-widgets input[type="month"]::placeholder,
.s-footer-widgets input[type="week"]::placeholder,
.s-footer-widgets input[type="time"]::placeholder,
.s-footer-widgets input[type="datetime"]::placeholder,
.s-footer-widgets input[type="datetime-local"]::placeholder,
.s-footer-widgets input[type="color"]::placeholder,
.s-footer-widgets textarea::placeholder {
	color: #474747;
	opacity: 1;
}

.s-footer-widgets input[type="text"]:focus,
.s-footer-widgets input[type="email"]:focus,
.s-footer-widgets input[type="url"]:focus,
.s-footer-widgets input[type="password"]:focus,
.s-footer-widgets input[type="search"]:focus,
.s-footer-widgets input[type="number"]:focus,
.s-footer-widgets input[type="tel"]:focus,
.s-footer-widgets input[type="range"]:focus,
.s-footer-widgets input[type="date"]:focus,
.s-footer-widgets input[type="month"]:focus,
.s-footer-widgets input[type="week"]:focus,
.s-footer-widgets input[type="time"]:focus,
.s-footer-widgets input[type="datetime"]:focus,
.s-footer-widgets input[type="datetime-local"]:focus,
.s-footer-widgets input[type="color"]:focus,
.s-footer-widgets textarea:focus {
	color: #000000;
}

.s-footer-widgets select {
	color: #474747;
	border: none;
	border-radius: 3px;
	background-color: #DFDFDF;
	padding: 10px 14px;
}

.s-footer-widgets textarea {
	width: 100%;
}

.s-footer-widgets ul {
	margin-left: 0;
	margin-right: 0;
}

/*--------------------------------------------------------------
# External
--------------------------------------------------------------*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
	padding: 16px 5px;
}

.flickity-prev-next-button:hover .flickity-button-icon {
	fill: #DFDFDF;
}

.flickity-prev-next-button.previous {
	left: -20px;
}

@media only screen and (min-width: 1140px) {
	.flickity-prev-next-button.previous {
		left: -25px;
	}
}

.flickity-prev-next-button.next {
	right: -20px;
}

@media only screen and (min-width: 1140px) {
	.flickity-prev-next-button.next {
		right: -25px;
	}
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: -25px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: -25px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
	transition: 0.2s;
}

/* ---- page dots ---- */
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.rtl .flickity-prev-next-button {
	transform-origin: center;
	transform: rotate(-180deg) translateY(18px);
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-button {
	margin: 1rem 0;
}

/*--------------------------------------------------------------
# Objects
--------------------------------------------------------------*/
.o-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/*# sourceMappingURL=style.css.map */