/* 
Theme Name: Simpli
Theme URI: https://ozdrowiezadbaj.pl/
Author: Adrian Turulski
Author URI: https://ozdrowiezadbaj.pl/
Description: Szablon blogowy
Version: 1.0 
*/

/*-----------------------------------------------------------
0.  Custom New
1.  General Styles
2.  Preloader
3.  Search Section 
4.  Top Header
5.  Header Wrapper
6.  Footer Wrapper
7.  Blog posts
8.  Single Blog
9.  Page Title
10. About Section
11. Conact Section
12. 404 Section
13. Owl Slider
14. Fullpage wrapper
15. Shop Page	
16. Responsive Section  */



html {
	scroll-behavior: smooth;
}

/**/

#return-to-top {
	display: none !important;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: none;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 3;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

/*-----------------------------------------------------------
	Table
-------------------------------------------------------------*/

tr,
td {
	border: 1px solid #eaeaea;
}

td {
	padding: 15px;
}

table {
	width: 100%;
	display: block;
	overflow: overlay;
	border-spacing: 0px;
}

/*-----------------------------------------------------------
	Fonts
-------------------------------------------------------------*/

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}

h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	color: #000000;
	margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Red Hat Display', sans-serif;
	font-style: normal;
}

h2 {
	font-size: calc(20px + (25 - 20) * ((100vw - 992px) / (1920 - 992)));
}

h3 {
	font-size: calc(17px + (20 - 17) * ((100vw - 992px) / (1920 - 992)));
}

h4 {
	font-size: calc(16px + (17 - 16) * ((100vw - 992px) / (1920 - 992)));
}

h5 {
	font-size: 13px;
}

h2 b,
h3 b,
h4 b,
h5 b {
	font-weight: inherit;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong {
	font-weight: inherit;
}

ul {
	margin-bottom: 1rem;
	padding-left: 30px;
}

.single-post .entry-content ul li {
	padding-bottom: 10px;
}

body {
	font-family: 'Red Hat Display', sans-serif;
	color: #1D1D1B;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.04em;
    line-height: 1.4;
	background: #EAEAEA;
}

body.open{
	overflow: hidden;
}

a {
	color: #1D1D1B;
	text-decoration: none;
	transition: all 0.3s;
}

.small,
small {
	display: block;
}

a:hover {
	color: #777;
	text-decoration: none;
}

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

:active,
:focus {
	outline: none !important;
}

::-webkit-input-placeholder {
	color: #000000;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #000000;
	font-size: 14px;
}

::-ms-input-placeholder {
	color: #000000;
	font-size: 14px;
}

::placeholder {
	color: #000000;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #000000;
	font-size: 14px;
}

section {
	position: relative;
}

blockquote {
	padding: 20px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	background: #f7f7f7;
	border-radius: 10px;
}

blockquote p {
	line-height: 1.6;
}

/*-----------------------------------------------------------
	Menu
-------------------------------------------------------------*/

.menu-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*max-width: 1720px;*/
	height: 100px;
	margin: 0 auto;
	padding: 20px 60px;
	transition: .5s;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	max-height: 36px;
}

nav {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 150;
	transition: all 0.5s;
	background-size: cover;
	position: fixed;
    background: #EAEAEA;
}

.home nav{
	position: absolute;
}

.scrollUp {
	transform: translateY(-148px);
}

nav .menu-container ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 46px;
	align-items: center;
}

nav .menu-container ul li a {
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 19px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    color: BLACK;
    height: 39px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 2px solid;
    border-color: transparent;
    border-radius: 25px;
    transition: .5s;
    text-transform: uppercase;
}

nav .menu-container ul li.current-menu-item a{
    font-weight: 600;
}

nav .menu-container ul li a:hover{
	color: #9C4235;
}



a,
a:visited,
a:hover,
a:active{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition:0.5s color ease;
	text-decoration:none;
}


.overlay-section{
	display: none;
}

/*-----------------------------------------------------------
	Sub menu
-------------------------------------------------------------*/

.menu-desktop ul.sub-menu li {
	padding: 0 15px;
}

.menu-desktop ul.sub-menu li:hover {
	background: transparent;
}

.menu-desktop ul.sub-menu li a{
	height: 35px;
}

.menu-desktop ul ul {
	height: auto;
}

