/*!
Theme Name: THE SEEN 2020
Version: 2.0.0
Author: Lucas Reif

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	min-height: 100%;
	position: relative;
}

/* Sections
	 ========================================================================== */

body {
	margin: 0;
	--background-color:#f5f0f6;
	--main-color:#3e3c40;
	--hover-color:#c0bec5;
}

.wp-block-column {
	flex: 1;
	margin-bottom: 1em;
	flex-basis: 50%;
	min-width: 0;
	overflow-wrap: break-word;
}

.wp-block-columns {
	margin-bottom: 0;
}

.container {
	margin: 90px 60px;
}

.site-footer {
  /*background-color: #faeaee;*/
  background-color: #fde8e9;
  color: var(--main-color);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.site-footer a {
  color: var(--main-color);
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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: 70%;
	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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* LOAD DIN */

@font-face {
font-family: 'DINPro Light';
font-style: normal;
font-weight: normal;
src: local('DINPro Light'), url('typography/DINPro-Light tr.woff') format('woff');
}

@font-face {
font-family: 'DINpro-medium';
font-style: normal;
font-weight: normal;
src: url('dinpromedium.woff') format('woff');
}

@font-face {
font-family: 'DINPro Bold';
font-style: normal;
font-weight: normal;
src: local('DINPro Bold'), url('typography/DINPro-Bold tr.woff') format('woff');
}

@font-face {
font-family: 'DINPro Black';
font-style: normal;
font-weight: normal;
src: local('DINPro Black'), url('typography/DINPro-Black tr.woff') format('woff');
}

body{
	color: var(--main-color);
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
	font-variant-ligatures: none;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'DINpro-medium', sans-serif;
	font-size: 13px;
	background: transparent;
	border-color: var(--main-color);
	line-height: 1.5;
    padding: 5px;
    box-sizing: border-box;
	border-radius: 9px;
	width: 100px;
}

hr {
	background-color: var(--main-color);
	height: 1px;
	border:0;
	margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
}

p{
	margin-bottom: 1.5rem;
	font-size:18px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.25;
	margin-block-start: 0;
    margin-block-end: 0;
    font-weight:normal;
}

h1{
	margin-block-end:2rem;
}

h4{
	margin-block-start: auto;
    margin-block-end: auto;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 35px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 23px;
}

h3{
	font-family: 'DINpro-medium', sans-serif;
	font-size: 23px;
	line-height: 30px;
}

h4{
	font-family: 'DINpro-medium', sans-serif;
	font-size: 13px;
}

form h4{
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

h5{
	font-family: 'DINpro-medium', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#post-data .cat-links a{
	position:relative;
	right:0.3rem;
}

.cat-links a,
.cat-links a:visited{
	font-family: 'DINpro-medium', sans-serif;
	border: none;
	color: var(--background-color);
	background-color: var(--main-color);
	padding: 1px 8px 3px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	margin: 2px 2px;
	border-radius: 9px;
}
.cat-links a:hover{
	background-color: var(--background-color);
	color: var(--main-color);
	-webkit-box-shadow:inset 0px 0px 0px 1px var(--main-color);
    -moz-box-shadow:inset 0px 0px 0px 1px var(--main-color);
    box-shadow:inset 0px 0px 0px 1px var(--main-color);
}

.meta-link a,
.meta-link a:visited{
	font-family: 'DINpro-medium', sans-serif;
	border: none;
	color: var(--main-color);
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}
.meta-link a:hover{
	color: var(--hover-color);
}

span.meta-link{
	font-family: 'DINpro-medium', sans-serif;
	border: none;
	color: var(--main-color);
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}

a,
a:visited{
	color: var(--main-color);
	text-decoration: none;
	transition: all ease-in-out 0.2s;
}
a:hover{
	color: var(--hover-color);
	text-decoration: none;
}
::selection{
	background: #faeaee;
}
::-moz-selection{
	background: #faeaee;
}

a:hover img{
	filter: opacity(0.8);
	transition: all ease-in-out 0.2s;
}

.post-container a{
	color: var(--hover-color);
}

.post-container a:hover{
	color: var(--main-color);
}

.post-container a sup{
	font-family: 'DINpro-medium', sans-serif;
}

.new-link{
	font-family: 'DINpro-medium', sans-serif;
	border: none;
	background-color: var(--background-color);
	color: var(--main-color);
	text-align: center;
	text-decoration: none;
	padding: 1px 8px 2px 8px;
	-webkit-box-shadow:inset 0px 0px 0px 1px var(--main-color);
    -moz-box-shadow:inset 0px 0px 0px 1px var(--main-color);
    box-shadow:inset 0px 0px 0px 1px var(--main-color);
	display: inline-block;
	font-size: 13px;
	border-radius: 9px;
}
.new-link:hover{
	color: var(--background-color);
	background-color: var(--main-color);
}

a.new-link{
	color: var(--main-color);
}
a.new-link:hover{
	color: var(--background-color);
}
a.new-link:visisted{
	color: var(--main-color);
}

.date{
	font-family: 'DINpro-medium', sans-serif;
	color: var(--main-color);
	font-size: 13px;
	display: inline-block;
}

#post-data .date{
	display: block;
}

.small-date{
	font-family: 'DINpro-medium', sans-serif;
	color: var(--main-color);
	font-size: 13px;
	display: none;
}

.copyright{
	font-family: 'DINpro-medium', sans-serif;
	color: var(--main-color);
	font-size: 13px;
	display: inline-block;
}

.small-copyright{
	font-family: 'DINpro-medium', sans-serif;
	color: var(--main-color);
	font-size: 13px;
	display: none;
}

.page p{
	font-size: 18px;
}





.post-container h4{
	margin-block-end:1rem;
}

.easy-footnote-margin-adjust {
    position: absolute;
    margin-top: -8rem;
}

.easy-footnotes-wrapper{
	padding-inline-start: 1em;
	font-family: 'DINpro-medium', sans-serif;
	font-size: 13px;
	clear: both;
	line-height: 1.25em;
    font-weight:normal;
}

.easy-footnotes-wrapper li{
	margin-bottom: 0.5em;
	}

.qtip-content{
	font-family: 'DINpro-medium', sans-serif;
	font-size: 13px;
	line-height: 1.25;
}

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

cite{
	display: block;
	margin-top: -1rem;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-color: var(--main-color);
	border-width: 1px;
	border-radius: 9px;
	background: transparent;
	color: var(--main-color);
	font-size: 13px;
	line-height: 1;
	padding: 5px;
	font-family: 'DINpro-medium', sans-serif;
}

form#searchform input[type="submit"] { display: none;}
form#searchform svg:hover{cursor: pointer;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--main-color);
  opacity: 0.3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--main-color);
  opacity: 0.3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--main-color);
  opacity: 0.3;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {	
	background-color: var(--main-color);
	color:#fff;
	-webkit-box-shadow:inset 0px 0px 0px 1px var(--main-color);
    -moz-box-shadow:inset 0px 0px 0px 1px var(--main-color);
    box-shadow:inset 0px 0px 0px 1px var(--main-color);
	transition: 0.2s;
	cursor: pointer;
}

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 {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"],
select,
textarea {
	border: 1px solid var(--main-color);
	padding: 5px;
	background-color: transparent;
	border-radius: 9px;
	font-family: 'DINpro-medium', sans-serif;
	font-size: 13px;
	width:100%;
	color:var(--main-color);
	resize: none;
}

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 {
}

input[type="search"]{
	width: 250px;
	background-color: transparent;
	border-width: 0pt;
	border-bottom-width: 1pt;
	border-color: var(--main-color);
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: var(--main-color);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 13px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 13px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contrib_list_split{
	column-count: 3;
	margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 18px;
}

.contrib_list_split a{
	display: inline;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post{
}
.page {
}
.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;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
	font-size: 13px;
	color: var(--main-color);
	filter: opacity(0.5);
}
figcaption{
	text-align: center;
	font-size: 13px;
	color: var(--main-color);
	filter: opacity(0.5);
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.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%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## CUSTOM CSS
--------------------------------------------------------------*/

.ad{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-block-start:0.5rem;
	margin-block-end:0.5rem;
}

#secondary {
float: left;
margin-left: 60px;
}
#main {
	margin: 7rem;
	margin-top:8rem;
	margin-bottom: 12rem;
}

#masthead{
	padding-left: 7rem;
	padding-right: 7rem;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
.site-footer {
    padding: 60px;
}

/*--------------------------------------------------------------
# HOME PAGE FEATURED
--------------------------------------------------------------*/



.featured-row{
	width: 100%;
	height: auto;
	overflow: hidden;
}

#featured-1{
	display: block;
	width: 50%;
	float: left;
	padding-right: 10px;
	margin-bottom: 2rem;
}

