/*!
Theme Name: Rapto
Theme URI: https://rapto.tkdemos.co/
Author: Themes Kingdom
Author URI: http://themeskingdom.com
Description: Rapto is a sleek, black & white WordPress theme, perfect for all creative souls一designers, illustrators, and artists. With this theme’s Gutenberg blocks and patterns, you can create a beautiful website layout in just a few seconds. Rapto is here to take your portfolio website to the next level and help you achieve all your business goals.
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 5.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rapto
Tags: blog, portfolio, photography, block-patterns, block-styles, translation-ready, theme-options, custom-logo, editor-style, featured-images, custom-menu, full-site-editing, full-width-template, rtl-language-support, custom-colors, right-sidebar, one-column, two-columns, wide-blocks

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

Rapto is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Header
	- Navigation
	- Sidebar
	- Footer
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Post Archive
# Post Single
# Page
# Portfolio Archive
# Portfolio Single
# Search
# 404
# Plugins
	- Jetpack infinite scroll
	- Related Articles
# Utilities
	- Accessibility
	- Alignments
# Gutenberg
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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,
input,
textarea,
keygen,
select,
button,
body .sd-social-icon .sd-content ul li a.sd-button,
body .sd-social-text .sd-content ul li a.sd-button,
body .sd-content ul li a.sd-button,
body .sd-content ul li .option a.share-ustom,
body .sd-content ul li.preview-item div.option.option-smart-off a,
body .sd-content ul li.advanced a.share-more,
body .sd-social-icon-text .sd-content ul li a.sd-button,
body .sd-social-official .sd-content > ul > li > a.sd-button,
body #sharing_email .sharing_send,
body .sd-social-official .sd-content > ul > li .digg_button > a,
body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field,
.search .page-header.search-page-header .page-title {
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; /*sans-serif*/
}

@media screen and (min-width: 1100px) {
	.archive-title .page-title,
	.archive-title .entry-title {
		font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; /*sans-serif*/
	}

}

.jp-carousel-titleanddesc-title {
	font-family: inherit !important; /*
	sans-serif*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.portfolio-archive .entry-title,
blockquote p,
.wp-block-pullquote blockquote p,
.hamburger-wrapper .main-navigation,
.single-navigation .nav-link .nav-direction,
.form-submit #submit,
.comment-author .fn,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

body #jp-relatedposts h3.jp-relatedposts-headline,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: 12px;
}

.wp-block-image figcaption,
.gallery-caption {
	font-size: 13px;
}

body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 44px;
	font-size: calc(26.86px + 0.893vw);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 1.5em 0;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #e8e8e8;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border-radius: 6px;
}

code {
	display: inline-block;
	padding: 0.2em 0.5em;
	border-radius: 6px;
	font-size: 0.9em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted rgba(0,0,0,0.4);
	cursor: help;
	text-decoration: none;
}

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

big {
	font-size: 125%;
}

body #jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}

/* uppercase option */
.uppercase-text .main-navigation,
.uppercase-text .social-navigation,
.uppercase-text .portfolio-archive .entry-title,
.uppercase-text .portfolio-archive .entry-meta,
.uppercase-text .paging-navigation,
.uppercase-text .blog-archive .entry-meta,
.uppercase-text .blog-archive h2,
.uppercase-text .search .page-header .page-title,
.uppercase-text .search-archive .entry-title,
.uppercase-text .search-archive .entry-meta,
.uppercase-text .single-navigation .nav-link a,
.uppercase-text .site-info,
.uppercase-text .site-title,
.uppercase-text .read-time-hero-time,
.uppercase-text .read-time-title,
.uppercase-text .blog-one-column .blog-archive .entry-content .read-more,
.uppercase-text .entry-hero-center .entry-title,
.uppercase-text .entry-hero-center .entry-meta,
.uppercase-text .port-back-button-wrapper a,
.uppercase-text .comments-trigger h2,
.uppercase-text .entry-hero-split .entry-title,
.uppercase-text .entry-hero-split .entry-meta,
.uppercase-text .widget-title,
.uppercase-text .error-404 h1,
.uppercase-text .error-404 h2,
.uppercase-text .archive-title .page-title,
.uppercase-text .archive-title .entry-title,
.uppercase-text.search .page-header.search-page-header .page-title,
.uppercase-text.single .entry-content .entry-footer,
.uppercase-text #reply-title,
.uppercase-text .form-submit #submit,
.uppercase-text div.sharedaddy h3.sd-title,
.uppercase-text .comment-metadata,
.uppercase-text .comment-reply-link,
.uppercase-text .post-password-form input[type="submit"],
.uppercase-text .widget_search .search-submit,
.uppercase-text #menu-trigger,
.uppercase-text .wp-block-button {
	text-transform: uppercase;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

@supports (font-variant-numeric: lining-nums) {
	body {
		font-variant-numeric: lining-nums;
	}

}

hr:not(.wp-block-coblocks-dynamic-separator),
.wp-block-separator {
	background-color: #000;
}

hr,
.wp-block-separator {
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 1.5em;
}

.wp-block-separator {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

hr.wp-block-separator:not(.is-style-dots):not(.alignwide):not(.is-style-wide) {
	max-width: 100px;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.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 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 22px 0;
	width: 100%;
}

.comment-content table,
.entry-content table {
	border: 2px solid #000;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	padding: 16px 18px;
}

.comment-content thead tr,
.entry-content thead tr {
	border-bottom: 2px solid #000;
}

.comment-content tfoot tr,
.entry-content tfoot tr {
	border-top: 2px solid #000;
}

th,
td {
	font-weight: 400;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
	border-right: 1px solid #000;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-file__button,
.wp-block-button__link {
	color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}

.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"],
.wp-block-file__button,
.wp-block-button__link {
	font-weight: 600;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-file__button:hover {
	opacity: 0.7;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-file__button:focus,
.wp-block-file__button:active {
	opacity: 0.7;
}

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,
.wp-block-search .wp-block-search__input {
	color: inherit;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	padding: 2px 0 8px;
	background-color: transparent;
	width: 100%;
}

textarea {
	padding: 10px;
}

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,
.wp-block-search .wp-block-search__input:focus {
	outline: 0;
	border-bottom-style: dotted;
}

select {
	border: 1px solid #000;
	background-color: transparent;
}

textarea {
	width: 100%;
	background-color: transparent;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.75em;
	vertical-align: middle;
	margin-top: -4px;
}

body #eu-cookie-law input,
body #eu-cookie-law input:hover,
body #eu-cookie-law input:focus {
	border-radius: 20px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.container {
	padding-left: 2rem;
	padding-right: 2rem;
}

.medium-container {
	max-width: 1600px;
	padding-left: 70px;
	padding-right: 70px;
}

@media screen and (max-width: 900px) {
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.medium-container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 600px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.medium-container {
		padding-left: 15px;
		padding-right: 15px;
	}

}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */

.site-header {
	padding-top: 16px;

	display: flex;
	align-items: center;

	position: relative;
	z-index: 25;
}

.header-fixed .site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 25;
}

.header-fixed.admin-bar .site-header {
	top: 32px;
}

.site-header {
	animation: preloadHeader 0.3s 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

@keyframes preloadHeader {
	0% {
		opacity: 0;
		transform: translateY(-20%);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.site-title {
	font-size: 22px;
}

.site-branding,
.main-navigation,
.social-navigation,
#sidebar-trigger,
#hamburger-trigger,
#menu-trigger {
	font-size: 14px;
}

.site-branding {
	margin-left: 0;
}

.social-navigation {
	margin-right: 0;
}

#sidebar-trigger {
	margin-left: 2em;
}

/* branding */

.site-branding {
	display: flex;
	align-items: center;
}

.site-branding-text {}

.custom-logo-link + .site-branding-text {
	margin-left: 1em;
}

.site-title,
.site-description {
	margin: 0;
}

.regular-menu-left .main-navigation {
	margin-left: 2em;
	margin-right: auto;
}

.regular-menu-center .main-navigation {
	margin-left: auto;
	margin-right: auto;
}

.regular-menu-center .site-branding {
	margin-right: auto;
}

.regular-menu-center .social-navigation {
	margin-left: auto;
}

.regular-menu-right .main-navigation {
	margin-right: 0;
	margin-left: auto;
}

.regular-menu-right .social-navigation:not(.social-navigation-empty) {
	margin-left: 2em;
}

.regular-menu-right .main-navigation ul {
	justify-content: flex-end;
}

.hamburger-menu .site-branding,
.hamburger-menu .social-navigation {
	flex: 0 0 40%;
	flex: 0 0 calc(50% - 50px);
}

.hamburger-menu .social-navigation ul {
	justify-content: flex-end;
}

#menu-trigger {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
    color: inherit;
	line-height: 1;
	padding: 0.3em 0.8em;
}

#menu-trigger:hover {
	opacity: 1;
}

#menu-trigger:focus {
	outline: 0;
	border-style: dotted;
	border-color: #000;
	opacity: 1;
}

.nav-opened #menu-trigger span {
	display: none;
}

.nav-opened #menu-trigger {
	padding: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(2em + 8px);
	height: calc(2em + 8px);
	border-radius: 50%;
}

.nav-opened #menu-trigger:before,
.nav-opened #menu-trigger:after {
	content: '';
	display: block;
	width: 1.6em;
	height: 1px;
	background-color: #000;
	margin: 1px auto;
	margin: -1px 0 0 1px;
}

.nav-opened #menu-trigger:before {
	transform: rotate(45deg);
}

.nav-opened #menu-trigger:after {
	transform: rotate(-45deg);
}

/* hamburger menu */

#hamburger-trigger {
	background-color: transparent;
	color: inherit;
	position: relative;
	padding: 4px;
	height: calc(1em + 8px);
	width: calc(4em + 8px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

#hamburger-trigger:before,
#hamburger-trigger:after {
	content: '';
	display: block;
	width: 4em;
	height: 1px;
	margin: 2px auto;
	background-color: #000;
	transition: width 0.05s;
}

#hamburger-trigger:hover {
	opacity: 1;
	background-color: transparent;
	color: inherit;
}

#hamburger-trigger:hover:before,
#hamburger-trigger:hover:after {
	width: 2.5em;
}

.hamburger-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	display: none;
	background-color: #fff;
	align-items: flex-start;
	justify-content: space-between;
}

.admin-bar .hamburger-wrapper {
	top: 32px;
}

.hamburger-opened {
	overflow: hidden;
}

.hamburger-opened #hamburger-trigger {
	z-index: 31;
	width: calc(2em + 8px);
	height: calc(2em + 8px);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 50%;
}

.hamburger-opened #hamburger-trigger:before,
.hamburger-opened #hamburger-trigger:after {
	margin: -1px 0 0 1px;
	width: 1.6em;
	transition: width 0.1s ease-out;
}

.hamburger-opened #hamburger-trigger:before {
	transform: rotate(45deg);
}

.hamburger-opened #hamburger-trigger:after {
	transform: rotate(-45deg);
}

.hamburger-opened #hamburger-trigger:hover {
	border-color: rgba(0,0,0,0.7);
}

.hamburger-opened #hamburger-trigger:hover:before,
.hamburger-opened #hamburger-trigger:hover:after {
	width: 1.2em;
}

.hamburger-opened .hamburger-wrapper {
	display: flex;
	overflow: auto;
}

