@import url(https://fonts.googleapis.com/css2?family=Forum&family=Metamorphous&family=Pirata+One&display=swap);

html {
	padding: 0;
	margin: 0;
	font-size: 62.5%
}

body {
	font-family: 'Forum',cursive;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	line-height: 2rem;
	color: #fff;
	-webkit-transition: padding-top .1s ease-in 0s;
	-moz-transition: padding-top .1s ease-in 0s;
	-o-transition: padding-top .1s ease-in 0s;
	transition: padding-top .1s ease-in 0s;
	/* background-image: url("../img/body_bg_head.jpg");
	background-repeat: no-repeat;
	background-position: calc(50% + 100px) 30px; */
	background-color: #000;
}

#wrapper {
	position: relative;
}

::selection {
	background: #ffb967;
	color: #000;
	text-shadow: none
}

::-moz-selection {
	background: #ffb967;
	color: #000;
	text-shadow: none
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 60px;
	}
}

strong {
	font-weight: bold
}

a {
	color: #ffb967;
	text-decoration: none;
	-webkit-transition: color .1s ease-in 0s , background-color .1s ease-in 0s;
	-moz-transition: color .1s ease-in 0s , background-color .1s ease-in 0s;
	-o-transition: color .1s ease-in 0s , background-color .1s ease-in 0s;
	transition: color .1s ease-in 0s , background-color .1s ease-in 0s;
	position: relative
}

a:focus,a:hover {
	color: #fff
}

em {
	font-weight: bold
}

p {
	margin: 0 0 1rem 0
}

hr {
	margin: 10px 0;
	border: none;
	height: 1px;
	background: #ffb967
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Forum',cursive;
    font-family: 'Metamorphous',cursive;
	margin: 0 0 2rem 0;
	font-weight: normal
}

h1 { font-size: 3rem; line-height: 3.6rem;}
h2 { font-size: 2.6rem; line-height: 3rem;}
h3 { font-size: 2.2rem; line-height: 2.8rem;}
h4 { font-size: 2rem; line-height: 2.4rem;}
h5 { font-size: 1.6rem; line-height: 2rem;}


.entry-content ul {
	list-style: disc;
	padding: 0 0 0 2rem;
	margin: 0 0 2rem 0
}

.entry-content ul ul {
	list-style: circle
}

.entry-content ul ul ul {
	list-style: square
}

.entry-content ul ul ul ul {
	list-style: disc
}

.entry-content ul li {
	margin: 0 0 0 1rem;
	padding: 0 0 0 .5rem
}

.entry-content ul li::marker {
	color: #ffb967
}

.entry-content img {
	height: auto
}