#featured-2{
	display: block;
	width: 50%;
	float: right;
	padding-left: 10px;
	margin-bottom: 2rem;
}

#featured-3{
	display: block;
	width: 50%;
	float: left;
	padding-right: 10px;
	margin-bottom: 30px;
}

#featured-4{
	display: block;
	width: 50%;
	float: right;
	padding-left: 10px;
	margin-bottom: 30px;
}

.featured-image{
	width: 100%;
	height: calc(50vw * 0.5625);
	object-fit: cover;
}

.issue-image{
	opacity: 100%;
}
.issue-image:hover{
	opacity: 80%;
}

.headshot{
	width: 60%;
}

#featured-meta{
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}
.loop-post-container{
	margin-bottom: 2rem;
	margin-top: 2rem;
}
#single-meta{
	width: 20%;
	float: left;
}
#single-title{
	width: 60%;
	float: left;
	text-align: center;
}
#single-issue-link{
	width: 20%;
	float: right;
	text-align: right;
}

.page .entry-title{
display:none;
}
.expo-logo{
}

#published-by{
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.expo-logo svg{
}

#search-form{
	margin-left: auto;
	padding-left: 20px;
}
.site-header{
	position: fixed;
	top:0;
	border-bottom-width: 1pt;
	border-color: var(--main-color);
	border-bottom-style: solid;
	width: 100%;
	z-index: 2000;
	background-color: var(--background-color);
	line-height: 1;
	font-size: 0;
}

