/*!
Theme Name: mivim_hff
Theme URI: http://underscores.me/
Author: Herr/Frau/Firma
Author URI: https://herrfraufirma.de/
Description: A custom theme for MIVIM by Herr/Frau/Firma.
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mivim_hff
Tags: custom-background, custom-logo, custom-menu, featured-images, custom content types, custom contact form, accessibility friendly, SEO friendly

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

mivim_hff 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
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# 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%;
    font-size: 16px;
    font-feature-settings: "ss03";
}

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

	html {
	    font-size: 15px;
    }
}

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

	html {
	    font-size: 14px;
    }
}

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

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

.details_column sub {
    bottom: 0;
    font-size: 100%;
	font-feature-settings: "subs";
}

.details_column sup {
	top: 0;
    font-size: 100%;
	font-feature-settings: "sups";
}

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

/* sticky footer */

.site {
	display: flex;
	flex-direction: column;
}

.site-main {
	min-height: calc( 100vh - 20rem );
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
	font-family: "InterVariable", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
    font-weight: 380;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: normal;
}

h3 {
    margin-top: 2rem;
    margin-bottom: 0;
}

.the_content h3 {
    margin-bottom: 1rem;
}

.page-imprint h3,
.page-contact h4,
.page-imprint h4 {
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.07em;
    font-weight: 440;
}

.page-contact h4 {
    margin-top: 2.8rem;
}

.page-imprint h4 {
    font-size: 0.825rem;
    margin-bottom: 0;
}

.single-netzwerk .entry-header .container {
    margin: 0 0 3rem 0;
    max-width: calc(50% + 2.4rem);
    background-color: #ECECEC;
    padding: 1.7rem 2.4rem 2rem;
    color: #121212;
    margin-left: -2.4rem;
    border-radius: 2px;
}

/* --network_list -- */ 

.network_list.list {
    margin-left: -2.4rem;
	width: calc(100% + 4.8rem);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.network_list.list .entry {
    background-color: #ECECEC;
    color: #121212;
    margin-bottom: 1.5rem;
    margin-bottom: 3%;
/*  margin-left: -2.4rem;
    width: calc(50% + 2.4rem);
    min-width: 540px;
	*/
	flex: 0 0 48.5%;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.network_list.list .entry .box {
    padding: 0.4rem 1.8rem 0.6rem 2.4rem;
}

@media screen and (max-width: 864px) {
    
    .site-main .container{
        padding: 0 2.4rem 0 4.8rem;	
    }

	.single-netzwerk .entry-header .container {
        max-width: calc(100% + 2.4rem);
    }

    .network_list.list {
        width: calc(100% + 2.4rem);
	}
	
    .network_list.list .entry {
        width: calc(100% + 2.4rem);
        min-width: 100%;
    }

}

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

	.single-netzwerk .entry-header .container {
        border-radius: 0;
    }

    .network_list.list .entry {
        border-radius: 0;
    }

}

.single-netzwerk .list:last-of-type li:last-of-type.entry {
    margin: 0 0 0 0;
}


.calendar_list.list .entry .columns {
	display: flex;
}

.calendar_list.list .entry .columns .column_date.column {
	flex: 0 0 34%;
    padding-top: 2.1rem;
}

.calendar_list.list .entry .columns .column_details.column {
	flex: 0 0 66%;
    background-color: #ECECEC;
    padding: 2.2rem 2.2rem 2.2rem 2.4em;
    color: #121212;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    transition: all 0.2s ease;
    border-radius: 2px;
}

@media screen and (max-width: 864px) {
    
    .calendar_list.list .entry .columns {
        display: block;
        width: 100%;
    }

    .calendar_list.list .entry .columns .column_date.column {
        margin-bottom: 2rem;
        padding-right: 2rem;
    }
    
    .calendar_list.list .entry .columns .column_details.column {
        margin-left: -2.4rem;
    }
    
}

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

	.calendar_list.list .entry .columns .column_details.column {
        border-radius: 0;
    }

}

