/*
Theme Name: NewSendzimir
Theme URI: http://underscores.me/
Author: Lukasz Jarzabek
Author URI: http://sendzimir.org.pl
Description: WP theme for uslugiekosystemow.pl website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newsendzimir
Tags:

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

UEko is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Load custom fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets                                                 
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Website header
# Layout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Load custom fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans:300,400,600,700,800|Open+Sans+Condensed:300,400,600,700');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 16px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
select,
optgroup,
input,
textarea,
label {
	font-family: 'Open Sans', sans-serif;
}

body,
select,
optgroup {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}

input,
textarea {
	font-size:15px;
	line-height:28px;
	color:#5d7036;	
}

label {
	font-size:18px;
	line-height:28px;
	color:#5d7036;
	font-weight:700;
}

button {
	font-family:'Open Sans Condensed';
	font-weight:700;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1rem;
}

h3 {
	font-size: 1rem;
}


h2,
h3{
	text-transform: uppercase;
}


p {
	font-size: 1rem;
	margin-bottom: 1.5em;
}

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

.entry-title {
	margin: 1em 0 0 0;
}

.entry-content p {
	margin: 0.5em 0 1em 0;
}

.more-link {
	margin: 30px 0 0 0;
}

.title-single,
.content-single,
.excerpt-archive,
.excerpt-tile,
.credits-reference,
.label-menu,
.side-slider-excerpt,
.opinions h6,
.search-results .entry-title {
	font-family:'Open Sans';
}

.title-single {
	font-size:30px;
	line-height:37px;
	font-weight:700;
	color:#4d833d;
	margin-bottom:15px;
}


.content-single {
	font-size:16px;
	line-height:24px;
	color:#000;
}

.content-single h2,
.entry-content h2,
.search-results .entry-title  {
	font-weight:700;
	text-transform:none;
	font-size:20px;
	line-height:24px;
	color:#7d8d48;
	margin: 16px 0 8px 0;
}

.content-single h3 {
	font-weight:700;
	text-transform:none;
	font-size:18px;
	line-height:22px;
	color:#adb36f;
	margin: 18px 0 9px 0;
}

.content-single h4 {
	font-weight:400;
	text-transform:none;
	font-size:16px;
	line-height:20px;
	color:#7e8e49;
	margin: 40px 0 20px 0;
}


.excerpt-archive {
	font-size:15px;
	line-height:22px;
	color:#000;
}

.excerpt-tile,
.excerpt-tile p,
.side-slider-excerpt {
	font-size:13px;
	line-height:18px;
}

.side-slider-excerpt {
	overflow:hidden;
}

.excerpt-tile{
	color:#fff;
}

.credits-reference {
	font-size:13px;
	font-weight:700;
	line-height:18px;
	color:#77a5a2;
}

.opinions h6 {
	font-size:13px;
	font-weight:700;
	line-height:18px;
	color:#bab761;
	margin-bottom:20px;
}

.label-menu {
	font-weight:600;
	font-size:17px;
}

.title-archive,
.meta-archive,
.title-landing,
.title-tile,
.title-tile h3,
.title-tile-no-hover,
.title-tile-no-hover h3,
.link-nav,
.content-reference,
.searchandfilter label,
.more-link,
.side-slider-title,
.title-publication,
.pub-reviews h3,
.pub-reviews p,
.opinions p,
.contact-details,
#cookie-notice,
.button-404,
.page-template-page-publications-multiple-publications figcaption,
.team-position  {
	font-family:'Open Sans Condensed';
	font-weight:700;
}

.contact-details {
	font-size:22px;
	color:#5d7036;
}

.contact-person-email {
	font-weight:400;
}

.title-archive {
	font-size:22px;
	line-height:27px;
	color:#807e1d;
	text-transform:none;
}

.title-archive a:link,
.title-archive a:visited {
	color:#807e1d;	
}

.meta-archive {
	font-size:15px;
	line-height:18px;
	text-transform:uppercase;
	color:#b8c49b;
	margin: 10px 20px;
}

.meta-archive a:link,
.meta-archive a:visited {
	color:#b8c49b;
}

.title-landing,
.title-publication {
	font-size:30px;
	color:#fff;
}

.title-landing {
	color:#fff;
}

.title-publication {
	color:#807e1d;
}

.title-landing a:link,
.title-landing a:visited {
	color:#fff;
}

.link-nav,
.title-tile,
.title-tile h3,
.searchandfilter label,
.side-slider-title,
.pub-reviews,
.button-404 {
	font-size:20px;
	line-height:24px;
}

.link-nav,
.title-tile,
.searchandfilter label,
.pub-reviews h3{
	text-transform:uppercase;
}

.title-tile {
	color:#fff;
}

.pub-reviews {
	color:#979797;
}

.content-reference{
	font-size:20px;
	line-height:25px;
	color:#a7aeb7;
}

.opinions p {
	font-size:20px;
	line-height:25px;
	color:#615121;
	font-weight:400;
}

.page-template-page-publications-multiple-publications figcaption {
	font-size:16px;
}

#cookie-notice {
	font-size:16px;
	line-height:23px;
}
#cookie-notice p{
text-align:left;
}

.title-aside,
.title-slider-big,
.content-slider-big,
.date-slider-big,
.entry-title-alt,
.tablepress-table-name,
.collaboration-desc,
.summaries nav ul li {
	font-family:'Bree Serif';
}

.title-aside,
.entry-title-alt,
.tablepress-table-name,
.summaries nav ul li {
	font-size:32px;
}

.entry-title-alt,
.tablepress-table-name {
	text-transform: none;
	font-weight:400;
}

.title-slider-big {
	font-size:32px;
	text-transform:none;
	line-height:45px;
}

.content-slider-big {
	font-size:22px;
	line-height:32px;
}

.more-link {
	font-size:22px;
	line-height:27px;
	text-transform:uppercase;	
}

.date-slider-big {
	font-size:20px;
}

/* .more-link span {
	border-top: 5px solid;
}*/

