/*
	Theme Name: Forrest
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*{
	box-sizing: border-box;
}

body{
	position: relative;
	color:#1D1D1C;
	font-size: 14px;
	line-height: 1.9;
	font-family: 'Spartan', sans-serif;
	padding: 0;
	margin: 0;
}

.open-menu,
.open-contact{
	overflow: hidden;
}


body:before{
	content: "";
	width: 50%;
	height: 100%;
	position: fixed;
	left:50%;
	top:0;
	background: url(img/bg.svg) no-repeat top left;
	z-index: -1;
}

.wrapper{
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

p{
	margin-top: 0;
}

h1, .h1{
	font-size: 60px;
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -1px;
}


h2, .h2{
	font-size: 40px;
	margin: 0 0 20px;
	font-weight: 300;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3, .h3{
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
}

h4, .h4{
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
}

h5, .h5{
	font-size: 18px;
	margin: 0 0 12px;
	font-weight: 400;
	line-height: 1.5;
}


p{
	margin-bottom: 30px;
}

p:last-child{
	margin-bottom: 0;
}

a{
	text-decoration: none;
	color:inherit;
	transition: .3s;
	outline: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
}

.col-3{
	width: 25%;
}

.col-4{
	width: 33.3333%;
}

.col-5{
	width: calc((100% / 12) * 5);
}

.col-6{
	width: calc((100% / 12) * 6);
}

.col-7{
	width: calc((100% / 12) * 7);
}

.col-8{
	width: calc((100% / 12) * 8);
}

.offset-1 {
	margin-left: calc((100% / 12) * 1);
}

.offset-2 {
	margin-left: calc((100% / 12) * 2);
}

.offset-5 {
	margin-left: calc((100% / 12) * 5);
}
.btn{
	border-radius: 25px;
	background: #1D1D1C;
	color:#fff;
	text-align: center;
	padding: 16px 35px 12px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	transition: .3s;
	font-family: 'Spartan', sans-serif;
}

input.btn{
	outline: 0;
	box-shadow: none;
}


.btn-white{
	border:1px solid #fff;
	background: transparent;
}





.btn:hover{
	color:#1D1D1C;
	background: #E3E1D5;
}

.subtitle{
	color:#BFBA97;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 16px;
}

.header {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	z-index: 99;
}

.header .button{
	border-radius: 50%;
	background: #E3E1D5;
	position: fixed;
	border:0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.header .button-menu{
	top:30px;
	left:30px;
	width: 68px;
	height: 68px;
	z-index: 99;
}

.header .button:hover{
	background: #1D1D1C
}

.header .button-menu .sp{
	position: absolute;
	width: 26px;
	height: 2px;
	background: #1D1D1C;
	left:50%;
	margin-left: -13px;
	display: block;
	top:50%;
	margin-top: -1px;
	transition: .3s;
	opacity: 1;
	visibility: visible;
}

.header .button:hover .sp{
	background: #fff;
}

.header .button path{
	transition: .3s;
}

.header .button:hover path{
	fill:#fff;
}

.header .button-menu .sp-1{
	transform: translateY(-7px);
}

.header .button-menu .sp-3{
	transform: translateY(7px);
}

.open-menu .header .button-menu .sp-1{
	transform: translateY(0px) rotate(45deg);;
}

.open-menu .header .button-menu .sp-2{
	opacity: 0;
	visibility: hidden;
}

.open-menu .header .button-menu .sp-3{
	transform: translateY(0px) rotate(-45deg);
}

.header .button-contact{
	right:30px;
	top:42px;
	width: 44px;
	height: 44px;
	z-index: 98;
}


/* navigation container */

