/*
Theme Name: Zeitzeugen Lübbeb
Author: Agentur Medienlabor
Author URI: https://www.agentur-medienlabor.de
Version: 1.0
Text Domain: zl
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Open Sans", Arial, helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1em 0 0;
	color: #111;
	text-transform: uppercase;
	font-weight: 300;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1,
h2,
.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;

}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

h5,
h6 {
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: normal;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #000;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-weight: 300;
}

.wp-block-quote  cite,
blockquote cite {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	font-style: italic;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #4c5a76;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #c20012;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Open Sans", Arial, helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Open Sans", Arial, helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Open Sans", Arial, helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Open Sans", Arial, helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #c20012;
	text-decoration: none;
	-o-transition: .75s;
	-ms-transition: .75s;
	-moz-transition: .75s;
	-webkit-transition: .75s;
	transition: .75s;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #33425d;
	outline: 0;
	-o-transition: .75s;
	-ms-transition: .75s;
	-moz-transition: .75s;
	-webkit-transition: .75s;
	transition: .75s;
}

.edit-link {
	font-size: 30px;
	font-size: 1.875rem;
}

#content a {
	color: #eee;
}
#content a:hover,
#content a:active {
	color: #000;
}
#content .full a,
#content .withe a {
	color: #c20012;
}
#content .full a:hover,
#content .withe a:active {
	color: #33425d;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.menu, .sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
}
.menu > li {
	display: inline-block;
}
.navigation-top a {
	color: #fff;
	display: block;
	line-height: 50px;
}
.navigation-top a:hover,
.navigation-top a:active {
	color: #c20012;
}
.mainmenu-container {
	float: left;
}
.secondarymenu-container {
	float: right;
}


.mainmenu-container a {
	font-size: 22px;
	font-size: 1.375rem;
}
.mainmenu.menu > li > a {
	padding-right: 20px;
}

.mainmenu-container ul.menu ul.sub-menu {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 200px;
  max-width: 500px;
  background: #33425d;
  background:  rgba(51,66,93,0.75);
  padding: 5px 0 0;
}
.mainmenu-container ul.menu ul.sub-menu a {
	padding: 5px 20px;
	line-height: 30px;
}
.mainmenu-container ul.menu ul.sub-menu a:hover,
.mainmenu-container ul.menu ul.sub-menu a:active {
	background: #fff;
	color: #33425d;
}
.mainmenu-container ul.menu > li:hover > ul {
  left: auto;
  z-index: 1000;
}
.mainmenu-container ul.menu ul > li:hover > ul {
  left: auto;
  top: 0;
  margin-left: 240px;
  z-index: 1000;
}



.navigation-top .language a {
	width: 50px;
	background: no-repeat center center;
	background-size: 30px 18px;
	text-indent: -99999px;
}
.navigation-top .language.deutsch a { background-image: url(assets/images/de.png); }
.navigation-top .language.english a { background-image: url(assets/images/en.png); }
.navigation-top .language.niedersorbisch a { background-image: url(assets/images/sorb.png); }
.navigation-top .language a:hover,
.navigation-top .language a:active {
	opacity: 0.5;
}

span.show-menu-childs {
	display: none;
}

.mainmenu-container .current-menu-parent > a,
.mainmenu-container .current-menu-item > a {
	color: #aaa;
}


.secondary.menu > li > a {
	padding-left: 20px;
}


/* Menu toggle */
.menu-toggle {
	display: none;
  font-size: 24px;
  line-height: 50px;
  padding: 0 ;
  background: none;
  cursor: pointer;
}
.menu-toggle:hover,
.menu-toggle:active {
	background: none !important;
	color: #c20012;
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

#content {
	overflow: hidden;

}
.site-content {
	padding-top: 30px;
	background: #4c5a76;
	background: -moz-linear-gradient(top, #4c5a76 25%, #33425d 75%);
	background: -webkit-linear-gradient(top, #4c5a76 25%,#33425d 75%);
	background: linear-gradient(to bottom, #4c5a76 25%,#33425d 75%);
  color: #fff;
}


.wp-block-group.full,
.wp-block-group.withe{
	background: -moz-linear-gradient(top, #ffffff 75%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 75%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 75%,#eeeeee 100%);
  margin-left:-100%;
  margin-right:-100%;
  padding: 50px 0 10px;
  color: #333;
}

.wp-block-group.full .wp-block-group__inner-container,
.wp-block-group.withe .wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.3333%;
	overflow: hidden;
}

.wp-block-group.full h2, .wp-block-group.withe h2,
.wp-block-group.full h3, .wp-block-group.withe h3,
.wp-block-group.full h4, .wp-block-group.withe h4 {
	color: #c20012;
}




/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header #header-inner {
	background: #33425d;
	color: #fff;
	padding: 30px 0;
}

.site-header .navigation-top {
	background: #33425d;
	width: 100%;
}
.site-header .navigation-top.is-fixed {
	background: rgba(51,66,93,0.75);
	position: fixed;
	top: 0;
}

.site-header .site-branding {
	float: left;
}
.site-header .blog-name {
	font-size: 36px;
	font-size: 2.25rem;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1em;
}
.site-header .blog-description {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
	font-style: italic;
	color: #c20012;
	line-height: 1em;
}

.site-header a.site-logo {
	display: block;
	background: #fff;
	float: right;
	padding: 3px;
}
.site-header a.site-logo img {
	display: block;
}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.subpage-items.list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.subpage-items.list ul li {
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	margin-right: 20px;
}

.subpage-items.grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	position: relative;
	background: #33425d;
}
.page-content .subpage-items.grid,
.entry-content .subpage-items.grid {
	margin-bottom: 30px;
}
.subpage-items.grid .subpage-item {
	width: 33.33333%;
	position: relative;
	overflow: hidden;
}
.subpage-items.grid .subpage-item .subpage-item-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	padding: 50px 20px 20px;
	background: -webkit-linear-gradient(rgba(51,66,93,0) 0%, rgba(51,66,93,0.75) 50%, rgba(51,66,93,0.75) 100%);
	background: -o-linear-gradient(rgba(51,66,93,0) 0%, rgba(51,66,93,0.75) 50%, rgba(51,66,93,0.75) 100%);
	background: linear-gradient(rgba(51,66,93,0) 0%, rgba(51,66,93,0.75) 50%, rgba(51,66,93,0.75) 100%);
	margin-bottom: 0;
}
.subpage-items.grid .subpage-item .subpage-item-title a {
	color: #fff;
}
.subpage-items.grid .subpage-item .subpage-item-title a:hover,
.subpage-items.grid .subpage-item .subpage-item-title a:active,
.subpage-items.grid .subpage-item:hover .subpage-item-title a {
	color: #000;
}
.subpage-items.grid .subpage-item a img {
	display: block;
	-o-transition: .75s;
	-ms-transition: .75s;
	-moz-transition: .75s;
	-webkit-transition: .75s;
	transition: .75s;
}
.subpage-items.grid .subpage-item a:hover img,
.subpage-items.grid .subpage-item a:active img {
	transform: scale(1.1);
	-o-transition: .75s;
	-ms-transition: .75s;
	-moz-transition: .75s;
	-webkit-transition: .75s;
	transition: .75s;
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4 {
	color: #fff;
}
.site-content h1.entry-title,
.site-content h2.entry-title {
	color: #000;
}

#content ul.themen {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0;
}
#content ul.themen li {
	display: inline-block;
	margin-right: 1em;
	font-size: 20px;
	font-size: 1.25rem;
}

 .home .section-title {
 	color: #c20012;
 	margin: 0.75em 0;
 }

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/