.collaboration-desc {
	margin-top:7%;
}

.collaboration-desc,
.collaboration-desc p{
	color:#fff;
	font-size:1.3rem;
	line-height:1.3;
}

.tablepress-table-name  {
	margin:50px 0 25px 0;
	color:#7e8e49;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	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/ */
	box-sizing: inherit;
}

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

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

blockquote,
q {
	quotes: "" "";
}

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

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

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

.content-single ul {  list-style-image: url('/wp-content/themes/newsendzimir/img/wspolpraca/bullet.svg');  	margin:0;
}

.content-single ul li{
	margin-bottom:10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:0;
	background: #d6dec0;
	color: #7e8c49;
	font-size: 20px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7e8c49;
	color: #d6dec0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #7e8c49;
	color: #d6dec0;
}

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: #5d7036;
	border: 1px solid #c1c36c;
	padding: 3px;
}

select {
	border: 1px solid #c1c36c;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #B8C91A;
}

a:hover,
a:focus,
a:active {
	color: #74B44C;
}

a:focus {
	outline: thin dotted;
}

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

.more-link {
	display: block;
	text-align:left;
}

h2 a,
h2 a:visited,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a,
h3 a:visited,
h3 a:hover,
h3 a:focus,
h3 a:active {
	color: #139799;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-toggle {display:none;}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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.5);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	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;
}

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

.pub-sidebar .wp-caption {
	max-height: 220px;
}

#brochures .wp-caption {
	max-height: 260px;
}

/*--------------------------------------------------------------
## 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.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/

/* Slider - big
(Home, Publikacje)*/

.slider-big .item {
	min-height:350px;
	box-shadow:0px 2px 6px -2px rgba(0,0,0,0.5) inset;
	background-size:cover;
}


.content-slider-big,
.date-slider-big,
.carousel-caption .more-link {
	margin-bottom: 15px;
}

.carousel-caption .more-link {
	margin-top: 10px;
}


#slider-main .carousel-control {
	width:10px;
	background:none !important;
	top:150px;
	z-index:9995;
}

#slider-main .carousel-control.left {
	left:5%;
}

#slider-main .carousel-control.right {
	right:5%;
}

#slider-main .carousel-control.right img{
	transform:rotate(180deg);
}

#slider-main .carousel-caption {
	top:20px;
	right:0;
	left:0;
}

#slider-main .carousel-indicators {
	bottom: 0;
}

#slider-main .carousel-indicators li {
	border-radius:0;
	border-color:rgb(214, 222, 192);
}

#slider-main .carousel-indicators .active {
	background-color:rgb(214, 222, 192);
}

#slider-main .title-slider-big {
	margin-bottom:10px;
}

#slider-main .title-slider-big,
#slider-main .content-slider-big,
#slider-main .date-slider-big {
	color:#fff;
	text-align: left;
	text-shadow: none;
}

#slider-main .title-slider-big span,
#slider-main .content-slider-big span {
	background-color:#b8b561;
}

#slider-main h3,
#slider-main h3 a,
#slider-main h3 a:visited,
#slider-main h3 a:hover,
#slider-main h3 a:focus,
#slider-main h3 a:active {
	color: #ffffff;
}

#slider-main p,
#slider-main p a,
#slider-main p a:visited,
#slider-main p a:hover,
#slider-main p a:focus,
#slider-main p a:active {
	color: #ffffff;
}

.side-sliders {

}

.side-slider-container {
	margin-left:auto;
	margin-right:auto;
	max-width:300px;
	margin-bottom:100px;
}

.side-slider .title-aside {
	color:#7e8c49;
	background-image: linear-gradient(to right, #7e8c49, #c1c36c);
	background-size: 100% 10px;
	background-repeat: no-repeat;
	background-position:top;
	padding:30px 0;
	margin-top:1em;
}

.side-slider .carousel-inner {
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5) !important;	
}

.side-slider .item {
	height:450px;
	background-size: 100% 200px;
	background-repeat:no-repeat;
	background-color:#c3c56c;
	background-blend-mode:multiply;
}

.side-slider-caption-title {
	height:210px;
	display:flex;
	align-items: flex-end; 
}


.side-slider-title {
	margin: 20px;
	color:#fff;
}

.side-slider-caption-excerpt {
	background-color:#fff;
	height:250px;
}

.side-slider-excerpt {
	padding: 20px;
	color:#000;
	height: 150px;
}

.side-slider .more-link {
	padding: 20px;	
}

.side-slider .carousel-indicators {
	bottom: -75px;
}

.side-slider .carousel-indicators li {
	border-radius:0;
	border-color:rgb(214, 222, 192);
}

.side-slider .carousel-indicators .active {
	background-color:rgb(214, 222, 192);
}

.side-slider .carousel-control {
	width:10px;
	background:none !important;
	top:280px;
}

.side-slider .carousel-control.left img{
	transform:rotate(180deg);
}

.side-slider .carousel-control.left {
	left:-20px;
}

.side-slider .carousel-control.right {
	right:-20px;
}

#results-slider {
	/* margin-top:100px; */
}

.related-slider {
	min-height:380px;
}

#related-projects {
	background-image:linear-gradient(to right, #c1c36c, #4b6b1b);
	background-repeat:no-repeat;
}

#related-publications {
	background-color:#f6f7f4;
}

#our-experience {
	background-image:linear-gradient(to right, #95a83c, #5d7036);
	background-repeat:no-repeat;
}
.related-slider .title-aside {
	margin:30px 0;
}

#related-projects .title-aside,
#our-experience .title-aside  {
	color:#fff;
}

#related-publications .title-aside {
	color:#c3c56c;
}

.related-slider .carousel-control {
	width:10px;
	background:none !important;
	top:180px;
}



.related-slider .carousel-control.right img{
	transform:rotate(180deg);
}

.related-slider .carousel-indicators {
	position:absolute;
	z-index:999;
}