.menu-desktop ul ul {
	visibility: hidden;
	opacity: 0;
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 999999;
	width: 200px;
	background: white;
	padding: 0;
	border: none;
	transition: .3s;
}

.menu-desktop ul li:hover > ul {    
	visibility: visible;
	opacity: 1;
}

.menu-desktop ul li:hover > ul li a:hover{    
	color: #E63228;
}

.menu-desktop li {
	position: relative;
}

.menu-desktop li:last-child a{
	padding-right: 0;
}

.sub-menu a::before,
.sub-menu a::after{
	background: transparent !important;
}

/*---------------------------------------------
	Home header
---------------------------------------------*/

.home.page .menu-container{
	padding-bottom: 110px;
}	

.home footer{
	display: none;
}

/*---------------------------------------------
	Page header
---------------------------------------------*/

/*---------------------------------------------
	SLIDER
---------------------------------------------*/

.slider {
    position: relative;
    z-index: 2;
   	/*max-width: 1720px;*/
    padding: 0 60px;
    margin: 100px auto;
}

.slider a.home-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slider .section-width {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    height: calc(100vh - 170px);
}

.slider-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 77%;
}

.slider-content h1 {
	font-size: 55px;
	letter-spacing: 1.38px;
	line-height: 66px;
	font-weight: 600;
	color: white;
	margin: 0;
}

.carousel-item {
	max-height: 100vh;
	height: calc(100vh - 170px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	position: relative;
	margin-bottom: 40px;
}

.carousel-item .title-slide{
	position: absolute;
	right: 0;
	bottom: -40px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.carousel-item.active .title-slide{
	opacity: 1;
	visibility: visible;
}

.carousel-item .title-slide a{
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}


.apla {
	width: 100%;
	height: 83vh;
	background: url(/wp-content/themes/Simpli/images/slider-bg.svg);
	mix-blend-mode: multiply;
	background-size: cover;
	opacity: 0.88;
	top: 0;
	position: absolute;
}


.number-slide {
	font-size: 22px;
	letter-spacing: 0.55px;
	line-height: 27px;
	color: white;
}

.arrow-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.carousel-control-next, 
.carousel-control-prev{
	width: 76px;
	position: inherit !important;
}

.carousel-control-next, 
.carousel-control-prev {
    width: 100px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/themes/Simpli/images/ARROW_left_black.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.white{
	filter: invert();
}


.background--dark{

}

.background--light{

}

.carousel-control-prev{
	transform: rotate(180deg);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: none;
}

.carousel-indicators {
	/*max-width: 1720px;*/
    padding: 0;
    width: 100%;
    height: 10px;
    margin: 8px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}

.carousel-indicators li {
    width: 41px;
    height: 40px;
    margin: 0 20px 0 0;
    border: none;
	opacity: 1;
	position: relative;
	background-color: transparent;
}

.carousel-indicators li:before,
.carousel-indicators li.active:before{
	content: '';
	width: 100%;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.carousel-indicators li:before{
	height: 1px;
}

.carousel-indicators li.active:before{
	height: 5px;
}

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

.main-row{
	overflow-x: hidden;
}

/*-----------------------------------------------------------
	Home Content wrapper
-------------------------------------------------------------*/

.home.page .content-wrapper{
	margin-top: 0;
}

body.home{
	overflow: hidden;
}

.content-wrapper{
	margin-top: 100px;
}

/*-----------------------------------------------------------
	Content wrapper
-------------------------------------------------------------*/

.error404 .content-wrapper,
.page .content-wrapper{
	/*margin-top: 115px;*/
	position: relative;
}

/*-----------------------------------------------------------
	SECTION COMMON
-------------------------------------------------------------*/

.section{
	padding: 20px 0;
	position: relative;
}

.section strong {
	font-size: 22px;
	line-height: 26px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 900;
	margin-bottom: 40px;
	display: block;
}

.section-width {
	/*max-width: 1720px;*/
    padding: 0 60px;
    margin: auto;
    position: relative;
}

.section-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-content .text-editor{
	max-width: 496px;
}

.section-content .col-left,
.section-content .col-right{
	width: 44%;
	overflow: hidden;
	position: relative;
}

.section-content .col-left .content-left,
.section-content .col-right .content-right{
	width: auto;
}

.entry-media {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*
.content-left img,
.content-right img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.content-left:hover img,
.content-right:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*-----------------------------------------------------------
	Section  HOME SPECIFIC
-------------------------------------------------------------*/

/*Tylko slider*/

/*-----------------------------------------------------------
	Section Simple PAGE
-------------------------------------------------------------*/

#simple-page #wrapper-1.section .section-width{
	margin: 50px auto 120px;
    max-width: 1228px;
    width: 100%;
}

#simple-page #wrapper-1.section .section-content .text-editor {
    max-width: 100%;
}



/*-----------------------------------------------------------
	Section PAGE PROJEKTY SPECIFIC
-------------------------------------------------------------*/

.project-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    position: relative;
}

.project-wrapper .item{
	width: 48.6%;
	position: relative;
	overflow: hidden;
}

.project-wrapper .item img{
	height: 21.875vw;
	object-fit: cover;
	transition: .5s;
}

.project-wrapper .item img:hover{
	transform: scale(1.2);
}

.project-wrapper .item h4 {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
    position: absolute;
	left: 21px;
	bottom: 17px;
    z-index: 1;
    color: white;
	margin: 0;
}

.project-menu{
	display: flex;
	justify-content: space-between;
	list-style: none;
    padding: 0;
}

.project-menu li.current-menu-item a{
	font-weight: 600;
}

.project-category{
	margin-top: 22px;
	margin-bottom: 62px;
}

.project-category ul li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#page-projekty .section-content{
	padding-top: 36px;
	margin-bottom: 36px;
	border-top: 1px solid #9C4235;
}

#page-projekty > div > div > div:nth-child(2){
	border: none;
}

