/* 
Theme Name: szablon-3
Author: budowaniestron.pl
 */

/* ----- reset all ----- */
* {
   padding:0;
   margin:0;
}
:root {
  --zolty: #f9ec31; 
  --kremowy: #fffcd5;
  --pomaranczowy: #fdcf0d; 
  --bursztynowy: #fbb857;
  --brazowy: #645200;
  --zielony: #009245; 
  --przezroczysty: rgba(255,255,255,.5); 
  --cien: rgba(77,56,0,.3); 
  --main-font: "Newsreader", serif;
  --header-font: "Barlow Condensed", sans-serif;
  --header-height: 1px;
  --wrap-width: 1200px;
  --block-padding: 3em; /* odstępy wysokości bloków */
}
ul{list-style: none;}
@font-face {
      font-family: 'fontello';
      src: url('fonts/mlfont.eot?47843562');
      src: url('fonts/mlfont.eot?47843562#iefix') format('embedded-opentype'),
           url('fonts/mlfont.woff?47843562') format('woff'),
           url('fonts/mlfont.ttf?47843562') format('truetype'),
           url('fonts/mlfont.svg?47843562#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}
.font-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}


/* ----- general ----- */

html{height: 100%; min-width: 300px; }

body {
	font: 18px/26px var(--main-font);
	font-weight: 600;
	background-color: var(--zolty);
	color: black;
	background-image:url(images/tlo.jpg);
	background-position: center top;
	background-repeat: repeat;
}
@media (max-width: 1920px) {
	body {
		font-size: 17px;
		line-height: 24px;
	}
}
@media (max-width: 1000px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 600px) {
	body {
		font-size: 15px;
		line-height: 21px;
	}
}

.overflow-killer{ 
    overflow-x: clip; 
    overflow: hidden;
}

a {color: var(--brazowy); text-decoration: none; transition: color .2s ease-in-out, background-color .2s ease-in-out;}
a:hover { text-decoration: underline;}
a span {cursor: pointer;}

strong{font-weight: 800;}

h1{
	font: italic 700 2.4em/1em var(--header-font);
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}
h2{
	font: italic 700 2em/1em var(--header-font);
	margin-top: 1em;
	margin-bottom: .5em;
	text-transform: uppercase;
}
h3{
	font: italic 700 1.4em/1.4em var(--header-font);
	margin-top: 1em;
	margin-bottom: .3em;
	text-transform: uppercase;
}
h4{
	font: 700 1.2em/1.4em var(--header-font);
	margin-top: 1em;
	margin-bottom: .5em;
}
h2:first-child, h3:first-child, h4:first-child{
	margin-top: 0;
}
@media (max-width: 1000px) {
	h1{font-size: 2.2em;}
	h2{font-size: 1.7em;}
	h3{font-size: 1.2em;}
	h4{font-size: 1.1em;}
}
@media (max-width: 600px) {
	h1{font-size: 1.8em;}
	h2{font-size: 1.4em;}
	h3{font-size: 1.15em;}
	h4{font-size: 1.05em;}
}

img{border:0; max-width: 100%; height: auto;}
p{margin-bottom: 1em;}
blockquote{
	margin: 2em 0 2em 2em;
	padding-left: 2em;
	border-left: solid 5px #f19900;
}
@media (max-width: 600px) {
	blockquote{
		margin: 1em 0 1em 0;
		padding-left: 1em;
	}
}
@media (max-width: 480px) {
	blockquote{
		padding-left: .5em;
	}
}
.small{
	font-size: .8em; 
    line-height: 1.3em;
}
.image{
	margin-bottom: 1em;
}
.main-image{
	margin-bottom: 2em;
}
#main .no-padding,
.is-root-container .no-padding{
	padding: 0;
}
.header{
	text-align: center;
	margin-bottom: 2em;
}
.header .comin{
	padding: .5em 3em;
	background-position: center;
	background-size: cover;
	position: relative;
	color: white;
	display: inline-block;
}
.header .comin:before{
	content: "";
	position: absolute;
	left:.5em; top: .5em; right: -.5em; bottom: -.5em;
    transform: skew(-15deg, 0);
	background-color: var(--cien);
	z-index: 1;
}
.header .comin:after{
	content: "";
	position: absolute;
	left:0; top: 0; right: 0; bottom: 0;
    transform: skew(-15deg, 0);
	background-color: var(--zielony);
	z-index: 2;
}
.header h1,
.header h2{
	position: relative;
	z-index: 3;
	margin: 0;
}
.max-width-900{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.border{
	padding: 1.5em;
	border: solid 2px var(--zielony);
}
.bottomless-border{
	border-bottom: none;
}
.borderless-border{
	padding: 1.5em;
}
.bottom-border{
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 2px var(--zielony);
}
.underline{
	padding-bottom: .3em;
	border-bottom: solid 2px var(--zielony);
}
.border p:last-child{
	margin-bottom: 0;
}

/* ----- gutenberg ----- */

.has-smaller-font-size{font-size: .7em !important; line-height: 1.4em;}
.has-small-font-size{font-size: .85em !important; line-height: 1.4em;}
.has-normal-font-size{font-size: inherit !important; }
.has-large-font-size{font-size: 1.2em !important; line-height: 1.4em;}

.pelna-wysokosc{ min-height: calc(100vh - var(--header-height));}



/* ----- lists ----- */

.wp-block-list,
.content ul, .content ol,
.text ul, .text ol,
#tinymce ul, #tinymce ol{
	margin-bottom: 1em;
	padding-left: 1em; 
}
ol.wp-block-list,
.content ol,
.text ol,
#tinymce ol{
	padding-left: 2em; 
}