#topL{
	height: 50px;
	display: block;
}
#topLsmall{
	display: none;
}
#topLmobile{
	display: none;
}
#footL{
	width: 240px;
	display: block;
}
#colophon{
	padding-left: 7rem;
	padding-right: 7rem;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#colophon:before, #colophon:after{
    content: none;
}

.toggle{
	margin-right: 20px;
}
.page-header{
	margin-bottom: 40px;
}
.post-container{
	width:76%;
	margin-left: 12%;
	margin-right: 12%;
	overflow-wrap: break-word;
}
.post-container h3{
	padding-bottom: 0.5em;
}
.post-container h2{
	padding-bottom: 0.5em;
}
#single-title h2{
	margin-block-start:1rem;
	margin-block-end:1rem;
}
.tax-container{
	width:76%;
	margin-left: 12%;
	margin-right: 12%;
	overflow-wrap: break-word;
}
.tax-container h3{
	padding-bottom: 1em;
}

.footer-nav ul{
	font-family: 'DINpro-medium', sans-serif;
	border: none;
	color: var(--main-color);
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	padding-left: 0;
}
.footer-social ul{
	font-family: 'DINpro-medium', sans-serif;
	border: none;
	color: var(--main-color);
	text-decoration: none;
	font-size: 13px;
	list-style: none;
	padding-left: 0;
}

#footer-social{
	display: block;
	margin-right: 10rem;
	padding-left: 1rem;
}
#footer-nav{
	display: block;
	margin-left: 5rem;
	padding-right: 1rem;
}
svg{
	fill: var(--main-color);
	transition:0.2s;
	transition-timing-function: ease-in;
}
svg:hover{
	fill: var(--hover-color);
	transition: 0.2s;
	transition-timing-function: ease-in;
}
*{
	box-sizing: border-box;
}
.overlay{
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: var(--background-color);
	opacity: 90%;
}
.overlay-content{
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
#closebtn {
	position: absolute;
	line-height: 1.35;
	right: 7rem;
	font-size: 60px;
	cursor: pointer;
	color: var(--main-color);
	transition: 0.2s;
}
#closebtn:hover {
	color: var(--hover-color);
	transition: 0.2s
}
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}
.overlay input[type=text]:hover {
	background: #f1f1f1;
}
.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.overlay button:hover {
	background: #bbb;
}
.archive-description{
	font-size: 18px; 
}
#post-data{
	display: flex;
	align-items: baseline;
}
#empty-search-form{
	width: 30px;
	margin-left: 10px;
	display: none;
}
#footer-small-menu{
		display: none;
	}

	#post-data .meta-link{
		display: block;
	}

/* Responsive Window Breakpoint 1024 */
@media screen and (max-width: 1024px){
	#sub_header{
		display: none;
	}
	#main {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	#masthead{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.overlay #closebtn {
		position: absolute;
		right: 3rem;
	}
	#colophon{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	h3{
		font-size:19px;
	}
}

/* Responsive Window Breakpoint 768 */
@media screen and (max-width: 768px){
	#main {
		margin-left: 3rem;
		margin-right: 3rem;
	}