#page-projekty .section-content .col-left{
	width: 29%;
} 

#page-projekty .section-content .col-right {
    width: 65%;
}

#page-projekty .section-content .content-left a{
	font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	position: relative;
}

#page-projekty .section-content .content-left a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #18272F;
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scaleX(1);
	transition: transform .3s ease-in-out;
}

#page-projekty .section-content .content-left a:hover::before {
	transform-origin: right;
	transform: scaleX(0);
}

#page-projekty .section-content .col-left .text-editor {
    position: absolute;
    bottom: 0;
	font-size: 20px;
}



/*-----------------------------------------------------------
	Section PAGE PRACOWNIA SPECIFIC
-------------------------------------------------------------*/

#page-pracownia .main-image{
	width: 100%;
	margin-top: 20px;
}

#page-pracownia .main-image img {
    width: 100%;
    object-fit: cover;
    height: 65vh;
}

#page-pracownia .content-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 120px;
    max-width: 1228px;
	width: 100%;
}

#page-pracownia .col-left, 
#page-pracownia .col-right {
    width: 49%;
    overflow: hidden;
    position: relative;
}

#page-pracownia .wrapper{
	margin: 50px auto 120px;
    max-width: 1228px;
	width: 100%;
}

#page-pracownia h2 {
    font-size: 36px;
    letter-spacing: 1.2px;
    line-height: 58px;
    color: #0A0A0A;
    position: relative;
    margin-bottom: 10px;
	text-transform: uppercase;
}

#page-pracownia .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid black;
    padding: 32px 0;
}

#page-pracownia .publication .item{
	justify-content: flex-start;
}

#page-pracownia .item:last-child{
	border-bottom: none;
}

#page-pracownia .date,
#page-pracownia .spec,
#page-pracownia .link{
	height: 100%;
}

#page-pracownia .date{
	width: 10%;
	color: #767575;
	padding-top: 2px;
}

#page-pracownia .publication .spec{
	width: 18%;
}

#page-pracownia .spec .kind {
    color: #767575;
	margin-bottom: 4px;
}

#page-pracownia .spec .cat {
    color: #1D1D1B;
	font-weight: 500;
}

#page-pracownia .publication .link{
	width: 60%;
    color: #1D1D1B;
}

#page-pracownia .awards .link a,
#page-pracownia .publication .link a{
	position: relative;
}

#page-pracownia .awards .link a:before,
#page-pracownia .publication .link a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out;
}

#page-pracownia .awards .link a:hover::before,
#page-pracownia .publication .link a:hover::before {
    transform-origin: right;
    transform: scaleX(0);
}