.content ul > li,
.text ul > li,
#tinymce ul > li{
    margin-left: 1em;
	margin-bottom: 0.4em;
	text-align: left;
    list-style: none;
}
ul.wp-block-list > li:before,
.content ul > li:before,
.text ul > li:before,
#tinymce ul > li:before{
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
ol.wp-block-list > li,
.content ol > li,
.text ol > li,
#tinymce ol > li{
	margin-bottom: 0.4em;
	text-align: left;
}

/* ----- comin ----- */
.comin{
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out, bottom 1s ease-in-out;
	position:relative;
}
.comin.on-screen{
	opacity: 1;
}
.comin-left{
	transition: opacity 1s ease-in-out, right 1s ease-in-out, left 1s ease-in-out;
	right: 500px;
	left: -500px;
}
.comin-left.on-screen{
	right: 0;
	left: 0;
}
.comin-right{
	transition: opacity 1s ease-in-out, right 1s ease-in-out, left 1s ease-in-out;
	right: -500px;
	left: 500px;
}
.comin-right.on-screen{
	right: 0;
	left: 0;
}
.comin-2{
	transition-delay: .2s;
}
.comin-3{
	transition-delay: .4s;
}
.comin-4{
	transition-delay: .6s;
}
.comin-5{
	transition-delay: .8s;
}
@media (max-width: 900px){
	.comin-2,
	.comin-3,
	.comin-4,
	.comin-5{
		transition-delay: 0s;
	}
}

/* ----- image align ----- */
img.alignleft{
	float: left;
	margin: 0 2em 2em 0;
}
img.alignright{
	float: right;
	margin: 0 0 2em 2em;
}
img.aligncenter{
	margin: 0 auto 2em;
    display: block;
}
.wp-caption-text{
    font-size: .8em;
    line-height: 1.4em;
    color: #686868;
	margin-bottom: 0;
}
@media (max-width: 600px) {
	img.alignleft,
	img.alignright,
	img.aligncenter{
		float: none;
		display: block;
		margin: 0 auto 1.5em;
	}
}

/* ----- gallery ----- */

.ari-fancybox{
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.ari-fancybox:hover{
	opacity: .8;
}
.gallery br{
	display: none;
}
.content .gallery .ari-fancybox{
	margin: 0;
}
.gallery-columns-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: .4em;
}
.gallery-columns-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	column-gap: .4em;
}
.gallery-columns-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	column-gap: .4em;
}
.gallery-item{
	margin-bottom: .4em;
}
.gallery img{
	display: block;
}

/* ----- cols ----- */

.cols-2{ display: grid; grid-template-columns: repeat(2, 1fr); }
.cols-3{ display: grid; grid-template-columns: repeat(3, 1fr); }
.cols-4{ display: grid; grid-template-columns: repeat(4, 1fr); }
.cols-5{ display: grid; grid-template-columns: repeat(5, 1fr); }
.cols-6{ display: grid; grid-template-columns: repeat(6, 1fr); }
.cols-7{ display: grid; grid-template-columns: repeat(7, 1fr); }
.cols-8{ display: grid; grid-template-columns: repeat(8, 1fr); }
.cols-9{ display: grid; grid-template-columns: repeat(9, 1fr); }
.cols-10{ display: grid; grid-template-columns: repeat(10, 1fr); }
.cols-11{ display: grid; grid-template-columns: repeat(11, 1fr); }
.cols-12{ display: grid; grid-template-columns: repeat(12, 1fr); }

.col-2{ grid-column: auto / span 2; }
.col-3{ grid-column: auto / span 3; }
.col-4{ grid-column: auto / span 4; }
.col-5{ grid-column: auto / span 5; }
.col-6{ grid-column: auto / span 6; }
.col-7{ grid-column: auto / span 7; }
.col-8{ grid-column: auto / span 8; }
.col-9{ grid-column: auto / span 9; }
.col-10{ grid-column: auto / span 10; }
.col-11{ grid-column: auto / span 11; }
.col-12{ grid-column: auto / span 12; }


.gap-0{gap: 0;}
.gap-mini{gap: .4em;}
.gap-1{gap: 2em;}
.gap-2{gap: 4em;}
.gap-3{gap: 6em;}

.show-at-600{
	display: none;
}

.content-cols{
    align-items: center;
}