.sidebar-hamburger:after {
	content : '';
	position: absolute;
	right: 50%;
	top: 100px;
	width: 1px;
	height: calc(100vh - 160px);
	background-color: #000;
	transform-origin: top center;

	animation: hamburgerLine 0.4s 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

@keyframes hamburgerLine {
	0% {
		transform: scaleY(0);
	}

	100% {
		transform: none;
	}

}

.hamburger-opened .sidebar-hamburger:after {
	transform: none;
}

.hamburger-wrapper .main-navigation-hamb-wrap {
	flex: 0 0 50%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.hamburger-wrapper .main-navigation {
	font-size: 80px;
	font-size: calc(32px + 2.5vw);
	letter-spacing: -0.01em;
	font-weight: 400;
	overflow: hidden;
	height: 100%;
}

.hamburger-wrapper .main-navigation > div,
.hamburger-wrapper .main-navigation > ul {
	margin-right: -20px;
	overflow-y: scroll;
	padding: 160px 80px 60px;
	height: 100%;
}

.hamburger-wrapper .main-navigation ul {
	flex-direction: column;
}

.hamburger-opened .hamburger-wrapper .main-navigation .menu > li,
.hamburger-opened .sidebar-hamburger .widget-area > * {
	animation: hamburgerMenu 0.25s 0.7s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(1),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(1) {
	animation-delay: 0.2s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(2),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(2) {
	animation-delay: 0.25s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(3),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(3) {
	animation-delay: 0.3s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(4),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(4) {
	animation-delay: 0.35s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(5),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(5) {
	animation-delay: 0.4s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(6),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(6) {
	animation-delay: 0.45s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(7),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(7) {
	animation-delay: 0.5s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(8),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(8) {
	animation-delay: 0.55s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(9),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(9) {
	animation-delay: 0.6s;
}
.hamburger-opened .hamburger-wrapper .main-navigation .menu > li:nth-child(10),
.hamburger-opened .sidebar-hamburger .widget-area > *:nth-child(10) {
	animation-delay: 0.65s;
}

@keyframes hamburgerMenu {
	0% {
		opacity: 0;
		transform: translateY(20%);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.hamburger-wrapper .main-navigation a {
	border: 0;
	border-radius: 0;
	line-height: 1;
	padding: 0;
	transition: opacity 0.1s linear;
}

.hamburger-wrapper .main-navigation a,
.hamburger-wrapper .dropdown-toggle {
	display: inline-block;
	vertical-align: top;

}

.main-navigation-hamb-wrap .sub-menu {
	font-size: 50px;
	font-size: calc(26px + 1.25vw);
	box-shadow: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	float: none;
	position: static;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.main-navigation-hamb-wrap .main-navigation ul ul li:hover > ul,
.main-navigation-hamb-wrap .main-navigation ul ul li.focus > ul {
	display: flex;
	left: auto;
}

.main-navigation-hamb-wrap .main-navigation ul ul li {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

.main-navigation-hamb-wrap .sub-menu .sub-menu {
	margin-left: 1em;
	margin-bottom: 0;
}

.main-navigation-hamb-wrap .sub-menu a {
	width: auto;
}

.sidebar-hamburger {
	flex: 0 0 50%;
	height: 100%;
	overflow: hidden;
}

/* Navigation
--------------------------------------------- */
.main-navigation,
.social-navigation {
	display: block;
}

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

.social-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
}

.main-navigation ul ul {
	box-shadow: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	float: left;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 0.6em 5px 7px;
	margin-left: -5px;
}

.main-navigation ul ul li {
	margin-left: 0;
	margin-right: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.regular-menu-right .main-navigation ul ul li:hover > ul,
.regular-menu-right .main-navigation ul ul li.focus > ul {
	left: 15%;
	top: 80%;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li,
.social-navigation li {
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}

.main-navigation a,
.social-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a,
.social-navigation a {
	border: 1px solid transparent;
	border-radius: 2em;
	line-height: 1;
	padding: 0.3em 0.8em;
}

.social-navigation a {
	padding: 0.3em 0.4em;
}

.main-navigation .current-menu-item a,
.main-navigation a:hover,
.social-navigation a:hover {
	border-color: rgba(0,0,0,0.2);
}

.main-navigation .sub-menu .current-menu-item a,
.main-navigation .sub-menu  a:hover,
.social-navigation .sub-menu  a:hover {
	border-color: transparent;
	opacity: 0.4;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.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%;
}

/* paging navigation */

.paging-navigation {
	width: 100%;
	margin-top: 70px;
}

.portfolio-archive .paging-navigation {
	margin: 0;
	width: auto;
}

.paging-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.paging-navigation li {
	display: inline-block;
}

.paging-navigation ul .page-numbers {
	border: 1px solid transparent;
	border-radius: 2em;
	width: 1.8em;
	height: 1.8em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.1s linear;
}

.paging-navigation ul span.page-numbers:not(.dots),
.paging-navigation ul a.page-numbers.next,
.paging-navigation ul a.page-numbers.prev,
.paging-navigation ul a.page-numbers:hover {
	border-color: rgba(0,0,0,0.2);
}

.paging-navigation ul a.page-numbers.next:hover,
.paging-navigation ul a.page-numbers.prev:hover {
	border-color: #000;
}

.paging-navigation ul .page-numbers.next,
.paging-navigation ul .page-numbers.prev {
	width: auto;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

/* single navigation */

.single-navigation {
	clear: both;
	margin-top: 60px;
	margin-bottom: 60px;
}

.single-navigation .navigation {
	margin: 0;
}

.single-navigation .nav-links {
	display: flex;
}

.single-navigation .nav-link {
	flex: 0 1 50%;
}

.single-navigation .nav-link.nav-previous:first-child {
	margin-right: auto;
}

.single-navigation .nav-link.nav-next:first-child {
	margin-left: auto;
}

.single-navigation .nav-link {
	position: relative;
	transition: opacity 0.1s linear;
}

.single-navigation .nav-link a {
	display: flex;
	flex-direction: column;
	padding: 10%;
	margin: 10%;
	position: relative;
	z-index: 2;
}

.single-navigation .nav-next a {
	padding: 10% 10% 10% 20%;
}

.single-navigation .nav-previous a {
	padding: 10% 10% 10% calc(90% - 42rem);
}

.single-navigation .nav-link a span {
}

.single-navigation .nav-next a span {
	text-align: left;
}

.single-navigation .nav-previous a span {
	text-align: left;
}

.single-navigation .nav-link .nav-direction {
	font-size: 40px;
	letter-spacing: -0.05em;
}

.single-navigation .nav-link .nav-title {
	font-size: 16px;
}

.single-navigation .nav-links .nav-img-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	transform: none;
	max-width: 45%;
	max-width: 500px;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
}

.single-navigation .nav-links .nav-img-wrapper .vertical-image {
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.single-navigation .nav-links .hovered .nav-img-wrapper {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.single-navigation.hovered-item .nav-link:not(.hovered) {
	opacity: 0.1;
}

/* Sidebar
--------------------------------------------- */

#sidebar-trigger {
	background-color: transparent;
	position: relative;
	padding: 4px;
	width: calc(1em + 8px);
	height: calc(1em + 8px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#sidebar-trigger:before,
#sidebar-trigger:after {
	content: '';
	display: block;
	width: 1.5em;
	height: 1px;
	margin: 1px -0.25em;
	background-color: #000;
	transition: margin 0.05s;
}

#sidebar-trigger:hover,
#sidebar-close:hover {
	opacity: 1;
	background-color: transparent;
	color: inherit;
}

#sidebar-trigger:hover:after,
#sidebar-trigger:hover:before {
	margin: 2px -0.25em;
}

.sidebar-background {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 29;
	background-color: #fff;
	opacity: 0.2;
	visibility: hidden;
}

.sidebar-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 30;
	background-color: #f1f1f1;
	border-left: 1px solid #000;
	width: 800px;
	min-width: 420px;
	height: 100vh;
	overflow-y: auto;
    overflow-x: hidden;
	transform: translateX(100%);
	-webkit-transition: transform .4s cubic-bezier(.075,.82,.165,1);
	-moz-transition: transform .4s cubic-bezier(.075,.82,.165,1);
	-ms-transition: transform .4s cubic-bezier(.075,.82,.165,1);
	-o-transition: transform .4s cubic-bezier(.075,.82,.165,1);
	transition: transform .4s cubic-bezier(.075,.82,.165,1);
}

.admin-bar .sidebar-wrapper {
	top: 32px;
}

.sidebar-hamburger {
	overflow: hidden;
}

.sidebar-wrap {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 100px 90px 60px 50px;
	padding: 0 50px 0 0;
	margin-right: -20px;
	height: 100%;
}

.sidebar-wrapper .widget-area,
.sidebar-hamburger .widget-area {
	max-width: 370px;
	margin: 160px auto 80px;
}

#secondary > .widget {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
}

.hamburger-opened #secondary > .widget {
	opacity: 1;
	transform: none;
}

.sidebar-opened #secondary > .widget {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: .25s .6s ease-out;
	-moz-transition: .25s .6s ease-out;
	-ms-transition: .25s .6s ease-out;
	-o-transition: .25s .6s ease-out;
	transition: .25s .6s ease-out;
}

.sidebar-opened #secondary > .widget:nth-child(1) {
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.sidebar-opened #secondary > .widget:nth-child(2) {
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.sidebar-opened #secondary > .widget:nth-child(3) {
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.sidebar-opened #secondary > .widget:nth-child(4) {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.sidebar-opened .sidebar-wrapper {
	transform: none;
	opacity: 1;
}

.sidebar-opened .sidebar-background {
	visibility: visible;
}

.sidebar-opened .site-branding,
.sidebar-opened .main-navigation,
.sidebar-opened .social-navigation,
.sidebar-opened .site-main,
.sidebar-opened .site-footer {
	transform: none;
	opacity: 0.2;
	visibility: visible;
}

.sidebar-opened #sidebar-trigger {
	z-index: 31;
	width: calc(2em + 8px);
	height: calc(2em + 8px);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 50%;
}

.sidebar-opened #sidebar-trigger:before,
.sidebar-opened #sidebar-trigger:after {
	margin: -1px auto 0;
	width: 1.6em;
}

.sidebar-opened #sidebar-trigger:before {
	transform: rotate(45deg);
}

.sidebar-opened #sidebar-trigger:after {
	transform: rotate(-45deg);
}

.sidebar-opened #sidebar-trigger:hover {
	border-color: rgba(0,0,0,0.7);
}

.sidebar-opened #sidebar-trigger:hover:before,
.sidebar-opened #sidebar-trigger:hover:after {
	width: 1.2em;
}

@media screen and (min-width: 1100px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.hamburger-wrapper .main-navigation .nav-menu:hover a {
		opacity: 0.1;
	}

	.hamburger-wrapper .main-navigation .current-menu-item a,
	.hamburger-wrapper .main-navigation .nav-menu a:hover,
	.hamburger-wrapper .main-navigation .nav-menu a:focus {
		opacity: 1;
	}

	.sidebar-opened .site-branding,
	.sidebar-opened .main-navigation,
	.sidebar-opened .social-navigation,
	.sidebar-opened .site-main,
	.sidebar-opened .site-footer {
		filter: blur(4px);
	}

	.regular-menu-center .main-navigation {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

}

@media screen and (max-width: 1500px) {

	.site-header {
		padding-top: 12px;
	}


	.hamburger-wrapper .main-navigation > div,
	.hamburger-wrapper .main-navigation > ul {
		padding: 120px 60px 40px;
	}

	.sidebar-wrapper .widget-area,
	.sidebar-hamburger .widget-area {
		margin: 120px auto 60px;
	}

	.single-navigation .nav-links .nav-img-wrapper {
		max-width: 430px;
	}

	.single-navigation .nav-links .nav-img-wrapper .vertical-image {
		max-width: 320px;
	}

}

@media screen and (max-width: 1300px) {
	.single-navigation .nav-link .nav-direction {
		font-size: 36px;
	}

	.single-navigation .nav-link .nav-title {
		font-size: 14px;
	}

}

@media screen and (max-width: 1100px) {
	.paging-navigation ul {
		font-size: 16px;
	}

	.regular-menu-left .main-navigation,
	.regular-menu-center .main-navigation,
	.regular-menu-right .main-navigation {
		margin-left: auto;
		margin-right: 0;
	}

	.hamburger-menu .site-branding,
	.hamburger-menu .social-navigation {
		flex: 0 1 calc(50% - 26px);
	}

	.regular-menu-left .social-navigation:not(.social-navigation-empty),
	.regular-menu-center .social-navigation:not(.social-navigation-empty),
	.regular-menu-right .social-navigation:not(.social-navigation-empty) {
		margin-left: 2em;
	}

	.regular-menu .menu-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 30;
		display: none;
		background-color: #fff;
		align-items: center;
		justify-content: flex-start;
	}

	.admin-bar.regular-menu .menu-wrapper {
		top: 32px;
	}

	.nav-opened.regular-menu .menu-wrapper {
		display: block;
	}

	.hamburger-menu .menu-toggle {
		display: none;
	}

	.hamburger-menu .main-navigation ul {
		display: flex;
	}

	.nav-opened #menu-trigger {
		z-index: 31;
		position: fixed;
		top: 10px;
		right: 20px;
	}

	.admin-bar.nav-opened #menu-trigger {
		top: 42px;
	}

	.regular-menu .main-navigation,
	.hamburger-wrapper .main-navigation {
		font-size: 52px;
	}

	.regular-menu .main-navigation {
		letter-spacing: -0.01em;
		height: 100%;
	}

	.hamburger-wrapper .main-navigation > div,
	.hamburger-wrapper .main-navigation > ul {
		padding: 60px 40px 60px 20px;
	}

	.regular-menu .main-navigation > div,
	.regular-menu .main-navigation > ul {
		margin-right: 0;
		overflow-y: auto;
		padding: 60px 60px 90px 20px;
		height: 100vh;
		overflow: auto;
	}

	.sidebar-wrapper .widget-area,
	.sidebar-hamburger .widget-area {
		margin: 60px auto;
	}

	.sidebar-hamburger:after {
		top: 60px;
		height: calc(100vh - 120px);
	}

	.regular-menu .main-navigation ul {
		flex-direction: column;
	}

	.regular-menu .main-navigation a {
		border: 0;
		border-radius: 0;
		line-height: 1;
		padding: 0;
		transition: opacity 0.1s linear;
		word-break: break-word;
	}

	.regular-menu .main-navigation .current-menu-item a,
	.regular-menu .main-navigation .nav-menu a:hover,
	.regular-menu .main-navigation .nav-menu a:focus {
		opacity: 1;
	}

	.regular-menu .main-navigation a,
	.regular-menu .dropdown-toggle {
		display: inline-block;
		vertical-align: top;
	}

	.regular-menu .main-navigation .sub-menu,
	.main-navigation-hamb-wrap .sub-menu {
		font-size: 24px;
		box-shadow: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		float: none;
		position: static;
		z-index: 1;
		padding: 0;
		margin: 0;
	}

	.regular-menu .main-navigation ul ul li:hover > ul,
	.regular-menu .main-navigation ul ul li.focus > ul {
		left: auto;
	}

	.regular-menu .main-navigation ul ul li {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0.1em;
		margin-bottom: 0.1em;
	}

	.regular-menu .sub-menu .sub-menu {
		margin-left: 1em;
		margin-bottom: 0;
	}

	.regular-menu .sub-menu a {
		width: auto;
	}

	.single-navigation .nav-links {
		padding: 50px 0;
	}

	.single-navigation .nav-link {
		display: flex;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.single-navigation .nav-links .nav-img-wrapper {
		transform: none !important;
		position: static;
		opacity: 1;
		visibility: visible;
		max-width: 70px;
		margin-right: 16px;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.single-navigation .nav-previous a,
	.single-navigation .nav-next a {
		padding: 10px 0;
		margin: 0;
	}

}

@media screen and (max-width: 900px) {

	.regular-menu-left .social-navigation:not(.social-navigation-empty),
	.regular-menu-center .social-navigation:not(.social-navigation-empty),
	.regular-menu-right .social-navigation:not(.social-navigation-empty),
	#sidebar-trigger {
		margin-left: 12px;
	}

	.social-navigation a {
		padding: 0.3em 0.2em;
	}

	.hamburger-wrapper {
		flex-wrap: wrap;
	}

	.hamburger-wrapper .main-navigation-hamb-wrap {
		flex: 0 0 100%;
		height: auto;
	}

	.sidebar-hamburger {
		flex: 0 0 100%;
		height: auto;
		overflow: inherit;
		border-top: 1px solid #000;
		padding-top: 30px;
	}

	.hamburger-wrapper .main-navigation > div,
	.hamburger-wrapper .main-navigation > ul {
		margin-right: 0;
		overflow-y: auto;
		padding: 80px 20px 60px;
		height: auto;
	}

	.regular-menu .main-navigation,
	.hamburger-wrapper .main-navigation {
		font-size: 42px;
	}

	.sidebar-hamburger:after {
		display: none;
	}

	.sidebar-wrap {
		overflow: auto;
		padding: 0;
		margin-right: 0;
		height: auto;
	}

	.sidebar-wrapper .widget-area,
	.sidebar-hamburger .widget-area {
		margin: 30px 20px 90px;
		max-width: 400px;
	}

	.sidebar-wrapper .widget-area {
		margin-top: 60px;
	}

	.sidebar-wrapper {
		width: 100%;
		min-width: auto;
		border-left: 0;
	}

	.social-navigation li {
		padding-top: 0;
		padding-bottom: 0;
	}

	.hamburger-menu .social-navigation ul {
		flex-wrap: wrap;
	}

	.single-navigation .nav-link .nav-direction {
		font-size: 32px;
	}

	.single-navigation .nav-link .nav-title {
		font-size: 12px;
	}

}

@media screen and (max-width: 782px) {
	.admin-bar .hamburger-wrapper,
	.header-fixed.admin-bar .site-header,
	.admin-bar.regular-menu .menu-wrapper,
	.admin-bar .sidebar-wrapper {
		top: 46px;
	}

}

@media screen and (min-width: 600px) and (max-width: 781px) {

	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

}

@media screen and (max-width: 600px) {

	.site-title {
		font-size: 20px;
	}

	.site-branding {
		display: block;
	}

	.custom-logo-link + .site-branding-text {
		margin-left: 0;
		margin-top: 0.2em;
	}

	#hamburger-trigger {
		width: calc(2.5em + 8px);
	}

	#hamburger-trigger:before,
	#hamburger-trigger:after {
		width: 2.5em;
	}

	.header-fixed.admin-bar .site-header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}

	.admin-bar .hamburger-wrapper,
	.admin-bar .sidebar-wrapper {
		top: 0;
		padding-top: 46px;
	}

	.admin-bar.regular-menu .menu-wrapper {
		top: 0;
		padding-top: 90px;
	}

	.paging-navigation {
		margin-top: 40px;
	}

	.single-navigation .nav-links {
		padding: 30px 0;
	}

	.single-navigation .nav-links {
		display: block;
	}

	.single-navigation .nav-link + .nav-link {
		border-top: 1px solid #000;
	}

	.paging-navigation ul {
		font-size: 14px;
	}

	.regular-menu-left .social-navigation:not(.social-navigation-empty),
	.regular-menu-center .social-navigation:not(.social-navigation-empty),
	.regular-menu-right .social-navigation:not(.social-navigation-empty) {
		margin: 0;
		z-index: 31;
		position: fixed;
		top: 60px;
		left: calc(100% - 26px);
		display: none;
		transform-origin: left top;
		transform: rotate(90deg);
	}

	.nav-opened.regular-menu-left .social-navigation:not(.social-navigation-empty),
	.nav-opened.regular-menu-center .social-navigation:not(.social-navigation-empty),
	.nav-opened.regular-menu-right .social-navigation:not(.social-navigation-empty) {
		display: block;
	}

	.admin-bar.nav-opened.regular-menu-left .social-navigation:not(.social-navigation-empty),
	.admin-bar.nav-opened.regular-menu-center .social-navigation:not(.social-navigation-empty),
	.admin-bar.nav-opened.regular-menu-right .social-navigation:not(.social-navigation-empty) {
		top: 90px;
	}

}

/* Footer
--------------------------------------------- */

.site-footer {
	position: fixed;
	bottom: 20px;
	right: 2rem;
	text-align: right;
	z-index: 20;
}

.site-footer {
	animation: preloadFooter 0.3s 0.1s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

@keyframes preloadFooter {
	0% {
		opacity: 0;
		transform: translateY(20%);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.site-info {
	font-size: 14px;
	line-height: 1.42857;
}

.site-info a:hover,
.site-info a:focus {
	opacity: 0.6;
}

@media screen and (max-width: 1300px) {
	.site-info {
		font-size: 13px;
	}

}

@media screen and (max-width: 1100px) {
	.site-info {
		font-size: 11px;
	}

	.site-footer {
		bottom: 15px;
	}

}

@media screen and (max-width: 900px) {
	.site-footer {
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 30px;
		text-align: left;
	}

}

@media screen and (max-width: 600px) {
	.site-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

.site-main {
	margin-bottom: 100px;
	margin-top: 80px;
}

.header-fixed .site-main {
	padding-top: 40px;
}

.page-template-archive-portfolio-page .site-main,
.post-type-archive-jetpack-portfolio .site-main {
	margin-top: 60px;
	margin-bottom: 60px;
}

.post-type-archive .site,
.single .site {
	overflow: hidden;
}

@media screen and (max-width: 1300px) {
	.site-main {
		margin-top: 40px;
		margin-bottom: 80px;
	}

	.page-template-archive-portfolio-page .site-main,
	.post-type-archive-jetpack-portfolio .site-main {
		margin-top: 50px;
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 600px) {
	.header-fixed .site-main {
		padding-top: 30px;
	}

	.page-template-archive-portfolio-page .site-main,
	.post-type-archive-jetpack-portfolio .site-main {
		margin-top: 76px;
		margin-bottom: 40px;
	}

}

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

.bypostauthor {
	display: block;
}

.comments-trigger {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

button.comments-trigger {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.2);
    color: inherit;
	font-size: 30px;
	padding: 0.15em 0.7em 0.2em;
	line-height: 1;
	border-radius: 2em;
	cursor: pointer;
}

.comments-trigger h2 {
	margin: 0;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}

button.comments-trigger:hover {
	opacity: 1;
	border-color: rgba(0,0,0,0.8);
}

.comments-trigger .icon-arrow-down {
	font-style: inherit;
	font-size: 0.7em;
	margin-left: 0.3em;
	margin-bottom: 0.05em;
	display: inline-block;
	vertical-align: baseline;
	width: 1em;
	height: 1em;
	position: relative;
}

.comments-trigger .icon-arrow-down:before,
.comments-trigger .icon-arrow-down:after {
	content: '';
	display: block;
	width: 1em;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translateX(-50%);
	transition: transform 0.1s ease-out, width 0.1s ease-out;
}

.comments-trigger .icon-arrow-down:before {
	transform: translateX(-50%) rotate(90deg);
}

.comments-trigger:hover .icon-arrow-down:before,
.comments-trigger:hover .icon-arrow-down:after {
	width: 0.8em;
}

.comments-opened .comments-trigger .icon-arrow-down:after {
	transform: translateX(-50%) rotate(-45deg);
}

.comments-opened .comments-trigger .icon-arrow-down:before {
	transform: translateX(-50%) rotate(45deg);
}

.comment-list-wrapper {
	margin-top: 100px;
	margin-bottom: 160px;
	display: none;
}

.comment-list-wrapper ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

.comment-list-wrapper ol.children {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

.comment-respond,
.no-comments {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}

.no-comments {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 1em 1.5em;
	width: auto;
	display: table;
}

.comment-list-wrapper .comment-list {
	margin-bottom: 80px;
}

.comment-list + .comment-respond {
	margin-top: 120px;
}

.comment-body + .comment-respond {
	padding-top: 20px;
	margin-bottom: 120px;
}

.comment-list article {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	position: relative;
}

.comment-list > li:last-child article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-list article .avatar {
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 50%;
}

.comment-author .fn {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 8px;
	display: inline-block;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	font-size: 12px;
	color: rgba(0,0,0,0.4);
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #000;
}

.comment-content {
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 680px;
	line-height: 1.6;
}

.comment-content table {
	border-collapse: collapse;
}

.comment-content table,
.comment-content td,
.comment-content th {
	border: 1px solid #000;
}

.comment-content td,
.comment-content th {
	padding: 0.3em;
}

.comment-content li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.comment-content hr {
	margin: 1rem auto;
}

.comment-reply-link {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
	line-height: 1;
	padding: 0.4em 1em;
	font-size: 12px;
}

.comment-reply-link:hover {
	border-color: #000;
	opacity: 1;
}

#commentform {
	font-size: 14px;
}

#reply-title small {
	margin-left: 1em;
	vertical-align: top;
}

#reply-title #cancel-comment-reply-link {
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
	line-height: 1;
	padding: 0.3em 0.6em;
}

#reply-title #cancel-comment-reply-link:hover {
	border-color: #000;
	opacity: 1;
}

.comment-form-comment {
	margin-top: 60px;
}

.comment-form-comment label {
	margin-bottom: 1.5em;
	display: block;
}

textarea#comment {
	border: 1px solid;
	resize: vertical;
}

.form-submit {
	margin-top: 2.5em;
}

.form-submit #submit {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
	line-height: 1;
	padding: .4em 1.3em;
	font-size: 20px;
}

.form-submit #submit:hover {
	border-color: #000;
	opacity: 1;
}