.navigation-container{
	background: #fff;
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.open-menu .navigation-container{
	opacity: 1;
	visibility: visible;
}

.navigation-container .row{
	height: 100%;
}

.navigation-container .col-6{
	position: relative;
	height: 100%;
}

.navigation-container .nav{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.navigation-container .nav a{
	color:#004619;
	font-size: 40px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
}

.navigation-container .nav a:after{
	content: "";
	position: absolute;
	left:0;
	bottom:20px;
	height: 2px;
	background: #004619;
	width: 0;
	transition: .3s;
}

.navigation-container .nav a:hover:after,
.navigation-container .nav .current-menu-item a:after,
.single-post .navigation-container .nav .menu-item-88 a:after{
	width: 100%;
}

.navigation-container .col-contact{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.navigation-container .image{
	width: 100%;
	height: 67%;
	background:url(img/menu.jpg) no-repeat top center;
	background-size:cover;
	line-height: 0;
}

.navigation-container .contact{
	color:#fff;
	font-size: 16px;
	background: #004619;
	padding: 0 120px;
	width: 100%;
	height: 33%;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.contact-container{
	background: rgba(29,29,28,.5);
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 97;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.open-contact .contact-container{
	opacity: 1;
	visibility: visible;
}

.contact-container .col-bg{
	background: #1D1D1C;
	padding: 90px 90px 40px;
}

@media (min-width:1366px){
	.contact-container .col-bg{
		padding: 90px 125px;
	}
}

.contact-container .wpcf7{
	margin-top: 0;
}

.contact-container .h3{
	color:#fff;
	font-weight: 400;
	margin-bottom: 30px;
}


.section-top{
	height: 100vh;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Spartan', sans-serif;
}

.section-top-bg:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}

.section-top .logo{
	position: absolute;
	top:30px;
	left:50%;
	transform: translateX(-50%);
	display: inline-block;
	z-index: 9;
}

.section-top .logo img{
	width: 100px;
}

@media (min-height: 700px){
	.section-top .logo img{
		width: 160px;
	}
}

.section-top .content{
	text-align: center;
	margin: 35px auto 0;
	position: relative;
	z-index: 2;
	max-width: 66.6667%
}

.home .section-top .content{
		max-width: 80%
}

@media (min-height: 700px){
	.section-top .content{
		margin: 0 auto;
	}
}

.section-top h1{
	text-transform: uppercase;
	margin-bottom: 0;
	color:#fff;
}

.home .section-top h1{
	font-size: 40px;
}

.section-top h2{
	color:#004619;
	margin-top: 15px;
}

.section-top-without-bg h1{
	color:#1D1D1C;
}

.section-top .dropdown{
	position: absolute;
	right:0;
	bottom: 40px;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
}

.section .dropdown-scroll{
	position: absolute;
	right:20px;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	padding-right: 36px;
	font-size: 12px;
	height: 26px;
	color:#fff;
	line-height: 0.5;
	cursor: pointer;
}

.section-top-without-bg .dropdown-scroll{
	color:#1D1D1C;
}

.section-top .dropdown-scroll:before,
.section-top .dropdown-scroll:after{
	content: "";
	position: absolute;
}

.section-top .dropdown-scroll:before{
	right:0;
	top:0;
	height: 22px;
	width: 12px;
	border:2px solid #fff;
	border-radius: 10px;
}

.section-top-without-bg .dropdown-scroll:before{
	border-color:#1D1D1C;
}

.section-top .dropdown-scroll:after{
	right:7px;
	top:6px;
	width: 2px;
	height: 7px;
	border-radius: 5px;
	background: #fff;
}

.section-top-without-bg .dropdown-scroll:after{
	background:#1D1D1C;
}



.section-news{
	padding: 100px 0 75px;
}

.section-news-listing .row{
	margin-left: -20px;
	margin-right: -20px;
}

.section-news-listing .col-4{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 65px;
}

.section-news-listing .single-post{
	height: 100%;
	position: relative;
	padding-bottom: 40px;
}

.section-news-listing .image{
	font-size: 0;
}

.section-news-listing h3{
	margin: 30px 0;
	text-transform: initial;
	font-weight: 400;
	line-height: 32px;
}

.section-news-listing a:hover{
	color:#004619;
}

.section-news-listing .read-more{
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	bottom:0;
	display: inline-block;
}

.section-news-listing .read-more:after{
	content: "";
	position: absolute;
	left:0;
	bottom:5px;
	width: 0;
	height: 1px;
	background: #004619;
	transition: .3s;
}

.section-news-listing .read-more:hover:after{
	width: 100%;
}

.section-news-small{
	padding: 110px 0 45px;
}

.section-news-small .subtitle{
	margin-bottom: 20px;
}

.section-news-small h2{
	color:#004619;
	margin-bottom: 60px;
}


.section-colsbg{
	padding: 220px 0;
	min-height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
	color:#fff;
	display: flex;
	align-items: center;
}

.section-colsbg-icon{
	padding:100px 0 0;
}

.section-colsbg:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.82);
}

.section-colsbg .wrapper{
	position: relative;
	z-index: 2;
}

.section-colsbg .subtitle{
	color:#fff;
}

.section-colsbg .btn{
	margin-top: 30px;
}

.section-colsbg-icon .col-icons{
	margin-top: 60px;
	padding-bottom: 180px;
}

.section-colsbg .single-icon{
	margin-bottom: 60px;
}

.section-colsbg .icon{
	background: #fff;
	border-radius: 50%;
	width: 84px;
	height: 84px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}

.section-colsbg-icon .col-image{
	position: relative;
	padding-bottom: 503px;
}

.section-colsbg-icon .image{
	position: absolute;
	width: 100%;
	bottom:-180px;
}

footer{
	background: #1D1D1C;
	color:#fff;
}

footer h2{
	color:#fff;
	font-size: 36px;
}

footer .footer-container{
	padding: 120px 0 70px;
}

footer .footer-copyright{
	padding: 50px 0;
	color:#7A7A7A;
}

footer .footer-copyright ul{
	display: flex;
}

footer .footer-copyright li:first-child{
	margin-right: 105px;
}

footer .footer-copyright li:last-child{
	margin-left: auto;
	margin-right: 0;
}

footer .footer-copyright a:hover{
	color:#fff;
}


/* Formularze */

.wpcf7 {
	margin-top: -30px;
	color:#fff;
}

.wpcf7 .row{
	margin-left: -20px;
	margin-right: -20px;
}

.wpcf7 .col-6{
	padding-left: 20px;
	padding-right: 20px;
}


.wpcf7 .field{
	margin-bottom: 30px;
	display: flex;
  flex-direction: column-reverse;
}

.wpcf7 .label{
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
	font-size: 10px;
}


.wpcf7 .field input,
.wpcf7 .field textarea{
	 display: block;
	 width: 100%;
	 background: transparent;
	 color:#fff;
	 border: 0;
	 border-bottom:1px solid #fff;
	 padding: 10px 0;
	 font-family: 'Spartan', sans-serif;
}

.wpcf7 .field textarea{
	resize: none;
	height: 80px;
}

.wpcf7 .field input:focus,
.wpcf7 .field textarea:focus{
	outline: 0;
	border-bottom:2px solid #fff;
}

.wpcf7-form-control-wrap{
	border-bottom:1px solid transparent;
}

.wpcf7-form-control-wrap:focus-within + .label{
	opacity: 1;
	visibility: visible;
}

.wpcf7-not-valid-tip {
	font-size: 10px;
	display: block;
	margin-top: 2px;
	border:0!important;
}

.wpcf7 .field textarea:focus::placeholder,
.wpcf7 .field input:focus::placeholder {
  color: transparent;
}

.wpcf7-list-item{
	display: block;
	margin: 0 0 50px;
}

.wpcf7-list-item input{
	opacity: 0;
	visibility: hidden;
	display: none;
}

.wpcf7-list-item-label{
	display: block;
	font-size: 9px;
	line-height: 13px;
	padding-left: 42px;
	position: relative;
}

.wpcf7-list-item-label:after,
.wpcf7-list-item-label:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
}

.wpcf7-list-item-label:before{
	content: "";
	left:0;
	top:0;
	border:1px solid #fff;
}

.wpcf7-list-item-label:after{
	background: url(img/checked.svg) no-repeat center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	left:1px;
	top:1px;
}

input:checked + .wpcf7-list-item-label:after{
	opacity: 1;
	visibility: visible;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.6; /* Firefox */
	font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.6);
	font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.6);
	font-weight: 400;
}

.gallery {
	margin-top:70px!important;
	margin-bottom: 55px!important;
	display: flex;
	width: calc(100% + (100% / 12) * 4);
	margin-left: calc((100% / 12) * -2)!important;
}

.gallery .gallery-item{
	margin-bottom:15px;
	margin-top: 0!important;
	padding-left: 20px;
	padding-right:20px;
}

.gallery .gallery-item img{border:0!important}