@media (max-width: 1600px) {
	.cols-2-at-1600{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1500px) {
	.cols-2-at-1500{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1300px) {
	.gap-2 > *{ column-gap: 2em; }
	.gap-3 > *{ column-gap: 4em; }
	.cols-6-at-1300{ grid-template-columns: repeat(6, 1fr); }
	.cols-3-at-1300{ grid-template-columns: repeat(3, 1fr); }
	.cols-2-at-1300{ grid-template-columns: repeat(2, 1fr); }
	.cols-1-at-1300{ grid-template-columns: repeat(1, 1fr); }
	.break-at-1300{ display: block; }
	.break-at-1300 > *{ margin-bottom: 1em; }
	.cols.break-at-1300 > *:last-child{ margin-bottom: 0; }
	.cols-4-at-1300 .col-12{ grid-column: auto / span 6; }
	.cols-6-at-1300 .col-12{ grid-column: auto / span 6; }
	.cols-6-at-1300 .col-4,
	.cols-6-at-1300 .col-6{ grid-column: auto / span 3; }
}

@media (max-width: 1100px) {
	.cols-2-at-1100{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.break-at-900{ display: block; }
	.cols-2-at-900{ grid-template-columns: repeat(2, 1fr); }
	.cols-1-at-900{ grid-template-columns: repeat(1, 1fr); }
	.break-at-900 > *{ margin-bottom: 1em; }
	.cols.break-at-900 > *:last-child{ margin-bottom: 0; }
	.gap-mini-at-900{gap: .4em;}
	.cols-1-at-900 .col-3,
	.cols-1-at-900 .col-4,
	.cols-1-at-900 .col-6,
	.cols-1-at-900 .col-12{ grid-column: auto / span 1; }
}
@media (max-width: 600px) {
	.show-at-600{ display: block; }
	.break-at-600{ display: block; }
	.break-at-600 > *{ margin-bottom: 1em; }
	.cols.break-at-600 > *:last-child{ margin-bottom: 0; }
}
@media (max-width: 400px) {
	.break-at-400{ grid-template-columns: repeat(1, 1fr); }
}

/* ----- form ----- */

.form{
}
.fluentform .ff-el-input--label{
	display: none;
}
input,
button,
textarea,
select{
	font: 1em/1.3em  var(--main-font);
	font-weight: 600;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select{
    width: calc(100% - 2em);
    border: none;
	background-color: transparent;
    color: var(--zielony);
    padding: .5em .5em;
	border-radius: 0;
}
.ff-el-input--content{
    border: solid 2px var(--zielony);
    border-top: none;
}
.ff-name-field-wrapper{
    border-top: solid 2px var(--zielony);
}
select{
   width: auto;
    padding: .4em .5em;
}
.fluentform .ff-el-group {
    margin-bottom: 0 !important;
}
input[type=submit]:focus{
	outline: none;
}
::placeholder {
  opacity: .7 !important;
  color: var(--zielony) !important;
  font-weight: 800;
}
.ff-message-success{
	background-color: rgba(255,255,255,.2);
}
.ff-message-success p{
	margin-bottom: 0;
}
.fluentform  .ff_submit_btn_wrapper{
	margin-bottom: 0 !important;
}

/* ----- arrow down ----- */

.arrow-down{
	text-align: center;
}
.arrow-down a{
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 1em 4em;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.arrow-down a:before{
	content: "";
	z-index: 1;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
    transform: skew(0, -15deg);
	background-color: var(--pomaranczowy);
	transition: all .2s ease-in-out;
}
.arrow-down a:hover:before{
	background-color: var(--zolty);
}
.arrow-down a img{
	position: relative;
	z-index: 3;
    display: block;
	margin-bottom: 0;
}

/* ----- read-more ----- */

.wp-block-buttons{
	margin-top: 1.5em;
}
.wp-block-button__link,
.read-more > *,
.ff-btn{
	padding: .3em 1.2em;
	font: italic 700 1.2em/1em var(--header-font);
	transition: all .2s ease-in-out;
	color: var(--kremowy);
	text-transform: uppercase;
	background-color: var(--zielony);
	display: inline-block;
	cursor: pointer;
	border: none;
}
.wp-block-button__link,
.ff-btn{
	color: var(--kremowy) !important; 
	background-color: transparent !important; 
    text-wrap: nowrap;
    position: relative;
	z-index: 2;
}
.ff_submit_btn_wrapper{
    position: relative;
    margin-left: auto;
    margin-right: .5em;
    display: table;
	margin-top: 1em;
}
.wp-block-button__link:before,
.ff_submit_btn_wrapper:before{
    content: "" !important;
	display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: skew(-15deg, 0);
    background-color: var(--zielony);
    z-index: -1;
	transition: all .2s ease-in-out;
}
.wp-block-button__link:hover:before,
.ff_submit_btn_wrapper:hover:before{
    background-color: var(--bursztynowy);
}

.wp-block-button__link:hover,
.read-more > *:hover,
.ff-btn:hover{
	text-decoration: none;
}

.ff-el-form-check-label .ff-el-form-check-input{
    font-size: 2.5em;
    width: .5em;
    height: .5em;
	margin-right: .5em;
	accent-color: white;
	cursor: pointer;
}
.strzalka {
	position: relative;
}
.strzalka:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 146, 69, 0);
	border-bottom-color: #009245;
	border-width: 15px;
	margin-left: -15px;
	transition: all .2s ease-in-out;
}
.strzalka:hover:after {
	border-color: rgba(251, 184, 87, 0);
	border-bottom-color: #fbb857;
}

.porozmawiajmy-container{
    position: relative;
	
}
.porozmawiajmy{
	position: absolute;
	bottom: 4em;
    left: 0;
    right: 0;
	text-align: center;
}
.porozmawiajmy a{
	
}
.porozmawiajmy a:after {
    content: "" !important;
	display: block !important;
    position: absolute;
    left: -.27em;
    top: -.2em;
    right: -.27em;
    bottom: -.2em;
    transform: skew(-15deg, 0);
    background-color: var(--kremowy);
    z-index: -2;
	transition: all .2s ease-in-out;
}

/* ----- bg-colors ----- */
.tlo-1{ /* czarne */
	background-color: black;
    color: white;
	background-image: url(images/dark.jpg);
    background-size: cover;
    background-position: center top;
}

.tlo-2{ /* jasno szare */
	background-color: var(--kolor3);
}
.tlo-2 .expandables{
    border-color: var(--kolor2);
}
.tlo-2 .expandable{
    border-color: var(--kolor2);
}
.tlo-2 .expandable.active{
    background-color: var(--semikolor2);
}
.tlo-2 .expandable h3:hover{
    background-color: var(--semikolor2);
}
.tlo-2 .plus-minus::before,
.tlo-2 .plus-minus::after {
    background-color: var(--kolor2);
}

.tlo-3{ /* pomarańcz */
    background: linear-gradient(0deg, black, var(--kolor2) 80%);
    color: white;
}
.tlo-3 a{
	color: white;
}
.tlo-3 .read-more a,
.tlo-3 .ff-btn{
	color: var(--kolor2) !important;
	background: white !important;
}
.tlo-3 .ff-btn:after{
	filter: brightness(0) saturate(100%) invert(40%) sepia(84%) saturate(2275%) hue-rotate(0deg) brightness(102%) contrast(105%);
}
.tlo-3 .read-more a:hover,
.tlo-3 .ff-btn:hover{
	box-shadow: 0 0 1em white;
}

.green-block{
	color: var(--kremowy);
    position: relative;
    padding: 7.5em 2em 7.5em;
    height: 100%;
}
.green-block:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2.5em;
    bottom: 2.5em;
    width: 100%;
    transform: skew(0, 15deg);
    background-color: var(--zielony);
    z-index: 1;
}
.green-block > *{
	position:relative;
	z-index: 2;
}

.cream-block{
    position: relative;
    padding: 7.9em 2em 7.5em;
    height: 100%;
}
.cream-block:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2.5em;
    bottom: 2.5em;
    width: 100%;
    transform: skew(0, -15deg);
    background-color: var(--kremowy);
    z-index: 1;
}
.cream-block > *{
	position:relative;
	z-index: 2;
}
.no-gap{
	gap: 0;
}
@media (max-width: 781px) {
	.green-block:before {
    	top: .5em;
		transform: skew(0, -15deg);
	}
	.cream-block:before {
		top: .5em;
	}
}

/* ----- wraps  ----- */


#main > div,
.wrap{
	max-width: var(--wrap-width);
	min-width: 280px;
	margin: 0 auto;
	text-align: left;
	padding-top: var(--block-padding);
	padding-bottom: var(--block-padding);
	padding-left: 10px;
	padding-right: 10px;
}
.wp-block-group > .wp-block-group__inner-container{
	max-width: var(--wrap-width);
    margin-left: auto;
	margin-right: auto;
}
#main > .alignfull,
.alignfull > .wp-block-group__inner-container{ 
	max-width: none;
}

section{
	position: relative;
}

/* ----- main ----- */

#main{
	padding-top: 8em;
	min-height: calc(100vh - 230px);
}