input[type="search"],input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="date"],input[type="tel"],input[type="time"],textarea,select {
	background: none;
	border: 1px solid #a01000;
	height: 6rem;
	line-height: 6rem;
	padding: 0 2rem;
	vertical-align: top;
	margin: 0 0 2rem 0;
	box-sizing: border-box;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s;
	font-family: 'Forum',cursive;
	font-size: 1.6rem;
	color: #ffb967;
	outline: 0;
	box-shadow: 20px 20px 30px #0004 inset;
  background-image: linear-gradient(top,#5a000088 0,#6a000088 100%);
  background-image: -o-linear-gradient(top,#5a000088 0,#6a000088 100%);
  background-image: -moz-linear-gradient(top,#5a000088 0,#6a000088 100%);
  background-image: -webkit-linear-gradient(top,#5a000088 0,#6a000088 100%);
  background-image: -ms-linear-gradient(top,#5a000088 0,#6a000088 100%);

}

input[type="search"]:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,input[type="tel"]:focus,input[type="time"]:focus,textarea:focus,select:focus {
	color: #fff;
	border-color: #d50000;
	background-color: #7a0000;
	box-shadow: 10px 10px 10px #0004 inset;
  background-image: linear-gradient(top,#6a0000 0px,#7a0000 100%);
  background-image: -o-linear-gradient(top,#6a0000 0px,#7a0000 100%);
  background-image: -moz-linear-gradient(top,#6a0000 0px,#7a0000 100%);
  background-image: -webkit-linear-gradient(top,#6a0000 0px,#7a0000 100%);
  background-image: -ms-linear-gradient(top,#6a0000 0px,#7a0000 100%);
}

.comment-form-url {
    display: none;
}

select {
	background-image: url(img/ico_color_arrow_dn.png);
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - .5rem) .9rem;
	background-position: -moz-calc(100% - .5rem) .9rem;
	background-position: calc(100% - .5rem) .9rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	position: relative;
	cursor: pointer;
	padding-right: 2rem
}

select::-ms-expand {
	display: none
}

textarea {
	height: 20rem!important;
	line-height: inherit;
	vertical-align: top;
	padding: 1rem 2rem
}

input[type="radio"],input[type="checkbox"] {
	vertical-align: top
}

input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline: 2px solid #ffba12
}

input[type="button"],input[type="submit"],button,.button {
	-webkit-border-radius: .3rem;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
	border: none;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-size: 1.4rem;
	padding: 2rem 2rem;
	line-height: 2rem;
	cursor: pointer;
	background: #2E8FE940;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s;
	box-shadow: 0 0 10px #0004 inset;
}

input[type="button"].small,input[type="submit"].small,button.small,.button.small {
	padding: .5rem 2rem
}

input[type="button"]:hover,input[type="submit"]:hover,button:hover,.button:hover {
	background: #2E8FE960;
	color: #fff;
	text-decoration: none;
	border: none;
}

input[type="button"]:focus,input[type="submit"]:focus,button:focus,.button:focus {
	background: #2E8FE960;
	color: #fff;
	box-shadow: 2px 2px 10px #0006 inset;
}

input[type="button"]:active,input[type="submit"]:active,button:active,.button:active {
}

input[type="button"]:disabled,input[type="submit"]:disabled,button:disabled,a.button:disabled {
	cursor: not-allowed;
	background-color: #ccc;
	border: 2px solid #ccc
}

.wpcf7-form input[type="search"],.wpcf7-form input[type="text"],.wpcf7-form input[type="password"],.wpcf7-form input[type="email"],.wpcf7-form input[type="number"],.wpcf7-form input[type="date"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="time"],.wpcf7-form textarea,.wpcf7-form select {
	width: 100%
}

.wpcf7-form input[type="button"],.wpcf7-form input[type="submit"],.wpcf7-form button,.wpcf7-form a.button {
	width: auto
}

.wpcf7 .ajax-loader {
	float: left;
	line-height: 6rem;
	height: 6rem;
	display: block;
	margin: 0;
	padding: 0;
	width: 6rem;
	text-align: center
}

form {
	margin: 0;
	padding: 0
}

fieldset {
	margin: 0 0 2rem 0;
	padding: 2rem;
	border-bottom-width: 5px;
	font-size: 1.4rem;
	background-color: #fff
}

legend {
	font-family: 'Forum',cursive;
	font-size: 2rem;
	font-weight: normal;
	padding: 1.5rem 4rem;
	left: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	background-color: #f8f8f8;
	text-align: center
}

legend::after {
	content: "";
	display: block;
	bottom: 0;
	left: 0%;
	width: 100%;
	height: 2px;
	background: #42b3e5;
	margin-top: 1rem;
	margin: 0;
	position: absolute
}

legend b {
	font-weight: normal
}

@media only screen and (max-width: 767px) {
	fieldset {
		margin:0 0 1rem 0
	}

	legend {
		padding: 1.5rem 1.5rem
	}
}

.clear {
	clear: both;
	float: none
}

#header .container {
	max-width: 1800px
}

#header #menu {
	line-height: 40px;
	height: 91px;
	padding: 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 33px 0 0 150px;
	margin: 0 0 0 110px;
	background-image: url(http://server923948.nazwa.pl/almora/wp-content/themes/almora-theme/img/xheader_menu.png.pagespeed.ic.FL61VFmwAb.webp);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: -20px 0 0 110px;
}

#header #menu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	#header #menu li.menu-item-has-children::after {
		content: "...";
		display: block;
		position: absolute;
		width: 40px;
		text-align: center;
		height: 25px;
		line-height: 25px;
		vertical-align: bottom;
		left: 50%;
		margin-left: -20px;
		bottom: -3px;
		color: #ff7b3b;
	    letter-spacing: 2px;
	}

	#header #menu li.menu-item-has-children:hover::after {
		display: none;
	}
}

#header #menu li>h3,#header #menu li a {
	display: block;
	color: #ffa3a3;
	font-weight: normal;
	font-size: 2rem;
	padding: 0 2rem;
	position: relative;
	margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: transparent;
	z-index: 4;
	-webkit-transition: color .1s ease-in 0s , text-shadow .1s ease-in 0s;
	-moz-transition: color .1s ease-in 0s , text-shadow .1s ease-in 0s;
	-o-transition: color .1s ease-in 0s , text-shadow .1s ease-in 0s;
	transition: color .1s ease-in 0s , text-shadow .1s ease-in 0s
}

#header #menu li:hover>h3,#header #menu li:hover a {
	color: #fff
}

@media only screen and (min-width: 768px) {
	#header #menu>li>h3,#header #menu>li>a {
		font-size:1.6rem
	}
}

#header #menu li>h3>span,#header #menu li>a>span {
	position: relative;
	z-index: 1;
	background: #ef4d1d;
	background: linear-gradient(to bottom, #ffb967 0%,#ff7b3b  100%);
	background: -o-linear-gradient(to bottom, #ffb967 0%,#ff7b3b  100%);
	background: -moz-linear-gradient(to bottom, #ffb967 0%,#ff7b3b  100%);
	background: -webkit-linear-gradient(to bottom, #ffb967 0%,#ff7b3b  100%);
	background: -ms-linear-gradient(to bottom, #ffb967 0%,#ff7b3b  100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-decoration: underline solid transparent 4px;
	text-underline-offset: 7px;
	/* -webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s; */
}

#header #menu li>h3>span,#header #menu li>a:hover>span {
	background: #fff;
	background: linear-gradient(to bottom, #fff 0%,#fff  100%);
	background: -o-linear-gradient(to bottom, #fff 0%,#fff  100%);
	background: -moz-linear-gradient(to bottom, #fff 0%,#fff  100%);
	background: -webkit-linear-gradient(to bottom, #fff 0%,#fff  100%);
	background: -ms-linear-gradient(to bottom, #fff 0%,#fff  100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: underline solid #9F5838 4px;
}

#header #menu li li>a>span {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
	#header #menu li>h3,#header #menu li a {
		padding:0 1rem
	}
}

#header #menu li>.sub-menu {
	position: absolute;
	left: auto;
	top: 100%;
	z-index: 2;
	background: #6a272766;
	background: #350c0cb3;
	width: auto;
	min-width: 30rem;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-shadow: 0 10px 5px rgba(0,0,0,.33);
	-moz-box-shadow: 0 10px 5px rgba(0,0,0,.33);
	box-shadow: 0 10px 5px rgba(0,0,0,.33);
	color: #ffa3a3;
	margin: 0;
	height: auto;
	z-index: 5;
	display: block;
	text-align: center;
	-webkit-transition: opacity .4s , margin .4s , visibility 0s .4s , left 0s .4s , right 0s .4s;
	-moz-transition: opacity .4s , margin .4s , visibility 0s .4s , left 0s .4s , right 0s .4s;
	-o-transition: opacity .4s , margin .4s , visibility 0s .4s , left 0s .4s , right 0s .4s;
	transition: opacity .4s , margin .4s , visibility 0s .4s , left 0s .4s , right 0s .4s;
	/* left: -5000px; */
	right: 5000px;
	opacity: 0;
    transform: translateX(50%);
}

#header #menu li:hover {
	z-index: 2;
}

#header #menu li:hover>.sub-menu,#header #menu li.hover>.sub-menu {
	visibility: visible;
	left: auto;
	right: 50%;
	opacity: 1;
	-webkit-transition: opacity .1s , margin .1s;
	-moz-transition: opacity .1s , margin .1s;
	-o-transition: opacity .1s , margin .1s;
	transition: opacity .1s , margin .1s
}

#header #menu li li:hover>.sub-menu,#header #menu li li.hover>.sub-menu {
	left: 100%;
	top: 0
}

#header #menu li>.sub-menu li>a:hover>span,#header #menu li>.sub-menu li>a:focus>span {
}

#header #menu li .sub-menu h3,#header #menu li .sub-menu a {
	color: #ffa3a3
}

#header #menu li .sub-menu li>a:hover,#header #menu li .sub-menu li>a:focus {
	color: #fff
}

#header #menu li>.sub-menu li,#header #menu li>.sub-menu li>a,#header #menu li>.sub-menu li>a>span {
	position: relative;
	display: block;
	float: none;
	height: auto;
	line-height: normal;
	width: auto;
	padding: 0
}

#header #menu li>.sub-menu li>a {
	line-height: 2rem;
	background: transparent;
	text-align: center;
	-webkit-transition: background .1s , color .1s;
	-moz-transition: background .1s , color .1s;
	-o-transition: background .1s , color .1s;
	transition: background .1s , color .1s;
	padding: 1.5rem 2rem
}

#header .open_menu,#header #menu .header {
	display: none
}

#header #menu .header .close_menu,#header .open_menu {
	font-size: 20px;
	/* background-color: #283c42; */
	color: #fff
}