#post-data .cat-links a{
	position:relative;
	right:0;
}
#single-title h2{

	margin-block-end:2rem;
}
	#featured-1{
		width: 100%;
		float: none;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	#featured-2{
		width: 100%;
		float: none;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	#featured-3{
		width: 100%;
		float: none;
		padding-right: 0px;
		padding-bottom: 10px;
	}
	#featured-4{
		width: 100%;
		float: none;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	.featured-image{
		width: 100%;
		height: calc(100vw * 0.5625);
		object-fit: cover;
	}


.contrib_list_split{
	column-count: 2;
}

.ad{
	max-width: 100%;
}

.headshot{
	width: 100%;
}

	#search-form{
		margin-left: 0px;
		padding-left: 10px;
	}

	.toggle{
		margin-right: 10px;
	}
	.post-container{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
.tax-container{
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	#masthead{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	#topL{
		height: 50px;
		display: none;
	}
	#header_logo{
		margin: auto;
	}
	#topLsmall{
		display: block;
		height: 50px;
	}
	#topLmobile{
	display: none;
}
	#ad{
		display: none;
	}
	#ad2{
		display: flex;
		margin: auto;
		margin-bottom: 30px;
	}
	#ad3{
		display: none;
	}
	#ad4{
		display: flex;
		margin: auto;
		margin-top:	30px;
	}
	#post-data{
		margin-top: 0px;
		display: block;
	}
	#single-meta{
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 2rem;
	}
	#single-title{
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}
	#single-issue-link{
		width: 100%;
		float: none;
		text-align: center;
	}
	#colophon{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	#footer-small-menu{
		display: inline;
  		list-style: none;
	}

.wp-block-column {
	flex: 1;
	margin-bottom: 1em;
	flex-basis: 100%;
	min-width: 0;
}

.wp-block-image {
	margin-bottom: 0.25rem;
}
	
#footer-small-menu li {
  display: inline;
}

#footer-small-menu li:after {
  content: ", ";
}

#footer-small-menu li:last-child:after {
    content: "";
}

#footer-social{
	display: none;
}
#footer-nav{
	display: none;
}

	.date{
		display: none;
	}
	#post-data .date{
	display: none;
}
	.small-date{
		display: inline-block;
	}
	#post-data .small-date{
		display: block;
	}
	#post-data .date{
		display: none;
	}
	#post-data .meta-link{
		display: block;
	}
	.copyright{
		display: none;
	}
	.small-copyright{
		display: inline-block;
	}
	.site-info{
		margin-left: auto;
		margin-right: auto;
	}
	.expo-logo{
		padding: 0;
	}

    #topLsmall{
		display: block;
		height: 50px;
	}
	#topLmobile{
	display: none;
}
}

/* Responsive Window Breakpoint 540 */
@media screen and (max-width: 540px){
	#main {
		margin-left: 1rem;
		margin-right: 1rem;
		margin-bottom: 17rem;
	}
	#topLsmall{
		display: block;
	}
	#topLmobile{
	display: none;
}
	#masthead{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#search-form{
		margin-left: 0px;
		padding-left: 5px;
	}
	.toggle{
		margin-right: 5px;
	}
	.overlay #closebtn {
		position: absolute;
		right: 1rem;
	}
	#empty-search-form{
		margin-left: 5px;
	}
	#colophon{
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#footer-small-menu{
		text-align: center;
		margin-bottom: 1rem;
	}
	.small-copyright{
		text-align: center;
		margin-bottom: 1rem;
	}
	.contrib_list_split{
	column-count: 2;
}
}

/* Mobile Device Breakpoint */
@media only screen and (max-device-width: 768px){
	html{
		text-size-adjut: 90%;
		-webkit-text-size-adjust: 90%;
	}
	#main {
	margin-top:7rem;
	}
	#topLmobile{
	display: block;
	height: 36px;
}
#topLsmall{
	display: none;
}
	#header_logo{
		margin: auto;
	}
	.toggle{
		margin-right: 8px;
	}
	#search-form{
		margin-left: 8px;
		padding-left: 0px;
	}
	.date{
		display: none;
	}
	#post-data .date{
	display: none;
}
	.small-date{
		display: inline-block;
	}
	#post-data .small-date{
		display: block;
	}
	#post-data .date{
		display: none;
	}
	#post-data .meta-link{
		display: block;
	}

input[type="search"]{
	border-width: 1pt;
	border-bottom-width: 1pt;
}
}