.calendar_list.list .entry .container {
    padding: 0;
    margin-bottom: 2.4rem;
}

.calendar_list.list .entry div.date,
.calendar_list.list .entry div.location {
    padding: 0 2.4rem 0 0;
}

.calendar_list.list .entry div.date {
    color: #121212;
}

.network_list.list .entry:hover,
.calendar_list.list .entry .columns .column_details.column:hover {
    background-color: #232323;
}

.network_list.list .entry .name {
    font-size: 1.4rem;
    line-height: 1.2;
}

.network_list.list .entry .position {
    font-size: 1.1rem;
    line-height: 1.24;
    margin-top: 0.3rem;
}

.network_list.list .entry a,
.network_list.list .entry a:visited,
.calendar_list.list .entry a,
.calendar_list.list .entry a:visited {
    color: #121212;
    transition: all 0.2s ease;
}

.network_list.list .entry:hover a,
.calendar_list.list .entry .columns .column_details.column:hover {
    color: #FFF;
}

.calendar_list.list .entry .event_type,
.calendar_list.list .entry .date,
.calendar_list.list .entry label,
article.type-event .date,
.single-event .entry .event_type,
.single-event .entry label,
.single-event .entry-content p.label {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.07em;
    font-weight: 480;
	margin: 0;
}

.calendar_list.list .entry .event_type,
.single-event .entry .event_type {
    color: #777;
    font-weight: 420;
}

.calendar_list.list .entry:hover .event_type {
    color: #949494;
}

.single-event .entry .event_type {
    margin-bottom: 2rem;
}

article.type-event .entry,
article.type-event .entry-content {
    width: 75%;
	max-width: 50rem;
    margin-bottom: 6.4rem;
}

article.type-event .entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

article.type-event .entry-content::before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 3px;
    background-color: #E4E4E4;
    margin: 0 auto 2.4rem 0;
    border-radius: 2px;
}

@media screen and (max-width: 864px) {
    
    article.type-event .entry,
    article.type-event .entry-content {
        width: 100%;
        padding-right: 2.4rem;
    }

}

.calendar_list.list .entry .location {
    letter-spacing: 0.02em;
}

.calendar_list.list .entry .location::before {
    display: block;
    content: "";
    width: 1.2rem;
    height: 2px;
    background-color: #E4E4E4;
    margin: 1.1rem auto 0.8rem 0;
    border-radius: 1px;
}

@media screen and (max-width: 720px) {
    
    .calendar_list.list .entry .date {
        display: inline;
    }
    
    .calendar_list.list .entry .location {
        display: block;
    }

    .calendar_list.list .entry .location::before {
        display: inline-block;
        width: 2px;
        height: 0.75rem;
        margin: 0 1rem 0 0;
    }
    
    .calendar_list.list .entry div.date,
    .calendar_list.list .entry div.location {
        padding: 0 0 0 0;
    }
    
    .calendar_list.list .entry div.date {
        padding: 0 0.6rem 0 0;
    }
}

.calendar_list.list .entry label,
.calendar_list.list .entry .event_type {
    font-size: 0.8rem;
}

.calendar_list.list .entry .event_type {
	margin: 0 0 1rem 0;
}

.calendar_list.list .entry .speaker .content,
.single-event .entry .speaker .content {
    font-size: 1.4rem;    
    font-weight: 400;
    line-height: 1.3;
}

.calendar_list.list .entry.title_first .speaker .content {
    font-size: 1.28rem;
}

.single-event .entry.title_first .speaker .content {
    font-size: 1.36rem;
}

.calendar_list.list .entry .host,
.single-event .entry .host,
.single-event .entry .location,
.single-event .entry .info_block {
    margin-top: 1rem;
}

.single-event .entry .text_block {
    margin-top: 2rem;
}