#header #site-title h1 {
	margin: 0;
}

#header #site-title img {
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

@media only screen and (min-width: 768px) {
	#header {
		width:100%;
		position: relative;
		background: transparent;
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
		-moz-box-shadow: 0 0 0 rgba(0,0,0,.0);
		box-shadow: 0 0 0 rgba(0,0,0,.0);
		-webkit-transition: -webkit-box-shadow .1s ease-out 0s , background .1s ease-out 0s;
		-moz-transition: -moz-box-shadow .1s ease-out 0s , background .1s ease-out 0s;
		-o-transition: -moz-box-shadow .1s ease-out 0s , background .1s ease-out 0s;
		transition: line-height .1s ease-out 0s , background .1s ease-out 0s;
		background-repeat: no-repeat;
		background-position: right center;
		background-color: transparent;
		background-size: cover;
		padding: 0;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 60px;
	}

	#header .inner_header {
		display: inline-block;
		position: relative;
		left: -100px;
	}

	#header #site-title {
		display: block
	}

	#header #site-title a {
		display: block;
		text-align: center;
		padding: 0 0 0 300px
	}

	#header #site-title a img.logo_img {
		position: absolute;
		bottom: -164px;
		left: 0;
		z-index: 2;
		-webkit-transition: all .1s ease-out 0s;
		-moz-transition: all .1s ease-out 0s;
		-o-transition: all .1s ease-out 0s;
		transition: all .1s ease-out 0s;
		transform-origin: 50% 50%;
	}

	#header #site-title a img.logo_img:hover {
		transform: scale(1.1);
	}

	#header #site-title a img.logo_title {
	}
	
	@media only screen and (max-width: 1560px) {
		#header .inner_header {
			left: -70px;
		}

		#header #menu {
			margin-left: 80px;
		}
		
		#header #site-title a {
			padding: 0 0 0 250px;
		}

		#header #site-title a img.logo_title {
			max-width: 520px;
		}

		#header #site-title a img.logo_img {
			max-width: 260px;
		}

		#header #menu li > h3, #header #menu li a {
			padding: 0 15px;
		}
	}
}

@media only screen and (max-width: 767px) {
	#header .overlay {
		position:fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 1000
	}

	body.menu_visible {
		overflow: hidden
	}

	body.menu_visible #header .overlay {
		display: block
	}

	#header {
		height: 0
	}

	#header #menu {
		position: fixed;
		left: -370px;
		text-align: 0;
		z-index: 1001;
		top: 0;
		width: 300px;
		height: 100%;
		box-shadow: 0 0 10px #000;
		outline: 2000px solid rgba(0,0,0,.0);
		line-height: initial;
		-webkit-transition: left .1s ease-in 0s , outline .1s ease-in 0s;
		-moz-transition: left .1s ease-in 0s , outline .1s ease-in 0s;
		-o-transition: left .1s ease-in 0s , outline .1s ease-in 0s;
		transition: left .1s ease-in 0s , outline .1s ease-in 0s;
		overflow-y: auto;
		margin: 0;
		padding: 0;
		background: #202835;
		background: #262f40;

		background-image: linear-gradient(top,#202835 0px,#000000 150%);
		background-image: -o-linear-gradient(top,#202835 0px,#000000 150%);
		background-image: -moz-linear-gradient(top,#202835 0px,#000000 150%);
		background-image: -webkit-linear-gradient(top,#202835 0px,#000000 150%);
		background-image: -ms-linear-gradient(top,#202835 0px,#000000 150%);

	}
	
	/* #header #menu::after {
		position: absolute;
		background-image: url("../img/footer_line_v.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: "";
		display: block;
		bottom: 0;
		right: 0;
		width: 30px;
		height: 100%;
		height: calc(100% - 130px);
	} */

	body::after {
		position: fixed;
		background-image: url("../img/logo_img.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: "";
		display: block;
		top: 10px;
		left: -160px;
		width: 160px;
		height: 160px;
		z-index: 1001;
		-webkit-transition: all .1s ease-in 0s;
		-moz-transition: all .1s ease-in 0s;
		-o-transition: all .1s ease-in 0s;
		transition: all .1s ease-in 0s
	}

	body.menu_visible::after {
		top: 10px;
		left: 210px;
	}

	#header #menu.menu_visible {
		left: 0;
		outline: 2000px solid rgba(0,0,0,.4)
	}

	#header #menu li {
		display: block
	}

	#header #menu li>.sub-menu {
		display: block;
		position: static;
		color: inherit;
		opacity: 1;
		overflow: auto;
		background: inherit;
		box-shadow: none;
		padding: 0;
		margin: 0;
		border: none;
		transform: none;
	}

	#header #menu li li>.sub-menu {
		padding-left: 10px
	}

	#header #menu li .sub-menu li {
		float: none;
		width: auto;
		height: auto;
		line-height: 1;
		position: static
	}

	header #menu li .sub-menu li a {
		font-size: 1.3rem;
		position: relative;
		color: #6c6753
	}
	
	#header #menu li .sub-menu li a {
		text-align: left;
		padding: 1rem 2rem;
		line-height: 2rem;
		font-size: 1.8rem;
	}

	#header #menu li .sub-menu li a span {
		text-align: left;
		padding: 0 0 0 2rem;
		/* color: inherit;
		text-shadow: 1px 1px 0 #fff */
		background: linear-gradient(to bottom,#976122 0%,#ff7b3b 100%);
		background: -o-linear-gradient(to bottom,#976122 0%,#ff7b3b 100%);
		background: -moz-linear-gradient(to bottom,#976122 0%,#ff7b3b 100%);
		background: -webkit-linear-gradient(to bottom,#976122 0%,#ff7b3b 100%);
		background: -ms-linear-gradient(to bottom,#976122 0%,#ff7b3b 100%);
		-webkit-background-clip: text;
		
		background: transparent;
		color: #da5537;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: initial;
	}

	#header #menu li a:hover,
	#header #menu li a:focus {
	}

	#header #menu li>.sub-menu li>a:hover>span,
	#header #menu li>.sub-menu li>a:focus>span {
	}

	#header #menu li>h3::before,
	#header #menu li>a::before {
		display: none
	}

	#header #menu li li>a>span {
		position: static;
		display: block;
		line-height: 2
	}

	#header #menu li>h3,#header #menu li a {
		display: block;
		font-size: 2.4rem;
		padding: 0.5rem 2rem;
		text-align: left
	}

	#header #menu .header {
		font-family: 'Metamorphous',cursive;
		font-size: 2.4rem;
		display: block;
		line-height: 6rem;
		height: 6rem;
		padding: 0 6rem 0 2rem;
		text-align: left;
		position: relative;
		/* -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
		box-shadow: 0 0 5px rgba(0,0,0,.5) */
	}

	#header #menu .header .close_menu {
		display: block;
		position: absolute;
		right: 70px;
		top: 0;
		height: 6rem;
		width: 6rem;
		text-align: center;
		line-height: 6rem;
		z-index: 999;
		cursor: pointer
	}

	#header .open_menu {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		height: 6rem;
		width: 6rem;
		text-align: center;
		line-height: 6rem;
		z-index: 999;
		cursor: pointer
	}

	#header #site-title {
		display: block;
		line-height: 6rem;
		margin: 0;
		padding: 0 2rem 0 7rem;
		position: fixed;
		z-index: 998;
		top: 0;
		right: 0;
		background: #fff;
		background-repeat: no-repeat;
		background-position: right center;
		background-color: transparent;
		background-size: cover;
		box-sizing: border-box;
		width: 100%;
		text-align: right;
		height: 6rem;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
		background-image: none;
		background-image: linear-gradient(top,#000000 70%,#00000000 100%);
		background-image: -o-linear-gradient(top,#000000 70%,#00000000 100%);
		background-image: -moz-linear-gradient(top,#000000 70%,#00000000 100%);
		background-image: -webkit-linear-gradient(top,#000000 70%,#00000000 100%);
		background-image: -ms-linear-gradient(top,#000000 70%,#00000000 100%);
	}

	#header #site-title a {
		line-height: 60px;
		height: 60px;
		margin: 0!important
	}

	#header #site-title a img {
		vertical-align: middle;
		line-height: 60px;
		height: 60px;
	}
	
	#header #site-title a img.logo_img {
		display: none;
	}
}

