h1/*!
Theme Name: Golebski
Theme URI: http://underscores.me/
Author: goVirtual.pl
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nazareth
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Nazareth 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

kolory:
bordo: #97191c
granat: #001F3F
ciemnazielen: #152b14
beż : #cab294
bialy #f2ecdf


	 ========================================================================== */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	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;
}

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




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

h1,
h2,
h3,
h4,
h5,
h6 {
	  font-family: "Newsreader", serif;
	clear: both;
	font-weight: 300;
	text-transform: uppercase;
}

p {
	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;
	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 1.5em 3em;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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: 3px;
	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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#logo{
	position: relative;
	float:left;
	margin-right:30px;
	padding:20px 80px 20px 80px;
	/*background-color: #001F3F;*/
	background-image: url(img/logo_czarne.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	height: 80px;
	color:white;
	width:auto;
	font-size:30px;
}
.sub_logo{
	position: absolute;
	font-size: 16px;
	bottom: -5px;
	right: 30px;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.site-main{
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: auto;

}
.zdjecie_w_tle{
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 5px;


}
.zaloguj{
	color: white;
	padding:30px;
	width:100%;
	text-align: center;
	background: red;
}
.zdjecie_w_tle::after{
	display: block;
	padding-top: 50%;
	content: '';
}
.foot-table {
	width: 100%;
}
.foot-table td {
	vertical-align: top;
		font-size: 0.9em !important;

}
.foot-table td:nth-child(1){
	width:50%;
}
.social{
	width:45px;
	float: left;
	margin-bottom:20px;margin-right: 10px;
}
.aktual_foto{
	width: 50%;
		margin-right: 5%;
	float: left;
	background-size: cover;
	background-color: red;
}

.aktual_foto::after{
	display: block;
	padding-top: 80%;
	content: '';
}

.slick-dots{
	display: none !important;
}
.granat{
	margin-top:-30px;
	width:100%;
	background-color: #001F3F;
	position: relative;
	padding:50px 0 50px 0;
	color:white;
}
.zdjeciebg{
	margin-top:-30px;
	width:100%;
	background-image: url('img/img_bg.jpg');
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;

	padding:50px 0 100px 0;
	color:white;
}
.bordo{
	margin-top:-30px;
	width:100%;

	background-color: #6b1b34;
	position: relative;

	padding:50px 0 100px 0;
	color:white;
}
.img_float {
width: 100%;
position: relative;
 display: inline-grid;
	margin:0;
	background-position: center center;
	background-size: cover;
}
.granat  .img_float_text{
	background-color: #001F3F;
}
.img_float:before{
	content: '';
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 20%;
	border-top: 1px solid #CFAE60;
	border-left: 1px solid #CFAE60;
	border-right: 1px solid #CFAE60;

}
.cel{
	width:100%;
	height: 20%;
	position: absolute;
	bottom: 0;
	left:0;
	border-bottom:  1px solid #CFAE60;
	border-left: 1px solid #CFAE60;
	border-right: 1px solid #CFAE60;

}

.img_float_text{
	width: 100%;
  text-transform: uppercase;
	padding: 0 30px 0px 30px;
	background-color: #6b1b34;
	display: inline-grid;
	margin:0;
	background-size: cover;
}
.threecol {
	position: relative;
	display: grid;
  grid-template-columns: 1fr 1fr ;
	column-gap: 3%;

}
 ul {
	margin:0;padding:0 0 0 15px;;
}
.nowaforma .img_float_text, .img_float_text2 {
	width: 100%;

}

.nowaforma .img_float{
	width: 100%;

}
.nowaforma h1{
	color: #CFAE60;
	text-align: center;
	display: block;
	font-size:2em;
	margin-bottom: 100px;
	line-height: 1.6em;

}
.nowaforma h1:after {
    content: '';
    width: 70%;
		left:15%;
    height: 55px;
    position: absolute;
    border-bottom: solid 1px #CFAE60;
    margin-bottom: 20px;

}
.nowaforma h2 {
	color: #CFAE60;
	text-align: center;
	display: block;
	font-size:1.6em;
	margin-bottom: 50px;
}



.mansonery {
	display: grid;
  grid-template-columns: 1fr 1fr ;
  grid-template-rows: masonry;
}
.img_float::after{
	display: block;
	padding-top: 90%;
	content: '';
}
.lewa .aktual_foto{
		float: right;
		width: 50%;
			margin-right: 0%;
			margin-left:5%;
}

.aktual_tresc{
	width: 45%;
	padding-top: 50px;

	float: left;
}
.wiecej, .wiecej:visited {
	position: relative;
	padding: 10px 20px 10px 20px;
	color:#CFAE60 !important;
	border:1px solid #CFAE60;
	text-decoration: none;
	border-radius: 0;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.wiecej:hover{
	background: white;;

	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.lewa .aktual_tresc{
	float: right;
}
.clearfix{
	clear: both;
}
.aktualnosc {
	list-style: none;
	margin:0;
	padding:0;
}
.czerwona_ramka {
	width: 100%;
	padding: 30px 55% 30px 30px;
	color:white !important;
	background-color: #97191c;
	background-repeat: no-repeat;
	background-size: 45% auto;
	background-position: 99% center;
	min-height: 370px;
}

.czerwona_ramka h1, .czerwona_ramka h2, .czerwona_ramka h3, .czerwona_ramka h4 {
	margin-top:0;
	padding-top: 0;
}
.ramka1{
	list-style: none;
	margin:0;
	padding: 0;
	position: relative;
}
.ramka1_img{
	float:left;
	position: relative;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%;
	border:6px solid #001F3F;
	width:40%;
	margin-top: 15px;
	padding-bottom:20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow:inset 0px 0px 0px 3px #fff;
 -moz-box-shadow:inset 0px 0px 0px 3px #fff;
 box-shadow:inset 0px 0px 0px 3px #fff;
}
.ramka1_kwadrat{
	float:left;
	position: relative;
	border-radius: 0%;
	-moz-border-radius:0%;
	-webkit-border-radius: 0%;
	border:6px solid #001F3F;
	width:40%;
	margin-top: 15px;
	padding-bottom:20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow:inset 0px 0px 0px 3px #fff;
 -moz-box-shadow:inset 0px 0px 0px 3px #fff;
 box-shadow:inset 0px 0px 0px 3px #fff;
}
.ramka1_kwadrat_dwa{
	float:left;
	position: relative;
	border-radius: 0%;
	-moz-border-radius:0%;
	-webkit-border-radius: 0%;
	border:6px solid #001F3F;
	width:48%;
	margin-top: 15px;
	padding-bottom:20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow:inset 0px 0px 0px 3px #fff;
 -moz-box-shadow:inset 0px 0px 0px 3px #fff;
 box-shadow:inset 0px 0px 0px 3px #fff;
}
.zdjecie_z_apla{
	position: relative;
	border-radius: 0%;
	-moz-border-radius:0%;
	-webkit-border-radius: 0%;
	width:100%;
	margin-top: 15px;
	padding-bottom:20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}
.carrot_btn {
	position: absolute;
	bottom:30px;
	left:calc(50% - 75px);
	width: 150px;
	padding:15px;
	background: #CFAE60;
	color:white;
	font-weight: 300;
}
.apla{
	position: absolute;
	bottom:30px;
	width:calc(100% - 60px);
	left:30px;
	height:auto;
	padding:30px;
	font-size:1.5em;
	background-color:rgba(0, 0, 0, 0.3);
	color:white !important;
}
.zdjecie_z_apla::after{
	display: block;
	content: '';
	padding-top:50%;
}
.item-title{
	display: none !important;
}
.klasztory {
	list-style: none;
	padding: 0;
	margin:0;
	background: white;
}
.klasztory li {
	width:30%; margin: 15px 1.5% 15px 1.5%;
	position: relative;
	float: left;

	background-color: #dfdace;
	padding:30px;
	display: table-cell;
	vertical-align: middle;
}
.klasztory2 {
	list-style: none;
	padding: 0;
	margin:0;
	background: white;
}
.klasztory2 li {
	width:30%; margin: 15px 1.5% 15px 1.5%;
	position: relative;
	float: left;

	background-color: #001F3F;
	padding:30px;
	display: table-cell;
	vertical-align: middle;
	color: white;
}
.klasztory3 {
	list-style: none;
	padding: 0;
	margin:0;
	background: white;
}
.klasztory3 li {
	width:30%; margin: 15px 1.5% 15px 1.5%;
	position: relative;
	float: left;

	background-color: #97191c;
	color:white;
	padding:30px;
	display: table-cell;
	vertical-align: middle;
}
.wyzsze{
	min-height: 550px;;
}
.klasztory li h3, .klasztory2 li h3, .klasztory3 li h3 {
	font-size:2em;
	line-height: 1.3em;
}
.klasztory li a, .klasztory li a:visited, .klasztory2 li a, .klasztory2 li a:visited {
	text-decoration: none;
	color:black;font-weight: bold;
}
.klasztory3 li a, .klasztory3 li a:visited, .klasztory2 li a, .klasztory2 li a:visited {
	text-decoration: none;
	color:white;font-weight: bold;
}
.ramka1_tresc{
	margin-top:0;padding-top:0;
		position: relative;
		float: left;
		width:55%;
}
.bg_main{
		position: relative;
		width: 100%;
		padding:10px 0 10px 0;
}
.ramka1 li:nth-child(even) .bg_main{
		background: white;
			padding:30px 0 30px 0;
}
.ramka1 li:nth-child(odd) .bg_main{
		background:  #dfdace;
			padding:30px 0 30px 0;
}
.ramka1 li:nth-child(odd) .site-main .ramka1_tresc{
	margin-left:5%;


}
.ramka1 li:nth-child(even) .site-main .ramka1_tresc{
	margin-right:5%;
	float: right;

}
.ramka1 li:nth-child(even) .site-main .ramka1_img, .ramka1 li:nth-child(even) .site-main .ramka1_kwadrat{

	float: right;

}
.ramka1 li {
	/*border-top:3px solid #001F3F;*/

	color: black;
	padding: 30px 0 30px 0;
	margin-top:0;;
	position: relative;
}
.ramka1_img::after, .ramka1_kwadrat::after, .ramka1_kwadrat_dwa::after{
	display: block;
	content: '';
	padding-top: 100%;
}
.ramka1 li li {
	border-top: 0;
	margin-top:auto;;
	margin-bottom: 0;
	padding:5px 0 5px 0;
}
 a:link ,  a:visited {
	text-decoration: none;
	color:black;font-weight: bold;
}

li::marker {
  color: #CFAE60;
}

.copy{
	width:100%;
	padding:10px 0 10px 0;
	background: #6b1b34;;
	color:#CFAE60;
	margin-bottom: -25px;
	border-top:0.5px solid #CFAE60;
	font-size:10px;
}

footer{
	width:100%;
	padding:30px 0 30px 0;
	background: #001F3F;
	color:#CFAE60;
	margin-top:0px;
	border-top:1px solid #CFAE60;

}
footer a:link, footer a:visited  {
	color:white;
	text-decoration: none;
}
footer h2 {
	margin:0;
	padding:0 0 20px 0;
}
footer a:hover{
	text-decoration: underline;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		color:white;

}
#logo_foot{
	width:200px;
}
.kontent_na_sliderze{
	position: relative;
	padding:10px 30px 10px 30px;
	font-size:2em;
	background-color:rgba(0, 0, 0, 0.3);
	color:white !important;

}
.pray {
	position: fixed;
	right: 0;
	top:40vh;
	background-color: #001F3F;
	background-image: url(img/pray.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-size: auto 60px;
	color:white;
	z-index: 9999;
	font-size: 12px;
	padding:70px 10px 10px 10px;
	cursor: pointer;
}
.kontakt-form{
	width:60%;
	margin-left:20%;
}
.kontakt-form input[type=email], .kontakt-form input[type=text], .kontakt-form textarea {
	width:100% !important;
	margin-bottom:10px;
	border: 1px solid #CFAE60;
	padding:5px 10px 5px 10px;
	background: transparent !important;
	color:white !important;
}
.kontakt-form input[type=submit] {
	width:100% !important;
	margin-bottom:10px;
	border: 1px solid #001F3F;
	padding:5px 10px 5px 10px;
	background: #CFAE60;
	color:white;
	line-height: 20px;
	margin-top:10px;
}
.rc-anchor-error-message{
	display: none !important;
}
.kontakt-form input[type=submit]:hover {
	color:#001F3F;
	background: white;
}
.kontakt-form  label{
		margin-bottom:15px;
		font-size: 10px !important;
	line-height: 15px;
	margin-left:10px;
}
.kontakt-form input[type=checkbox]{

}
.checkboxFour .wpcf7-list-item-label {
    min-width: 450px;
    position: absolute;
    left: 50px;
}
.media_list{
	width: 100%;
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
}
.media_foto{
	width: 20%;
		margin-right: 5%;
	float: left;
	background-size: cover;
	background-color: white;
	border:5px solid #001F3F;
	border-radius:5px;
	margin-bottom:30px;
}
.media_foto::after{
	display: block;
	padding-top: 80%;
	content: '';
}
.media_tresc{
	width: 75%;
	padding-top: 50px;

	float: left;
}
/*----------------------------------------------------------
slider
------------------------------------------------------------*/
.slide-nazareth{
	margin-top:0px;
	position: relative;
	width:100%;
	height:800px !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-color: black;
	background-position: center center;
	display: table-cell !important;
  vertical-align: middle !important;;

	color:white;


}
.slick-slide{
		float: none !important;
}
.slide-nazareth2{
	margin-top:0px;
	position: relative;

	height:800px !important;
	background-size:cover;
	padding-top: 580px;
	background-repeat: no-repeat;
	background-position: top center;

	color:white;


}
.slide-nazareth {
	text-align: center;
}
.slide-nazareth h1, .slide-nazareth h2, .slide-nazareth h3, .slide-nazareth h4  {
	font-weight: 300;
	line-height: 1.4em;
	padding:0;
	margin:0;
}

.slick-slider{
	z-index: 10;
	margin-top:-80px;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.9);
	z-index:9999;
	position: fixed;
	top:0;
	left:0;

	margin:0 auto 0 auto;


}
.menu_members{
	display: block;
	width: auto;
	background: rgba(20,30,92,1);
	z-index:9999;
	position: fixed;
	top:0px;
	left:0;
	width:100%;
	padding:15px 50px 15px 0px;
	border-bottom:1px solid white;
	text-align: right;
	background-image:url(img/userprofile.png);
	background-repeat:no-repeat;
	background-position: top right;
	background-size:auto 54px;
}
.memeber-link{
	color:white !important;
	margin-right:15px;
}
.members {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.members li {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom:50px;
	margin-bottom:50px;
}
.members_tresc{
	width: calc(100% - 230px);
	padding-top: 0px;

	float: left;
}
.miniaturka{
	width: 200px;
		margin-right: 30px;
	float: left;
	background-size: cover;

}
.miniaturka::after{
	display: block;
	padding-top: 100%;
	content: '';
}
.main-navigation ul {
	display: none;
	list-style: none;
	float:right;
	margin: 0;
	padding-left: 0;
}

.menu {
	margin-right:120px !important;
}


.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 li {
	margin:0 !Important;
}

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

.main-navigation li {
	position: relative;
	margin-right:30px;
	font-weight:700;
	margin-top:28px;
	font-size:12px;
	text-transform: uppercase;;
}

.main-navigation li ul li{
	position: relative;
	margin-right:30px;
	font-weight:700;
	margin-top:0px;
	font-size:12px;
	text-transform: uppercase;;
}
.main-navigation  ul li:nth-child(3)::after{

}
.main-navigation  ul ul li:nth-child(3)::after{
	content:'';
	display: none;;
}

.main-navigation li ul  {

padding:0;
position: absolute;


display: block !important;


}
.main-navigation li ul li, .main-navigation ul ul li:last-child {
padding:15px 25px 15px 25px !important;
background: white;
margin-left:-10px;
font-size:12px;
white-space: nowrap;
text-align: left !important;

}
.main-navigation li ul li:hover{
	background: #001F3F;

}
.main-navigation ul ul {
	-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);


}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding:0 !important;


}
.main-navigation li ul li:hover a{
	color:white !important;

}
/*.main-navigation li ul li:last-child{
	border-bottom:none;
}
.main-navigation li ul li:nth-child(2):after{
	content:'';
}*/
.main-navigation a {
	color:#494949;
	text-decoration: none;
}
.main-navigation a:hover{
		color:#001F3F
}
.current-menu-item a, .current-menu-parent a{
	font-weight: 800 !important;
	color:#001F3F;
}

.main-navigation  ul li:nth-last-child(2){


}
.main-navigation  ul ul li:nth-last-child(2){


}
.main-navigation  ul li:nth-last-child(2)::before{

}


.main-navigation  ul ul li:nth-last-child(1){
	border-radius:0px;
	background-image:none;
	background-position: ;
	background-repeat: no-repeat;
	margin-top:0px;
	background-color:white;
	padding:10px;

}
.main-navigation  ul ul li:nth-last-child(1):hover{

	background: #001F3F;


}
.main-navigation  ul ul li:nth-last-child(2)::before{
	content:'';
	background-image:none !important;

}

.main-navigation  ul ul li:last-child a {
	color:#494949;

}

/*.main-navigation  ul li:last-child{
	width:110px !important;
	line-height: 1.2em;
	padding-top:40px;
	text-align: center;
}
.main-navigation  ul ul li:last-child{
	width:auto !important;
	line-height: auto;
	padding-top:10px;;
}/*
.main-navigation li:hover{
	border-bottom:3px solid #19c14b;
}
.main-navigation li:hover a{
	color:#19c14b;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}

.main-navigation li ul li:hover{
	background:#19c14b;
	color:white !important;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
	border-bottom: none;
}
.main-navigation li ul li:hover a{
	color:white;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
ul li:hover .sub-menu li{
	text-decoration: none;;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation li li a{
	color:black !important;

}
.mobile_only, .mb1sdlsd{
	display: none;
}
.srodkowa{
	margin-left:46%;
}

/*RESPONSIVE mobile  respon */

@media screen and (min-width:1230px) and (max-width:1385px){
	.main-navigation li {
		font-size: 11px !important;
		margin-left: 5px;
		margin-right:5px;
	}
}
@media screen and (min-width:940px) and (max-width:1229px){
	.main-navigation li {
		font-size: 10px !important;
		margin-left: 5px;
		margin-right:5px;
	}
	#logo{
		font-size: 20px;
		padding:10px 15px 15px 60px;
		background-size: auto 60%;
			background-position: 10px 15px;
	}
	.site-main {
		max-width:96%;
		margin:auto;
	}
}

@media screen and (min-width:160px) and (max-width:939px){
	.mobil, .desktop {
		display: none !important;
	}
	.mobile_only{
		display: block;
	}
	.left_sp h2, .left_sp h1 {
		font-size: 0.9em;
	}
	.czerwona_ramka {
		width: 100%;
		padding: 90% 30px 30px 30px;
		color:white !important;
		background-color: #97191c;
		background-repeat: no-repeat;
		background-size: auto 45%;
		background-position: top center;
		min-height: 370px;
	}
	.klasztory li, .klasztory2 li, .klasztory3 li {
		width:97%;
	}
	.carrot_btn {
		position: absolute;
		bottom:100px;

	}
	.slide-nazareth h1 {

		font-size: 40px;
	}
	.social{
		float: none !important;
		display: inline;
	}
	.srodkowa{
		margin-left:0%;
	}
  .klasztory3 li, .klasztory li, .klasztory2 li {
  	width:97% !important;
    min-height: auto !important;
    height:auto !important;
  }
	.zdjecie_z_apla{
		position: relative;
		border-radius: 0%;
		-moz-border-radius:0%;
		-webkit-border-radius: 0%;
		width:100%;
		margin-top: 15px;

		background-size: auto 50vh;
		padding-bottom:30px;;
		background-repeat: no-repeat;
		background-position:center center;

	}
	.apla{
		position: absolute;
		bottom:15px;
		width:calc(100% - 30px);
		left:15px;
		height:auto;
		padding:15px;
		font-size:1em;
		background-color:rgba(0, 0, 0, 0.3);
		color:white !important;
	}
	.foot-table td{
		width: 100% !important;
		display: block;
		text-align: center !important;


	}

	.img_float, .img_float_text {
		width: 100% !important;
	}
	.kontakt-form {
		width: 100% !important;
		margin:0;
	}
	.mansonery, .threecol{
		  grid-template-columns: 1fr;
	}
	.zdjecie_z_apla::after{
		display: block;
		content: '';
		padding-top:50%;
	}
	.aktual_foto, .aktual_tresc, .lewa .aktual_foto, .ramka1_img, .ramka1_kwadrat, .ramka1_tresc, .media_foto, .media_tresc{
		width: 100% !important;;
			margin-right: 0% !important;
			margin-left:0 !important;;
		float: left !important;;
		padding-top: 0px !important;;
		margin-top:20px !important;;

	}
	.slide-nazareth2{
		margin-top:0px;
		position: relative;

		height:100vh !important;
		background-size:cover;
		padding-top: 20vh;
		background-repeat: no-repeat;
		background-position: top center;

		color:white;


	}
	.menu_members {
		display: block !important;
		visibility: visible !important;

	}
	.memeber-link{
		font-size: 9px;
	}
	.miniaturka, .members_tresc{
		width:100%;
		margin:0;
	}
	.kontent_na_sliderze{
		margin-top:100px;
		font-size:30px !important;
		line-height: 50px !important;


	}
	.pray{
		top:auto;
		bottom: 70px;
	}
	.site-main {
		max-width:96%;
		margin:auto;
	}
	.main-navigation{
		width:100%;
		height: auto;
		min-height: 100vh;

	}

	.menu {
		margin-right: 0;

	}
	.slicknav_item{
		width: 100% !important;
		display: block;
		position: relative;
	}
	.menu-item {
		width:320px !important;
		position: relative;
		display: block;
	}
	.menu li a {
		color:white;
	}
	.slicknav_nav a{
 	 font-weight:500 !important;
  }
   .menu li{
 		 width:99%;
 		 margin-bottom:15px;
 	}

  .menu li li:nth-last-child(2){
 	background-color: transparent !important;


  }
  .sub-menu li:nth-last-child(1){
 	 background-color: transparent;
 	 border-radius: 10px;
 	 color:white;
 }


	.slicknav_menu .slicknav_no-text{
 	 margin-top:7px !important;
 	 margin-right:10px;
  }
  .slicknav_brand img {
 	 max-height:48px;
 	 margin-top:-8px;

  }
  .slicknav_menu .slicknav_icon-bar{
 	 width: 2em;
 	 display: block;
 	margin-bottom:6px;
 	padding-bottom:2px;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }

	.slicknav_menu .slicknav_no-text{
 	 margin-top:7px !important;
 	 margin-right:10px;
  }
  .slicknav_brand {
 	 max-width:150px;
 	 margin-top:10px;

  }
  .slicknav_menu .slicknav_icon-bar{
 	 width: 2em;
 	 display: block;
 	margin-bottom:6px;
 	padding-bottom:2px;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(2) {
 	 display: none !important;

  }
  .slicknav_open .slicknav_icon-bar:nth-child(1) {
 	transform: rotate(45deg);
 	position: absolute;
 	top:23px;
 	right:0px;
 	color:red !important;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(3) {
 	transform: rotate(-45deg);
 	position: absolute;
 	top:20px;
 	right:0px;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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