@media (max-width: 900px) {
	#main{
		min-height: 0;
	}
}
@media (max-width: 600px) {
	#main{
	}
}



/* ----- head ----- */

#head{
	width: 100%;
	position: fixed;
	z-index: 50;
	color: white;
	background-color: white;
	margin-top: 3.5em;
	transition: all .4s ease-in-out;
}
.not-viewing-top #head{
	margin-top: 0;
}
#head .wrap{
	overflow: visible;
	padding-top: .5em;
	padding-bottom: .5em;
	transition: all .2s ease-in-out;
    display: flex;
    column-gap: 1em;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
}
#head .wrap:after{ display: none;}
.not-viewing-top #head .wrap{
	padding-top: .2em;
	padding-bottom: .2em;
}

/* ----- logo ----- */

#logo{
	top: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	margin-top: -3.5em;
	margin-bottom: -3.5em;
}
.not-viewing-top #logo{
	margin-top: 0em;
	margin-bottom: 0em;
}
#logo a img{
	width: auto;
	height: inherit;
	max-height: 10em;
	transition: all .4s ease-in-out;
}
.not-viewing-top #logo a img{
	max-height: 2.5em;
}
#logo a,
#logo img{
	display: block;
}
@media (max-width: 1000px) {
	#logo a img {
	}
	.not-viewing-top #logo a img {
	}
}