.calendar_list.list .entry .title {
    font-style: italic;
    font-size: 1.28rem;    
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.calendar_list.list .entry.title_first .title {
    font-style: normal;
    font-size: 1.4rem;
}

.single-event .entry-header {
    letter-spacing: 0.02em;
}

.single-event .entry-header .entry {
    padding-top: 1.82rem;
    margin-bottom: 2.6rem;
}

.entry-header h1.entry-title,
.entry-content h2.entry-title {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    font-weight: 460;
    text-transform: uppercase;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-right: 2.4rem;
}


.entry-content h2.entry-title .sub-title {
	display: block;
	font-size: 1.0rem;
	margin-top: 0.75rem;
}


.entry-header h1.entry-title::before,
.entry-content h2.entry-title::before {
    display: inline-block;
    content: url("imgs/slash.svg");
    width: 0.55rem;
    height: auto;
    margin: 0 1.85rem 0 -2.4rem;
}

@media screen and (max-width: 720px) {
    
    .entry-header h1.entry-title::before,
    .entry-content h2.entry-title::before {
        margin: 0 1rem 0 0rem;
    }	
}

.single-netzwerk .entry-header h1.title,
.single-event .entry h3.title {
    text-transform: none;
    font-size: 1.84rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.single-event .entry h3.title {
    font-style: italic;
    font-size: 1.58rem;
    line-height: 1.24;
    margin-bottom: 2rem;
}

.single-event .entry .speaker {
    margin: 0 0 2rem 0;
}

.single-event .entry .speaker .content {
    font-size: 1.84rem;
    line-height: 1.225;
	margin: 0 0 1rem 0;
}

.single-event .entry.title_first .speaker .content {
	margin: 0 0 2rem 0;
}

.single-event .entry.title_first h3.title {
    font-size: 1.84rem;
    line-height: 1.225;
    font-style: normal;
	margin: 0 0 2rem 0;
}

.single-event .entry .info_block a,
.single-event .entry-content a {
    text-decoration: underline;
    text-decoration-color: #DCDCDC;
    text-decoration-thickness: 0.12em;
    text-underline-offset: 0.24em;
    text-decoration-skip-ink: none;
}

.single-event .entry .info_block a:hover {
    text-decoration-color: #EAEAEA;
}

article.type-event .date,
article.type-event .event_type {
    margin-top: 0;
    margin-bottom: 1rem;
}

.entry-header h2.title {
    font-size: 1.36rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 0.4rem;
    margin-bottom: 0;
    line-height: 1.24;
}

.column .entry label {
	margin: 0 0.25rem 0 0;
}

/* -- */

.calendar_list.list .entry *:last-child {
	margin-bottom: 0px !important; 
}

/* -- */

.column .entry > label,
.details_column.column label {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    font-weight: 440;
    margin-top: 0;
    margin-bottom: 1rem;
}

.contact.entry .content label,
.page-contact .entry-content label,
.page-imprint .entry-content label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 480;
    margin-right: 0.5rem;
}

.page-contact .entry-content label,
.page-imprint .entry-content label {
    margin-right: 0.25rem;
}

.list h3.title {
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

p {
	margin: 0 0 1rem 0;
}

p:last-of-type {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 2.4rem 0;
	padding: 0 0 0 0;
}

.first_column div.list:last-of-type ul,
.first_column div.list:last-of-type ol {
	margin: 0 0 0 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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


/* About / Home — Intro
--------------------------------------------- */
/*
article#post-60 .entry-content,
.home .entry-content .the_content {
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
}
*/


@media screen and (max-width: 864px) {
    
    article#post-60 .entry-content,
    .home .entry-content .the_content {
        padding-right: 2.4rem;
        -webkit-columns: 1 auto;
        -moz-columns: 1 auto;
        columns: 1 auto;
    }
}

.home .entry-content .the_content {
    margin-bottom: 4rem;
}

.entry-content .the_content p {
    font-size: 1.075rem;
}
/*
.home .entry-content .the_content p:first-of-type,
article#post-60 .entry-content p:first-of-type */
.entry-content .the_content p.intro {
    font-size: 1.325rem;
    font-weight: 340;
    line-height: 1.375;
    margin-bottom: 2rem;
}

@media screen and (max-width: 720px) {
    
    .entry-content .the_content p.intro {
        margin-bottom: 1.5rem;
    }
    
    .entry-content .two_columns {
        margin-bottom: 4rem;
    }
    
    .entry-content .two_columns:last-of-type {
        margin-bottom: 2rem;
    }
}

.home .entry-content .the_content p strong,
article#post-60 .entry-content p strong {
    letter-spacing: 0.01em;
}

.home .entry-content .the_content p:first-of-type strong,
article#post-60 .entry-content p:first-of-type strong {
    font-weight: 560;
}

article#post-60 .entry-content p:first-of-type,
.home .entry-content .the_content p:first-of-type {
    margin-top: 0;
}



/* Circ_num
--------------------------------------------- */

.circ_num {
    font-feature-settings: "ss05";
    font-size: 0.8rem;
    font-weight: 500;
}



/* Links
--------------------------------------------- */
a {
	color: #121212;
	text-decoration: none;
    transition: all 0.2s ease;
}

a:visited {
	color: #121212;
}

a:hover,
a:focus,
a:active {
	color: #808080;
}

a:focus {
	outline: thin dotted;
	outline: none;
}

a:focus-visible {
	outline: 2px solid #000000;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 2px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #121212;
	border: 2px solid rgba(255,255,255,1.00);
	border-radius: 2px;
	padding: 0.2rem 0.5rem;
    transition: all 0.2s ease;
    margin-top: 0.2rem;
}

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

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
    outline: none;
    border: 2px solid #121212;
}