@media screen and (max-width: 1100px) {
	button.comments-trigger {
		font-size: 24px;
	}

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

	.comment-author .fn {
		font-size: 22px;
	}

	.comment-content {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.comment-list article {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 60px;
	}

	.comment-list-wrapper {
		margin-top: 60px;
		margin-bottom: 90px;
	}

	.comment-list-wrapper .comment-list {
		margin-bottom: 60px;
	}

	.comment-list + .comment-respond {
		margin-top: 90px;
	}

	.comment-body + .comment-respond {
		padding-top: 20px;
		margin-bottom: 70px;
	}

}

@media screen and (max-width: 600px) {

	.comment-list article {
		padding-left: 40px;
	}

	.comment-list article .avatar {
		max-width: 30px;
	}


}

/* Widgets
--------------------------------------------- */

.widget-area {
	font-size: 14px;
	line-height: 1.5715;
	letter-spacing: 0.02em;
}

.widget {
	margin: 0 0 6em;
}

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

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

.widget-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.widget-area ul,
.widget-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area ul li:not(:last-child),
.widget-area ul li:not(:last-child) {
	margin-bottom: 0.7143em;
}

.widget-area ul ul.sub-menu,
.widget-area ul ul.children {
	padding-left: 1.5em;
	margin-top: 1em;
}

.widget-area a:hover {
	text-decoration: underline;
}

.widget_search .search-form {
	display: flex;
	align-items: center;
}

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

.widget_search .search-submit {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
	line-height: 1;
	padding: 0.6em 1.2em;
	margin-left: 0.3em;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
	border-color: #000;
	opacity: 1;
}

table.wp-calendar-table {
	text-align: center;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-block-search .wp-block-search__label {
    margin-bottom: 10px;
    display: block;
}

/* 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;
}

.wp-block-image {
    text-align: center;
}

.wp-block-column .wp-block-image {
    text-align: inherit;
}

/* Captions
--------------------------------------------- */

.wp-block-image figcaption,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
    font-size: 13px;
    text-align: center;
}

.wp-block-image figcaption {
	color: #555;
}

.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;
}