/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 30px 0 50px;
}
.funded-area {
	float: left;
}
.funded-area img {
	display: block;
	float: left;
	margin: 0 40px 20px 0;
}
.funded-area .funded-claim {
	float: left;
	padding-top: 50px;
	font-size: 14px;
	font-size: 0.875rem;
	max-width: 265px;
	color: #999;
}



.footer-right {
	float: right;
	padding-top: 30px;
}
#site-scroll-up {
	border-radius: 50px;
	padding: 15px 18px 20px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 30px;
	float: right;
	margin-left: 20px;
}
.footer-right .nav-info{
	float: left;
	padding-top: 10px;
}
.footer-navigation,
.site-info {
	float: right;
	clear: right;
}
.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	color: #999;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/


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


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
.wp-block-video video {
	width: 100%;
}


img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1024px) {
	.subpage-items.grid .subpage-item {
		width: 50%;
	}
}


@media screen and (max-width: 800px) {
	.menu-toggle {
		display: block;
	}
	#site-navigation {
		display: none;
	}
	#navigation-top .menu > li {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.125);
	}
	#navigation-top .menu > li:last-child {
		border: none;
	}
	.mainmenu.menu > li >  a,
	.secondary.menu > li > a {
		line-height: 1.5;
		padding: 5px 0;
	}

	#navigation-top .mainmenu-container,
	#navigation-top .secondarymenu-container {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.mainmenu-container ul.menu ul.sub-menu {
		display: none;
		position: static;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
	.mainmenu-container ul.menu ul.sub-menu a {
		font-size: inherit;
		padding: 0 10px;
	}
	.mainmenu-container ul.menu ul.sub-menu a:hover,
	.mainmenu-container ul.menu ul.sub-menu a:active {
		background: none;
		color: #c20012;
	}

	li.menu-item-has-children {
		position: relative;
	}
 	span.show-menu-childs {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
  }
  span.show-menu-childs:before {
  	display: block;
  	font-family: 'FontAwesome';
  	content: '\f078';
  }
  .open > span.show-menu-childs:before {
    content: '\f077';
  }
  span.show-menu-childs:hover,
  span.show-menu-childs:active {
  	color: #c20012;
  }


  .site-header .blog-name {
		font-size: 30px;
		font-size: 1.875rem;
  }
	.site-header .blog-description {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.site-header a.site-logo img {
		width: 65px;
		height: auto;
	}


	.funded-area,
	.footer-right {
		float: none;
		clear: both;
		width: 100%;
	}
	.footer-navigation,
	.footer-navigation .secondarymenu-container {
		float: none;
	}
	.footer-navigation .secondarymenu-container ul > li > a {
		padding-right: 10px;
	}
	.site-info {
		float: left;
	}
	#site-scroll-up {
		border-radius: 50px;
		padding: 10px 13px 15px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 10px;
		float: right;
		margin-left: 10px;
		margin-top: 10px;
	}


}