.related-single {
	min-height:230px;
	background-size:cover !important;
	background-color:#7e8e49 !important;
	background-blend-mode: multiply !important;
}

.team-single {
	height:235px;
	background-size:cover !important;
	background-color:#7e8e49 !important;
	background-repeat:no-repeat !important;
	border-bottom:10px #5c6f35 solid;
	margin-top:75px;
}

a.related-single,
a.team-single{
	display:block;
}

.related-single:hover,
.team-single:hover {
	text-decoration:none;
}

#related-projects .related-single:hover {
	background: #b8c49b !important;
}

#related-publications .related-single:hover {
	background: #c3c56c !important;
}

.team-single:hover {
	background:#5c6f35 !important;}

a.related-single:link .description-tile,
a.team-single:link .description-tile {
	padding-top:25%;
	text-align:center;
}

a.related-single:hover .description-tile,
a.team-single:hover .description-tile {
	padding:10px;
	text-align:left;
}

a.team-single:link .title-tile h3 {
	text-transform:none;	
}

a.team-single:link .title-tile,
a.team-single:visited .title-tile{
	/* position:relative;
	color:#5d7036;
	top:160px;
	text-align:left;
	*/
	display:none;
}

.title-tile-no-hover h3,
.team-position {
	text-transform:none;
	font-size:20px;
}

a.team-single:link .title-tile-no-hover,
a.team-single:visited .title-tile-no-hover{
	position:relative;
	color:#5d7036;
	top:160px;
	text-align:left;
	display:block;
}

a.team-single:hover .title-tile-no-hover {
	display:none;
}

a.team-single:hover .title-tile{
	position:static;
	top:0px;
	color:#fff;
	display:block;
}

.related-single:link .title-tile {
	margin:0 20px;
}

.related-single:hover .title-tile {
	margin:0;
}

a.related-single:hover .title-tile,
a.team-single:hover .title-tile {
	margin-bottom:10px;
}


a.related-single:link .excerpt-tile,
a.related-single:link .more-tile,
a.team-single:link .excerpt-tile,
a.team-single:link .more-tile{
	display:none;
}


a.related-single:hover .excerpt-tile,
a.related-single:hover .more-tile,
a.team-single:hover .excerpt-tile,
a.team-single:hover .more-tile{
	display:block;
}

.related-slider .more-link span,
.team-single .more-link span {
	border-top: 2px solid #fff;
	color:#fff;
}


/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.site {
	margin: 0 auto;
}

#masthead{
	position:fixed;
	z-index:9999;
	width:100%;
	top:0;
	transition: top 0.6s;
}

#content {
	padding-top:120px;
}

.site-header {
	min-height:80px;
	background-color:#fff;
}

.site-header-container {
	padding: 0px 0;
	min-height:80px;
}

#topbar section,
#topbar p {
	margin-bottom:0;
}

.no-padding-left {
	padding-left:0 !important;
}

.no-padding-right {
	padding-right:0 !important;
}

.wide-container {
	height:350px;
	max-width:1280px;
	margin:auto;
}


#social-media {
	position:absolute;
	z-index:1;
	text-align:right;
	display:none;
	margin-top:80px;
}

.home #social-media,
.page-template-page-publications #social-media,
.page-template-page-collaboration #social-media {
	display:block;
}

#social-media a {
	text-decoration:none;
	text-align:center;
}

#social-media a:link img,
#social-media a:visited img{
	background-color:#cec7b2;
	padding:0;
	margin:4px;
}

#social-media a:hover img{
	background-image:linear-gradient(to right, #f6a030, #f1cd3f);
	padding:2px;
	margin:2px;
}


#social-media a:link .join-us,
#social-media a:visited .join-us {
	display:none;	
}

#social-media a:hover .join-us,
#social-media a:focus .join-us {
	display:inline;
	margin:0;
}

#social-media-contact .social-button {
	display:inline;
}

#social-media-contact .social-button a {
	text-decoration:none;
}

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

/* Posts */

#home-top {
	margin: 0 0 1.5rem 0;
}

body.home article, 
body.archive article,
.projects article,
.publications article{
width: 32%;
display: inline-block;
vertical-align: top;
text-align: left;
margin: 10px 0.5%;
position: relative;
box-sizing:border-box;
}

.home .entry-title,
.home .entry-content,
.projects .entry-title,
.projects .entry-content,
.publications .entry-title{
	margin: 20px;
}

.home .entry-content .more-link,
.page-template-page-projects .entry-content .more-link,
.page-template-page-collaboration  .entry-content .more-link {
	color:#f6a030;
}

.title-publication {
	margin-bottom:50px;
}

.publications .entry-content {
	margin:0 20px 20px 20px;
}

.page-template-page-publications-single .site-content {
	background-color:#f6f7f4;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5) inset;	
}

.pub-sidebar {
	margin: 0 50px 0 0;
}

.page-template-page-publications-single .entry-content p {
	font-size:16px;
	line-height:24px;
	margin:8px 0;
}

.pub-links img  {
	border-bottom:none;
	margin-right:10px !important;
	background-image:none !important;
}

.publications-archive,
.home .news,
.team {
	margin-top:40px;
}

.home .entry-header img,
.projects .entry-header img,
.publications .entry-header img,
.pub-picture {
	background-image: linear-gradient(to right, #f6a030, #f1cd3f);
	background-position:bottom;
	padding-bottom:10px;
}

.pub-picture {
	margin-bottom:30px;
}

.share-buttons-pub {
	margin-top:10px;
}

.page-template-page-publications-multiple-publications  .share-buttons-pub {
	margin-top:50px;
}

.pub-links {
	font-size:20px;
}

.page-template-page-publications-single .pub-links {
	margin-left:0;
	margin-right:0;	
}

.share-text img {
	padding-top:3px;
}

.pub-links a:link,
.pub-links a:visited,
.pub-links a:hover {
	text-decoration:none;
}

.pub-links a:link,
.pub-links a:visited{
	color:#d6d6d6;
}

.pub-links a:hover {
	color:#eeb546;
}

.page-template-page-collaboration .entry-header img {
	background-image: linear-gradient(to right, #c1c36c, #7e8c49);
	background-position:bottom;
	padding-bottom:10px;
}


/* Parallax header */

.parallax-header {
	height:350px;
	max-width:1280px;
	background-size:1280px auto !important;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5) inset;	
	margin-bottom:50px;
}

.projects-header {
	max-width:1280px;
	background-size:1280px auto !important;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5) inset;
	margin-bottom:50px;
}