/* ----- social ----- */

.social{
	display: flex;
	gap: .5em;
}
.social li a{
	display: block;
}
.social li a img{
	display: block;
	transition: all .2s ease-in-out;
    height: 1.2em;
    width: auto;
}
.social li a:hover img{
	filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(7009%) hue-rotate(317deg) brightness(103%) contrast(98%);
}


/* ----- menu ----- */
#menu {
    margin-right: 0;
    margin-left: auto;
}
#menu .menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu .menu > ul{
}
#menu h2, #menu h2 span{
    display: none;
}
#menu .menu-wrap > div > ul > li{
	display: inline-block;
	position:relative;
}
#menu .menu-wrap> div > ul > li:first-child{
	border: none;
}
#menu .menu-wrap > div > ul > li > a{
	font-family: var(--header-font);
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 700;
	padding: 0 1em;
	display: block;
	color: black;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
#menu .menu-wrap > div > ul > li.menu-item-has-children > a:after{
    font-family: "fontello";
	content: "\e809";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
    line-height: 1em;
} 

#menu .menu-wrap > div > ul > li.current-menu-item > a,
#menu .menu-wrap > div > ul > li.current-menu-ancestor > a{
	color: var(--bursztynowy);
}
#menu .menu-wrap > div > ul > li > a:hover, 
#menu .menu-wrap > div > ul > li.current-menu-item > a:hover{
	color: var(--bursztynowy);
	text-decoration: none;
}
#menu .sub-menu{
    max-height: 0;
	min-width: 10em;
    overflow: hidden;
    transition: all .2s ease-in-out;
	transition-delay: .4s;
    position: absolute;
    left: 0;
    top: 100%;
	background-color: black;
	padding-top: 0;
}
#menu li:hover .sub-menu{
	max-height: 800px;
	padding-top: .5em;
	transition-delay: 0s;
}
#menu .sub-menu a{
	font-size: 0.9em;
	line-height: 1.2em;
	padding: .7em 1.2em;
	display: block;
	color: black;
	transition: all .2s ease-in-out;
	background-color: white;
	border-bottom: solid 1px var(--kolor2);
}
#menu .sub-menu li.current-menu-item a{
	background-color: white;
}
#menu .sub-menu a:hover,
#menu .sub-menu li.current-menu-item a:hover{
	background-color: var(--link);
	border-bottom: solid 1px var(--hover);
	color: black;
	text-decoration: none;
}
.close{
	font-size: 1.5em;
	line-height: 1.4em;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
	width: 1.4em;
	height: 1.4em;
	border-radius: 100%;
	text-align: center;
	transition: all .2s ease-in-out;
	display: block;
	background-color: bursztynowy;
	color: black;
}
.close:hover{
	background-color: white;
	color: black;
}
#menu .close{
	display: none;
}

@media (max-width: 1300px) {
	#menu h2{
		font-size: 1em;
		font-weight: 400;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu h2 i{
		display: inline-block;
		color: black;
		font-size: 2em;
		line-height: 1em;
		padding: 0; margin: 0;
		cursor: pointer;
		transition: all .2s ease-in-out;
		text-align: center;
		position: relative;
		z-index: 80;
		margin-left: .5em;
		vertical-align: middle;
	}
	#menu h2 i:hover{
		color: var(--bursztynowy);
	}
	#menu .menu-wrap{
		position: fixed;
		left: 0;top: 0;right: 0;
		width: 100%;
		z-index: 170;
		max-height: 100vh;
		background-color: var(--pomaranczowy);
		height: 0;
		overflow: hidden;
		transition: height .4s ease-in-out;
	}
	#menu .menu-wrap.acti{
		height: 100vh;
	}
	#menu .menu-wrap > div > ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100vh;
	}
	#menu .close{
		display: block;
	}
	#menu .menu-wrap > div > ul > li{
		display: block;
		border-left: none;
		text-align: center;
	}
	#menu .menu-wrap > div > ul > li > a{
		color: black;
		border-bottom: 2px solid black;
		text-align: center;
		padding: 1em;
		font-size: 1.3em;
		line-height: 1.4em;
		padding: .5em;
		margin: .3em 0;
		display: inline-block;
		width: 9em;
		transition: all .2s ease-in-out;
		text-align: left;
		font-weight: bold;
	}
	#menu .menu-wrap > div > ul > li.menu-item-has-children > a:after{
		display: none;
	} 
	#menu .menu-wrap > div > ul > li.current-menu-item > a, 
	#menu .menu-wrap > div > ul > li.current-menu-ancestor > a{
		color: var(--brazowy);
	}
	#menu .menu-wrap > div > ul > li > a:hover, 
	#menu .menu-wrap > div > ul > li.current-menu-item > a:hover{
		color: var(--brazowy);
	}
	#menu .sub-menu{
		max-height: none;
		position: relative;
		text-align: left;
		top: 0;
		background-color: transparent;
	}
	#menu li:hover .sub-menu{
		padding-top: 0;
	}
	#menu .sub-menu a,
	#menu .sub-menu li.current-menu-item a{
		background-color: transparent;
   	 	padding: .5em .7em;
		border: none;
	}
	#menu .sub-menu a:hover,
	#menu .sub-menu li.current-menu-item a:hover{
		background-color: transparent;
		color: var(--hover);
		border: none;
	}
}