#page-pracownia .awards .item{
	justify-content: flex-start;
}

#page-pracownia .awards .spec{
	width: 50%;
}

#page-pracownia .awards .link{
	width: 35%;
	padding-left: 10%;
}

#page-pracownia .awards .name{
	font-weight: 500;
}

#page-pracownia .partners.wrapper h2{
	margin-bottom: 40px;
}

#page-pracownia .partners.wrapper .repeater{
	display: flex;
	flex-wrap: wrap;
}

#page-pracownia .partners.wrapper .item {
    width: 20%;
    border: none;
    display: block;
}

#page-pracownia .partners.wrapper .item .workplace {
    color: #767575;
}

/*-----------------------------------------------------------
	Section SINGLE PROJEKTY SPECIFIC
-------------------------------------------------------------*/

.single-wszystkie-projekty .section-content{
	display: block;
}

.single-wszystkie-projekty .section {
    padding: 0;
}

.single-wszystkie-projekty h1{
	text-transform: uppercase;
}

.media-wrapper{
	position: relative;
}

.media-wrapper .slick-slide img{
	width: 100%;
	margin: auto;
	height: calc(100vh - 160px);
	object-fit: cover;
}

/*
.item.slick-slide{
	opacity: 0;
	transition: .5s;
}

.item.slick-slide.slick-current{
	opacity: 1;
}
*/

.slick-arrows{
	display: flex;
    justify-content: space-between;
	align-items: center;
    width: 120px;
	height: 20px;
}

.prev-slide, 
.next-slide {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	background-image: url(/wp-content/themes/Simpli/images/ARROW_right_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.next-slide{
	transform: rotate(180deg);
}




.clone-arrow{
    position: absolute;
    top: 0;
	width: 100%;
	height: calc(100vh - 160px);
	left: 0;
    right: 0;
    margin: auto;
}

.clone-arrow .prev-slide,
.clone-arrow .next-slide{
	height: 100%;
  	width: 20%;
	background-image: none;
}

.clone-arrow .slick-arrows{
	width: 100%;
	height: 100%;
	margin: auto;
}

.clone-arrow .slides-numbers{
	display: none;
}

.grid-wrapper {
    width: calc(100% - 120px);
    height: calc(100vh - 120px);
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: overlay;
}

.grid-wrapper .support-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 230px;
    grid-gap: 15px;
}

.grid-wrapper .item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.function-bar {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.swith-view,
.mini-title.projects{
	width: 40%;
}

.slides-numbers span{
	font-weight: 600;
	font-size: 16px;
}

.mini-title.projects .wrapper{
	display: flex;
	justify-content: flex-end;
	font-weight: 500;
}

.mini-title.projects{
	text-transform: uppercase;
}

.content-inside {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    max-width: 1100px;
    margin: 115px auto 0px;
}

.content-inside p{
	font-size: 18px;
}

.content-inside h1{
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.col-top{
	width: 100%;
}

.content-wrapper h1{
	margin-bottom: 60px;
}

.table-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid black;
}

.table-wrapper .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid black;
	padding: 15px 0;
}

.table-wrapper .item .name{
	width: 45%;
}

.table-wrapper .item .variable{
	width: 55%;
}

.additional-text{
    max-width: 1100px;
	margin: 0 auto 150px;
	display: none;
}

.section .additional-text h2{
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: #1D1D1B;
}

.related-wrapper{
	margin-bottom: 150px;
	margin-top: 150px;
}

.news{
	margin-bottom: 30px;
}

.related-wrapper .news a {
    margin-bottom: 42px;
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1D1D1B;
	position: relative;
}

.related-wrapper .news a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out;
}


.related-wrapper .post-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
}

.related-wrapper .post-wrapper .item .date {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #0A0A0A;
    opacity: 0.5;
    margin-top: 16px;
}

.related-wrapper .post-wrapper .item h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    left: 0;
    bottom: 0;
    color: #0A0A0A;
    margin: 16px 0 0;
}

.post-wrapper h3{
	max-width: 100%;
	margin-bottom: 30px;
}

.post-wrapper .item{
	width: 100%;
}

.post-wrapper .item a{
	overflow: hidden;
	display: block;
}

.post-wrapper .item img{
	transition: .5s;
	max-height: 380px;
  	object-fit: cover;
	height: 18vw;
}