.title-landing {
	color:#fff;
	padding-top:250px;	
}


.whatwedo .entry-content,
.page-template-page-collaboration-single .entry-content {
	padding-right:100px;
}

.whatwedo .references .title-aside {
	color:#77a5a2;
	margin: 20px 0 20px 0;
}

aside.references {   background-image: linear-gradient(to right, #77a5a2 , #80cec5);   background-size: 100% 10px;   background-repeat: no-repeat;
	
}

div.reference {
	margin-bottom:40px;
}

.content-reference,
.credits-reference,
.reference-pdf{
	margin-left:20px;
}

.content-reference {
	margin-bottom:10px;
}

.content-reference::before {
	content: url(/wp-content/themes/newsendzimir/img/co_robimy/quote_referencje.svg);
	margin-right:5px;
	position:relative;
	top:4px;
}

.content-reference::after {
	content: url(/wp-content/themes/newsendzimir/img/co_robimy/quote_referencje.svg);
	margin-left:5px;
	position:relative;
	bottom:5px;
}


.opinions p::before {
	content: url(/wp-content/themes/newsendzimir/img/wspolpraca/quote_opinie.svg);
	margin-right:5px;
	position:relative;
	top:4px;
}

.opinions p::after {
	content: url(/wp-content/themes/newsendzimir/img/wspolpraca/quote_opinie.svg);
	margin-left:5px;
	position:relative;
	bottom:5px;
}

.parallax-header-small {
	height:200px;   background-image: linear-gradient(#c1c36c, #4b6b1b);   background-attachment: fixed !important;   background-repeat: no-repeat;
	position:relative;
	background-size:cover;
	box-shadow:0px 2px 6px -2px rgba(0,0,0,0.5) inset;
}

.ongoing-projects {
	margin-bottom:50px;
}

.finished-archive {
	margin-top:50px;
}

.successes .parallax-header-small {   background-image: linear-gradient(#4d853d, #c3c56c);	
}

.projects .title-aside,
.parallax-header-small .entry-title-alt {
	padding-top:120px;
	color:#fff;
	text-transform:none;
}


/* Search filter */

.filter-wrapper {
	min-height:75px;
}

.projects-archive-filter {
	background-color:#7d8d48;
}

.reports-archive-filter {
	background-color:#6f8a75;
}

.searchandfilter ul {
	margin:5px 0 0 0;
	padding:0;
}

.searchandfilter ul,
.searchandfilter ul li h4,
.searchandfilter ul li {
	display:inline-block;
}

.searchandfilter ul li h4,
.searchandfilter ul li label {
	color:#fff;
}

.searchandfilter ul li h4,
.searchandfilter ul li {
	margin-right:40px;
}


.searchandfilter li[data-sf-field-input-type=radio] label {
	padding:0;
}

.sf-option-active,
.searchandfilter ul ul li:hover {
	border-top: 3px solid #fff;
}



.searchandfilter ul li h4 {
	text-transform:lowercase;
}

.searchandfilter input[type=radio]{   display: none;
}


/* Summaries */

.summaries {
	box-shadow:0px 2px 6px -2px rgba(0,0,0,0.5);	
}

.summaries-menu {
	margin-top:10px;
}

.summaries .entry-title-alt,
.summaries .menu a:link,
.summaries .menu a:hover,
.summaries .menu a:visited{
	color:#b9c59c;
	line-height:32px;
}

.summaries .menu a:hover,
.summaries .menu a:focus {
	text-decoration:none;
}

.summaries .entry-title-alt,
.summaries nav,
.summaries nav ul li {
	display:inline-block;
}

.summaries nav ul {
	list-style:none;
}

.summaries nav ul li {
	margin-right:30px;
}

.summaries nav ul li.current-menu-item a,
.summaries nav ul li a:hover{
	background-image: linear-gradient(to right, #b9c59c , #b9c59c);
	background-size: auto 3px;
	padding-top:0;
	background-position:top;
	background-repeat:no-repeat;
}

/* Cookies notice*/


#cookie-notice {
	min-height:110px;
	background-image: linear-gradient(to right, #C3C56C, #4B6B1B);
	background-size: 100% 10px;
	background-repeat:no-repeat;
	text-align:left;
}

.cookie-notice-container {
	text-align:left;
	max-width:1170px;
	margin:0 auto;
	padding: 0 30px;
}

#cookie-notice .cn-button {
	display:inline-block;
	font-size:20px;
	color: #7e8c49;
	height:40px;
	border: 1px solid #7e8c49;
	text-transform: uppercase;
	padding:7px 10px 10px 10px;
	position:relative;
	bottom:20px;
	left:50px;
}

#cookie-notice p {
	margin-top:20px;
}

#cn-notice-text {
	display:inline-block;
	width:66%;
	text-align:left;
}

/* 404 not found */

.error404 .content-area {
	background-image: linear-gradient(to right, #C3C56C, #4B6B1B);
	box-shadow:0px 2px 6px -2px rgba(0,0,0,0.5) inset;	
}

.error-404 {
	text-align:center;
}

.error-404 .page-header img {
	margin:50px 0;
}

.error-404 .page-header {
	border-bottom:0;
}

.error-404 .entry-title-alt {
	color:#fff;
}

.label-404 {
	text-align:right;
	padding-bottom:10px;
	line-height:32px;
}

.action-404 {
	text-align:left;
	padding-left:50px;
}

.action-404 input[type="search"] {
	background-color:transparent;
	border: 1px solid #d8e0c2;
	color: #fff !important;
	padding-left:5px;
}

a.button-404:link,
a.button-404:hover,
a.button-404:visited {
	padding:5px 10px;
	color:#fff;
	background-color: #ebb245;
	text-decoration:none;
	line-height:32px;
}

/* Search results */

.search-results .parallax-header-small,
.search-no-results .parallax-header-small{
	text-align:center;
}

.label-search,
.action-search {
	display:inline-block;
	line-height:32px;
}

.action-search {
	margin-left:30px;
}

.search-results .search-box,
.search-no-results .search-box{
	margin-top:0px;
}

.search-results .search-box .entry-title-alt,
.search-no-results .search-box .entry-title-alt {
	color:#fff;
}

.search-results .search-box  input[type="search"],
.search-no-results .search-box  input[type="search"] {
	background-color:transparent;
	border: 1px solid #d8e0c2;
	color: #fff !important;
	padding-left:5px;
	min-width:250px;
}

.search-results .page-header,
.search-no-results .page-header {
	border-bottom:0;
}

.search-results .entry-title a:link,
.search-results .entry-title a:hover,
.search-results .entry-title a:visited {
	color:#7e8e49;
}

.search-results .entry-summary {
	margin-left:50px;
}

/* Team */

.team-position {
	font-weight:300;
	text-transform:none;
}

.publications-archive-filter {
	background-color: #c3c56c;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5) inset;
	padding-top:10px;
}

.pub-links a::after  {
	content: '|';
}

.pub-links a:last-child::after {
	content: '';
}

.pub-reviews h3{
	padding-top: 30px;
	padding-bottom:10px;
	border-bottom: 1px solid #979797;
}


.multiple-pubs-table tbody td {
	vertical-align:top !important;
}

.page-template-page-publications-multiple-publications figcaption {
	color:#807e1d;
	text-transform:none;
	text-align:left;
}

.page-template-page-publications-multiple-publications figcaption img {
	margin-top:5px;
}

.collaboration-entry-header h1 {
	text-align:right;
	color:#fff;
	padding: 0 0 30px 0;
	display: table-cell;
	vertical-align: bottom;
	height:200px;
	width:inherit;
}

.collaboration-description{
	color:#fff;
	padding:0 20% 30px 20px;
	font-weight:700;
	display: table-cell;
	vertical-align: bottom;
	height:200px;
}

.collaboration-single-header {
	margin-bottom:40px;
}

.opinions {
	background-image: linear-gradient(to right, #c1c36c, #7e8c49);
	background-size: 100% 10px;
	background-repeat: no-repeat;
}

.opinions .title-aside {
	color:#bab761;
	padding:20px 0;
}

.opinions-content {
	margin:0 20px;
}

.opinions p {
	margin-bottom:10px;
}

.category-wspolpraca .content-single h2:first-child {
	margin-top:0px;
} 


.contact  {
	background-color:#ededd4;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.5) inset;
	margin-bottom:0;
}

.contact h1,
.contact h2,
.contact p{
	color:#5e5928;	
}

.contact input,
.contact textarea {
	background-color:rgba(255,255,255,0.6);
}

.contact input[type="text"],
.contact input[type="email"] {
	width:100%;
}

.contact-form-contact h2 {
	margin:32px 0;
}


.contact .wpcf7-acceptance .wpcf7-list-item{
	margin-left:0;
}

.contact .wpcf7-acceptance label span{
	font-size:13px;
	font-weight:400;
}

.contact input[type="submit"]{
	width: 35%;
	text-transform: uppercase;
	background-color: #d6dec0;
	color: #7e8c49;
	border: 1px solid #d6dec0;
	padding: 9px 0;
	font-size: 20px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	}

	
.page-template-page-partners h2 {
	width:100%;
	height:60px;
	background-color:#aeb470;
	color:#fff;
	font-size:30px;
	font-family:"Open Sans Condensed";
	font-weight:700;
	padding: 15px 0 0 20px;
}	
	
.team h2 {
	color:#7e8e49;
	margin-bottom:-50px;
	margin-top:100px;
}

.team h2:first-child {
	margin-top:0px;
}

.report-archive {
	font-family:"Open Sans Condensed";
	font-weight:700;
	font-size:16px;
	color:#6f8a75;
	border-top:3px solid #b3c5af;
	padding-top:10px;
	text-transform:none;
}

.report-archive a:link,
.report-archive a:visited {
	color:#6f8a75;	
}

.report-archive::before {
	content: url('/wp-content/themes/newsendzimir/img/o-fundacji/sprawozdania.svg');
	display:block;
	margin-right:10px;
	float:left;
}

.contact-person .attachment-thumbnail {
	border-radius:100px;
	float:left;
}

.contact-details {
	padding-top: 35px;   margin-left: 170px;
}

.custom-logo,
.custom-logo-link {
	margin:0;
	padding:5px 0 0 0;
}

.download-statute,
.download-statute a {
	color:#f6a030;
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed';
	font-weight:700;
	margin-top:50px;
}

.workshops-pictures {
	margin-top:20px;
}


/* Share buttons */

.share-buttons {
	margin-top:75px;
}

.prev-next {
	padding:50px 0;
}

/* Event form */


.form-link button {
	height:60px;
	width:100%;
	margin-bottom:40px;
	text-transform:uppercase;
}

.wpcf7-form select {
	padding:3px;
	color:#5d7036;
	width:
	
}



/* Topbar */
#topbar {
	background-image: linear-gradient(to right, #C3C56C, #4B6B1B);
	padding: 5px 0 0 0;
	height: 42px;
}

#topbar .widget {
	display:inline-block;
}

.topbar-content {
	text-align:right;	
}

.topbar-content section {
	margin-left: 20px;
}

.topbar-content section:first-child {
	margin-left:0;	
}

#topbar p,
#topbar p a {
	font-weight:600;
	font-size:16px;
	color:#d8e0c2;
}

#topbar-newsletter {
	font-style:italic;
	margin-left:10px;
}