/* ----- start ----- */

#start-now{
    height: calc(100vh - 230px);
    min-height: 460px;
}
#start-now:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 20%;
	bottom: 20%;
    width: 100%;
    transform: skew(0, -15deg);
	background-color: var(--przezroczysty);
	z-index: 1;
}
#start-now .wrap{
    height: calc(100% - 2*var(--block-padding));
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
	position: relative;
	padding-top: 4em;
	padding-bottom: 1em;
}
#start-now .box-wrap{
    margin-top: 2%;
}
#start-now .box-wrap ul{
    align-items: center;
	margin-bottom: -2em;
}
#start-now ul a{
	display: block;
	margin: 0;
	transition: all .4s ease-in-out;
}
#start-now ul a:hover{
	margin: -3em -1.6em -5em;
}
#start-now .image{
	margin-bottom: 0;
}
#start-now .read-more{
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 1em;
}
@media (min-width: 1600px) {
	#start-now .wrap{
		max-width: 70%;
	}
}
@media (max-height: 1000px) {
	#start-now .box-wrap ul{
		margin-bottom: -1em;
	}
	#start-now .item{
    	max-width: 200px;
	}
}
@media (max-height: 800px) {
	#start-now .item{
    	max-width: 150px;
	}
	#start-now .box-wrap ul{
		margin-bottom: -2em;
	}
}
@media (max-width: 900px) {
	#start-now {
		height: auto;
	}
	#start-now .box-wrap ul{
    	grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 600px) {
	#start-now .box-wrap ul{
		margin-bottom: -1em;
	}
}

/* ----- start ----- */


#start{
    position: relative;
}
#start:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 100%;
    height: 80em;
    transform: skew(0, -15deg);
	background-color: var(--przezroczysty);
	z-index: 1;
}
#start-wrap{
	display: grid; 
	grid-template-columns: 43% auto; 
    gap: 4em;
	position: relative;
	z-index: 2;
}
#start .box{
	position: relative;
	padding: 7.5em 1.5em 7.5em;
  	grid-column-start: 1;
  	grid-row-start: 1;
	grid-row-end: span 2;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
#start .box-wrap{
    position: relative;
    z-index: 3;
}
#start .box:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2.5em;
	bottom: 2.5em;
    width: 100%;
	transform: skew(0, -15deg);
	background-color: var(--kremowy);
	z-index: 2;
} 
#start .box:after {
    content: '';
    position: absolute;
    display: block;
    left: .5em;
    top: 3em;
	bottom: 2em;
    width: 100%;
	transform: skew(0, -15deg);
	background-color: var(--cien);
	z-index: 1;
} 
#start h1{
	margin-bottom: 0;
}
#start h2{
	margin-bottom: 0;
	text-align: center;
}
#start .arrow-down{
	margin-bottom: 3em;
}
#start #start-wrap > .image{
    text-align: center;
  	grid-column-start: 2;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

#start .list{
  	grid-column-start: 2;
  	grid-row-start: 2;
}
#start .list ul{
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}
#start .list li{
    align-items: center;
	margin-bottom: 1em;
}
#start .list h3{
}

.map-image{
	position: relative;
}
.map-image img{
	width: 100%; 
	height: auto;
}
.map-image button{
	cursor: pointer;
}
.map-image button > div{
	position: absolute; 
	border-radius: 100%;
    width: 16%;
    height: 20%;
}
.map-image .dymek{
	opacity: 0;
}
.map-image button:hover .dymek{
	display: block;
	position: absolute;
	left: 25%;
	bottom: calc(100% + .5em);
	background-color: var(--pomaranczowy);
    width: 7em;
	padding: .4em;
	opacity: 1;
	transition: opacity .4s ease-in-out;
	font: italic 700 1.1em/1.4em var(--header-font);
	text-transform: uppercase;
}
.map-image button:hover .dymek:after{
	content: "";
	width: 0; 
	height: 0; 
	border-right: 20px solid transparent;
	border-top: 20px solid var(--pomaranczowy);
	position: absolute;
	left: 1em;
	top: 100%;
}

.image-zoom{
	position: relative;
}
.image-zoom ul{
	position: absolute;
	top: 0;
	left: 16%;
	right: 16%;
    padding-top: 25%;
}
.image-zoom ul li{
    margin-left: -30%;
    margin-right: -30%;
}
.image-zoom ul li:nth-child(5){
	padding-top: 30%;
}
.image-zoom ul li:nth-child(4){
	padding-top: 60%;
}
.image-zoom ul li:nth-child(3){
	padding-top: 90%;
}
.image-zoom ul li:nth-child(2){
	padding-top: 120%;
}
.image-zoom ul li:nth-child(1){
	padding-top: 150%;
}
.image-zoom ul li a{
	margin: 0;
	transition: margin .4s ease-in-out;
    display: block;
}
.image-zoom ul li a:hover{
	margin: -1em -.5em;
}