#container {
	width: 100%;
	max-width: 1440px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 20px
}

.container {
	box-sizing: border-box;
	margin: auto
}

@media only screen and (min-width: 1000px) {
	#content {
	}

	#content>* {
	}
	
	#content > .menu {
		float: left;
		width: 300px;
		margin: 0 20px 20px 0;
	}

	#content > .baner {
		float: right;
		width: calc(100% - 320px);
		margin: 0 0 20px 0;
	}

	#content > .container {
		float: right;
		width: calc(100% - 320px);
		margin: 0 0 20px 0;
	}

}

@media only screen and (max-width: 999px) {
	#content {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	#content>* {
	}
	
	#content > .menu {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
		display: flex;
		flex-direction: column;
	}
	
	#content > .menu > div:nth-child(2) {
		order: -1;
	}

	#content > .baner {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
		order: -1;
	}

	#content > .container {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 600px) {
	#content > .baner .wp-block-gallery {
		flex-direction: column;
		gap: 20px;
	}

	#content > .baner .wp-block-gallery figure.wp-block-image{
		flex: 1 1 100%;
		width: 100%;
	}
}

#content > .baner img {
	width: 100%;
}


article.post {
    padding: 0 20px 20px;
	margin: 0 0 40px 0;
	background-image: none;
	background-image: linear-gradient(top,#483E3Eaa 40px,#00000088 100%);
	background-image: -o-linear-gradient(top,#483E3Eaa 40px,#00000088 100%);
	background-image: -moz-linear-gradient(top,#483E3Eaa 40px,#00000088 100%);
	background-image: -webkit-linear-gradient(top,#483E3Eaa 40px,#00000088 100%);
	background-image: -ms-linear-gradient(top,#483E3Eaa 40px,#00000088 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

article.post .entry-summary {
	display: flex;
	gap: 30px;
    /* justify-content: center; */
}

article.post .entry-summary > a {
	flex: 0 0 33%;
}

@media only screen and (max-width: 767px) {
	article.post .entry-summary {
		display: block;
	}
	
	article.post .entry-summary > a {
		float: left;
		display: block;
		width: 50%;
		margin: 0 30px 20px 0;
	}
}

.entry-content > .wrapper,
article.post .entry-summary > a .wrapper{
    background: #00000088;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 7px 7px 7px 7px;
    margin: -7px -7px -7px -7px;
    position: relative;
    -webkit-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
    -moz-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
    -o-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
    transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
}

.entry-content > .wrapper:hover,
article.post .entry-summary > a:hover .wrapper{
    background: #00000044;
}

.entry-content > .wrapper {
	margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
	.entry-content > .wrapper {
		margin: 0 -40px 40px -40px;
		padding: 10px 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

.entry-content > .wrapper img {
	display: block;
	max-width: 100%;
    width: auto;
    max-height: 250px;
    margin: auto;
}

/* article.post .entry-summary > a .wrapper{
	position: relative;
	padding-bottom: 100%;
}

article.post .entry-summary > a .wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
} */

.read-more-div {
    text-align: right;
    padding: 20px 0 0 0;
}

.post-navigation {
	text-align: center;
}

.post-navigation .nav-links {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	gap: 20px;
	margin: 0 20px;
}

@media only screen and (max-width: 767px) {
	.post-navigation .nav-links {
		flex-direction: column;
	}
}

.post-navigation .nav-links a {
    background: #2E8FE940;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 20px;
	line-height: 2rem;
    position: relative;
    -webkit-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
    -moz-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
    -o-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
    transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
	color: #fff;
	text-align: left;
}

.post-navigation .nav-links a span {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin: 0 10px 0 0;
    color: #333;
    text-shadow: 1px 1px 2px #fff;
    background: #ccc;
    background-image: linear-gradient(top,#fff 0%,transparent 100%);
    background-image: -o-linear-gradient(top,#fff 0%,transparent 100%);
    background-image: -ms-linear-gradient(top,#fff 0%,transparent 100%);
    background-image: -moz-linear-gradient(top,#fff 0%,transparent 100%);
    background-image: -webkit-linear-gradient(top,#fff 0%,transparent 100%);
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
    box-shadow: 0 0 10px #0004 inset;
}

.post-navigation .nav-links .nav-next a {
	text-align: right;
    justify-content: end;
}

.post-navigation .nav-links .nav-next a span {
	margin: 0 0 0 10px;
}

.post-navigation .nav-links a:hover {
    background: #2E8FE960;
}

.post-navigation .nav-links a:hover span {
    background-color: #fff;
}

.widget-title,
.entry-title {
    font-size: 2rem;
    line-height: 3rem;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 10px 0;
    font-family: 'Metamorphous',cursive;
}

@media only screen and (max-width: 1280px) {
	.widget-title,
	.entry-title {
		font-size: 2.2rem;
	}
}

.widget-title::before,
.entry-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #ffb967;
}

@media only screen and (max-width: 767px) {
	.widget-title,
	.entry-title {
		font-size: 1.8rem;
		line-height: 2rem;
		padding: 5px 10px 5px;
		margin: 15px 0 0 0;
	}

	.widget-title::before,
	.entry-title::before {
		
	}
}

.post header {
    display: flex;
    flex-flow: row;
	align-items: flex-start;
	margin: 0 0 20px 0;
	padding: 0 70px 0 0;
	min-height: 72px;
	background-image: url("../img/news_header.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: relative;
}

a.post-edit-link::after {
	content: " treść";	
}

.post header a.post-edit-link {
    margin: 2.8rem 0 0 1rem;
}

body.page header a.post-edit-link,
body.single header a.post-edit-link {
    margin: 20px 0 0 0;
	display: block;
}

.post header .pld-like-dislike-wrap {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
	top: -5px;
	background-color: #2E8FE933;
	padding: 4px;
	border-radius: 5px;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
}

.post header .pld-like-dislike-wrap:hover {
	background-color: #2E8FE960;
}

.post header .pld-like-dislike-wrap .pld-count-wrap {
	margin-left: 0;
}


.post header .pld-like-dislike-wrap .pld-common-wrap {
	margin: 0;
	text-align: center;
	position: relative;
}

.post header .pld-like-dislike-wrap a {
	color: #2E8FE9;
	display: block;
	font-size: 25px;
	margin: 0 0 7px 0;
	position: static;
}

.post header .pld-like-dislike-wrap a::after {
	content: "";
	display: block;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.post header .pld-like-dislike-wrap a:hover {
	color: #fff;
}

.entry-content {
	position: relative;
	padding: 0 8rem 2rem;
    line-height: 2.7rem;
    font-size: 1.8rem;
	text-align: justify
}

.entry-meta {
	display: block;
	float: left;
	padding: 30px 10px 10px;
	background: #be161655;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.4rem;
	order: -1;
	position: relative;
	top: -5px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 700px) {
	.post header {
		flex-wrap: wrap;
		padding: 0 50px 0 0;
	}
	
	.widget-title,
	.entry-title {
		flex: 1 1 100%;
		order: -1;
		margin: 10px 0;
	}
	
	.entry-meta {
		padding: 5px 15px;
		margin: 5px 0 0 -14px;
	}
	
	.post header .pld-like-dislike-wrap {
		right: -10px;
		padding: 5px 0;
	}
}

span.author.vcard, .meta-sep {
	display: none;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
.entry-summary ol,
.entry-summary ul,
.entry-summary p,
.entry-content ol,
.entry-content ul,
.entry-content p {
	margin-bottom: 2.7rem;
}



/* .entry-content p:not(:first-of-type) {
	text-indent: 3rem;
} */

.entry-content:first-letter,
.entry-content>p:first-of-type:first-letter {
	font-size: 6rem;
	height: 5.4rem;
	line-height: 5.4rem;
	float: left;
	display: block;
	margin: 0 10px 0 0;
	font-family: 'Pirata One',cursive;
}

@media only screen and (max-width: 767px) {
	.entry-content {
		padding:0;
		line-height: 2.4rem;
		font-size: 1.8rem
	}
		
	.entry-content:first-letter,
	.entry-content>p:first-of-type:first-letter {
		font-size: 5.8rem;
		height: 4.8rem;
		line-height: 4.8rem;
	}
}

.entry-content blockquote.wp-block-quote {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 80%
}

.wp-block-image figcaption {
	text-align: center;
	color: #666
}

.attachment-post-thumbnail {
	width: 100%;
	height: auto
}

aside.menu > div {
	padding: 0;
	background-image: none;
	background-image: linear-gradient(top,#00304E88 100px,#00000088 100%);
	background-image: -o-linear-gradient(top,#00304E88 100px,#00000088 100%);
	background-image: -moz-linear-gradient(top,#00304E88 100px,#00000088 100%);
	background-image: -webkit-linear-gradient(top,#00304E88 100px,#00000088 100%);
	background-image: -ms-linear-gradient(top,#00304E88 100px,#00000088 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}

aside.menu > div .wp-block-group__inner-container > h2 {
    font-size: 3rem;
    line-height: 4rem;
    position: relative;
    margin: 0 -20px 20px;
    padding: 10px 20px 10px 40px;
    font-family: 'Metamorphous',cursive;
	color: #ffb967;
	background-image: url("../img/side_menu_header_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	background-color: transparent
}

@media only screen and (max-width: 999px) {
	aside.menu > div .wp-block-group__inner-container > h2 {
		font-size: 2.4rem;
		line-height: 4rem;
		margin: 0 -20px 20px;
		padding: 10px 20px 10px 40px;
		text-align: center;
	}
}

aside.menu > div .wp-block-group__inner-container .wp-block-group__inner-container {
	margin: 0 0 0 -60px;
	padding: 0 0 1px 0;
}

aside.menu > div:first-child .wp-block-group__inner-container .wp-block-group__inner-container {
	margin: 0 0 0 -30px;
}


aside.menu > div:not(:first-child) .wp-block-image.size-full {
	background: #2E8FE940;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px 15px 10px 40px;
	margin: 0 20px 20px 0;
	position: relative;
	-webkit-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
	-moz-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
	-o-transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s;
	transition: background .1s ease-in-out 0s , padding .1s ease-in-out 0s
}

aside.menu > div:not(:first-child) .wp-block-image.size-full:hover {
	background: #2E8FE960;
	padding: 10px 0 10px 55px;
}

@media only screen and (max-width: 1560px) {
	aside.menu > div .wp-block-group__inner-container .wp-block-group__inner-container {
		margin: 0;
		text-align: center;
	}

	aside.menu > div:first-child .wp-block-group__inner-container .wp-block-group__inner-container {
		margin: 0;
		text-align: center;
	}

	aside.menu > div:not(:first-child) .wp-block-image.size-full {
		padding: 10px 10px 10px 10px;
		margin: 0 10px 10px 10px;
	}

	aside.menu > div:not(:first-child) .wp-block-image.size-full:hover {
		padding: 10px 0 10px 20px;
	}
}

aside.menu > div:not(:first-child) .wp-block-image.size-full figcaption {
	text-align: left;
	color: #fff;
	margin: 0;
}

aside.menu > div:not(:first-child) .wp-block-image.size-full a {
	position: static;
}

aside.menu > div:not(:first-child) .wp-block-image.size-full a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

aside.menu > div:not(:first-child) .wp-block-image.size-full figcaption p {
	margin: 0 0 15px 15px;
	border-left: 1px solid #fff;
	font-size: 1.8rem;
	line-height: 2rem;
	padding: 3px 0 3px 15px;
}

aside.menu > div:not(:first-child) .wp-block-image.size-full figcaption p:last-child {
	margin-bottom: 0;
}

aside.menu > div:first-child .wp-block-image.size-full a img {
	margin: 0 20px 0 0;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s
}

aside.menu > div:first-child .wp-block-image.size-full a:hover img {
	margin: 0 0 0 20px;
}

aside.menu.bottom {
	padding: 60px 0 0 0;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

aside.menu.bottom > div {
  flex: 1 1 100%;
}

aside.menu.bottom > div:first-child,
aside.menu.bottom > div:last-child {
	flex: 1 1.5 100%;
}

#sidebar button,#sidebar a.button {
	height: 6rem;
	line-height: 6rem;
	color: #fff;
	background: #50acdd;
	position: relative;
	padding: 0 5rem;
	text-align: center;
	width: 200px;
	margin: 0 auto 2rem;
	display: block;
	text-shadow: none;
	outline: 0 solid transparent;
	-webkit-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s;
	-moz-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s;
	-o-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s;
	transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s
}

@media only screen and (max-width: 767px) {
	#sidebar a.button {
		width:auto
	}
}

#sidebar button:hover,#sidebar a.button:hover {
	background: #73bde4;
	outline: 10px solid #50acdd
}

@media only screen and (max-width: 767px) {
	.owl-carousel .owl-nav {
		display:none
	}
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
	width: 6rem;
	height: 6rem;
	margin: -3rem 0 0 0;
	position: absolute;
	padding: 0;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	top: 50%;
	background: #83bd39;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	border-radius: 3rem;
	color: #fff;
	opacity: 1
}

.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover {
	background: #283c42;
	color: #fff
}

.owl-carousel .owl-nav button.owl-next.disabled,.owl-carousel .owl-nav button.owl-prev.disabled {
	opacity: 0
}

.owl-nav .owl-prev {
	left: 4rem
}

.owl-nav .owl-next {
	right: 4rem;
	left: auto
}

@media only screen and (max-width: 767px) {
	.owl-nav .owl-prev {
		left:1rem
	}

	.owl-nav .owl-next {
		right: 1rem
	}
}

.sl-overlay {
	background: #555;
	opacity: .8
}

.sl-wrapper .sl-image img {
	-webkit-box-shadow: 0 0 40px #444;
	-moz-box-shadow: 0 0 40px #444;
	box-shadow: 0 0 40px #444
}

.sl-wrapper .sl-close {
	font-size: 4rem;
	color: #fff;
	text-shadow: none;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #50acdd;
	outline: 0 solid transparent;
	-webkit-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s;
	-moz-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s;
	-o-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s;
	transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s
}

.sl-wrapper .sl-close:hover {
	background-color: #73bde4;
	outline: 10px solid #50acdd;
	opacity: 1
}

.sl-wrapper .sl-counter {
	color: #fff;
	text-shadow: 0 0 5px #444;
	font-size: 3rem;
	font-weight: bold;
	line-height: 50px;
	left: 20px;
	top: 10px;
	font-family: 'Forum',cursive
}

.sl-wrapper .sl-navigation button.sl-next,.sl-wrapper .sl-navigation button.sl-prev {
	font-size: 4rem;
	height: 100px;
	left: 0;
	line-height: 100px;
	margin: -50px 0 0 0;
	position: fixed;
	text-align: center;
	width: 50px;
	box-sizing: content-box;
	background-color: #50acdd;
	color: #fff;
	text-shadow: none;
	outline: 0 solid transparent;
	-webkit-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s;
	-moz-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s;
	-o-transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s;
	transition: background .1s ease-in-out 0s , outline .5s ease-in-out 0s , width .1s ease-in 0s
}

.sl-wrapper .sl-navigation button.sl-next {
	left: auto;
	right: 0
}

.sl-wrapper .sl-navigation button.sl-next:hover,.sl-wrapper .sl-navigation button.sl-prev:hover {
	width: 70px;
	background-color: #73bde4;
	outline: 10px solid #50acdd;
	opacity: 1
}















footer {
	position: relative;
	margin: 0 -20px;
}

aside.menu-bottom {
	margin: 80px auto 20px;
	padding: 0;
	display: flex;
	gap: 20px;
	align-content: center;
	align-items: center;
	justify-content: center;
	max-width: 700px;
}

@media only screen and (max-width: 767px) {
	aside.menu-bottom {
		margin: 40px auto 20px;
		flex-direction: column;
	}
}

aside.menu-bottom .wp-block-image {
    margin: 0;
}

aside.menu-bottom .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
	align-content: center;
	align-items: center;
	justify-content: center;
}

aside.menu-bottom .wp-block-group__inner-container a {
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s
}

aside.menu-bottom:hover .wp-block-group__inner-container a {
	opacity: 0.5;
}

aside.menu-bottom .wp-block-group__inner-container a:hover {
	opacity: 1;
}

aside.menu-bottom .wp-block-group__inner-container img {
	max-width: 100px;
	max-height: 30px;
	height: auto;
	width: auto;
}

footer a {
}

footer>.links {
	padding: 2rem 0 4rem
}

footer>.links .container {
	display: flex;
	align-items: start;
	padding: 0;
	box-sizing: border-box
}

@media only screen and (max-width: 1000px) {
	footer>.links .container {
		display:block;
		padding: 0 2rem 4rem
	}
}

footer>.links .container h3 {
	font-family: 'Metamorphous',cursive;
	font-weight: normal;
	font-size: 2.8rem;
	line-height: 3rem;
	margin: 0;
	padding: 2rem 0 4rem;
}

@media only screen and (max-width: 767px) {
	footer>.links .container h3 {
		font-size:2.2rem;
		line-height: 2.6rem;
		padding: 2rem 0
	}
}

footer>.links .container .menu {
	display: flex;
	width: 100%
}

footer>.links .container .menu>li {
	margin: 0 4rem 1rem 0
}

@media only screen and (max-width: 767px) {
	footer>.links .container .menu {
		display:block
	}

	footer>.links .container .menu>li {
		margin: 0 0 2rem 0
	}
}

footer>.links .container .menu li a::before {
	content: "\f105";
	display: inline-block;
	font-family: fontawesome;
	font-size: 1.4rem;
	margin: 0 .5rem 0 .3rem;
	position: relative;
	top: 0;
	transition: color .2s ease-in 0s;
	color: #ffae00
}

footer>.links .container .menu li a:hover::before {
	color: #fff
}

footer>.links .container>div:first-child {
	flex-grow: 4;
	display: flex
}

@media only screen and (max-width: 1000px) {
	footer>.links .container>div:first-child,footer>.links .container .menu {
		padding:0
	}
}

footer>.copyrights a,footer>.links a {
	color: #fff
}

footer>.copyrights a::after,footer>.links a::after {
	background-color: #fff;
	display: none
}

@media only screen and (max-width: 767px) {
	footer>.links .container>div:first-child {
		display:block
	}

	footer>.copyrights,footer>.links {
		text-align: center
	}

	footer .menu a {
		color: #fff;
		text-align: center;
		display: inline-block;
		float: none;
		clear: both;
		padding: 4px 0;
		font-size: 1.6rem
	}
}

footer>.links #footer_widgets {
	flex-grow: 1;
	box-sizing: border-box
}

footer>.links #footer_widgets .address {
	padding-bottom: 1.5rem;
	overflow: auto
}

footer>.links #footer_widgets .address i {
	color: #83bd39;
	float: left;
	line-height: 20px;
	text-align: center;
	width: 20px
}

footer>.links #footer_widgets .address>div {
	float: left
}

@media only screen and (max-width: 1000px) {
	footer>.links {
		padding:2rem 0 6rem
	}

	footer>.links #footer_widgets {
		padding: 0;
		border: none
	}
}

@media only screen and (max-width: 767px) {
	footer>.links #footer_widgets .address {
		text-align:center
	}

	footer>.links #footer_widgets .address i {
		float: none;
		text-align: center;
		width: 100%
	}

	footer>.links #footer_widgets .address>div {
		float: none
	}
}

footer>.copyrights {
	padding: 0;
	box-sizing: border-box;
	line-height: 2rem;
	font-size: 2rem;
}

footer>.copyrights .container {
	padding: 4rem 2rem 3rem;
	position: relative;
	background-image: url("../img/footer_line.png");
	background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto;
	text-align: center;
}

/* @media only screen and (max-width: 767px) {
	footer>.copyrights .container {
		background-size: 100% auto;
	}
} */

footer>.copyrights .container>div:first-child {
	float: left;
	float: none;
	display: inline-block;
}

footer>.copyrights .container>div:first-child b {
	font-weight: 700
}

footer>.copyrights .container>div:first-child b span {
	color: #83bd39
}

footer > .copyrights .container > div:nth-child(2) {
	float: right;
    float: none;
    display: inline-block;
}

footer > .copyrights .container > div:nth-child(2) b {
	font-weight: 700
}

/* @media only screen and (max-width: 1000px) {
	footer > .copyrights {
		padding:0;
	}
} */

@media only screen and (max-width: 767px) {
	footer > .copyrights .container > div:first-child, footer > .copyrights .container > div:nth-child(2) {
		float:none;
		clear: both
	}

	/* footer>.copyrights .container>div:first-child {
		margin: 0 0 10px 0
	} */
}

.scroll_to_top {
	bottom: -55px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	display: block;
	z-index: 1000;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s
}

.scroll_to_top.show_button {
	bottom: 90px
}

.scroll_to_top:hover {
}

@media only screen and (max-width: 767px) {
	.scroll_to_top {
		bottom:-40px;
		height: 40px;
		left: 0;
		line-height: 40px;
		width: 100%
	}

	.scroll_to_top::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		box-sizing: border-box;
		border: 10px solid transparent;
		border-bottom-color: {
			{
				krColorButton
			}
		}

		;top: -20px;
		left: 50%;
		margin: 0 0 0 -10px;
		position: absolute;
		-webkit-transition: border-color .1s ease-in 0s;
		-moz-transition: border-color .1s ease-in 0s;
		-o-transition: border-color .1s ease-in 0s;
		transition: border-color .1s ease-in 0s
	}

	.scroll_to_top:hover::before {
		border-bottom-color: {
			{
				krColorButtonHover
			}
		}
	}

	.scroll_to_top:active::before {
		border-bottom-color: {
			{
				krColorButtonActive
			}
		}
	}

	.grecaptcha-badge {
		bottom: 50px!important;
		z-index: 200
	}
}

.pagination {
	clear: both;
	float: none;
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: center
}

.pagination span:first-child,.pagination a::after {
	display: none
}

.pagination span,
.pagination a {
	background: #fff;
	padding: 0;
	height: 4rem;
	line-height: 4rem;
	min-width: 4rem;
	padding: 0 1rem;
	box-sizing: border-box;
	margin: 0 0 0 1rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
	-webkit-transition: all .1s ease-in 0s;
	-moz-transition: all .1s ease-in 0s;
	-o-transition: all .1s ease-in 0s;
	transition: all .1s ease-in 0s;
	display: inline-block;
	margin: 0 .5rem 1rem .5rem;
	text-align: center;
	
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    background: #2E8FE940;
    box-shadow: 0 0 10px #0004 inset;
}

.pagination a:hover {
	background: #2E8FE960;
	color: #fff;
	text-decoration: none;
	border: none;
}

.pagination .current {
	background: #fff;
	padding: 0;
	color: #000
}

#content.category article.post .read-more-div {
	padding: 1rem 0 0 0;
	text-align: right
}



/* ******************* TŁO ******************** */

.sky_bg {
	background-image: url("../img/body_bg_head0.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 1671px;
    height: 870px;
    position: fixed;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.bang1,div.bang2,div.bang3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	background-image: url("../img/body_bg_head1.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.bang2 {
	background-image: url("../img/body_bg_head2.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.bang3 {
	background-image: url("../img/body_bg_head3.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.bang1 div.bang1 {
    animation: flash1 1s linear infinite
}

body.bang2 div.bang2 {
    animation: flash2 1s linear infinite
}

body.bang3 div.bang3 {
    animation: flash3 1s linear infinite
}

@keyframes flash1 {
	0%, 8%, 16%, 24%, 100% {opacity: 0;}
	4% {opacity: 0.1;}
	12% {opacity: 0.2;}
	20% {opacity: 0.4;}
	28% {opacity: 1;}
}

@keyframes flash2 {
	0%, 33%, 100% {opacity: 0;}
	20% {opacity: 0.2;}
	50% {opacity: 0.6;}
}

@keyframes flash3 {
	0%, 100% {opacity: 0;}
	40% {opacity: 0.5;}
}

.weather {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.fire {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
	/* background: linear-gradient(0deg,rgba(255,115,0,.2) 0%,rgba(255,0,0,0) 50%); */
}

.fire_glow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 50vh;
	overflow: hidden;
	position: fixed;
	top: 50vh;
	transition: margin-top .2s ease-in-out 0s;
	left: 0;
	background: linear-gradient(0deg,rgba(255,115,0,.2) 0%,rgba(255,0,0,0) 50%);
}

.weather hr.rain_drop {
    width: 150px;
    height: 2px;
    border: none;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    position: absolute;
    bottom: 100%;
    transform-origin: 100% 50%;
    transform-origin: 50% 50%;
    animation-name: rain;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite
}

.fire div.fire_spark {
    transform-origin: 50% 100%;
    transform: skew(.1rad);
    transition: transform 2s ease-in-out 0s, transform-origin 2s ease-in-out 0s, margin 1s ease-in-out 0s;
    height: 100vh;
    width: 1px;
    position: absolute;
    top: 0;
	/* background: #fff2; */
}

.fire div.fire_spark {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.fire div.fire_spark span {
    width: 20px;
    height: 20px;
    border: 4px solid #a00;
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: #f50;
    border-radius: 10px;
    transform-origin: 50% 50%;
    animation-name: fire;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    opacity: 0;
    transform: translateY(calc(100vh + 20px))
}

.fire div.fire_spark span::after {
    content: "";
    display: block;
    height: 100px;
    width: 100px;
    left: -50px;
    top: -50px;
    position: absolute;
    opacity: .07;
    background: -moz-radial-gradient(center,ellipse cover,rgba(255,89,0,1) 0%,rgba(255,0,0,0) 70%);
    background: -webkit-radial-gradient(center,ellipse cover,rgba(255,89,0,1) 0%,rgba(255,0,0,0) 70%);
    background: radial-gradient(ellipse at center,rgba(255,89,0,1) 0%,rgba(255,0,0,0) 70%)
}

@keyframes rain {
    from {
        transform: rotate(97deg) translateX(0);
    }

    to {
        transform: rotate(97deg) translateX(calc(100vh + 20px));
    }
}

@keyframes fire {
	from {
		transform: translateY(calc(100vh + 20px));
		opacity: 1;
	}

	to {
		transform: translateY(0);
		opacity: 0;
	}
}

@keyframes wave {
	0% {margin-left: -15px;}
	50% {margin-left: 15px;}
	100% {margin-left: -15px;}
}

.posts-list,
#container > article {
  max-width: 1000px;
  margin: auto;
}

body.page #container > article > header,
body.single #container > article > header {
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 70px;
}

body.page #container > article > header .entry-title,
body.page #container > article > header .widget-title,
body.single #container > article > header .entry-title,
body.single #container > article > header .widget-title {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
    font-size: 2.8rem;
    line-height: 3.6rem;
	background: #ef4d1d;
	background: linear-gradient(to bottom, #ffb967 0%,#ff7b3b 100%);
	background: -o-linear-gradient(to bottom, #ffb967 0%,#ff7b3b 100%);
	background: -moz-linear-gradient(to bottom, #ffb967 0%,#ff7b3b 100%);
	background: -webkit-linear-gradient(to bottom, #ffb967 0%,#ff7b3b 100%);
	background: -ms-linear-gradient(to bottom, #ffb967 0%,#ff7b3b 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
	body.page #container > article > header,
	body.single #container > article > header {
		padding: 0;
	}

	body.page .post header .pld-like-dislike-wrap,
	body.single .post header .pld-like-dislike-wrap {
		position: relative;
		top: 0;
		left: 0;
		width: 50px;
		margin: -23px auto 0;
		padding: 4px 0;
	}
	
	body.page .posts-list .post header .pld-like-dislike-wrap,
	body.single .posts-list .post header .pld-like-dislike-wrap {
		position: absolute;
		top: -5px;
		left: auto;
		right: -10px;
		padding: 5px 0;
		margin: 0;
	}

	body.page .pld-count-wrap,
	body.single .pld-count-wrap {
		font-size: 14px;
	}

	body.page .posts-list .pld-count-wrap,
	body.single .posts-list .pld-count-wrap {
		font-size: 1.8rem;
	}

	body.page .post header .pld-like-dislike-wrap a,
	body.single .post header .pld-like-dislike-wrap a {
		font-size: 16px;
		margin: 0 0 3px 0;
		position: static;
	}

	body.page .posts-list .post header .pld-like-dislike-wrap a,
	body.single .posts-list .post header .pld-like-dislike-wrap a {
		font-size: 25px;
		margin: 0 0 7px 0;
	}

	body.page #container > article > header .entry-title,
	body.page #container > article > header .widget-title,
	body.single #container > article > header .entry-title,
	body.single #container > article > header .widget-title {
		font-size: 2.4rem;
		line-height: 3rem;
	}
}

body.page #container > article > header .entry-title *,
body.page #container > article > header .widget-title *,
body.single #container > article > header .entry-title *,
body.single #container > article > header .widget-title *{
	position: static !important;
}

body.page #container > article > header .entry-title,
body.single #container > article > header .entry-title {
	padding: 20px 0 15px;
	margin: 0;
}

body.page #container > article > header .entry-meta,
body.single #container > article > header .entry-meta {
	display: inline-block;
	float: none;
	margin: 20px 0 30px;
	padding: 5px 20px;
}

body.page #container > article > header .entry-title::before,
body.page #container > article > header .widget-title::before,
body.single #container > article > header .entry-title::before,
body.single #container > article > header .widget-title::before{
	bottom: 0;
	left: 50%;
	height: 2px;
	border-radius: 2px;
	width: 300px;
	margin: 0 0 0 -150px;
	background: #fff;
	background: #8c421d;
}

body.page #container > article > header .entry-title::before,
body.single #container > article > header .entry-title::before {
	background: #ffb967;
}

.entry-footer {
  text-align: center;
  font-size: 75%;
}

#reply-title,
.comments-title {
	text-align: center;
	font-size: 2.6rem;
	line-height: 3rem;
	position: relative;
	margin: 0;
	padding: 20px 0;
	font-family: 'Metamorphous',cursive;
}

.comments-link {
  display: none;
}

#comments {
  max-width: 1000px;
  margin: 20px auto;
}

#commentform,
li.comment.depth-1 {
  padding: 20px;
  background: #00000088;
  background-image: linear-gradient(top,#483E3E90 0px,#00000088 40px);
  background-image: -o-linear-gradient(top,#483E3E90 0px,#00000088 40px);
  background-image: -moz-linear-gradient(top,#483E3E90 0px,#00000088 40px);
  background-image: -webkit-linear-gradient(top,#483E3E90 0px,#00000088 40px);
  background-image: -ms-linear-gradient(top,#483E3E90 0px,#00000088 40px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  margin: 0 0 20px 0;
  border-top: 1px solid #655040;
  border-bottom: 1px solid #550f0f;
}

li.comment:not(.depth-1) {
	padding: 20px 0 0 20px;
	margin: 0 0 20px 20px;
	border-left: 2px solid #ffb967;

}

.comment-meta.commentmetadata {
  font-size: 12px;
  margin: 0 0 10px 0;
}

.reply {
  text-align: right;
}

.comment-notes {
  font-size: 12px;
}

#commentform > * {
	max-width: 600px;
	margin: 0 auto 20px;
}

#commentform > * > :not(label, input[type="checkbox"]) {
	width: 100%;
	margin: 0;
}

#commentform > * > label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform > * > input + label {
  display: inline;
}