#topbar-newsletter:before {
	content: url(img/header-footer/menu_kopertka.svg);
	vertical-align:middle;
}

.topbar-link:hover {
	color:#d8e0c2;
	}

#topbar input[type="search"] {
	background-color:transparent;
	border: 1px solid #d8e0c2;
	color: #d8e0c2 !important;
	font-style:italic;
	max-width: 150px;
	max-height:30px;
	padding-left:5px;
}

#topbar-search-button {   vertical-align: sub;   margin-left: 10px;
}

#topbar-kontakt {
	text-transform:uppercase;
}

.widget_polylang ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

.widget_polylang ul li{
	display:inline;
}

.widget_polylang ul li a{
	color:#d8e0c2;
	font-weight:600;
}

.widget_polylang ul li.current-lang a{
	color:#fff;
}

.widget_polylang ul li.lang-item-first::after{
	content:' |';
	color:#d8e0c2;
	font-weight:600;
	font-size:16px;
}

/* Header and main navigation */
.site-branding {
	}

.site-header,
.site-content {
	box-shadow:0px 2px 6px -2px rgba(0,0,0,0.5)
}

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

	/* Main navigation - image submenu */

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 20px 30px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu {
		box-shadow:0px 6px 6px 0px rgba(0,0,0,0.5),0px 6px 6px -6px rgba(0,0,0,0.5) inset;
		/* margin-top:11px;*/
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link {
		background-repeat: no-repeat;
		background-size:cover;
		min-height:230px;
	}

	/* Menu tiles - no hover */

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:link .mega-description-group,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:visited .mega-description-group {
		display:block;
		padding-top:25%;
		text-align:center;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:link .mega-description-group .mega-menu-title,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:visited .mega-description-group .mega-menu-title {
		color:#fff;
		font-family:'Open Sans Condensed';
		font-size:20px;
		line-height:24px;
		text-transform:uppercase;
		display:block;
		font-weight:700;
		text-shadow: 1px 1px #000;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:link .mega-description-group .mega-menu-description,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:visited .mega-description-group .mega-menu-description {
		display:none;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.menu-partycypacja a.mega-menu-link {
		background-image: url('img/header-footer/partycypacja_obywatelska.jpg');
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.menu-zarzadzanie-zielenia a.mega-menu-link {
		background-image: url('img/header-footer/zarzadzanie_zm.jpg');
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.menu-infrastruktura a.mega-menu-link {
		background-image: url('img/header-footer/zb-infrastruktura.jpg');
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.menu-innowacje a.mega-menu-link {
		background-image: url('img/header-footer/innowacje_dla_ZRR.jpg');
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.menu-publikacje a.mega-menu-link {
		background-image: url('img/header-footer/publikacje.jpg');
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.menu-szkolenia a.mega-menu-link {
		background-image: url('img/header-footer/szkolenia.jpg');
	}

	/* Menu tiles - hover */



	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:hover {
		background-image: linear-gradient(to right, #c1c36c, #7e8c49)!important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:hover .mega-description-group {
		display:block;
		padding:10px;
		text-align:left;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:hover .mega-description-group .mega-menu-description {
		display:block;
		font-size:13px;
		line-height:18px;
		font-family:'Open Sans';
		font-weight:400;
		font-style:normal;
		color:#fff;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:hover .mega-description-group .mega-menu-title {
		font-family:'Open Sans Condensed';
		text-shadow:none;
	}

	span.submenu-more {
		border-top:2px solid #fff;
		font-family:'Open Sans Condensed';
		font-size:20px;
		line-height:24px;
		text-transform:uppercase;
		font-weight:700;
	}

}
/* Footer */

.footer-area {
	margin-top: 40px;
	margin-bottom:40px;
}

.footer-links {
	font-family:'Bree Serif';
}

h5.footer-links {
	font-size:32px;
	color:#a5acb5;
	margin-bottom:30px;
}

div.footer-links {
	display:inline-block;
	background-repeat:no-repeat;
	background-size:cover;
	width:48%;
	padding:30px 0 30px 20px;
}

#footer-uslugi {
	background-image:url('img/header-footer/bg_uslugi_ekosystemow.jpg');
	margin-right:1.8%;
}

#footer-puszcza {
	background-image:url('img/header-footer/bg_puszcza.jpg');
	margin-left:1.8%;
}

.footer-links-cta {
	font-size:32px;
	line-height:36px;
	color:#fff;
	margin:1em 0;
}

.footer-links-www{
	font-size:20px;
	color:#fff;
	font-family:'Open Sans';
	font-weight:600;
}

img.footer-links,
.footer-uslugi-container {
}
.footer-uslugi-container {
	max-width:75%;
}
img.footer-links {
	vertical-align:top;
}

#footer-uslugi .footer-links-container::before {
	content:url('img/header-footer/ikona_uslugi_ekosystemow.svg');
	margin-right:20px;
	float:left;
}

#footer-puszcza .footer-links-container::before {
	content:url('img/header-footer/ikona_puszcza.svg');
	margin-right:20px;
	float:left;
}

#colophon {
	background-image: linear-gradient(to right, #C3C56C, #4B6B1B);
}

#site-info section,
.footer-address div{
	width:48%;
	margin-top:25px;
	display:inline-block;
	vertical-align:top;
}

#custom_html-5 {
	margin-right:1.8%;
	padding-right:50px;
}
#custom_html-7 {
	margin-left:1.8%;
	padding-left:2px;
}

#site-info h6,
#site-info p {
	color:#fff;
}

.footer-newsletter h6,
.footer-newsletter input[type="submit"] {
	font-size:20px;
	font-family:'Open Sans Condensed';
	font-weight:700;
}

.footer-newsletter h6 {
	line-height:25px;
}

#SAREforms_email {
	background-color:transparent;
	border:1px solid #d8e0c2;
	color:#fff !important;
	font-style:italic;
	width:60%;
	height:40px;
	margin-right:20px;
	padding-left:5px;
}

#SAREforms_name {
	border-radius:0px;
	webkit-border-radius:0px;
}