.post-wrapper .item img:hover{
	transform: scale(1.2);
}


/*Fancybox*/

.swith-view .wrapper {
	width: 40px;
	display: flex;
	justify-content: space-between;
}

.swith-view img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	cursor: pointer;
}

.swith-view .grid-swith,
.swith-view .slider-switch{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.slick-arrows.hidden,
.slider-exit.hidden,
.slider-button.hidden,
.grid-exit.hidden,
.grid-button.hidden,
.menu-container.hidden,
.slides-numbers.hidden,
.project-slider.hidden,
.grid-wrapper.hidden{
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.slider-exit,
.slider-button,
.grid-exit,
.grid-button{
	position: absolute;
}


.media-wrapper.open {
    position: fixed !important;
	width: 100% !important;
	max-width: 100%;
    height: 100%;
    top: 0;
	left: 0 !important;
    bottom: 0;
    z-index: 999;
    width: 100%;
	/*max-width: 1720px;*/
    margin: auto;
    left: 0;
    right: 0;
	padding: 60px 77px 60px 60px;
    background: #EAEAEA;
}

.media-wrapper.open .slick-slide img {
    height: calc(100vh - 120px);
	object-fit: contain;
}


.close-button{
	top: calc(30px - 15px);
	right: 101px;
	cursor: pointer;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.media-wrapper.open .close-button {
	visibility: visible;
	opacity: 1;
	display: none;
}

.fancybox__toolbar__items--right {
	margin-left: auto;
	width: calc(100% - 120px);
	margin-right: auto;
	position: relative;
}

.carousel__button.grid-button,
.carousel__button.slider-button{
	height: 20px;
	width: 20px;
}

.carousel__button.grid-button{
	left: 40px;
}

.carousel__button.slider-button{
	left: 80px;
	display: none;
}


.fancybox__backdrop {
    background: #EAEAEA !important;
}

.fancybox__container{
	color: #1D1D1B !important; 
	--carousel-button-svg-stroke-width: none !important;
    --carousel-button-svg-filter: none !important;
}

.fancybox__thumbs{
	display: none;
}

.fancybox__toolbar {
    top: revert !important;
    bottom: 0;
    background: transparent !important;
	text-shadow: none !important;
    padding: 0 !important;
    height: 24px;
    margin: auto;
    bottom: 28px;
    display: flex;
    align-items: center;
}

.carousel__button.is-prev,
.carousel__button.is-next{
    display: none !important;
}

.fancybox__counter {
    font-family: 'Red Hat Display', sans-serif !important;
    color: #03162E !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0.04em !important;
    line-height: 1.4 !important;
	font-variant-numeric: proportional-nums !important;
}


.fancybox__toolbar__items--center {
    display: flex !important; 
    justify-content: space-between !important; 
    align-items: center !important; 
    width: 120px !important; 
	top: 50%;
	height: 20px;
}

.fancybox__button--prev,
.fancybox__button--next{
    width: 20px !important; 
    height: 20px !important; 
    cursor: pointer !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    background-image: url(/wp-content/themes/Simpli/images/ARROW_right_black.svg) !important; 
    background-size: contain !important; 
    background-repeat: no-repeat !important; 
}

.fancybox__button--next{
    transform: rotate(180deg) !important;
}

.carousel__button svg{
	display: none;
}

.fancybox__button--close{
	width: 22px !important; 
    height: 22px !important; 
	background-image: url(/wp-content/themes/Simpli/images/EXIT_black.svg) !important; 
	background-size: contain !important; 
    background-repeat: no-repeat !important; 
	border-radius: 0 !important;
	position: absolute;
	left: 0;
}


/*-----------------------------------------------------------
	Section SINGLE AKTUALNOSCI SPECIFIC
-------------------------------------------------------------*/

.single-post .main-row {
    overflow-x: visible;
}

.single-post .content-wrapper{
	margin-top: 0;
}

.single-post .content-wrapper .col-left {
    width: 50%;
	overflow: visible;
}

.single-post .media-wrapper {
	top: 120px;
    position: sticky;
    width: 100%;
}

.single-post .media-wrapper.open{
	top: 0;
}

.single-post .content-inside{
    width: 30%;
	margin-top: 100px;
}

.single-post .slick-slide img {
	height: calc(100vh - 200px);
    object-fit: cover;
}

.single-post .link-project a{
    font-weight: 500;
    font-size: 14px;
    line-height: .5;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-position: under;
    text-transform: uppercase;
    color: #1D1D1B;
	position: relative;
}

.single-post .link-project a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/Simpli/images/ARROW_left_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -20%;
    transition: .5s;
    top: calc(50% - 10px);
}

.single-post .date {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #0A0A0A;
    opacity: 0.5;
    margin: 122px 0 50px;
}

.single-post h1{
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #1D1D1B;
	text-transform: inherit;
}

.single-post .swith-view,
.single-post .mini-title.posts{
	width: 40%;
}

.single-post .mini-title.posts .wrapper{
	display: flex;
	justify-content: flex-end;
}

.single-post .mini-title.posts a{
	text-transform: uppercase;
}

.single-post .swith-view .wrapper{
    width: 40px;
    display: flex;
    justify-content: space-between;
}

.single-post .grid-wrapper {
    grid-template-columns: auto auto auto;
}

/*-----------------------------------------------------------
	Button section
-------------------------------------------------------------*/

.button-section {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
	position: relative;
}

.button-section a {	
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid;
	border-radius: 21px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 19px;    
	text-transform: uppercase;
}

.button-section a:before {
	content: '';
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	transition: .5s;    
	border-radius: 21px;
	background-size: 7.61px 15.21px;
	background-position: left 14px center;
}

.button-section a:after{
	content: '';
	position: absolute;
	right: 14px;
	width: 7.61px;
	height: 15.21px;
	transition: .5s;
	background-image: url(/wp-content/themes/Simpli/images/arrow-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
} 

/* BUTTON SECTION */

.slider .button-section{
	max-width: 226px;
	margin-bottom: 46px;
}

/* BUTTON SECTION A */

.slider .button-section a{
	width: 176px;
	border-color: white;
	color: white;
}

/* BUTTON SECTION A:BEFORE */


/* BUTTON SECTION A:HOVER:BEFORE */



/* BUTTON SECTION A:HOVER:AFTER */



/*-----------------------------------------------------------
	PAGE
-------------------------------------------------------------*/

.page-id-5184 footer{
	margin: 0 !important;
}

/*
.page-id-5184 footer .title a{
	pointer-events: none;
}
*/

/*-----------------------------------------------------------
	PAGE - REALIZACJE
-------------------------------------------------------------*/


/*-----------------------------------------------------------
	SECTION ARCHIVE
-------------------------------------------------------------*/

#section-archive .article-wrapper {
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2%;
}

.article-wrapper .item{
	width: 32%;
	position: relative;
	overflow: hidden;
}

.article-wrapper .item a{
	display: block;
	overflow: hidden;
}

.item.separator{
	width: 100%;
	height: 1px;
	background-color: #9C4235;
	margin: 60px 0;
}

.article-wrapper .item.separator:last-child{
	display: none;
}

.article-wrapper .item img{
    height: 21.875vw;
	object-fit: cover;
	transition: .5s;
}

.article-wrapper .item img:hover{
	transform: scale(1.2);
}

.article-wrapper .item h4 {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
    position: absolute;
	left: 21px;
	bottom: 17px;
    z-index: 1;
    color: white;
	margin: 0;
}

#section-archive.section {
	padding: 20px 0;
}

#section-archive.section h3 {
	font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-top: 20px;
    padding: 0;
    letter-spacing: 0;
    text-transform: inherit;
    background-color: transparent;
    line-height: 1.4;
    border-radius: 0;
}

