/*
Theme Name: artwarez
Template: twentytwentyone
Text Domain: twentytwentyone
Version: 1.0
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Description: Child theme for artwarez.org
Author: HolyHat
Author URI: https://www.holyhat.de/
Theme URI: https://wordpress.org/themes/twentytwentyone/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* LEGAL DISCLAIMER
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * artwarez.org
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Optimo webfonts are protected by copyright law and provided under license. To modify, alter, translate, convert, decode or reverse engineer in any manner whatsoever, including converting the Font Software into a different format is strictly prohibited. The webfont files are not to be used for anything other than web font use.
 *
 * optimo.ch
 */

/* INSTRUCTIONS
 *
 * Copy the Legal Disclaimer, the domains name and the @font-faces statements to your regular CSS file. The fonts folder(s) should be placed relative to the regular CSS file.
 */

@font-face {
	font-family: 'Px Grotesk';
	src: url('fonts/Px-Grotesk-Regular.eot');
	src: url('fonts/Px-Grotesk-Regular.eot?#iefix') format('embedded-opentype'),
	   url('fonts/Px-Grotesk-Regular.woff2') format('woff2'),
	   url('fonts/Px-Grotesk-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

html {
	height: 100%;
}
body {
	font-family: 'Px Grotesk', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.03em;
	color: #000;
	background-color: #fff;
}
*:focus, *:active {
    outline: 0 none;
}
a {
	color: #000;
    text-decoration: underline;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: 0 none !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Px Grotesk', Arial, sans-serif;
	font-weight: 400;
}
h2, .h2 {
	font-size: 50px;
	line-height: 100%;
}
h3, .h3 {
	font-size: 30px;
	line-height: 100%;
}
p {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	line-height: 120%;
}
p:last-of-type {
	margin-bottom: 0 !important;
}
button:focus {
	outline: none !important;
}
.read_div {
	line-height: 120%;
}
*[id^='readlink'] {
	text-decoration: none;
	background: transparent !important;
}
*[id^='readlink']:focus, *[id^='readlink']:active {
	text-decoration: none;
	color: #000 !important;
}
/* Placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #fff;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
	opacity: 1;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
	opacity: 1;
}
/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	width: 100%;
	padding-top: 0 !important;
}
.page-template-default .site-header {
	max-width: 100%;
}
.site-logo {
	margin: 0;
}
.site-header > .site-logo {
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
	text-align: right;
}
.site-logo .custom-logo {
	max-width: 684px;
	max-height: 194px;
}
.site-branding {
	display: none;
}
/* Menu */
.primary-navigation {
	position: absolute;
}
.primary-navigation > .primary-menu-container {
	visibility: hidden;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	border: none;
	background-color: #6635ff;
}
.has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
	position: fixed;
	transform: translateY(0) translateX(100%);
}
.menu-button-container {
	position: fixed;
	top: 50px;
	left: 35px;
	right: initial;
	display: flex;
	justify-content: space-between;
	padding-top: 0;
	padding-bottom: 1em;
}
.menu-button-container.tags {
	position: fixed;
	top: 160px;
	left: 35px;
	z-index: 100;
	padding-bottom: 0;
}
.menu-button-container.tags #primary-tag-menu {
	display: flex;
	margin-left: auto;
	padding: 0;
	background-color: transparent;
	border: none;
}
.menu-button-container #primary-mobile-menu {
	padding: 0;
}
.primary-navigation-open .menu-button-container {
	width: auto;
	background-color: transparent;
}
.dropdown-icon svg {
	width: 73px;
	height: 73px;
}
.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(0) translateY(0);
	overflow: hidden;
}
.primary-navigation > div > .menu-wrapper {
    display: inline-block;
    -webkit-column-count: 2;  /* Chrome/Opera, Safari */
	-moz-column-count: 2; /* Mozilla Firefox */
	column-count: 2;
	-webkit-column-gap: 30px; /* Chrome/Opera, Safari */
	-moz-column-gap: 30px; /* Mozilla Firefox */
	column-gap: 30px;
}
.primary-navigation > div > .menu-wrapper li {
	width: auto;
}
.primary-navigation a {
	font-family: 'Px Grotesk', Arial, sans-serif;
	font-size: 23px;
	font-weight: 400;
	padding: 5px 0;
}
.primary-navigation .social {
	float: left;
	padding-top: 8px;
}
.primary-navigation .social a {
	padding: 0;
}
.primary-navigation .primary-menu-container > ul > .menu-item.social > a {
	padding-right: 3px;
}
.primary-navigation .primary-menu-container > ul > .menu-item.social:last-of-type > a {
	padding-right: 0;
}
.primary-navigation a:link, .primary-navigation a:visited {
	color: #fff;
}
.primary-navigation a:hover, .primary-navigation a:active, .primary-navigation a:focus {
	color: #fff;
	background: transparent !important;
	text-decoration: underline;
	text-decoration-style: solid !important;
}
.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
	text-decoration: line-through;
}
.primary-navigation li .svg-icon {
	fill: #fff;
	width: 22px;
	height: 22px;
}
.primary-navigation .break {
	flex-basis: 100%;
	height: 0;
	display: none !important;
}
.primary-navigation .break a {
	font-size: 0;
	display: none;
}
#menu-item-55 {
	padding-top: 37px;
}
.primary-navigation .social:last-of-type {
	padding-bottom: 37px;
}
/* Content */
.page-header {
	margin-bottom: 0;
	border: none;
}
.entry-header.alignwide, .page-header.alignwide {
	position: fixed;
	top: 0.3em;
	right: 1em;
	z-index: 100;
	display: inline-block;
	margin: 0 !important;
	padding: 0;
	transform: rotate(-90deg);
	transform-origin: right;
	border: none;
}
.entry-header.alignwide .entry-title, h1.page-title {
	font-size: 33px;
	line-height: 1;
	color: #6818fc;
}
.archive.tag h1.page-title {
	font-size: 0;
}
.archive.tag h1.page-title span {
	font-size: 33px;
}
.entry-content, .entry-summary {
	font-family: 'Px Grotesk', Arial, sans-serif;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width, .post-taxonomies, .site-logo {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.site-main {
	position: relative;
	margin-top: 60px;
}
.site-main > * {
	margin-top: 2em;
	margin-bottom: 2em;
}
.site-main > article > .entry-footer {
	margin-top: 0;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: none;
}
.post-taxonomies {
	text-align: right;
	font-size: 1.2em;
}
.post-taxonomies a {
	color: #6818fc;
    text-decoration: none;
}
.post-taxonomies a:hover {
    text-decoration: underline;
}
.post.entry .entry-content {
	padding: 2em 0;
}
.post.entry .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
	margin-right: 0;
}
.post.entry.category-interview .entry-content {
	background-color: #f3efff;
}
.post.entry.category-project .entry-content, .post.entry.category-publication .entry-content {
	background-color: #faf2eb;
}
.post.entry.category-exhibition .entry-content {
	background-color: #f0f4f1;
}
.post.entry.category-research .entry-content {
	background-color: #e0fff5;
}
.post.entry.category-writing .entry-content {
	background-color: #fcf0fd;
}
.post.entry.category-live .entry-content {
	background-color: #f0f4f1;
}
.wp-block-group.bgpurple {
	padding: 2em 0;
	background-color: #f3efff;
}
.wp-block-group.bggreen {
	padding: 2em 0;
	background-color: #05fbcc;
}
.wp-block-group.bgpurple p:first-of-type, .wp-block-group.bggreen p:first-of-type {
	margin-top: 0 !important;
}
/*.post.entry .entry-content *:last-child:not(a) img {*/
.post.entry .entry-content .wp-block-image.down img {
	margin-bottom: -20%;
}
.post.entry .entry-content .wp-block-image.up img {
	margin-top: -20%;
}
.wp-block-group.bgpurple .wp-block-image.up img {
	margin-top: -20%;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
	width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
}
.wp-block-gallery.has-nested-images.overlap {
	/*max-width: 930px !important;*/
	/*margin-right: -80px !important;*/
	margin-top: 20px;
	margin-bottom: 4em;
}
.wp-block-gallery.has-nested-images .wp-block-image.overlap {
	margin-left: -70px !important;
	margin-right: -70px !important;
}
.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(1) {
	margin-top: -120px !important;
	margin-left: -10px !important;
	z-index: 10;
}
.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(2) {
	margin-top: -60px !important;
	z-index: 9;
}
.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(3) {
	margin-right: -10px !important;
	z-index: 8;
}
article.type-page:first-of-type {
	/*margin-top: 2.4em;*/
}
.wp-block-post-template .wp-block-post {
	margin-top: 4em;
	margin-bottom: 4em;
}
/*.wp-block-post-template .wp-block-post.category-writing, .wp-block-post-template .wp-block-post.category-interview, .wp-block-post-template .wp-block-post.category-live, .wp-block-post-template .wp-block-post.category-publication, .wp-block-post-template .wp-block-post.category-exhibition, .wp-block-post-template .wp-block-post.category-project, .wp-block-post-template .wp-block-post.category-research {*/
.wp-block-post-template .wp-block-post.category-writing, .wp-block-post-template .wp-block-post.category-interview, .wp-block-post-template .wp-block-post.category-live {
	margin-top: 2em;
	margin-bottom: 2em;
}
.wp-block-post-template .wp-block-post:first-of-type {
	margin-top: 0;
}
.wp-block-post-template .wp-block-post:last-of-type {
	margin-bottom: 0;
}
.wp-block-image.liveheader {
	position: relative;
	z-index: -1;
}
.wp-block-image.liveheader img {
	position: relative;
}
.page-id-38 .wp-block-query {
	margin-top: -50px;
}
.wp-block-image figcaption {
	text-align: left;
	color: #000;
}
article figure img {
	-moz-transition: -moz-transform 1s linear;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	transition: transform 1s linear;
}
.pagination, .comments-pagination {
	border-top: none;
	padding-top: 0;
	margin: 0 auto;
}
/* Tags */
.menu-button-container.tags #primary-tag-menu .dropdown-icon svg {
	height: 107px;
}
.menu-button-container.tags #primary-tag-menu .dropdown-icon #Ebene_3 {
	display: block;
}
.menu-button-container.tags #primary-tag-menu .dropdown-icon #Ebene_4 {
	display: none;
}
.menu-button-container.tags #primary-tag-menu .dropdown-icon.open #Ebene_3 {
	display: none;
}
.menu-button-container.tags #primary-tag-menu .dropdown-icon.open #Ebene_4 {
	display: block;
}
#tagbox {
	position: fixed;
	top: 150px;
	left: 25px;
	z-index: 10;
	width: 100%;
	max-width: 580px;
	padding: 45px 10px 45px 140px;
	color: #fff;
	background-color: #6818fc;
	/*transform: translateX(calc(-100% - 25px)) translateY(0)*/
	display: none;
}
.menu-button-container.tags #primary-tag-menu .dropdown-icon.open #tagbox {
	/*transform: translateX(0) translateY(0);*/
}
#tagbox .taglinks {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
#tagbox .taglinks a {
	margin-right: 5px;
}
#tagbox .taglinks a:hover, #tagbox .taglinks a:active, #tagbox .taglinks a:focus {
	text-decoration: none;
	opacity: 0.7;
}
#tagbox .taglinks a:before {
	content: '| ';
}
#tagbox .searchbox input {
	color: #fff;
	border: none;
	border-bottom: 4px solid #fff;
	background: transparent;
	padding: 0;
}
/* Lightbox */
.slb_data {
	display: none !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_close .slb_template_tag {
	background: url('img/close.svg') 0 0 no-repeat !important;
	background-size: 25px 25px !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
	background: url('img/play.svg') 0 0 no-repeat !important;
	background-size: 25px 25px !important;
}
#slb_viewer_wrap .slb_theme_slb_default.slideshow_active .slb_controls .slb_slideshow .slb_template_tag {
    background: url('img/pause.svg') 0 0 no-repeat !important;
	background-size: 25px 25px !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag, [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
    background-image: url('img/right.svg') !important;
    background-size: 25px 25px !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag, [dir="rtl"] #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    background-image: url('img/left.svg') !important;
    background-size: 25px 25px !important;
}
/* Footer */
.no-widgets .site-footer {
	margin-top: 1.5em;
}
.footer-navigation {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-family: 'Px Grotesk', Arial, sans-serif;
}
.footer-navigation-wrapper {
	justify-content: flex-start;
}
.footer-navigation-wrapper li {
	line-height: 1.75;
}
.footer-navigation-wrapper li:after {
    content: '|';
    color: #6818fc;
    padding: 0 0.3em;
}
.footer-navigation-wrapper li:last-of-type:after {
    padding: 0;
}
.footer-navigation-wrapper li.social:after {
    content: '';
    padding: 0 0.2;
}
.footer-navigation-wrapper .break {
	flex-basis: 100%;
	height: 0;
}
.footer-navigation-wrapper .break:after {
    content: '';
    padding: 0;
}
.footer-navigation-wrapper .break a {
	font-size: 0;
	display: none;
}
.footer-navigation-wrapper li a {
    padding: 0;
    color: #6818fc;
    text-decoration: none;
    font-size: 19px;
}
.footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:focus {
    color: #6818fc !important;
    background-color: transparent !important;
}
.footer-navigation-wrapper li a:visited, .footer-navigation-wrapper li a:active, .footer-navigation-wrapper li a:hover {
    color: #6818fc;
    text-decoration: underline;
}
.footer-navigation-wrapper li .svg-icon, .footer-navigation-wrapper li a:focus .svg-icon {
	fill: #6818fc !important;
}

@media ( max-width: 781px ) {
	p, .wp-block-heading {
		padding-left: 10px;
		padding-right: 10px;
	}
	.entry-header.alignwide, .page-header.alignwide {
		position: absolute;
	}
	.post-taxonomies {
		position: relative;
		right: 2em;
		margin-bottom: 0em !important;
	}
}

@media ( max-width: 481px ) {
	body {
		font-size: 20px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3 {
		font-size: 27px;
	}
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
		position: initial;
	}
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
		position: absolute;
		margin-top: 0;
	}
	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
	}
	.site-header {
		right: inherit;
	}
	.site-logo .custom-logo {
		max-width: 250px;
		max-height: 71px;
	}
	.menu-button-container {
	    top: 25px;
	    left: 15px;
	}
	.menu-button-container.tags {
		top: 90px;
		left: 15px;
	}
	.site-main > * {
		margin-top: 2.7em;
	}
	.dropdown-icon.open svg, .dropdown-icon.close svg {
		width: 44px;
		height: 44px;
	}
	.menu-button-container.tags #primary-tag-menu .dropdown-icon svg {
		width: 44px;
		height: 65px;
	}
	.primary-navigation > div > .menu-wrapper {
		padding-bottom: 0;
	}
	.post.entry .entry-content {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.no-widgets .site-footer {
		margin-top: 0.5em;
	}
	article.type-page:first-of-type {
		margin-top: 7em;
	}
	.wp-block-column {
		padding-left: 10px;
		padding-right: 10px;
	}
	#tagbox {
		top: 80px;
		left: 0;
		font-size: 0.8em;
		padding: 22px 10px 25px 70px;
	}
	.entry-header.alignwide, .page-header.alignwide {
		top: 1em;
	}
}