.footer-newsletter input[type="submit"]{
	width:35%;
	text-transform:uppercase;
	background-color:#d6dec0;
	color:#7e8c49;
	border: 1px solid #d6dec0;
	padding:9px 0;
}

input::placeholder { color: #fff;
}

.footer-newsletter p label {
	font-size:11px;
	font-family:'Open Sans';
	line-height:14px;
	font-weight:500;
	color:#fff;
	padding-top:3px;
}

.footer-newsletter p label a{
	font-size:11px;
	font-family:'Open Sans';
	line-height:16px;
	font-weight:500;
	margin-top:10px;
	color:#fff;
	text-decoration:underline;
}

.footer-address h6,
.footer-address p {
	font-size:16px;
	font-family:'Open Sans';
	line-height:22px;
	margin-bottom:10px;	
}

.footer-address h6 {
	text-transform:uppercase;
	font-weight:600;
}

.footer-address p {
	text-transform:none;
	font-weight:500;
}

.footer-funding h6 {
	font-size:20px;
	font-family:'Bree Serif';
	margin-bottom:20px;
}

.footer-funding p {
	font-size:9px;
	line-height:12px;
	font-family:'Open Sans';
	font-weight:600;
	margin-top:20px;
	margin-bottom:40px;
}

#copyright {
	display:block;
	background-color:rgb(255,255,255,0.3);
	height:20px;
}