/*-----------------------------------------------------------
	SECTION ARCHIVE AKTUALNOŚCI
-------------------------------------------------------------*/

.article-wrapper .item .date{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #0A0A0A;
    opacity: 0.5;
    margin-top: 16px;
}

.archive.category .article-wrapper .item h4, 
.archive.tag .article-wrapper .item h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    left: 0;
    bottom: 0;
    color: #0A0A0A;
    margin: 16px 0 0;
}

/*-----------------------------------------------------------
	SECTION TAG AKTUALNOŚCI
-------------------------------------------------------------*/

.tags{
	display: none;
}

.archive.tag .tags {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    justify-content: space-between;
}

.archive.tag .tags .bread{
    display: flex;
	align-items: center;
}

.archive.tag .tags .back-link,
.cat-post a{
	text-decoration: underline;
    text-underline-position: under;
}

.line{
    width: 1px;
    height: 20px;
    background: black;
    margin: 0 40px;
    display: flex;
    align-items: center;
}

/*-----------------------------------------------------------
	SECTION SINGLE
-------------------------------------------------------------*/

#section-single.section .entry-media img{
	width: 1041px;
	margin-bottom: 20px;
}

#section-single.section .col-left{
	width: 80%;
	max-width: 1041px;
}

#section-single.section .col-right{
	width: 20%;
	border: 1px solid black;
}