/*--------------------------------------------------------------
# Post Archive
--------------------------------------------------------------*/

.archive-title {
	position: fixed;
	bottom: 20px;
	left: 2rem;
	z-index: 20;
}

.archive-title .page-title,
.archive-title .entry-title {
	margin: 0;
	font-size: 14px;
	line-height: 1.42857;
}

.blog-archive {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

.blog-archive h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}

.blog-archive a:hover,
.blog-archive a:focus {
	opacity: 0.3;
	transition: .3s;
}

.blog-archive .entry-meta {
	font-size: 12px;
	line-height: 1.5;
}

.blog-archive .entry-meta span {
	display: block;
}

.blog-archive .entry-content,
.blog-archive .entry-content p {
	margin: 0;
	line-height: 1.6;
	width: 100% !important;
}

/* one column */

.blog-one-column .blog-archive {}

.blog-one-column .blog-archive article {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #000;
}

.blog-one-column .blog-archive article {
	animation: preloadBlogOneArchive 0.3s 1.1s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

.blog-one-column .blog-archive article:nth-child(1) {
	animation-delay: 0s;
}
.blog-one-column .blog-archive article:nth-child(2) {
	animation-delay: 0.1s;
}
.blog-one-column .blog-archive article:nth-child(3) {
	animation-delay: 0.2s;
}
.blog-one-column .blog-archive article:nth-child(4) {
	animation-delay: 0.3s;
}
.blog-one-column .blog-archive article:nth-child(5) {
	animation-delay: 0.4s;
}
.blog-one-column .blog-archive article:nth-child(6) {
	animation-delay: 0.5s;
}
.blog-one-column .blog-archive article:nth-child(7) {
	animation-delay: 0.6s;
}
.blog-one-column .blog-archive article:nth-child(8) {
	animation-delay: 0.7s;
}
.blog-one-column .blog-archive article:nth-child(9) {
	animation-delay: 0.8s;
}
.blog-one-column .blog-archive article:nth-child(10) {
	animation-delay: 0.9s;
}
.blog-one-column .blog-archive article:nth-child(11) {
	animation-delay: 1s;
}

@keyframes preloadBlogOneArchive {
	0% {
		opacity: 0;
		transform: translateY(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.blog-one-column .blog-archive .post-thumbnail {
	max-width: 300px;
	margin-right: 70px;
}

.blog-one-column .blog-archive .entry-text {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog-one-column .blog-archive .entry-header {
	flex: 1;
	margin-bottom: 20px;
}

.blog-one-column .blog-archive h2 {
	font-size: 50px;
	font-size: calc(26px + 1.25vw);
	margin-top: -0.21em;
	word-break: break-word;
}

.blog-one-column .blog-archive .entry-meta {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}

.blog-one-column .blog-archive .entry-content {
	flex: 1 0 100%;
}

.blog-one-column .blog-archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
	font-size: 16px;
	max-width: 41em;
	margin-left: 0;
	margin-right: auto;
}

.blog-one-column .blog-archive .entry-content > .read-more:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
	font-size: 14px;
	max-width: none;
	width: auto;
	display: inline-block;
}

.blog-one-column .blog-archive .entry-content .read-more {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
	line-height: 1;
	padding: 0.572em 1.2em 0.5em;
	margin-top: 1.5em;
}

.blog-one-column .blog-archive .entry-content .read-more:hover {
	border-color: #000;
}

/* two columns */

.blog-two-columns .blog-archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-two-columns .blog-archive article {
	max-width: calc(50% - 50px);
	margin-bottom: 90px;
}

.blog-two-columns .blog-archive article {
	animation: preloadBlogTwoArchive 0.3s 1.1s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

.blog-two-columns .blog-archive article:nth-child(1) {
	animation-delay: 0s;
}
.blog-two-columns .blog-archive article:nth-child(2) {
	animation-delay: 0.1s;
}
.blog-two-columns .blog-archive article:nth-child(3) {
	animation-delay: 0.2s;
}
.blog-two-columns .blog-archive article:nth-child(4) {
	animation-delay: 0.3s;
}
.blog-two-columns .blog-archive article:nth-child(5) {
	animation-delay: 0.4s;
}
.blog-two-columns .blog-archive article:nth-child(6) {
	animation-delay: 0.5s;
}
.blog-two-columns .blog-archive article:nth-child(7) {
	animation-delay: 0.6s;
}
.blog-two-columns .blog-archive article:nth-child(8) {
	animation-delay: 0.7s;
}
.blog-two-columns .blog-archive article:nth-child(9) {
	animation-delay: 0.8s;
}
.blog-two-columns .blog-archive article:nth-child(10) {
	animation-delay: 0.9s;
}
.blog-two-columns .blog-archive article:nth-child(11) {
	animation-delay: 1s;
}

@keyframes preloadBlogTwoArchive {
	0% {
		opacity: 0;
		transform: translateX(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.blog-two-columns .blog-archive .post-thumbnail {
	margin-bottom: 20px;
}

.blog-two-columns .blog-archive .post-thumbnail.vertical-image {
	max-width: 70%;
	margin-right: auto;
}

.blog-two-columns .blog-archive .entry-text {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.blog-two-columns .blog-archive .entry-header {
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.blog-two-columns .blog-archive h2 {
	font-size: 46px;
	font-size: calc(16px + 1.5625vw);
}

.blog-two-columns .blog-archive .entry-meta {
	max-width: 200px;
	padding-right: 30px;
	padding-top: 4px;
}

.blog-two-columns .blog-archive .entry-content {
	flex: 1 0 calc(100% - 200px);
}

.blog-two-columns .blog-archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
	font-size: 15px;
	max-width: 32em;
	margin-left: auto;
	margin-right: 0;
}

.blog-two-columns .blog-archive .read-more {
	display: none;
}

.blog-two-columns .blog-archive .paging-navigation {
	border-top: 1px solid #000;
	padding-top: 30px;
}

@media screen and (max-width: 1500px) {
	.blog-archive {
		padding-top: 20px;
	}

	.blog-archive .entry-content,
	.blog-archive .entry-content p {
		font-size: 14px !important;
	}

}

@media screen and (max-width: 1300px) {

	.blog-archive {
		padding-top: 0;
	}

	.blog-one-column .blog-archive article {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.blog-one-column .blog-archive .post-thumbnail {
		max-width: 250px;
		margin-right: 50px;
	}

	.blog-archive .entry-meta {
		font-size: 11px;
	}

}

@media screen and (max-width: 1100px) {

	.blog-two-columns .blog-archive article {
		max-width: calc(50% - 25px);
		margin-bottom: 60px;
	}

	.blog-two-columns .blog-archive .entry-text {
		display: block;
	}

	.blog-two-columns .blog-archive .entry-header {
		padding-bottom: 6px;
		margin-bottom: 8px;
	}

	.blog-two-columns .blog-archive .entry-meta {
		max-width: 100%;
		padding-right: 0;
		padding-top: 0;
		margin-bottom: 8px;
	}

	.blog-two-columns .blog-archive .entry-meta span {
		display: inline-block;
		margin-bottom: 2px;
		margin-right: 12px;
	}

	.blog-one-column .blog-archive article {
		margin-bottom: 55px;
		padding-bottom: 55px;
	}

	.blog-one-column .blog-archive .post-thumbnail {
		max-width: 200px;
		margin-right: 30px;
	}

}


@media screen and (max-width: 900px) {

	.blog-one-column .blog-archive .post-thumbnail {
		max-width: 150px;
		margin-right: 20px;
	}

	.blog-one-column .blog-archive .entry-text {
		display: block;
	}

	.blog-one-column .blog-archive .entry-header {
		margin-bottom: 0;
	}

	.blog-archive .entry-meta {
		margin-top: 10px;
	}

	.blog-one-column .blog-archive .entry-meta {
		text-align: left;
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 16px;
	}

	.blog-one-column .blog-archive .entry-meta span {
		display: inline-block;
		margin-bottom: 2px;
		margin-right: 12px;
	}

	.blog-one-column .blog-archive .entry-content > .read-more:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
		font-size: 12px;
	}

	.blog-two-columns .blog-archive article {
		max-width: calc(50% - 12px);
		margin-bottom: 50px;
	}

	.blog-two-columns .blog-archive .post-thumbnail {
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 600px) {

	.blog-archive article + article {
		margin-top: 35px;
	}

	.blog-one-column .blog-archive article {
		display: block;
		margin-bottom: 35px;
		padding-bottom: 35px;
	}

	.blog-one-column .blog-archive .post-thumbnail {
		max-width: 220px;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.blog-two-columns .blog-archive article {
		max-width: 100%;
	}

	.blog-two-columns .blog-archive .post-thumbnail.vertical-image {
		max-width: 65%;
	}

}


/*--------------------------------------------------------------
# Post Single
--------------------------------------------------------------*/

.single .site-main {
	margin-top: 0;
}

.header-fixed.single .site-main {
	padding-top: 0;
}

.entry-hero {
	max-width: 1560px;
	max-width: calc( 1560px + 2 * 70px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 9vh;
	margin-bottom: 12vh;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 79vh;
}

@media screen and (min-width: 1100px ) {
	.entry-hero {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

@media screen and (min-width: 1500px ) {
	.entry-hero {
		padding-left: 70px;
		padding-right: 70px;
	}

}

.entry-hero-split {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.entry-hero-split .entry-header {
	max-width: 80%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.entry-hero-split .single-post-thumbnail + .entry-header {
	max-width: 56%;
	order: 1;
	margin-left: 0;
}

.entry-hero-split .entry-title {
	font-size: 64px;
	font-size: calc(28px + 1.875vw);
	line-height: 1.125;
	letter-spacing: -0.01em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #000;
}

.entry-hero-split .entry-meta {
	font-size: 12px;
	margin-top: 0.9em;
	display: flex;
}

.entry-hero-split .entry-meta > span {
	margin-right: 2em;
}

.entry-hero-split .entry-meta > span.byline {
	margin-right: 0;
	margin-left: auto;
}

.entry-hero-split .single-post-thumbnail {
	max-width: 38.46153846%;
	order: 2;
}

.entry-hero-split .post-thumbnail img {}

.entry-hero-split .post-thumbnail.vertical-image {
	max-width: 72%;
	margin-left: auto;
	margin-right: auto;
}

.entry-hero-split .post-thumbnail.horizontal-image {}

.entry-hero-split .entry-title {
	animation: preloadBlogSingleText 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}
.entry-hero-split .entry-meta {
	animation: preloadBlogSingleText 0.3s 0.05s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}
.entry-hero-split .single-post-thumbnail {
	animation: preloadBlogSingleImg 0.3s 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

@keyframes preloadBlogSingleText {
	0% {
		opacity: 0;
		transform: translateX(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

@keyframes preloadBlogSingleImg {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.read-time-wrapper,
.port-back-button-wrapper {
	position: fixed;
	bottom: 20px;
	left: 2rem;
	z-index: 20;
}

.read-time-wrapper.show-progress .read-time-hero,
.read-time-wrapper:not(.show-progress) .read-time-content {
	display: none;
}

.read-time-hero p {
	font-size: 14px;
	margin: 0;
}

.read-time-content {
	cursor: n-resize;
}

.read-time-title {
	font-size: 14px;
	margin: 0 0 6px;
}

.progress-element {
	position: relative;
	max-width: 50%;
	width: 400px;
	height: 1px;
	border-radius: 1px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
	margin-top: 4px;
}

.progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 4px;
	width: 0%;
	max-width: 100%;
	min-width: 4px;
	background-color: #000;
	border-radius: 2px;
	transition: width 0.15s cubic-bezier(.62,.04,.75,.95);
}

.single .entry-content .entry-footer {
	font-size: 12px;
}

.single .entry-content .entry-footer > span {
	display: block;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.4);
}

.single .entry-content .entry-footer a {
	font-weight: inherit;
}

.single .entry-content .entry-footer a:hover,
.single .entry-content .entry-footer a:focus,
.single .entry-content .entry-footer a:active {
	color: #000;
	text-decoration: none;
}

.post-password-form {
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 0.6em 1em;
	border-radius: 6px;
}

.post-password-form p:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.post-password-form label {}

.post-password-form input[type="submit"] {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2em;
	line-height: 1;
	padding: 0.5em 1em;
	font-size: 14px;
	margin-left: 1em;
}

.post-password-form input[type="submit"]:hover {
	border-color: #000;
	opacity: 1;
}

@media screen and (max-width: 1100px) {
	.read-time-wrapper,
	.port-back-button-wrapper {
		bottom: 15px;
	}

}

@media screen and (max-width: 900px) {
	.read-time-wrapper {
		position: static;
		display: none;
	}

	.port-back-button-wrapper {
		display: none;
	}

	.entry-hero {
		margin-top: 40px;
		margin-bottom: 60px;
		min-height: calc(98vh - 100px);
	}

	.entry-hero-split .entry-meta {
		font-size: 11px;
	}

}


@media screen and (max-width: 600px) {

	.entry-hero {
		margin-top: 0;
		margin-bottom: 60px;
		min-height: calc(96vh - 100px);
	}

	.entry-hero-split {
		flex-wrap: wrap;
	}

	.entry-hero-split .single-post-thumbnail {
		max-width: 75%;
		order: 1;
		margin-bottom: 20px;
	}

	.entry-hero-split .post-thumbnail.vertical-image {
		max-width: 78%;
		margin-left: 0;
	}

	.entry-hero-split .single-post-thumbnail + .entry-header {
		max-width: 100%;
		order: 2;
		margin-left: 0;
	}

	.entry-hero-split .entry-header {
		max-width: 100%;
		margin-left: 0;
	}

	.entry-hero-split .entry-title {
		padding-bottom: 0.2em;
	}

	.entry-hero-split .entry-meta {
		display: block;
	}

	.entry-hero-split .entry-meta > span {
		margin-bottom: 5px;
		display: inline-block;
	}

}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.page .entry-content {
	margin-top: 15vh;
}

.page .entry-content {
	animation: preloadPage 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

@keyframes preloadPage {
	0% {
		opacity: 0;
		transform: translateY(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

@media screen and (max-width: 1500px) {
	.page .entry-content {
		margin-top: 80px;
	}

}

@media screen and (max-width: 1100px) {
	.archive-title:not(.portfolio-archive-title) {
		width: calc(100% - 4rem);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}

	.container .archive-title:not(.portfolio-archive-title) {
		width: 100%;
	}

	.archive-title .page-title,
	.archive-title .entry-title {
		font-size: 24px;
		line-height: 1.1;
	}

	.page .entry-content {
		margin-top: 0;
	}

}

@media screen and (max-width: 900px) {
	.archive-title:not(.portfolio-archive-title) {
		width: calc(100% - 50px);
	}

}

@media screen and (max-width: 600px) {

	.archive-title:not(.portfolio-archive-title) {
		width: calc(100% - 40px);
	}

}

/*--------------------------------------------------------------
# Portfolio Archive
--------------------------------------------------------------*/

.archive.post-type-archive-jetpack-portfolio .site,
.page-template-archive-portfolio-page .site {
	overflow: hidden;
}

.portfolio-archive {}

.portfolio-archive article {
	position: relative;
}

.portfolio-archive .entry-header {
	display: flex;
	align-items: baseline;
	position: relative;
	z-index: 3;
}

.portfolio-archive .entry-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.portfolio-archive .entry-title:last-child {
	margin-right: 0.3em;
}

.portfolio-archive .entry-small-img a {
	display: block;
}

.portfolio-archive .entry-small-img img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	width: auto;
}

/* inline style */

.portfolio-archive-inline {
	display: flex;
	min-height: 80vh;
	align-items: center;
	justify-content: center;
}

.admin-bar .portfolio-archive-inline {
	min-height: calc(80vh - 32px);
}

.portfolio-archive-inline .posts-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	max-width: 100%;
}

.portfolio-archive-inline article {
	padding-right: 35px;
	transition: opacity 0.1s linear;
	max-width: 100%;
}

body:not(.show) .portfolio-archive-inline article {
	opacity: 0;
	transform: translateX(1rem);
}

.portfolio-archive-inline:not(:hover) article {
	transition: 0.3s 0.55s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.portfolio-archive-inline:not(:hover)  article:nth-child(1) {
	transition-delay: 0s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(2) {
	transition-delay: 0.05s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(3) {
	transition-delay: 0.1s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(4) {
	transition-delay: 0.15s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(5) {
	transition-delay: 0.2s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(6) {
	transition-delay: 0.25s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(7) {
	transition-delay: 0.3s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(8) {
	transition-delay: 0.35s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(9) {
	transition-delay: 0.4s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(10) {
	transition-delay: 0.45s;
}
.portfolio-archive-inline:not(:hover)  article:nth-child(11) {
	transition-delay: 0.5s;
}

@keyframes preloadPortArchive {
	0% {
		opacity: 0;
		transform: translateX(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.portfolio-archive-inline article.small-img-0.meta-0 {
	padding-right: 50px;
}

.hovered-item-wrapper article:not(.hovered-item) {
	opacity: 0.07 !important;
}

.big-img-1.hovered-item {
	z-index: 2;
}

.portfolio-archive-inline .entry-big-img {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	transform: none;
	z-index: 2;
	max-width: 500px;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}

.portfolio-archive-inline .hovered .entry-big-img {
	transform: translate(-50%, -50%);
	transform: none;
}

.portfolio-archive-inline .entry-big-img .vertical-image {
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.portfolio-archive-inline article:hover .entry-big-img {
	opacity: 1;
	visibility: visible;
}

.portfolio-archive-inline .entry-title {
	flex: 1;
	min-width: 0;
}

.portfolio-archive .entry-title {
    white-space: nowrap;
	position: relative;
}

.portfolio-archive .marquee a {
	margin-right: 0.5em;
	overflow: hidden;
	transition: .3s;
}

.portfolio-archive .marquee a:hover {
	margin-right: 0;
}

.portfolio-archive .marquee a:after {
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
	width: 18%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.portfolio-archive .marquee a:hover:after {
	opacity: 0;
}

.portfolio-archive-inline .marquee:hover span {
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
	0% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.portfolio-archive-inline .entry-title span::-webkit-scrollbar {
	height: 0;
    width: 0px;
    background: transparent;
}

.portfolio-archive-inline .entry-title,
.portfolio-archive-inline .entry-title a,
.portfolio-archive-inline .entry-title span {
	line-height: 1.2;
}

.portfolio-archive-inline .entry-title span {
    margin-top: -0.14em;
}

.portfolio-archive-inline .entry-title a,
.portfolio-archive-inline .entry-title span {
	display: block;
}

.portfolio-archive-inline .entry-small-img,
.portfolio-archive-inline .entry-meta {
	margin-left: 14px;
	white-space: nowrap;
}

.portfolio-archive-inline .entry-small-img {
	font-size: 0;
	flex-shrink: 0;
}

.portfolio-archive-inline .entry-meta {
	font-size: 12px;
	align-self: flex-start;
	margin-top: calc(80px * 0.18);
}

.portfolio-archive-inline .entry-meta > span {
	display: block;
	margin-bottom: 2px;
	color: rgba(0,0,0,0.4);
	max-width: 15.5em;
}

.portfolio-archive-inline .entry-meta a:hover,
.portfolio-archive-inline .entry-meta a:focus,
.portfolio-archive-inline .entry-meta a:active {
	color: #000;
}

.archive-title.portfolio-archive-title:empty {
	display: none;
}

.portfolio-archive-title .page-title,
.portfolio-archive-title .paging-navigation {
	display: inline-block;
}

.portfolio-archive-title .page-title {
	margin-right: 1em;
}

@media screen and (max-width: 1500px) {
	.portfolio-archive-inline .entry-meta {
		font-size: 11px;
	}

}

@media screen and (max-width: 1300px) {

	.portfolio-archive-inline .entry-big-img {
		max-width: 400px;
	}

	.portfolio-archive-inline .entry-big-img .vertical-image {
		max-width: 280px;
	}


	.portfolio-archive-inline .entry-small-img,
	.portfolio-archive-inline .entry-meta {
		margin-left: 8px;
	}

	.portfolio-archive-inline .entry-meta {
		font-size: 10px;
	}

}

@media screen and (max-width: 1100px) {

	.admin-bar .portfolio-archive-inline {
		min-height: initial;
	}

	.portfolio-archive-inline {
		display: block;
		min-height: initial;
	}

	.portfolio-archive .archive-title .page-title {
		display: none;
	}

	.portfolio-archive .paging-navigation {
		margin-top: 30px;
	}

	.archive-title {
		position: static;
		z-index: inherit;
	}

	.error-404 .archive-title {
		display: none;
	}

	.portfolio-archive-inline .entry-meta {
		font-size: 11px;
	}

	.portfolio-archive-inline .entry-big-img {
		display: none;
	}

	.portfolio-archive .entry-big-img {
		display: none;
		transform: none !important;
	}

	.portfolio-archive-inline .posts-wrap {
		display: block;
	}

	.portfolio-archive-inline article {
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		transition: opacity 0.1s linear;
	}

	.portfolio-archive-inline .entry-title {
		flex: inherit;
		max-width: calc(100% - 1.2em);
	}

	/*body .portfolio-archive .posts-wrap .entry-title {
		font-size: 40px;
	}

	.portfolio-archive .posts-wrap .entry-small-img img {
		max-height: calc(40px * 0.76);
	}*/
}

@media screen and (max-width: 900px) {
	.portfolio-archive .entry-header {
		flex-wrap: wrap;
	}

	.portfolio-archive-inline .entry-meta {
		width: 100%;
		margin-left: 0;
		margin-top: 2px;
		font-size: 9px;
	}

	.portfolio-archive-inline .entry-meta > span {
		display: inline-block;
		max-width: 100%;
		margin-right: 1em;
	}

}

@media screen and (max-width: 900px) {
	/*body .portfolio-archive .posts-wrap .entry-title {
		font-size: 28px;
	}

	.portfolio-archive .posts-wrap .entry-small-img img {
		max-height: calc(28px * 0.76);
	}*/
}

/*--------------------------------------------------------------
# Portfolio Single
--------------------------------------------------------------*/


.entry-hero-center {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.entry-hero-center .entry-header {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.entry-hero-center .single-post-thumbnail + .entry-header {
	max-width: 50%;
	order: 1;
	margin-left: 0;
}

body .entry-hero-center .entry-title {
	font-size: 120px;
	font-size: calc(15.61px + 5.4369vw);
	font-weight: 400;
}

.entry-hero-center .entry-title {
	line-height: 1;
	letter-spacing: -0.01em;
	text-align: center;

	margin-top: 0;
	margin-bottom: 0;
}

.entry-hero-center .entry-title {
	animation: preloadPortSingle 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

.entry-hero-center .entry-meta {
	animation: preloadPortSingle 0.3s 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

@keyframes preloadPortSingle {
	0% {
		opacity: 0;
		transform: translateY(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.entry-hero-center .entry-meta {
	font-size: 14px;
	margin-top: 0.75em;
	display: flex;
	text-align: center;
	justify-content: center;
}

.entry-hero-center .entry-meta > span {
	margin-left: 1em;
	margin-right: 1em;
}

.port-back-button-wrapper a {
	display: inline-block;
	border: 1px solid transparent;
	border-color: rgba(0,0,0,0.2);
	font-size: 14px;
	border-radius: 2.4em;
	padding: 0.5em 1em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.1s linear;
}

.port-back-button-wrapper a:hover {
	border-color: #000;
}

@media screen and (max-width: 1300px) {
	.entry-hero-center .entry-meta {
		font-size: 13px;
	}

}

@media screen and (max-width: 900px) {
	.entry-hero-center .entry-meta {
		display: block;
		font-size: 12px;
	}

	.entry-hero-center .entry-meta > span {
		margin-left: 0;
		margin-right: 0;
		display: block;
		margin-bottom: 2px;
	}

}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.search .page-header,
.search .search-archive {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

.search .page-header.search-page-header {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

.search .page-header.search-page-header .page-title {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.search-archive article {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
	margin: 0;
	display: flex;
}

.search-archive article,
.search .page-header.search-page-header {
	animation: preloadSearch 0.3s 1.1s cubic-bezier(0.28, 0.12, 0.22, 1);
	animation-fill-mode: both;
}

.search .page-header.search-page-header {
	animation-delay: 0s;
}

.search-archive article:nth-child(1) {
	animation-delay: 0.1s;
}
.search-archive article:nth-child(2) {
	animation-delay: 0.2s;
}
.search-archive article:nth-child(3) {
	animation-delay: 0.3s;
}
.search-archive article:nth-child(4) {
	animation-delay: 0.4s;
}
.search-archive article:nth-child(5) {
	animation-delay: 0.5s;
}
.search-archive article:nth-child(6) {
	animation-delay: 0.6s;
}
.search-archive article:nth-child(7) {
	animation-delay: 0.7s;
}
.search-archive article:nth-child(8) {
	animation-delay: 0.8s;
}
.search-archive article:nth-child(9) {
	animation-delay: 0.9s;
}
.search-archive article:nth-child(10) {
	animation-delay: 1s;
}

@keyframes preloadSearch {
	0% {
		opacity: 0;
		transform: translateY(1rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}

}

.search-archive .post-thumbnail {
	max-width: 180px;
	margin-right: 70px;
}

.search-archive .entry-text {
	display: flex;
	width: 100%;
}

.search-archive .entry-header {
	flex: 1;
}

.search-archive h2 {
	font-size: 44px;
	font-size: calc(26.86px + 0.893vw);
	font-weight: 400;
	margin-top: -0.21em;
	margin-bottom: 0;
}

.search-archive .entry-meta {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	font-size: 12px;
}

.search-archive .entry-meta > span {
	display: block;
	margin-bottom: 2px;
}

.search-archive-none {}

@media screen and (max-width: 1100px) {
	.search .page-header.search-page-header {
		padding-bottom: 15px;
	}

	.search-archive article {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.search-archive .post-thumbnail {
		max-width: 150px;
		margin-right: 40px;
	}

	.search-archive .entry-meta {
		font-size: 10px;
	}

}

@media screen and (max-width: 900px) {
	.search-archive .entry-text {
		display: block;
	}

	.search-archive .entry-meta {
		margin-left: 0;
		margin-right: auto;
		margin-top: 5px;
		text-align: left;
	}

	.search-archive .entry-meta > span {
		display: inline-block;
		margin-bottom: 2px;
		margin-right: 12px;
	}

}

@media screen and (max-width: 600px) {
	.search-archive article {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.search-archive .post-thumbnail {
		max-width: 70px;
		margin-right: 20px;
	}

	.search-archive h2 {
		font-size: 24px;
	}

}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

.error404 .site-main {
	min-height: 70vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.error-404 {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.error-404 .page-content {
	margin: 0;
}

.error-404 h2 {
	font-size: 100px;
	font-size: calc(16px + 4.375vw);
	letter-spacing: -0.01em;
	line-height: 1.1;
	font-weight: 400;
	max-width: 10em;
	margin-top: 0;
	margin-bottom: 30px;
}

.error-404 p {
	font-size: 18px;
	letter-spacing: -0.01em;
}

.error-404 p a {
	font-weight: bolder;
}

.error-404 p a:hover,
.error-404 p a:focus {
	text-decoration: underline;
}

@media screen and (max-width: 900px) {
	.error-404 p {
		font-size: 14px;
	}

}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

body .tiled-gallery__col + .tiled-gallery__col {
    margin-left: 1em;
}

body .tiled-gallery__item + .tiled-gallery__item,
body .tiled-gallery__row + .tiled-gallery__row {
    margin-top: 1em;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Related Articles
--------------------------------------------- */

body #jp-relatedposts {
	margin-top: 10vw;
}

body #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0;
}

body #jp-relatedposts h3.jp-relatedposts-headline,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	text-transform: uppercase;
}

body #jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 26px;
}

body #jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1;
}

body #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
    border-top: 1px solid;
    margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}

body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	line-height: 1.2;
}

body #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	margin-top: -0.3em;
    width: 600px;
}

body #jp-relatedposts .jp-relatedposts-items-visual p.jp-relatedposts-post-excerpt {
	display: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	transition: .3s;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus {
	opacity: 0.3;
	text-decoration: none;
}

/*--------------------------------------------------------------
# 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 {
	text-align: left;
}

.alignright {
	text-align: right;
}

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

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
/* TT theme */

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

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

.single .entry-content a,
.page-template-default .entry-content a {
	font-weight: bolder;
}

.wp-block-file a.wp-block-file__button {
	font-weight: 400;
}

.single .entry-content a:hover,
.single .entry-content a:focus,
.page-template-default .entry-content a:hover,
.page-template-default .entry-content a:focus {
	text-decoration: underline;
}

.single .entry-content .wp-block-button__link:hover,
.single .entry-content .wp-block-button__link:focus,
.page-template-default .entry-content .wp-block-button__link:hover,
.page-template-default .entry-content .wp-block-button__link:focus {
	text-decoration: none;
}

.entry-content li img {
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1.5rem auto 1.5rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 3rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: 0;
}

.wp-block-cover,
.wp-block-cover-image {
	padding-left: 2rem;
	padding-right: 2rem;
}

 /**
  * Layout Grid
  */
  .entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
	margin-top: 21.312px;
	margin-bottom: 21.312px;
}

@media only screen and (min-width: 560px) {
	.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
	margin-top: 0;
}

.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
	margin-bottom: 0;
}

.wp-block-cover:not(:only-child),
.wp-block-cover-image:not(:only-child) {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull {
	margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull {
	margin-bottom: 0;
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator):not(.entry-attachment),
.entry-content .wp-audio-shortcode,
.post-navigation,
.pagination,
article .entry-footer {
	max-width: 860px;
	max-width: 48rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator):not(.entry-attachment) {
	max-width: 860px;
	max-width: 48rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
body .alignwide {
	margin-right: auto;
	margin-left: auto;
}

.alignleft,
.alignright,
.alignwide {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.alignnone,
.aligncenter {
	clear: both;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.alignright {
	clear: right;
	float: right;
}

.alignleft {
	clear: left;
	float: left;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.entry-content .wp-audio-shortcode,
.post-navigation,
.pagination,
article .entry-footer {
	margin-left: auto;
	margin-right: auto;
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull {
	margin-top: 0;
}

.entry-content > *.alignfull {
	margin-bottom: 0;
}

/* Full */

.alignfull {
	margin-top: 32px;
	margin-bottom: 32px;
	position: relative;
}

.alignfull,
hr.wp-block-separator:not(.is-style-dots).alignfull,
hr.wp-block-separator:not(.is-style-dots).is-style-full {
	margin-right: auto;
	margin-left: auto;
	max-width: 100vw;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide,
hr.wp-block-separator:not(.is-style-dots).alignwide,
hr.wp-block-separator:not(.is-style-dots).is-style-wide {
	max-width: 1340px;
	max-width: 84rem;
	position: relative;
}

.alignwide {
	width: calc(100% - 40px);
}

.alignwide .alignwide {
	width: 100%;
}

hr.wp-block-separator:not(.is-style-dots).alignwide,
hr.wp-block-separator:not(.is-style-dots).is-style-wide {
	width: 100%;
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 54rem;
	width: calc(100% - 4rem);
}

/* Blocks */
/* Block Colors ------------------------------ */

.wp-block-cover:not([class*='background-color']) label,
.wp-block-cover:not([class*='background-color']) p,
.wp-block-cover:not([class*='background-color']) li,
.wp-block-cover:not([class*='background-color']) dt,
.wp-block-cover:not([class*='background-color']) dd,
.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
.wp-block-cover-image:not([class*='background-color']) label,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text,
.wc-block-featured-product .wc-block-featured-product__description p {
    color: #fff;
}

.has-background-light-background-color input[type="text"],
.has-background-light-background-color input[type="email"],
.has-background-light-background-color input[type="url"],
.has-background-light-background-color input[type="password"],
.has-background-light-background-color input[type="search"],
.has-background-light-background-color input[type="tel"],
.has-background-light-background-color textarea {
	border-color: #000;
}

.has-background-light-background-color input[type="text"]:hover,
.has-background-light-background-color input[type="email"]:hover,
.has-background-light-background-color input[type="url"]:hover,
.has-background-light-background-color input[type="password"]:hover,
.has-background-light-background-color input[type="search"]:hover,
.has-background-light-background-color input[type="tel"]:hover,
.has-background-light-background-color textarea:hover,
.has-background-light-background-color input[type="text"]:focus,
.has-background-light-background-color input[type="email"]:focus,
.has-background-light-background-color input[type="url"]:focus,
.has-background-light-background-color input[type="password"]:focus,
.has-background-light-background-color input[type="search"]:focus,
.has-background-light-background-color input[type="tel"]:focus,
.has-background-light-background-color textarea:focus {
	border-color: rgba(0,0,0,.1);
}

figcaption a,
.wp-block-cover a:not(.has-text-color) {
	color: inherit;
}

.has-primary-color[class],
blockquote.has-primary-color[class] p {
    color: #20603C !important;
}

.has-secondary-color[class],
blockquote.has-secondary-color[class] p {
    color: #655441 !important;
}

.has-foreground-color[class],
blockquote.has-foreground-color[class] p {
    color: #3C2323 !important;
}

.has-foreground-light-color[class],
blockquote.has-foreground-light-color[class] p {
    color: #844d4d !important;
}

.has-foreground-dark-color[class],
blockquote.has-foreground-dark-color[class] p {
    color: #0D1B24 !important;
}

.has-background-light-color[class],
blockquote.has-background-light-color[class] p {
    color: #FDF9EC !important;
}

.has-background-dark-color[class],
blockquote.has-background-dark-color[class] p {
    color: #DDDDDD !important;
}

.has-background-color[class],
blockquote.has-background-color[class] p {
    color: #FFFDF6 !important;
}

.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
    color: currentColor;
}

.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link:hover {
	background-color: transparent;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #32373c;
}

.is-style-outline .wp-block-button__link {
	border-color: inherit;
	border-style: solid;
	border-width: 2px;
}

.has-primary-background-color[class] {
    background-color: #000 !important;
}

.has-primary-background-color[class] {
    color: #fff;
}

.has-secondary-background-color[class] {
    background-color: #655441 !important;
}

.has-secondary-background-color[class] {
    color: #FFFDF6;
}

.has-foreground-background-color[class] {
    background-color: #383838 !important;
}

.has-foreground-background-color[class] {
    color: #FFFDF6;
}

.has-foreground-light-background-color[class] {
    background-color: #844d4d !important;
}

.has-foreground-light-background-color[class] {
    color: #FFFDF6;
}

.has-foreground-dark-background-color[class] {
    background-color: #0D1B24 !important;
}

.has-foreground-dark-background-color[class] {
    color: #FFFDF6;
}

div[class*="has-background"] .wp-block-button:not(.is-style-fill) .wp-block-button__link:focus {
    color: #000;
}

.has-background-light-background-color[class] {
    background-color: #FAFAFA !important;
}

.has-background-light-background-color[class] {
    color: #3C2323;
}

.has-background-dark-background-color[class] {
    background-color: #DDDDDD !important;
}

.has-background-dark-background-color[class] {
    color: #3C2323;
}

.has-background-background-color[class] {
    background-color: #FFF !important;
}

.has-background-background-color[class] {
    color: #3C2323;
}

.has-pale-pink-background-color p {
	background-color: #f78da7
}

.has-vivid-red-background-color p {
	background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color p {
	background-color: #ff6900
}

.has-luminous-vivid-amber-background-color p {
	background-color: #fcb900
}

.has-light-green-cyan-background-color p {
	background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color p {
	background-color: #00d084
}

.has-pale-cyan-blue-background-color p {
	background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color p {
	background-color: #0693e3
}

.has-vivid-purple-background-color p {
	background-color: #9b51e0
}

.has-very-light-gray-background-color p {
	background-color: #eee
}

.has-cyan-bluish-gray-background-color p {
	background-color: #abb8c3
}

.has-very-dark-gray-background-color p {
	background-color: #313131
}

.has-pale-pink-color p {
	color: #f78da7
}

.has-vivid-red-color p {
	color: #cf2e2e
}

.has-luminous-vivid-orange-color p {
	color: #ff6900
}

.has-luminous-vivid-amber-color p {
	color: #fcb900
}

.has-light-green-cyan-color p {
	color: #7bdcb5
}

.has-vivid-green-cyan-color p {
	color: #00d084
}

.has-pale-cyan-blue-color p {
	color: #8ed1fc
}

.has-vivid-cyan-blue-color p {
	color: #0693e3
}

.has-vivid-purple-color p {
	color: #9b51e0
}

.has-very-light-gray-color p {
	color: #eee
}

.has-cyan-bluish-gray-color p {
	color: #abb8c3
}

.has-very-dark-gray-color p {
	color: #313131
}

.has-black-color[class] {
	color: #000;
}

.has-gray-color[class] {
	color: #39414d;
}

.has-dark-gray-color[class] {
	color: #28303d;
}

.has-green-color[class] {
	color: #d1e4dd;
}

.has-blue-color[class] {
	color: #d1dfe4;
}

.has-purple-color[class] {
	color: #d1d1e4;
}

.has-red-color[class] {
	color: #e4d1d1;
}

.has-orange-color[class] {
	color: #e4dad1;
}

.has-yellow-color[class] {
	color: #eeeadd;
}

.has-white-color[class] {
	color: #fff;
}

.has-gray-background-color[class] {
	background-color: #39414d;
}

.has-dark-gray-background-color[class] {
	background-color: #28303d;
}

.has-green-background-color[class] {
	background-color: #d1e4dd;
}

.has-blue-background-color[class] {
	background-color: #d1dfe4;
}

.has-purple-background-color[class] {
	background-color: #d1d1e4;
}

.has-red-background-color[class] {
	background-color: #e4d1d1;
}

.has-orange-background-color[class] {
	background-color: #e4dad1;
}

.has-yellow-background-color[class] {
	background-color: #eeeadd;
}

.has-white-background-color[class] {
	background-color: #fff;
}

:not(.has-text-color).has-black-background-color[class],
:not(.has-text-color).has-gray-background-color[class],
:not(.has-text-color).has-dark-gray-background-color[class] {
	color: #fff;
}

:not(.has-text-color).has-green-background-color[class],
:not(.has-text-color).has-blue-background-color[class],
:not(.has-text-color).has-purple-background-color[class],
:not(.has-text-color).has-red-background-color[class],
:not(.has-text-color).has-orange-background-color[class],
:not(.has-text-color).has-yellow-background-color[class],
:not(.has-text-color).has-white-background-color[class] {
	color: #28303d;
}

.has-purple-to-yellow-gradient-background {
	background: linear-gradient(160deg, #d1d1e4, #eeeadd);
}

.has-yellow-to-purple-gradient-background {
	background: linear-gradient(160deg, #eeeadd, #d1d1e4);
}

.has-green-to-yellow-gradient-background {
	background: linear-gradient(160deg, #d1e4dd, #eeeadd);
}

.has-yellow-to-green-gradient-background {
	background: linear-gradient(160deg, #eeeadd, #d1e4dd);
}

.has-red-to-yellow-gradient-background {
	background: linear-gradient(160deg, #e4d1d1, #eeeadd);
}

.has-yellow-to-red-gradient-background {
	background: linear-gradient(160deg, #eeeadd, #e4d1d1);
}

.has-purple-to-red-gradient-background {
	background: linear-gradient(160deg, #d1d1e4, #e4d1d1);
}

.has-red-to-purple-gradient-background {
	background: linear-gradient(160deg, #e4d1d1, #d1d1e4);
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}

.is-style-solid-color {
    background-color: #20603C;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote {
	border-style: solid;
	border-width: 2px 0;
	border-color: inherit;
	padding: calc(3 * 16px) 0;
}

.wp-block-pullquote p {
    line-height: 1.3;
}

.wp-block-pullquote.is-style-solid-color {
    color: #FFFDF6;
}

.wp-block-pullquote.is-style-solid-color blockquote:before,
.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer,
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote blockquote p,
.wp-block-quote blockquote p {
	color: inherit;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {
	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
/*	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 3.1em;
	font-weight: inherit;
	margin: 0.17em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}

/* Block Font Sizes -------------------------- */

.single .entry-content,
.page .entry-content {
	font-size: 20px;
	line-height: 1.6;
}

.entry-content h1 {
	font-size: 100px;
	font-size: 6.25rem;
	font-size: calc(28px + 3.75vw);
	line-height: 1.1538;
	letter-spacing: -0.01em;
}

.entry-content h2 {
	font-size: 48px;
	font-size: 3rem;
	font-size: calc(23.23px + 1.294vw);
	line-height: 1.25;
}

.entry-content h3 {
	font-size: 30px;
	font-size: 1.875rem;
	font-size: calc(17.6px + 0.6472vw);
	line-height: 1.3125;
}

.entry-content h4 {
	font-size: 24px;
	font-size: 1.5rem;
	font-size: calc(19px + 0.259vw);
	line-height: 1.3846;
}

.entry-content h5 {
	font-size: 18px;
	line-height: 1.5;
}

.entry-content h6 {
	font-size: 16px;
	line-height: 1.5556;
}

.entry-content .is-extra-small-text,
.entry-content .has-extra-small-font-size {
	font-size: 14px;
	line-height: 1.8571;
}

.entry-content .is-small-text,
.entry-content .has-small-font-size {
	font-size: 16px;
	line-height: 1.7;
}

.entry-content .is-normal-text,
.entry-content .is-regular-text,
.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .is-medium-text,
.entry-content .has-medium-font-size {
	font-size: 24px;
	line-height: 1.5;
}

.entry-content .is-large-text,
.entry-content .has-large-font-size,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 28px;
	line-height: 1.428571;
}

.entry-content .is-extra-large-text,
.entry-content .has-extra-large-font-size {
	font-size: 40px;
	line-height: 1.4;
}

.entry-content .is-massive-text,
.entry-content .has-massive-font-size {
	font-size: 60px;
	line-height: 1.2;
}

.entry-content .is-huge-text,
.entry-content .has-huge-font-size {
	font-size: 96px;
	line-height: 1.1538;
}

.entry-content .is-gigantic-text,
.entry-content .has-gigantic-font-size {
	font-size: 150px;
	line-height: 1;
}

@media only screen and (max-width: 1400px) {

	.entry-content .is-huge-text,
	.entry-content .has-huge-font-size {
		font-size: 80px;
	}

	.entry-content .is-gigantic-text,
	.entry-content .has-gigantic-font-size {
		font-size: 120px;
	}

}

@media only screen and (max-width: 900px) {
	.single .entry-content,
	.page .entry-content {
		font-size: 18px;
	}

	.entry-content .is-extra-small-text,
	.entry-content .has-extra-small-font-size,
	.wp-block-pullquote cite,
	.wp-block-quote cite {
		font-size: 13px;
	}

	.entry-content .is-small-text,
	.entry-content .has-small-font-size {
		font-size: 14px;
	}

	.entry-content .is-medium-text,
	.entry-content .has-medium-font-size {
		font-size: 18px;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p {
		font-size: 20px;
	}

	.wp-block-pullquote p {
		font-size: 24px;
	}

	.entry-content .is-extra-large-text,
	.entry-content .has-extra-large-font-size {
		font-size: 28px;
	}

	.entry-content .is-massive-text,
	.entry-content .has-massive-font-size {
		font-size: 48px;
	}

	.entry-content .is-huge-text,
	.entry-content .has-huge-font-size {
		font-size: 64px;
	}

	.entry-content .is-gigantic-text,
	.entry-content .has-gigantic-font-size {
		font-size: 90px;
	}

	.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator):not(.entry-attachment),
	.entry-content .wp-audio-shortcode,
	.post-navigation,
	.pagination,
	article .entry-footer {
		width: calc(100% - 40px);
	}

}

@media only screen and (max-width: 600px) {
	.single .entry-content,
	.page .entry-content {
		font-size: 16px;
	}

}

/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

/* Block: Shared Nesting Alignment Resets ---- */

.responsive-max-width,
.wp-block-pullquote.alignwide > p,
.wp-block-pullquote.alignfull > p,
.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote,
hr.wp-block-separator.is-style-wide,
.entry-content > [class*="wp-block"]:not([class*="wc-block"]):not(.wp-block-quote):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
.entry-content [class*="inner-container"] > [class*="wp-block"]:not([class*="wc-block"]):not(.wp-block-quote):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.entry-content .wp-audio-shortcode,
.entry-content > p,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.post-navigation,
.pagination {
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
}

/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-pullquote cite,
.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 0.8em;
	font-weight: 400;
}

.wp-block-button__link {
	line-height: 1.15;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.single .entry-content a.wp-block-button__link:hover,
.single .entry-content a.wp-block-button__link:focus,
.page-template-default .entry-content a.wp-block-button__link:hover,
.page-template-default .entry-content a.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.form-submit #submit:hover,
.form-submit #submit:focus {
	text-decoration: none;
	opacity: 0.7;
}

/* Block: Columns ---------------------------- */

.wp-block-column {
    word-break: normal;
    overflow-wrap: normal;
}

.wp-block-columns.alignfull {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.wp-block-columns .wp-block-column > * {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

@media only screen and (min-width: 560px) {
	.wp-block-columns .wp-block-column > * {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

}

.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0 !important;
}

.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0 !important;
}

.wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0 !important;
}

.wp-block-columns .wp-block-column:not(:last-child) {
	margin-bottom: 1.5rem !important;
}

@media only screen and (min-width: 560px) {
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 32px !important;
	}

}

@media only screen and (min-width: 782px) {
	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 0 !important;
	}

}

@media screen and (min-width: 600px) and (max-width: 781px) {
	.wp-block-column:not(:only-child) {
		flex-basis: auto !important;
		flex-grow: 1;
	}

}

/* Block: Video ---------------------------- */

.wp-block-video figcaption {
	margin-top: 0.7em;
	margin-bottom: 1em;
	font-size: 14px;
	text-align: center;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

/* jetpack  slideshow */

body .wp-block-jetpack-slideshow .amp-carousel-button,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 26px;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 50%;
	box-shadow: none;
	height: 36px;
	margin: -18px 0 0;
	padding: 0;
	transition: background-color .25s;
	width: 48px;
}

body .wp-block-jetpack-slideshow .amp-carousel-button:focus,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus {
	background-color: transparent;
}

body .wp-block-jetpack-slideshow .amp-carousel-button:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover {
	background-color: transparent;
	border-color: #000;
}

body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 12px;
	opacity: .3;
	width: 12px;
}

body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected],
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 1;
}

body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
	background-color: transparent;
}

body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption:empty {
	display: none;
}

body .wp-block-jetpack-slideshow .amp-carousel-button-next,
body .wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white,
body .wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white,
body .wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next {
	background-image: url('./assets/svg/right.svg');
}

body .wp-block-jetpack-slideshow .amp-carousel-button-prev,
body .wp-block-jetpack-slideshow .swiper-button-prev.swiper-button-white,
body .wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-next.swiper-button-white,
body .wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-next,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
	background-image: url('./assets/svg/left.svg');
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 5.25em 2.375em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group.has-background .wp-block-jetpack-layout-grid {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */
/* STYLE: DEFAULT */

.wp-block-pullquote {
	position: relative;
	padding: 2em 0;
	text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

blockquote {
	clear: both;
    line-height: 1.7em;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-size: 2em;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.2em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	display: block;
	font-style: inherit;
	margin-top: 1em;
	font-size: 0.8em;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
    background-color: #ababab;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color blockquote {
    color: #fff;
}

.wp-block-pullquote.is-style-solid-color {
	padding: 3em 0;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 60%;
	text-align: left;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 2rem auto;
}

.wp-block-group__inner-container .wp-block-separator {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote {
	border-left: 2px solid;
	padding-left: 2em;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
    border-right: 2px solid;
    padding-left: 0;
    padding-right: 2em;
}

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote p {
	margin-top: 0;
	margin-bottom: 0.2em;
}

.wp-block-quote cite {
	font-style: inherit;
	display: block;
	margin-top: 1em;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 2.4rem;
	font-style: normal;
	font-style: italic;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

body .entry-content .wp-block-spacer {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-social-links {
	margin-bottom: 0;
}

.issuuembed {
    width: auto !important;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

}

@media screen and ( max-width: 991px ) {

	body #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		width: 380px;
	}

}

@media screen and ( max-width: 1024px ) {

	.main-navigation li {
		animation: preloadPortArchive 0.3s 0.55s cubic-bezier(0.28, 0.12, 0.22, 1);
		animation-fill-mode: both;
		transition: opacity 0.1s linear;
	}

	.main-navigation li:nth-child(1) {
		animation-delay: 0s;
	}

	.main-navigation li:nth-child(2) {
		animation-delay: 0.05s;
	}

	.main-navigation li:nth-child(3) {
		animation-delay: 0.1s;
	}

	.main-navigation li:nth-child(4) {
		animation-delay: 0.15s;
	}

	.main-navigation li:nth-child(5) {
		animation-delay: 0.2s;
	}

	.main-navigation li:nth-child(6) {
		animation-delay: 0.25s;
	}

	.main-navigation li:nth-child(7) {
		animation-delay: 0.3s;
	}

	.main-navigation li:nth-child(8) {
		animation-delay: 0.35s;
	}

	.main-navigation li:nth-child(9) {
		animation-delay: 0.4s;
	}

	.main-navigation li:nth-child(10) {
		animation-delay: 0.45s;
	}

	.main-navigation li:nth-child(11) {
		animation-delay: 0.5s;
	}

	.main-navigation li:nth-child(12) {
		animation-delay: 0.55s;
	}

	.main-navigation li:nth-child(13) {
		animation-delay: 0.6s;
	}

	.main-navigation li:nth-child(14) {
		animation-delay: 0.65s;
	}

	.main-navigation li:nth-child(15) {
		animation-delay: 0.7s;
	}

	.main-navigation li:nth-child(16) {
		animation-delay: 0.75s;
	}

	.main-navigation li:nth-child(17) {
		animation-delay: 0.8s;
	}

	.main-navigation li:nth-child(18) {
		animation-delay: 0.85s;
	}

	.main-navigation li:nth-child(19) {
		animation-delay: 0.9s;
	}

	.main-navigation li:nth-child(20) {
		animation-delay: 0.95s;
	}

	.main-navigation li:nth-child(21) {
		animation-delay: 1s;
	}

	.main-navigation li:nth-child(22) {
		animation-delay: 1.05s;
	}

	.main-navigation li:nth-child(23) {
		animation-delay: 1.1s;
	}

	.main-navigation li:nth-child(24) {
		animation-delay: 1.15s;
	}

	.alignleft,
	.alignright {
		max-width: 60%;
	}

}

@media screen and ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

}

@media screen and ( max-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	body #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		font-size: 24px;
	}

	body #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
		padding-top: 20px;
		padding-bottom: 15px;
	}

	#jp-relatedposts .jp-relatedposts-items p,
	#jp-relatedposts .jp-relatedposts-items time,
	#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
		line-height: 1.4;
	}

	body #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
		margin-right: 5%;
		image-rendering: -moz-crisp-edges;         /* Firefox */
		image-rendering:   -o-crisp-edges;         /* Opera */
		image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
	}

	body #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		width: 62%;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
		margin-bottom: 10px;
	}

	body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post, body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
		clear: both;
	}

}

@media screen and ( min-width: 601px ) {

	body #eu-cookie-law {
		padding: 6px 6px 6px 24px;
		border-radius: 30px;
	}

	body #eu-cookie-law input,
	body #eu-cookie-law input:hover,
	body #eu-cookie-law input:focus {
		padding: 7px 2em;
		position: relative;
		top: 0px;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
		position: absolute;
		right: 0;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
		top: 44px;
	}

	body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
		top: 60px;
	}

	.entry-content>*.alignleft,
	.entry-content>*.alignright,
	.entry-content>*.alignleft:first-child+*,
	.entry-content>*.alignright:first-child+*,
	.entry-content>*.alignfull,
	.entry-content>*:first-child,
	[class*="inner-container"]>*:first-child {
		margin-top: 0;
	}

	.entry-content>*.alignfull,
	.entry-content>*:last-child,
	[class*="inner-container"]>*:last-child {
		margin-bottom: 0;
	}

}

@media screen and ( min-width: 660px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 54rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 54rem - 8rem ) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 54rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 54rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media screen and ( min-width: 700px ) {

	.entry-content > *,
	[class*="inner-container"] > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}

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

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

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	hr {
		margin: 6rem auto;
	}

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: BASE MARGINS */

	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 32px;
		margin-top: 32px;
	}

	/* BLOCK: COLUMNS */

	.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: 0 0 2rem;
	}

	.entry-content .wp-block-group__inner-container h1,
	.entry-content .wp-block-group__inner-container h2,
	.entry-content .wp-block-group__inner-container h3,
	.entry-content .wp-block-group__inner-container h4,
	.entry-content .wp-block-group__inner-container h5,
	.entry-content .wp-block-group__inner-container h6 {
		margin: 0 0 0.25rem;
	}

	.entry-content .wp-block-group__inner-container p {
		margin-top: 0;
	}

	/* BLOCK: COVER */

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		margin-top: 0;
		margin-bottom: 0;
	}

	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	/* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote {
		border: none;
	}

	.wp-block-pullquote blockquote p {
		font-size: 28px;
	}

	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p,
	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 24px;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}

	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 24px;
	}

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 32px;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 3rem auto;
	}

	.wp-block-group__inner-container .wp-block-separator {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	/* Entry Content ------------------------- */

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 2rem auto 2rem;
	}

	figure.alignnone,
	figure.aligncenter,
	img.alignnone,
	img.aligncenter {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}

	.alignleft {

		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0;
	}

	.alignright {

		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem;
	}

	.entry-content > .alignwide,
	.entry-content > hr.wp-block-separator:not(.is-style-dots).alignwide,
	.entry-content > hr.wp-block-separator:not(.is-style-dots).is-style-wide {
		max-width: calc(100vw - 40px);
		width: calc(100vw - 40px);
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}

}

@media screen and (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-column:not(:first-child) {
		margin-left: 4em;
	}

}

@media screen and ( min-width: 900px ) {
	.entry-content > .alignwide,
	.entry-content > hr.wp-block-separator:not(.is-style-dots).alignwide,
	.entry-content > hr.wp-block-separator:not(.is-style-dots).is-style-wide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

}

@media screen and ( min-width: 1000px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 0;
	}

	.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.wp-block-image .aligncenter figcaption {
		text-align: center;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 4rem auto;
	}

	.wp-block-group__inner-container .wp-block-separator {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;

		/*rtl:ignore*/
		right: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;

		/*rtl:ignore*/
		left: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		/* margin-bottom: 2rem;
		margin-top: 2rem; */
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}

}


@media screen and ( min-width: 1220px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		/* padding: 9rem 4rem 8rem; */
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		/* margin-bottom: 10rem;
		margin-top: 10rem; */
	}

}

@media screen and ( min-width: 1280px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {
		/*rtl:ignore*/
		margin-left: 2rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		/*rtl:ignore*/
		margin-left: -80px;
	}

	.entry-content > .alignright {
		/*rtl:ignore*/
		margin-right: 2rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {
		/*rtl:ignore*/
		margin-right: -80px;
	}

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 25rem;
	}

}

@media screen and ( min-width: 1330px ) {

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 29rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}

}

@media screen and (min-width: 1500px) {
	.entry-content > .alignwide,
	.entry-content > hr.wp-block-separator:not(.is-style-dots).alignwide,
	.entry-content > hr.wp-block-separator:not(.is-style-dots).is-style-wide {
		max-width: 84rem;
		width: 84rem;
	}

	[class*="__inner-container"] > .alignwide {
		max-width: 84rem;
		width: 100%;
	}

}

@media screen and (min-width: 600px) and (max-width: 1024px) {

	.entry-content h3 {
		font-size: 27px;
	}

}

@media screen and (max-width: 600px) {

	.entry-content h6 {
		font-size: 14px;
	}

	.entry-content h5 {
		font-size: 16px;
	}

	.entry-content .is-large-text,
	.entry-content .has-large-font-size {
		font-size: 20px;
	}

	.entry-content h3 {
		font-size: 24px;
	}

	.regular-menu .main-navigation,
	.hamburger-wrapper .main-navigation {
		font-size: 28px;
	}

	.entry-content .is-massive-text,
	.entry-content .has-massive-font-size {
		font-size: 35px;
	}

	.entry-content .is-huge-text,
	.entry-content .has-huge-font-size {
		font-size: 42px;
	}

	.entry-content .is-gigantic-text,
	.entry-content .has-gigantic-font-size {
		font-size: 60px;
	}

	.entry-content .wp-block-group__inner-container h1,
	.entry-content .wp-block-group__inner-container h2,
	.entry-content .wp-block-group__inner-container h3,
	.entry-content .wp-block-group__inner-container h4,
	.entry-content .wp-block-group__inner-container h5,
	.entry-content .wp-block-group__inner-container h6 {
		margin: 0 0 0.2em;
	}

	body #eu-cookie-law {
		border-radius: 20px;
	}

	body .entry-content .wp-block-spacer {
		max-height: 50px;
	}

	.wp-block-group.has-background {
		padding: 50px 20px;
	}

	.alignwide hr.wp-block-separator:not(.is-style-dots).alignwide,
	.alignwide hr.wp-block-separator:not(.is-style-dots).is-style-wide,
	.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item,
	.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		width: 100%;
	}

	hr.wp-block-separator:not(.is-style-dots).alignwide,
	hr.wp-block-separator:not(.is-style-dots).is-style-wide {
		width: calc(100% - 40px);
	}

	.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item,
	.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		margin-right: 0;
	}

	.wp-block-columns.alignfull,
	.wp-block-cover,
	.wp-block-cover-image {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 0.8rem;
		margin-top: 0.8rem;
	}

}