@media (max-width: 900px) {
	#start:before {
		display: none;
	}
	#start-wrap{
		grid-template-columns: auto; 
		gap: 4em;
	}
	#start #start-wrap > .image{
		grid-column-start: 1;
		max-width: 460px;
	}
	#start .box{
		grid-column-start: 1;
		grid-row-start: 2;
		grid-row-end: span 1;
		margin-top: -4em;
	}
	#start .list{
		grid-column-start: 1;
		grid-row-start: 3;
		position: relative;
	}
	#start .list:before{
		content: '';
		position: absolute;
		display: block;
		left: -10px;
		right: -10px;
		top: -4em;
		bottom: -3em;
		width: calc(100% + 20px);
		transform: skew(0, -15deg);
		background-color: var(--przezroczysty);
		z-index: 1;
	}
	#start .list ul{
		position: relative;
		z-index: 2;
	}
}

/* ----- misja ----- */

.misja-cols{
	display: flex;
	gap: 4em;
	z-index: 10;
	position: relative;
}
.misja-cols .przedzialek{
	min-width: 2.5em;
	display: flex;
    align-items: center;
}
.misja-cols .content{
	width: 50%;
}
#misja h2{
	padding-bottom: .3em;
	border-bottom: solid 2px var(--zielony);
}
.misja-cols ol{
    padding-left: 1em;
}

@media (max-width: 900px) {
	#misja{
	}
	.misja-cols{
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}
	.misja-cols .content{
		width: auto;
    	max-width: 460px;
	}
	.misja-cols .przedzialek{
		display: none;
	}
	#misja:before{
		content: '';
		position: absolute;
		display: block;
		left: -10px;
		right: -10px;
		top: 0em;
		bottom: 0em;
		width: calc(100% + 20px);
		transform: skew(0, -15deg);
		background-color: var(--przezroczysty);
		z-index: 1;
	}
}


/* ----- icon-header ----- */

.icon-header{
	display: flex;
	gap: 1em;
    align-items: center;
	margin-bottom: .5em;
}
.icon-header h2{
	margin-top: 0;
    width: 85%;
}
.icon-header .image{
	margin-bottom: 0;
}
.icon-header:not(:first-child){
	margin-top: 2em;
}

/* ----- video ----- */

.video-wrap{
  position: relative;
  padding-bottom: 54%; 
  height: 0;
  width: 100%;
  background-color: #000;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


}

/* ----- karuzela ----- */

.slick-slider{
	padding: 0 3em;
}
.slick-slider .item{
	margin: 1em;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-prev, 
.slick-next{
    width: 30px;
    height: 30px;
}
.slick-prev:before, 
.slick-next:before{
	transition: all .2s ease-in-out;
	color: var(--link);
	font-size: 30px;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before{
	color: var(--hover);
}
.slick-prev:before{
    font-family: "fontello";
	content: '\e805';
}
.slick-next:before{
    font-family: "fontello";
	content: '\e806';
}


/* ----- subpages ----- */



/* ----- map ----- */
#map iframe{
	width: 100%;
	height: 500px;
	display: block;
}





/* ----- kontakt ----- */

.kontakt-lewa,
.kontakt-prawa{
    align-items: center;
	position: relative;
    padding: 1.5em 4em;
}
.kontakt-lewa:before,
.kontakt-prawa:before{
	content: "";
	position: absolute;
	left:0; top: 0; right: 0; bottom: 0;
    transform: skew(-15deg, 0);
	background-color: var(--kremowy);
	z-index: 1;
}
.kontakt-prawa:before{
	background-color: var(--zielony);
}
.kontakt-lewa > div,
.kontakt-prawa > div{
	position: relative;
	z-index: 2;
}

.kontakt-prawa{
	color: var(--kremowy);
}
.kontakt-prawa a{ 
	color: var(--kremowy);
}
.contact-icon{
	padding-left: 2em;
	margin-bottom: .4em;
	position: relative;
	text-align: left;
}
.contact-icon p{
	margin-bottom: 0;
}
.contact-icon:before{
    font-family: "fontello";
	content: "\e811";
	display: block;
	vertical-align: middle;
    line-height: 1em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: .7em;
	border: solid 2px var(--kremowy);
	border-radius: 100%;
	width: 1.6em;
	height: 1.6em;
    align-items: center;
    justify-content: center;
	display: flex;
}

.contact-icon.contact-address:before{
	content: "\f031";
}
.contact-icon.contact-phone:before{
	content: "\e812";
}
.contact-icon.contact-phone span{
}
.kontakt-prawa .text{
	margin-top: 1em;
}
.kontakt-prawa .social li a img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(2629%) hue-rotate(316deg) brightness(107%) contrast(104%); 
    height: 1.3em;
}
.kontakt-prawa .social li a:hover img{
	filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(7009%) hue-rotate(317deg) brightness(103%) contrast(98%);
}
.kontakt-prawa .border{
	border-color: var(--kremowy);
}

/* ----- cookie notice ----- */