select {
	border: 2px solid #FFF;
}

textarea {
	width: 100%;
}

/* FORMULAR 
========================================================================== */

div#wpcf7-f432-p433-o1 {
    background-color: rgb(236, 236, 236);
    padding: 1.7rem 2.4rem 2rem;
    border-radius: 2px;
    margin-top: 3.6rem;
    margin-left: -2.4rem;
    width: calc(100% + 4.8rem);
    max-width: calc(100% + 4.8rem);
}

@media screen and (max-width: 864px) {
    
    div#wpcf7-f432-p433-o1 {
        width: calc(100% + 2.4rem);
    }
}

@media screen and (max-width: 720px) {
    
    div#wpcf7-f432-p433-o1 {
        border-radius: 0;
    }
}

.wpcf7-form label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 480;
    color: #121212;
}

.wpcf7-form textarea {
    resize: vertical;
}

.wpcf7-not-valid-tip {
    color: #CF384D;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 480;
    display: block;
    margin-top: 0.4rem;
}

.wpcf7-text {
	width: 100%;
}

.wpcf7-form .column {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

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

    .wpcf7-form .column {
        flex-direction: column;
    }
}

.wpcf7-form .column .field {
    flex: 0 0 48.5%;
	width: auto;
    margin-bottom: 0.5rem;
}

.wpcf7-form .wpcf7-submit:hover {
	cursor: pointer;
}

.wpcf7-submit {
    border: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    font-weight: 480;
    padding: 0.8rem 1rem!important;
    background-color: #121212!important;
    color: #FFF!important;
    border: none!important;
    transition: all 0.2s ease;
    margin: 0.5rem 0;
}

.wpcf7-submit:hover {
    color: #121212!important;
    background-color: #FFF!important;
}



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

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

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


.site-branding {
	width: 11rem;
	flex: 0 0 11em;
	margin: 4.3rem 1rem 1.25rem -0.5rem;
}

.site-branding a {
	padding: 0.5rem;
}

.site-branding a:hover {
	opacity: 0.5;
}

/* -- */ 

.site-title {
    display: flex;
	background-image: url("imgs/mivim_m.svg");
    background-repeat: no-repeat;
    height: 4rem;
    width: 10rem;
    margin-top: 4.8rem;
    opacity: 0.9;
    transition: all 0.2s ease;
}

.site-title:hover {
    opacity: 0.45;
}

.site-title a,
.site-title a:visited {
    color: rgba(0,0,0,0.00);
    font-size: 3rem;
    line-height: 0.5;
    width: 100%;
}