#section-single.section .text-editor {
	margin-top: 50px;
    max-width: 100%;
}

#section-single.section h3 {
	font-size: 20px;
    font-weight: 500;
    color: #191919;
    margin-top: 20px;
    padding: 0;
    letter-spacing: 0;
    text-transform: inherit;
    background-color: transparent;
    line-height: 1.4;
    border-radius: 0;
}

/*Carosuel gallery*/

#section-single .gallery-wrapper {
    max-width: 90%;
	height: 160px;
    margin: auto;
	position: relative;
}

#section-single .slick-slide {
	margin: 0 10px;
}

#section-single .slick-list{
	margin: 0 -10px;
}

#section-single .slick-next {
    right: -50px;
}

#section-single .slick-prev {
    left: -50px;
}

/*-----------------------------------------------------------
	Footer 
-------------------------------------------------------------*/

footer {
	background-color: #1D1D1B;
	z-index: 1;
	position: relative;
	margin-top: 150px;
}


footer .section-width{
	max-width: 100%;
}

footer .section{
	padding: 0;
}

footer h2,
footer h4{
	color: #FFFFFF;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

footer .title a{
    font-size: calc(30px + (40 - 30) * ((100vw - 992px) / (1920 - 992)));
	line-height: 1.2;
	position: relative;
}

footer .title h2 {
    font-size: calc(30px + (40 - 30) * ((100vw - 992px) / (1920 - 992)));
}

footer .title a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out;
}

footer .title a:hover::before {
    transform-origin: right;
    transform: scaleX(0);
}



footer h4{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

footer .contact-details{
	display: flex;
	justify-content: space-between;
}

footer .details{
	margin-top: 2vw;
	width: 60%;
}

.foot-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .section-content .col-left, 
footer .section-content .col-right {
    width: 50%;
	height: 800px;
}

footer .section-content .col-left, 
footer .section-content .col-right,
#map{
	height: calc(100vh - 100px) !important;
}

footer .section-content .col-right {
    position: absolute;
    right: 0px;
}

footer .section-content .content-left {
    padding-top: 0;
	width: 85% !important;
	max-width: 100%;
}

footer .section-content .col-left {
    display: flex;
    align-items: center;
}

footer p,
footer a{
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#map p{
	font-family: 'Red Hat Display', sans-serif;
	color: black;
}

#map .gm-style .gm-style-iw-c{
	border-radius: 0;
}

.copyright {
    display: flex;
	justify-content: space-between;
	align-items: center;
    position: absolute;
    bottom: 30px;
	width: 85%;
	max-width: 100%;
}

.copyright p,
.copyright a{
    font-size: 12px;
}



/*SOCIAL MEDIA*/

footer .social-media {
	width: 40%;
	display: flex;
	align-items: center;
}

footer .social-media .wrapper {
    width: 137px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
	height: 24px;
	margin-top: 56px;
}

footer .social-media .wrapper svg{
	font-size: 26px;
}

.fb > img:nth-child(1) {
	width: 24px;
	top: -1px;
	position: relative;
	left: -2px;
	transition: .5s;
}

.fb > img:nth-child(1):hover{
	opacity: .5;
}



/*-----------------------------------------------------------
	Tabs
-------------------------------------------------------------*/

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	border-left: 1px solid #D1BF80;
}

ul.tabs li {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background: #E8D4BE;
	color: #505050;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	border-top: 1px solid #CFA779;
	border-right: 1px solid #CFA779;
	border-bottom: none;
}

ul.tabs li.current {
	background: white;
	color: #222;
	border-bottom: none;
	position: relative;
}