#cookie-notice{
	background-color: white !important;
}
#cookie-notice .cn-button{
	color: black !important;
	background-color: var(--kolor2) !important;
}
#cookie-notice .cn-button:hover{
	background-color: var(--hover) !important;
	color: black !important;
}


/* ----- oferta ----- */

#oferta{
	margin-top: 3em;
}
#oferta ul{
    display: flex;
    flex-direction: column;
    gap: 3em;
}
#oferta .cols-3{
    align-items: center;	
	position: relative;
}
#oferta .cols-3:before {
    content: '';
    position: absolute;
    display: block;
    left: -70%;
    top: 0;
	bottom: 0;
	right: -70%;
    transform: skew(0, -15deg);
	background-color: var(--przezroczysty);
	z-index: 1;
}
#oferta .cols-3 > div{
	position: relative;
	z-index: 2;
}
#oferta .cols-3:nth-child(even) .image {
	order: 2;
}
#oferta .cols-3:nth-child(even) .info {
	order: 1;
}
#oferta .cols-3:nth-child(even):before {
	display:none;
}
#oferta .image{
	border: solid 7px var(--zielony);
	border-radius: 10em;
	overflow: hidden;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#oferta .image img{
	display: block;
}
#oferta .info{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#oferta .opis{
	font-size: 1.1em;
	font-weight: 700;
}
#oferta .offer-icon{
	margin-bottom: .5em;
	padding-left: 2em;
	position: relative;
	text-align: left;
}
#oferta .section{
	margin-bottom: .5em;
	border-bottom: solid 2px var(--zielony);
}
#oferta .section:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#oferta h3{
	font-family: var(--main-font);
	font-style: normal;
	text-transform: none;
	font-size: 1.2em;
	font-weight: 800;
	margin-bottom: .4em;
}
.offer-icon:before{
	content: "";
	background-size: contain;
	background-repeat: repeat;
	display: block;
    line-height: 1em;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1em;
	width: 1.3em;
	height: 1.3em;
    align-items: center;
    justify-content: center;
	display: flex;
}
.offer-rodzaj:before{
	background-image:url(images/oferta-rodzaj.svg);
}
.offer-skladniki:before{
}
.offer-alkohol:before{
	background-image:url(images/oferta-alkohol.svg);
}
.offer-bezzwrotna:before{
	background-image:url(images/oferta-butelka.svg);
}
.offer-karton20:before{
	background-image:url(images/oferta-karton20.svg);
}
.offer-pudelko6:before{
	background-image:url(images/oferta-pudelko6.svg);
}
.offer-rekomendacje:before{
	background-image:url(images/oferta-rekomendowane.svg);
}
.offer-temperatura:before{
	background-image:url(images/oferta-temperatura.svg);
}
.offer-szklanka:before{
	background-image:url(images/oferta-szklanka.svg);
}

@media (max-width: 900px) {	
	#oferta .info{
		max-width: 600px;
	}
	#oferta .image{
		max-width: 330px;
	}
}

/* ----- main-content ----- */

.main-content{
	position: relative;
}
.main-content .content{
	margin-top: 4em;
	margin-bottom: 3em;
}
.main-content .wrap{
	z-index: 2;
	position: relative;
}
.main-content:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 15%;
	bottom: -5%;
    width: 100%;
    transform: skew(0, -15deg);
	background-color: var(--przezroczysty);
	z-index: 1;
}

/* ----- age gate ----- */

.age-gate__challenge{
	font-size: 1.4em;
	line-height: 1.4em;
}
.age-gate__buttons button{
	background-color: black;
	transition: background-color .2s ease-in-out;
}
.age-gate__buttons button:hover{
	background-color: var(--zielony);
}
	
/* ----- foot ----- */

#foot{
	color: var(--zielony);
	position: relative;
	z-index: 2;
}
#foot:before{
	content: "";
	position: absolute;
	height: 2px;
	left: 3em;
	top: calc(50% - 1px);
	right: 3em;
	background-color: var(--zielony);
}

#foot .wrap{
    text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}
.foot-wrap{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: .8em 3em;
}
.foot-wrap:before{
	content: "";
	position: absolute;
	left:0; top: 0; right: 0; bottom: 0;
    transform: skew(-15deg, 0);
	background-color: var(--kremowy);
	z-index: 1;
}
.foot-wrap > div{
	position: relative;
	z-index: 2;
}
.foot-wrap p:last-child{
	margin-bottom: 0;
}

#foot a{
	color: var(--zielony);
}
#foot a:hover{
	text-decoration: underline;
}

#foot .menu-menu-w-stopce-container{
	display: inline-block;
}
#foot .menu li{
	display: inline-block;
	padding-right: .5em;
}
#foot .menu li:after{
	content: "/";
	padding-left: .5em; 
}
#foot .menu li a{
}

#foot-right{
	text-align: right;
	display: flex;
    gap: 4em;
    align-items: start;
    justify-content: right;
}
#copyright{
	display: inline-block;
}


@media (max-width: 600px) {	
	#foot .menu-menu-w-stopce-container{
		display: block;
	}
	#foot .menu li{
		display: block;
		padding-right: 0;
	}
	#foot .menu li:after{
		display: none;
	}
}