@media ( min-width: 482px ) {
	.site-main {
		margin-top: 280px;
	}
	.site-header {
		padding-bottom: 0;
	}
	.site-logo .custom-logo {
		max-width: 460px;
		max-height: 130px;
	}
	.primary-navigation > .primary-menu-container {
		visibility: hidden;
		opacity: 0;
	}
	.primary-navigation a {
		font-family: 'Px Grotesk', Arial, sans-serif;
		font-size: 37px;
		font-weight: 400;
	}
	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: 0;
		padding-right: 0;
	}
	.primary-navigation .primary-menu-container > ul > .menu-item.social > a {
		padding-right: 5px;
	}
	.primary-navigation > div > .menu-wrapper {
		-webkit-column-gap: 70px; /* Chrome/Opera, Safari */
		-moz-column-gap: 70px; /* Mozilla Firefox */
		column-gap: 70px;
	}
	.primary-navigation li .svg-icon {
		width: 30px;
		height: 30px;
	}
	#menu-item-55 {
		padding-top: 53px;
	}
	.primary-navigation .social:last-of-type {
		padding-bottom: 60px;
	}
	.site-main > article > *, .site-main > .not-found > *, .entry-content > *, [class*=inner-container] > *, .wp-block-template-part > *, .wp-block-post-template :where(li > *) {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.post.entry .entry-content, .wp-block-group.bgpurple, .wp-block-group.bggreen {
		/*width: calc((100% - 480px) / 2 + 480px);
		max-width: inherit !important;
		margin-left: 0 !important;
		padding: 2em 10px 2em 0;*/
	}
	.wp-block-group.bgpurple, .wp-block-group.bggreen {
		margin-bottom: 6em;
	}
	.wp-block-group.bgpurple:last-of-type, .wp-block-group.bggreen:last-of-type {
		margin-bottom: 0;
	}
	.wp-block-group.bgpurple .wp-block-group__inner-container > *, .wp-block-group.bggreen .wp-block-group__inner-container > * {
		margin-right: 0 !important;
	}
	.wp-block-post-template .wp-block-post {
		margin-top: 6em;
		margin-bottom: 6em;
	}
	.wp-block-post-template .wp-block-post:first-of-type {
		margin-top: 2em;
	}
	.wp-block-image.liveheader img {
		top: 50px;
		max-width: 945px !important;
		margin-right: -80px !important;
		margin-left: -15px;
	}
	.page-id-38 .wp-block-query {
		margin-top: -150px;
	}
	.wp-block-group.bgpurple .wp-block-image.up img, .wp-block-group.bggreen .wp-block-image.up img {
		margin-top: -20%;
		margin-right: -62px;
		max-width: calc(100% + 62px);
	}
	.wp-block-group.bgpurple:first-of-type, .wp-block-group.bggreen:first-of-type {
		margin-top: 1.8em;;
	}
}