#copyright p{
	margin:0 auto;
	font-size:9px;
	text-transform:uppercase;
	font-family:'Open Sans';
	color:#fff;
	vertical-align:middle;
	padding-top:4px;
}








.home .entry-title,
.home .entry-title a:link,
.home .entry-title a:hover,
.home .entry-title a:visited,
.page-template-page-projekty .entry-title,
.page-template-page-projekty .entry-title a:link,
.page-template-page-projekty .entry-title a:hover,
.page-template-page-projekty .entry-title a:visited{
	font-family:'Open Sans Condensed';
	font-size:22px;
	line-height:27px;
	color:#807e1d;
	font-weight:700;
	text-transform:none;
}

.home .entry-content p,
.page-template-page-projekty .entry-content p{
	font-family:'Open Sans';
	font-size:15px;
	line-height:22px;
	color:#000;	
}

.content-area {
	padding-bottom:60px;
}

	.archive .post,
	.archive .page,
	.accordion-content .post,
	.accordion-content .page,
	.category-wydarzenia .entry-content .post,
	.category-baza-wiedzy .entry-content .post,
	.category-zazielenianie .entry-content .post	{
		width: 48.5%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin-bottom: 10px;
		position: relative;
	}
	
	
	.archive .post:nth-child(odd),
	.archive .page:nth-child(odd),
	.accordion-content .post:nth-child(odd),
	.accordion-content .page:nth-child(odd),
	.category-wydarzenia .entry-content .post:nth-child(odd){
		margin-right: 1rem;
	}	
	
/* Projects */

.page-template-page-projekty-single div.project-meta {
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	z-index:-1;
	height:350px;
	background-size:100% !important;
}

.page-template-page-projekty-single h2.project-meta{
	margin-top:-60px;
	margin-bottom:30px;
	margin-left: 20px;
	font-family: 'Open Sans Condensed';
	font-size:30px;
	font-weight:700;
	color:#fff;
}

.page-template-page-projekty-single h2.project-meta a:link,
.page-template-page-projekty-single h2.project-meta a:visited,
.page-template-page-projekty-single h2.project-meta a:hover{
	color:#fff;
}

.page-template-page-projekty-single .entry-title {   width: 55%;	
	margin-left: 20px;
	margin-top:60px;
	margin-bottom:30px;
	font-family: 'Open Sans';
	line-height:37px;
	font-size:30px;
	font-weight:700;
	color:#4d833d;	
}

.page-template-page-projekty-single .entry-content {   width: 55%;   margin-left: 20px;   margin-right: 10%;   font-family: 'Open Sans';   font-size: 16px;   line-height: 24px;   color: #000;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1069px) {
	body.home article, 
	body.archive article, 
	.projects article, 
	.publications article {
		width: 35%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 10px 2% 10px 9%;
		position: relative;
		box-sizing: border-box;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	body.home article, 
	body.archive article, 
	.projects article, 
	.publications article {
		width: 42%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 10px 1% 10px 5%;
		position: relative;
		box-sizing: border-box;
	}

}


@media only screen and (max-width: 1023px) {
	
	#cn-notice-text,
	#cookie-notice .cn-button{
		display:block;
		margin-left: auto;
		margin-right:auto;
		text-align:center;
	}
	
	#cookie-notice .cn-button {
		left:0;
		max-width:300px;
		position:static;
	}
	
}