/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
    margin-top: 5.55rem;
}

@media screen and (max-width: 960px) {
    
    .main-navigation {
        margin-top: 5.2rem;
    }
}

@media screen and (max-width: 768px) {
    
    .main-navigation {
        margin-top: 5.03rem;
    }
}

@media screen and (max-width: 720px) {
    
    .main-navigation {
        margin-top: 4.9rem;
    }
}

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a,
.main-navigation a:visited {
    color: #121212!important;
	display: block;
	text-decoration: none;
    text-transform: uppercase!important;
    font-size: 0.9rem!important;
    letter-spacing: 0.08em;
    font-weight: 500!important;
    transition: all 0.2s ease!important;
}

.main-navigation a:hover {
    color: #808080!important;
}

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

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

.site-main
.post-navigation {
	margin-top: 5rem;
}

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

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

.posts-navigation div a,
.post-navigation div a {
    display: inline-block;
}

.posts-navigation div.nav-previous a::after,
.post-navigation div.nav-previous a::after,
.posts-navigation div.nav-next a::before,
.post-navigation div.nav-next a::before,
.pagination a.prev-page::before,
.pagination a.next-page::before {
    display: inline-block;
    content: url("imgs/next.svg");
    width: 0.8rem;
    height: auto;
    margin: 0 0 0 1rem;
    opacity: 1;
    transition: all 0.2s ease;
}

.posts-navigation div.nav-next a::before,
.post-navigation div.nav-next a::before,
.pagination  a.next-page::before {
    content: url("imgs/prev.svg");
    margin: 0 1rem 0 0;
}

.posts-navigation div.nav-previous a:hover::after,
.post-navigation div.nav-previous a:hover::after,
.posts-navigation div.nav-next a:hover::before,
.post-navigation div.nav-next a:hover::before,
.pagination a.prev-page::before {
    opacity: 0.5;
}

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

.posts-navigation .nav-next .link-title,
.post-navigation .nav-next .link-title,
.posts-navigation .nav-previous .link-title,
.post-navigation .nav-previous .link-title,
.pagination a.prev-page .link-title,
.pagination a.next-page .link-title {
    display: none;
}


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

.site-header .container {
	display: flex;
}

.main-navigation button.menu-toggle {
  display: none;
}

.main-navigation .mega-menu-toggle {
	margin-top: -0.5rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 1 !important;
	padding: 0 1.2rem!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	text-align: right;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type > a.mega-menu-link {
	padding: 0 0 0 1.2rem!important;
}

#mega-menu-wrap-menu-1 li.mega-current-menu-item a,
#mega-menu-wrap-menu-1 li.mega-current-page-ancestor a, 
.single-netzwerk li.network a,
.single-event li.calendar a,
#menu-footer-navigation li.current_page_item a {
	color: #808080!important;
	/* text-decoration: underline !important;
    text-decoration-color: #D9D9D9!important;
    text-decoration-thickness: 0.125em!important;
    text-underline-offset: 0.375em!important; */
}

#mega-menu-wrap-menu-1 li.mega-current-menu-item a::after,
#mega-menu-wrap-menu-1 li.mega-current-page-ancestor a::after, 
.single-netzwerk li.network a::after,
.single-event li.calendar a::after,
#menu-footer-navigation li.current_page_item a::after {
	content: ''!important;
    display: block!important;
    background-color: #BBBBBB!important;
    border-radius: 2px!important;
    width: 50%!important;
    height: 0.15em!important;
    margin: 0.6em 25% 0 25%!important;
}

@media screen and (max-width: 960px) {
    
    #mega-menu-wrap-menu-1 li.mega-current-menu-item a::after,
    #mega-menu-wrap-menu-1 li.mega-current-page-ancestor a::after, 
    .single-netzwerk li.network a::after,
    .single-event li.calendar a::after,
    #menu-footer-navigation li.current_page_item a::after {
        width: 2rem!important;
        margin: 0.6em 0 0 auto!important;
    }
}