@media screen and (max-width: 660px) {
	.site-header .blog-name {
		font-size: 20px;
		font-size: 1.25rem;
  }
	.site-header .blog-description {
		font-size: 16px;
		font-size: 1rem;
	}
	.site-header #header-inner {
		padding: 20px 0 0;
	}
	blockquote {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h1, h2, .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

@media screen and (max-width: 480px) {
	.site-header a.site-logo {
		display: none;
	}
	.funded-area img {
		width: 75px;
		height: 78px;
		margin: 0 20px 10px 0;
	}
	.funded-area .funded-claim {
		font-size: 12px;
		font-size: 0.75rem;
		max-width: 210px;
		padding-top: 35px;
	}
	.subpage-items.grid .subpage-item {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.site-header .blog-name {
		font-size: 16px;
		font-size: 1rem;
  }
	.site-header .blog-description {
		font-size: 14px;
		font-size: 0.875rem;
	}
	.funded-area img {
		width: 50px;
		height: 52px;
		margin: 0 10px 10px 0;
		}
	.funded-area .funded-claim {
		font-size: 10px;
		font-size: 0.625rem;
		max-width: 180px;
		padding-top: 25px;
	}
	#site-scroll-up {
		float: left;
		clear: both;
		margin-top: 30px;
	}
}







/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