@media only screen and (max-width: 1023px) {
	#topbar,
	#social-media	{
		display:none !important;
	}
	
	.site-header {
		min-height:65px !important;
		height:65px !important;
	}
	
	.site-branding img {
		max-height:50px;
	}
	
	
	#content {
		padding-top:65px;
	}
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu {
		box-shadow:0px 0px 0px 0px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu {
		margin-top:0;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		line-height:32px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:link .mega-description-group .mega-menu-description,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu a.mega-menu-link:visited .mega-description-group .mega-menu-description {
		display:none;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link	{
		line-height:20px;
		padding:0;
	}
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		line-height:40px;
	}
	
	
	.opinions,
	.references {
		margin-top:50px;
	}
	
	.collaboration-description {
		display:none;
	}
	
	.label-404,
	.action-404	{
		display:none;
	}
	
}


@media only screen and (max-width: 767px) {
	body.home article, 
	body.archive article, 
	.projects article, 
	.publications article {
		width:100%;
		max-width:350px;
		margin: 10px auto;
		display:block;
	}
	
	.home .entry-title, 
	.home .entry-content, 
	.projects .entry-title, 
	.projects .entry-content, 
	.publications .entry-title, 
	.publications .entry-content {
		margin:20px 0;
	}
	
	
	/* Big sliders */
	
	.title-slider-big {
		font-size:24px;
		line-height:32px;
	}
	
	.content-slider-big {
		font-size:16px;
		line-height:24px;
	}
	
	.date-slider-big {
		font-size:12px;
		line-height:16px;
	}	
	
	.carousel-caption p {
		margin-bottom:10px;
	}
	
	.carousel-caption .more-link {
		margin-top:10px;
	}
	
	/* Footer */	
	
	.footer-links {
		margin-left:auto;
		margin-right:auto;
		max-width:350px;
		display:block;		
	}
	
	div.footer-links {
		width:100%;
		display:block;
		padding:15px 0 15px 10px;
		max-width:350px;
	}
	
	#custom_html-4 .textwidget {
		text-align:center;
	}
	
	h5.footer-links,	
	.footer-links-cta {
		font-size: 24px;
		line-height:32px;
	}
	
	.footer-links-www {
		font-size: 12px;
	}
	
	#footer-uslugi {
		margin-right:auto;
	}
	
	#footer-puszcza {
		margin-left:auto;
		margin-top:10px;
	}
	
	.footer-area {   margin-top: 20px;   margin-bottom: 20px;
	}
	
	#site-info section, .footer-address div {
		width:100%;
	}
	
	.footer-newsletter input[type="submit"] {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#custom_html-7 {
		margin-left:0;
		padding-left:0;
	}
	
	#related-projects,
	#related-publications,
	#our-experience{
		margin-top:20px;
	} 
		
	.related-single {
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
		max-width:300px;
	}
	
	.related-slider .carousel-control {
		width: 10px;
		background: none !important;
		top: 50%;
		margin:0 20px;
	}	
	
	#related-projects .title-aside,
	#related-publications .title-aside,
	#our-experience .title-aside	{
		text-align:center;
		font-size:30px;
	} 	

	#related-projects .title-tile,
	#related-publications .title-tile,
	#our-experience .title-tile	{
		font-size:16px;
	} 	

	
	#related-projects .excerpt-tile,
	#related-publications .excerpt-tile	{
		display:none;
	} 
	
	.whatwedo .entry-content, 
	.page-template-page-collaboration-single .entry-content {
		padding-right:15px;
	}

	aside.references {
		width:100%;
	}

	.searchandfilter ul, 
	.searchandfilter ul li h4, 
	.searchandfilter ul li {
		display:block;
		text-align:center;
		margin:auto;
	}
	
	.collaboration-desc {
		margin:1rem 10px;
	}
	
	.collaboration-desc p {
		margin-bottom:10px;
		font-size:14px;
	}
	
	.contact-person {
		text-align:center;
	}
	
	.contact-person .attachment-thumbnail {
		float:none;		
	}
	
	.contact-details {
		padding-top:0;
		margin-left:0;
	}
	
	.pub-sidebar {
		margin-right:auto;
	}
	
	.prev-next div {
		display:none;
	}
	
	.page-template-page-partners h2 {
		font-size:24px;
		height:75px;
		padding: 25px 0 0 20px
	}
}
	
@media only screen and (max-width: 359px) {
	
	#footer-uslugi .footer-links-container::before,
	#footer-puszcza .footer-links-container::before	{
		float:none;
		margin-right:0;
	}	
	
}

/* FmP */

#cookie-notice .cookie-notice-container {
	padding-top: 35px;
}

#cookie-notice .cn-button {
	bottom: 6px;
}

@media all and (max-width: 991px) {
	#cookie-notice .cookie-notice-container {
		padding-top: 20px;
	}
}

.projects-archive-filter .sf-item-619 {
	display: none!important;
}

.cookie-notice-hidden {
	display: none!important;
}


/* DN */
.admin-bar #masthead {top: 32px;}
html:lang(en-US) #footer-other-websites, .cli_settings_button {display: none !important;}
#primary.content-area {padding-bottom: 30px;}

.social-button {margin-bottom: 0.75em;}

ul {padding-left: 1.5em;}
.share-buttons {margin-top: 50px;}

.grecaptcha-badge { visibility: hidden; }
#copyright {min-height: 24px; height: auto;}
#copyright p {font-size: 13px; padding-bottom: 4px;}
#copyright #linki {padding-bottom: 7px;}
#copyright #linki a {color: #fff !important;}
.prev-next > div {width: 33%;}
@media only screen and (max-width: 991px) {.page .row > .col-md-4 {display: inline-block;} .entry-title {margin-top: 0;}}
@media only screen and (min-width: 501px) {#copyright p {display: inline-block;} #copyright #copy {float: left;} #copyright #linki {float: right;} #copyright #linki {padding-bottom: 0;}}
@media only screen and (max-width: 370px) {#copyright p {text-align: center;} #copyright p #kreska {display: none;} #copyright #linki a {display: block; padding: 4px;}}
@media only screen and (min-width: 1024px) {#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator::after {width: 16px !important;} #mega-menu-menu-1 .mega-lang-item {display: none !important;}}

.page-id-3089 .col-md-8 {width: 100%;}
.page-id-3089 #topbar-newsletter {display: none;}
.page-id-3089 #newsletter-signup input::placeholder {color: #000;}
.page-id-3089 #newsletter-signup label a, .page-id-3089 #newsletter-signup #SAREforms_email {color: #000 !important;}
.page-id-3089 #footer-other-websites, .page-id-3089 .site-footer #mc4wp-form-2 {display: none !important;}

.content-reference {font-weight: 400; color: initial;}

.wp-caption-text {text-align: left; color: #74B44C; font-size: 0.9em; padding-left: 10px;}
.wp-caption-text::before {display: inline-block; width: 2px; height: 20px; background-color: #74B44C; content: ""; position: relative; left: -10px; top: 5px;}