#menu-footer-navigation li {
	line-height: 1;
}

#menu-footer-navigation li.current_page_item a {
	color: #A6A6A6!important;
    /* text-decoration-color: #757575!important;
    text-decoration-thickness: 0.125em!important;
    text-underline-offset: 0.375em!important; */
}

#menu-footer-navigation li.current_page_item a::after {
	background-color: #707070!important;
    border-radius: 1px!important;
    width: 50%!important;
    height: 2px!important;
    margin: 0.6em 25% 0 25%!important;
}

#menu-footer-navigation li a:hover {
	color: #808080!important;
}

.mega-menu-menu-1-mobile-open #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	padding: 2rem 0 0 0;
}

.mega-menu-menu-1-mobile-open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0 0.4rem!important;
	text-align: right;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 0!important;
}
    
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0!important;
}

/* Layout columns
--------------------------------------------- */

.layout_columns {
	display: flex;
	justify-content: space-between;
}

.layout_columns .column {
	flex: 0 0 50%;
}

.layout_columns .column.first_column {
	position: relative;
    padding: 0 3rem 0 0;
	flex: 0 0 50%;
}   

.layout_columns .column.first_column::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    float: right;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #E4E4E4;
    margin: 0;
    border-radius: 2px;
} 

.layout_columns .column.second_column {
    padding: 0 0 0 3rem;
}

.layout_columns .column .content {
    margin-bottom: 2.4rem;
}

.layout_columns .column.first_column > div {
    margin-bottom: 2.4rem;
}

.layout_columns .column.first_column > div:last-of-type {
    margin-bottom: 0;
}

.layout_columns .column.first_column > div::after {
    display: block;
    content: "";
    width: 2.4rem;
    height: 3px;
    background-color: #E4E4E4;
    margin: 0 auto 0 0;
    border-radius: 2px;
}

.entry-content hr {
    display: block;
    content: "";
    width: 2.4rem;
    height: 3px;
    background-color: #E4E4E4;
    margin: 2.4rem auto 2.4rem 0;
    border-radius: 2px;
}

.layout_columns .column.first_column > div:last-of-type::after {
    display: none;
}

.layout_columns .column.second_column > div::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #E4E4E4;
    margin: 0 0 2.4rem 0;
    border-radius: 2px;
}

.layout_columns .column.second_column > div:last-of-type::after {
    display: none;
}

@media screen and (max-width: 864px) {
    
    .layout_columns .column.first_column {
        padding: 0 2.4rem 0 0;
    }  
    
    .layout_columns .column.first_column::after {
        display: none;
    }  

    .layout_columns .column.second_column {
        padding: 0 2.4rem 0 0;
    } 
    
    .layout_columns .column.second_column::before {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #232323;
        margin: 3.6rem 0 3.6rem 0;
        border-radius: 1px;
    }
    
    .layout_columns .column.first_column > div::after {
        height: 2px;
        border-radius: 1px;
    }

    .layout_columns .column.second_column > div::after {
        height: 2px;
        border-radius: 1px;
    }

}

.layout_columns .column .image img {
    display: block;
    border-radius: 50%;
    width: 50%;
    max-width: 10rem;
}

.layout_columns .column .image {
    margin-bottom: 3.6rem;
}

.layout_columns .column figure {
    margin: 0;
}

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

	.layout_columns {
		display: block;
	}

}

.social_media_list li.entry.sm_x,
.social_media_list li.entry.sm_li,
.social_media_list li.entry.sm_bs,
.link_list li.entry {
    display: flex;
    align-items: center;
}

.link_list li.entry {
    align-items: flex-start;
}

.social_media_list li.entry {
	margin: 0 0 0 0;
}