ul.tabs li.current:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: white;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.tab-content {
	display: none;
	padding: 45px 45px 45px 25px;
	border: 1px solid #CFA779;
	color: #505050;
	background: white;
}

.tab-content ul{
	list-style: none;
	position: relative;
}

.tab-content ul li {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 2;
}
	
.tab-content ul li:before {
	content: '';
	background-color: #D1BF80;
	border-radius: 100%;
	position: absolute;
	left: -25px;	
	width: 8px;
	height: 8px;
}

.tab-content.current{
	display: inherit;
}


/*-----------------------------------------------------------
	Pagination
-------------------------------------------------------------*/

.page-nav li {
	display: inline-block;
}

.page-nav li:hover,
.page-nav li.active a {
	color: #111;
}

.pagi{
	position: relative;
	display: flex;
	align-items: center;
}

ul.pagi-list {
	text-align: center;
	width: 100%;
}

ul.pagi-list li {
	display: inline-block;
}

ul.pagi-list li span, 
ul.pagi-list li a {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 18px;
	color: #27615E;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F0E6C8;
	margin: 0 4px;
}

ul.pagi-list li a:hover,
ul.pagi-list li span.current {
	color: #27615E;
	background: #D1BF80;
}

.pagi .next,
.pagi .prev {
	display: none;
}

/*-----------------------------------------------------------
	Page Loader 
-------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	z-index: 99; /* makes sure it stays on top */
	background: #EAEAEA;
}

#status {
	width: 250px;
	height: 30px;
	position: absolute;
	left: 0; /* centers the loading animation horizontally one the screen */
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%; /* centers the loading animation vertically one the screen */
}

.spinner {
	margin: 0px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: black;
	height: 100%;
	width: 6px;
	display: inline-block;

	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

/*-----------------------------------------------------------
	Page
-------------------------------------------------------------*/


/* Sekcja Contact Form
---------------------------------------------*/

::-webkit-input-placeholder {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #575757 !important;	
	line-height: 1.6;
}

.wpcf7 {
	width: 100%;
	max-width: 620px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 11px;
}

.form-control {
	display: block;
	width: 100%;
	height: 55px;
	padding: 15px 0 15px 20px;
	border: none;
	border-radius: 0;
	background-color: #EAEAEA;
}

textarea.form-control {
	height: 96px;
	margin-bottom: 20px;
}

.wpcf7-list-item {
	margin: 0 !important;
	line-height: 1.6;
}

.wpcf7-list-item span {
	padding-left: 33px;
	display: block;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
	color: #575757;
	font-size: 18px;
	line-height: 20px;
}

p.info{
	padding-top: 20px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
	color: #F8F7F4;
	font-size: 18px;
	line-height: 1.6;
}

.wpcf7-list-item label {
	position: relative;
}

.wpcf7-list-item input[type="checkbox"] {
	top: 6px;
	position: absolute;
}

.wpcf7-list-item span.sep {
	padding: 5px;
}

.full-width {
	width: 100%;
}

.col-8.flex-col {
	display: flex;
	align-items: center;
	padding-top: 30px;
}

.col-8.flex-col span.info {
	padding-left: 3vw;
	padding-right: 10px;
	display: block;
}

.wpcf7 p {
	margin: 0;
}

.submit-wrapper {
	width: 172px;
	height: 68px;
	position: relative;
	margin-top: 33px;
	display: flex;
	align-items: center;
}

.wpcf7 input[type="submit"] {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	background-color: #E63228 !important;
	width: 172px;
	height: 68px;
	text-transform: uppercase;
	color: white !important;
	font-size: 22px !important;
	border: none;
	margin: 0;
	display: flex;
	padding: 17px 23px 17px 35px;
}

.submit-wrapper::before {
	content: '';
	width: 8px;
	height: 15px;
	background-image: url(/wp-content/themes/Simpli/images/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 40px;
	transition: .5s;
}

.submit-wrapper:hover:before{
	right: 32px;
}

.wpcf7 form .wpcf7-response-output {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 600;
	margin: 2em 0 1em !important;
	padding: 0.2em 1em !important;
	border: 2px solid #E63228 !important;
	z-index: 1;
	position: relative;
}

.wpcf7-spinner{
	display: none !important;
}