@media ( min-width: 768px ) {
	.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width, .post-taxonomies, .site-logo {
		max-width: 650px;
	}
	.post.entry .entry-content, .wp-block-group.bgpurple, .wp-block-group.bggreen {
		width: calc((100% - 650px) / 2 + 650px);
		max-width: inherit !important;
		margin-left: 0 !important;
		padding: 2em 10px 2em 0;
	}
	.entry-header.alignwide, .page-header.alignwide {
		top: 16.9em;
		right: 1.3em;
	}
	.entry-header.alignwide .entry-title, h1.page-title {
		font-size: 44px;
	}
	.archive.tag h1.page-title {
		font-size: 0;
	}
	.archive.tag h1.page-title span {
		font-size: 66px;
	}
	.post.entry .entry-content .wp-block-image img {
		max-width: calc(100% + 40px);
	}
	.wp-block-gallery.has-nested-images {
		max-width: 730px !important;
		margin-right: -80px !important;
	}
	.wp-block-gallery.has-nested-images.overlap {
		max-width: 650px !important;
		margin-right: 0 !important;
		margin-top: 40px;
		margin-bottom: 4em;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image {
		margin-left: -60px !important;
		margin-right: -60px !important;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(1) {
		margin-top: -100px !important;
		margin-left: -60px !important;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(2) {
		margin-top: -50px !important;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(3) {
		margin-right: -60px !important;
	}
}

@media ( min-width: 900px ) {
	.site-logo .custom-logo {
		max-width: 560px;
		max-height: 159px;
	}
	.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width, .post-taxonomies, .site-logo {
		max-width: 750px;
	}
	.post.entry .entry-content, .wp-block-group.bgpurple, .wp-block-group.bggreen {
		width: calc((100% - 750px) / 2 + 750px);
	}
	.post.entry .entry-content .wp-block-image img {
		max-width: calc(100% + 80px);
	}
	.wp-block-gallery.has-nested-images {
		max-width: 830px !important;
		margin-right: -80px !important;
	}
	.wp-block-gallery.has-nested-images.overlap {
		max-width: 750px !important;
		margin-top: 50px;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image {
		margin-left: -120px !important;
		margin-right: -120px !important;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(1) {
		margin-top: -200px !important;
		margin-left: -120px !important;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(2) {
		margin-top: -100px !important;
	}
	.wp-block-gallery.has-nested-images.overlap .wp-block-image:nth-of-type(3) {
		margin-right: -120px !important;
	}
	.no-widgets .site-footer {
		margin-top: 3.5em;
	}
}

@media ( min-width: 1000px ) {
	body {
		font-size: 25px;
	}
	h2, .h2 {
		font-size: 60px;
	}
	h3, .h3 {
		font-size: 35px;
	}
	.page-template-default .site-header {
		max-width: 100%;
	}
	.site-logo .custom-logo {
		max-width: 684px;
		max-height: 194px;
	}
	.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width, .post-taxonomies, .site-logo {
		max-width: 850px;
	}
	.post.entry .entry-content, .wp-block-group.bgpurple, .wp-block-group.bggreen {
		width: calc((100% - 850px) / 2 + 850px);
	}
	.entry-header.alignwide, .page-header.alignwide {
		top: 14em;
		right: 2em;
	}
	.post.entry .entry-content .wp-block-image img {
		max-width: calc(100% + 80px);
	}
	.wp-block-gallery.has-nested-images {
		max-width: 930px !important;
		margin-right: -80px !important;
	}
	.wp-block-gallery.has-nested-images.overlap {
		max-width: 850px !important;
	}
}

@media ( min-width: 1066px ) {
	.entry-header.alignwide, .page-header.alignwide {
		top: 13.6em;
		right: 3em;
	}
	.entry-header.alignwide .entry-title, h1.page-title {
		font-size: 66px;
	}
}

@media print {
	html * {
		font-family: 'Px Grotesk', Arial, sans-serif;
	}
	body {
		font-family: 'Px Grotesk', Arial, sans-serif;
	    background: #fff;
	    color: #000;
	    font-size: 16px;
	    margin: 0;
	    padding: 0;
	}
	.header-navigation-wrapper, .footer-menu-wrapper {
		display: none;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	h1 {
		font-size: 27px;
	}
	h2 {
		font-size: 21px;
	}
	a[href]:after {
		display: none;
	}
}