.social_media_list li.entry.sm_x::before {
    content: '';
    display: inline-flex;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.4rem;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 300 271" fill="rgba(13,13,13,1.00)"><path d="m236 0h46l-101 115 118 156h-92.6l-72.5-94.8-83 94.8h-46l107-123-113-148h94.9l65.5 86.6zm-16.1 244h25.5l-165-218h-27.4z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.social_media_list li.entry.sm_li::before {
    content: '';
    display: inline-flex;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.1rem 0.4rem 0 0;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(13,13,13,1.00)"><path d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.social_media_list li.entry.sm_bs::before {
    content: '';
    display: inline-flex;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.2rem 0.4rem 0 0;
    background-image: url("imgs/bluesky.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.link_list li.entry::before,
.link a::before {
    content: '';
    display: inline-flex;
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
    margin: 0.375rem 0.4rem 0 0;
    background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgba(13,13,13,1.00)"><path d="M17.033 6.966c.584.583.584 1.529 0 2.112l-7.955 7.956c-.583.583-1.529.583-2.112 0-.583-.583-.583-1.529 0-2.112l7.956-7.956c.582-.583 1.528-.583 2.111 0zm-9.138 13.386c-1.171 1.171-3.076 1.171-4.248 0-1.171-1.171-1.171-3.077 0-4.248l5.639-5.632c-1.892-.459-3.971.05-5.449 1.528l-2.147 2.147c-2.254 2.254-2.254 5.909 0 8.163 2.254 2.254 5.909 2.254 8.163 0l2.147-2.148c1.477-1.477 1.986-3.556 1.527-5.448l-5.632 5.638zm6.251-18.662l-2.146 2.148c-1.478 1.478-1.99 3.553-1.53 5.445l5.634-5.635c1.172-1.171 3.077-1.171 4.248 0 1.172 1.171 1.172 3.077 0 4.248l-5.635 5.635c1.893.459 3.968-.053 5.445-1.53l2.146-2.147c2.254-2.254 2.254-5.908 0-8.163-2.253-2.254-5.908-2.254-8.162-.001z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}



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

.post,
.page {
	margin: 0;
}

.site-main .container,
.site-header .container,
.site-footer .container {
	max-width: 72.5rem;
	margin: 0 auto;
	padding: 0 2.4rem;	
}

.site-main .container {
	padding: 0 4.8rem;	
}


@media screen and (max-width: 864px) {
    
    .site-main .container {
        padding: 0 2.4rem 0 4.8rem;	
    }
    
    .page-contact .site-main .container,
    .page-privacy .site-main .container,
    .page-imprint .site-main .container {
        padding: 0 4.8rem 0 4.8rem;	
    }
    
    .post-navigation {
        padding: 0 2.4rem 0 0;	
    }
    
}

.site-header .container,
.site-footer .container {
	max-width: 100%;
	padding: 0 4.8rem;
}

.site-header .container {
	margin: 0 0 2rem 0;
}

.site-footer .container {
	max-width: 72.5rem;
    margin: 0 auto;
    padding: 4.4rem 4.8rem!important;
}

/* site-footer */

.site-footer {
	margin: 8rem 0 0 0;
	background-color: #121212;
	text-align: left;
}
	
.site-footer .container {
	max-width: 72.5rem;
  margin: 0 auto;
	padding: 4.4rem 4.8rem 3.6rem;
}
	
div.menu-footer-navigation-container {
	text-align: center;
	}
	
.site-footer .container a {
	color: #fff;
}


/* mivim-mascot */

.mivim-mascot {
	margin: 0 0 0 0;
	padding: 2rem 0 0 0;
	background-color: #ffffff;
}
	
.mivim-mascot > .container {
	max-width: 77.5rem !important;
	margin: 0 auto;
	padding: 0 !important ;
}
	
.mivim-mascot .image img {
	display: block;
	margin: 0 0 0 0;
}
	
.mivim-mascot .image {
	max-width: 10.5rem;
	margin: 0 2.75rem 0 auto;
}

/* -- */

@media screen and (max-width: 720px) {
    
    .site-footer .container {
        padding: 4rem 2.4rem!important;
    }
    
    .site-footer .mivim-mascot .container {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    
}

.site-footer ul {
	margin: 0;
}

.site-footer {
    background-color: #121212;
    margin-top: 6.5rem;
}


@media screen and (max-width: 720px) {
    
    .site-header .container,
    .site-footer .container {
        padding: 0 2.4rem;	
    }
    
    .site-main .container {
        padding: 0 0 0 2.4rem;	
    }
    
    .page-contact .site-main .container,
    .page-privacy .site-main .container,
    .page-imprint .site-main .container,
    .page-links .site-main .container {
        padding: 0 2.4rem 0 2.4rem;	
    }
    
    .site-footer .container {
        padding: 5.8rem 0 4.2rem;	
    }
    
}


@media screen and (max-width: 640px) {
    
    .site-footer ul {
        display: flex;
        flex-direction: column;
        width: auto;
    }
    
    .site-footer ul li {
        width: auto;
    }
    
}


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

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

.page-links {
	clear: both;
}

.entry-footer .edit-link {
    display: none;
}

div.menu-footer-navigation-container {
    width: auto;
    text-align: center;
}

ul#menu-footer-navigation li {
    margin: 0 0.4rem;
}

ul#menu-footer-navigation li:last-of-type {
    margin-right: 0;
}

ul#menu-footer-navigation a {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    font-weight: 480;
	padding: 0.75rem;
}

ul#menu-footer-navigation a:focus-visible {
  outline: 2px solid #ffffff;
}

ul#menu-footer-navigation li {
    display: inline-flex;
}


@media screen and (max-width: 640px) {
    
    ul#menu-footer-navigation li {
        text-align: center;
        margin: 0;
    }
    
    ul#menu-footer-navigation a {
        margin: 0 auto;
    }
}

.button {
    text-align: right;
}

.button a {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    font-weight: 480;
    padding: 0.8rem 1rem;
    border: solid 0.12rem #232323;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.button a:hover {
    border: solid 0.12rem #808080;
}

.cta-button {
    display: flex;
    justify-content: right;
}

.page-id-57 .cta-button { /* contact page */
    display: flex;
    justify-content: left;
}

.cta-button .button a {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    font-weight: 480;
    padding: 1rem 1.3rem;
    border: none;
    background-color: #121212!important;
    color: #FFF;
    display: inline-flex;
    margin-bottom: 2rem;
}

.cta-button .button a:hover {
    border: none;
    color: #121212;
    background-color: #ECECEC!important;
}

@media screen and (max-width: 720px) {
    
    .button {
        padding-right: 2.4rem;
    }
}


/* 2column text
--------------------------------------------- */

.two_columns {
	display: flex;
	justify-content: space-between;
}

.two_columns .column {
	flex: 0 0 48%;
}

.entry-content .the_content.two_columns p.label {
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	font-weight: 480;
	margin: 0 0 1rem 0;
}

@media screen and (max-width: 720px) {
    
    .two_columns {
        flex-direction: column;
    }
}


/* Calendar
--------------------------------------------- */

.calendar_list .entry {
	margin: 0 0 2rem 0;
}



/* Link List 
--------------------------------------------- */


.page-links .link_list .entry {
	margin: 0 0 3rem 0;
    display: inline-flex;
    align-items: center;
}

.page-links .link_list .entry .box {
	display: flex;
}

.page-links .link_list .entry .box .image {
	flex: 0 0 6rem;
	margin: 0 2.6rem 0 0;
}


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

    .page-links .link_list .entry .box {
        flex-direction: column;
    }

    .page-links .link_list .entry .box .image {
        flex: 0 0 100%;
        max-width: 8rem;
        margin: 0 0 1.5rem 0;
    }
}
.page-links .link_list .entry .box .image img {
    filter: grayscale(1) opacity(0.5);
    transition: all 0.2s ease;
}

.page-links .link_list .entry .box .image img:hover {
    filter: grayscale(0) opacity(1);
}

.page-links .link_list .entry .box .content {
    align-self: center;
}

.page-links .link_list.list .entry h3.title {
    margin: 0 0 0.5rem 0;
}



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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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