/* 
Theme Name: Turulo
Theme URI: koncept404.pl
Author: Adrian Turulski
Author URI: turulo.pl/
Description: Motyw firmowy
Version: 1.0 
*/

/*-----------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');




html{
	scroll-behavior: smooth;
	margin-top: 0 !important;
	overflow-x: hidden;
}


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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}



h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Wallop';
	color: #1A1A1A;
	margin: 0;
	font-weight: 500;
	line-height: 1.5;
}


h1 {
	/*F:30-60;*/
	font-size: 60px;
}

h2 {
	/*F:18-36;*/
	font-size: 36px;
}

h3 {
	/*F:18-36;*/
	font-size: 36px;
}

h4 {
	/*F:14-24;*/
	font-size: 24px;
}

h5 {
	/*F:10-20;*/
	font-size: 20px;
}


body  {
	/*F:14-22;*/ 
	overflow-x: hidden;
	/*width: calc(100% + var(--scrollbar-width));*/
	width: 100%;
	transition: .3s !important;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.6;
	color: #000000;
}

span.nowrap {
	white-space: nowrap;
}

body p {
    margin-top: 0;
}

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

.small,
small {
	display: block;
}

.elastic-fields{
	position: relative;
	z-index: 1;
}

.elastic-fields

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.mobile,
.footer-wrapper .bottom.mobile,
#section-6.section .special-element.mobile{
	display: none;
}
  
#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: 99999; /* makes sure it stays on top */
    background: #FFFFFF;
}

#status {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
}

#status img{
	/* W:60-100; */
}


/*-----------------------------------------------------------
	HEADER
-------------------------------------------------------------*/



.header {
	/* P:20-80 20-80 16-17; */ 
	position: relative; 
	top: 0;
	left: 0;
	right: 0; 
	display: grid;
    grid-template-columns: calc(var(--txt-size-width) + clamp(20px, calc(20px + (60) * ((100vw - 320px) / (1680))), 80px)) calc(var(--txt-size-r-width));
	z-index: 999;
}

.home .header,
.single .header{
	position: absolute;
}  

.home .nav-wrapper,
.page .nav-wrapper{
	display: none;
}

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

.logo-wrapper img.sygnet{
	width: 4.08vw;
    position: absolute;
    left: -1vw;
	opacity: 0;
	transition: .25s;
	object-fit: contain;
}

.logo-wrapper .logo-text {
	position: relative;
	height: auto;
    left: 0;
    transition: .25s;
}

.logo-wrapper .logo-text h1{
	line-height: 1;
}

.logo-wrapper:hover img.sygnet{
	opacity: 1;
	left: 0;
}

.logo-wrapper:hover .logo-text{
	left: 5.2vw;
}


.part-right.parts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: var(--logo-wrapper-height);
}

.part-right.parts .switcher{
	display: flex;
	justify-content: flex-end;
}

.part-right.parts .switcher a {
	/*F:18-36;*/ 
	font-family: 'Wallop';
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

.header-line {
	/* L:20-80; */
	/* R:20-80; */
	position: absolute;
	bottom: 0;
	height: 1px;
	background-color: #000000;
}


  






.menu-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}



.menu-desktop ul.menu{
    display: flex;
    justify-content: space-between;
	list-style: none;
	padding-left: 0;
	position: relative;
	margin: 0;
	width: 100%;
}

.menu-desktop ul.menu li {
    position: relative;
    display: flex;
    align-items: center;
	padding: 0;
}

.menu-desktop ul.menu li a{
	position: relative;
	font-family: 'Wallop';
	/*F:18-36;*/
	line-height: 1.3;
	position: relative;
    transition: .3s !important;
	display: flex;
    align-items: center;
    gap: 18px;
}

.menu-desktop ul.menu li a:hover{
	opacity: .5;
}

.menu-desktop ul.menu li:hover,
.menu-desktop ul.menu a:hover{
	opacity: 1;
}

.menu-desktop ul.menu li.menu-item-has-children a {
    cursor: auto;
    opacity: 1 !important;
}

.menu-desktop ul.menu li.menu-item-has-children a:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 17px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/turulo/images/arrow-menu.svg);
    transition: .3s;
}

.menu-desktop ul.menu li.menu-item-has-children a:hover:after{
	transform: rotate(-180deg);
}



/* Drugi poziom */

.menu-desktop ul.menu li ul {
    position: absolute;
	top: 47px;
    left: 0;
    width: 16.00vw;
	min-width: 190px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .3s !important;
    list-style: none;
    padding-left: 0;
	padding-top: 0;
	margin: 0;
}

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

.menu-desktop ul.menu li.menu-item-has-children ul li a {
    cursor: pointer;
    opacity: 1 !important;
}

.menu-desktop ul.menu li ul li a:after{
	display: none !important;
}

.menu-desktop ul.menu li ul li:hover a{
	color: #1A1A1A !important;
	opacity: .5 !important;
}

.menu-desktop ul.menu li:hover ul{
	max-height: 500px;
	opacity: 1;
	visibility: visible;
	/* P: 10-35 0 0 0; */
}


/*-----------------------------------------------------------
Overlay menu
-------------------------------------------------------------*/

.overlay-section {
    display: flex;
    align-items: center;
    bottom: -100%;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: bottom 1s cubic-bezier(.77,0,.175,1);
    height: calc(var(--vh) * 100);
    position: fixed;
    overflow: overlay;
    background-color: #FFFFFF;
    flex-direction: column;
}

.overlay-section.active {  
	bottom: 0;
}

.overlay-section .section-width {
	/* P:0 20-80 19-20; */ 
    padding-top: calc(var(--logo-wrapper-height) + 25.00vw) !important; 	
    margin: 0;
	width: 100%;
    height: var(--overlay-section-height);
}

.overlay-section .section-content {
	visibility: hidden;
	opacity: 0;
	position: relative;
	transition: all 1s;
	transition-timing-function: ease;
	text-align: left;
	margin: auto;
}

.overlay-section .section-content.active {
	visibility: visible;
	opacity: 1;
	right: 0;
	overflow: auto;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overlay-section .text-editor p{
	font-size: 14px;
	margin: 0;
}


/* Overlay Menu */

.overlay-section ul.mobile-menu{
    margin: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

.overlay-section ul.mobile-menu li ul{
    margin: 0;
    padding-left: 0;
    list-style: none;
}


/* Pierwszy poziom */

.overlay-section ul.mobile-menu li a{
	font-family: 'Wallop';	
	/* F: 30-36; */
    display: block;
    padding: 10px 0;
    border-top: 1px solid #000;
}

.overlay-section ul.mobile-menu li.menu-item-has-children a{
    position: relative;
}

.overlay-section ul.mobile-menu li.menu-item-has-children a:before{
    content: '';
    width: 17px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    background-image: url('/wp-content/themes/turulo/images/arrow-menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s;
}

.overlay-section ul.mobile-menu li.menu-item-has-children.active a:before{
    transform: translateY(-50%) rotate(180deg);
}




/* Drugi poziom */

.overlay-section ul.sub-menu {
    padding: 0;
    border-bottom: 1px solid rgb(208, 208, 208, .7);
    max-height: 0;
    opacity: 0;
    transition: .5s;
    overflow: hidden;
}

.overlay-section ul.sub-menu.active{
    padding: 10px 0 0;
    border-bottom: 1px solid rgb(208, 208, 208, .7);
    max-height: 500px;
    opacity: 1;
}

.overlay-section ul.sub-menu li {
    padding-left: 0;
    padding-bottom: 10px;
}

.overlay-section ul.sub-menu li.menu-item-type-post_type a:before {
    content: '';
    width: 11px;
    height: 9px;
    background-image: url(/wp-content/themes/turulo/images/arrow-sub.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg) !important;
    left: -19px;
    transition: .5s;
}

.overlay-section ul.sub-menu li a{
    position: relative;
    color: #1A1A1A;
    padding: 0;
    border: none;
}






/* Social i text */


.bottom-overlay {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: flex-end;
}





/* Overlay button */

.overlay-section .button-header{
    margin: 24px 0 49px;
    display: block;
}

.overlay-section .button-header .button-section,
.overlay-section .button-header .button-section a{
    width: 100% !important;
    justify-content: center;
}




/* Overlay social media */

.overlay-section .social-media {
    justify-content: flex-start;
}

.overlay-section .social-media img{
    /* W: 30-36; */
	/* H: 30-36; */
}



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

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

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

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

.error404 .content-wrapper,
.page .content-wrapper{
	position: relative;
}

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


.section {
    width: 100%;
	padding: 0;
	z-index: 1;
} 

.section-width {
	/* Pl:20-240; */  
	/* Pr:20-240; */  
}  
 
  
 

/* Sekcja hero*/

#section-1.section,
#section-1.section .section-content,
#section-1.section .background-image{
	transition: .5s;
	height: calc(var(--vh) * 100);
	min-height: 500px;
}

#section-1.section {
	position: relative;
}

#section-1.section .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .8;
}

#section-1.section .section-width {
    height: 100%;
    padding: 0;
	position: relative;
	z-index: 1;
}

#section-1.section .section-content {	
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
}

#section-1.section .section-content p{
	margin: 0;
}

#section-1.section .button-section {
	/* Ml:20-80; */
	/* Mb:20-80; */
	/* W:256-438; */
	transition: .4s;
}

#section-1.section .button-section:hover{
	margin-left: 5vw;
}

#section-1.section .button-section img{
	/* W: 25-50; */
	/* H: 8-17; */
	object-fit: contain;
}

#section-1.section .button-section h1 { 
	/*F:30-60;*/
    font-weight: 500; 
    margin: 1vw 0;
}

#section-1.section .button-section .meta-info{
	justify-content: flex-start !important;
}

.meta-info{
	/* Mt:10-18; */
	display: flex;
	justify-content: center;
	gap: 18px;
	align-items: center;
}

.meta-info p{
	/*font-family: 'Wallop';*/
	/*F:10-18;*/
	margin: 0;
	text-transform: uppercase;
}














#section-1.section .scroll{
	/* Mr:0-80; */
	/* Mb:0-80; */
	/* Ml:20-80; */
	/* B:40-0; */
	transition: .3s;
	cursor: pointer;
}

#section-1.section .scroll:hover{
	margin-bottom: 3vw;
}

#section-1.section .scroll p{
	/*F:18-36;*/
	font-family: 'Wallop';
	margin: 0; 
	line-height: 1;
}
 
 
/* Sekcja Nagłówek*/

#section-2.section{
	position: relative;
}

#section-2.section .section-width{
	/* P:0 40-240 80-120; */
}

#section-2.section .title-wrapper {
    text-align: center; 
    margin: 0;
}

#section-2.section .title-wrapper h2{
	/*F:20-60;*/
	font-family: 'Signifier Regular';
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
}

#section-2.section .title-wrapper a {
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}



/* Sekcja Nagłówek podstrony */

#section-2.section.page .section-width{
	/* P:40-160 20-240 20-40; */
}

#section-2.section.page .back{
	/* T: 40-160; */
	/* L: 20-80; */
	position: absolute;
	
}

#section-2.section.page .title-wrapper {

    text-align: left;
}

#section-2.section.page .title-wrapper h2{
	font-family: 'Wallop';	
	text-transform: none;
}




/*Sekcja 2 edytory tekstowe obok siebie*/

#section-3.section .section-width {
	/* P:0 20-240; */
	/* Mb:80-160; */
}

.page #section-3.section .section-width,
.single #section-3.section .section-width{
	/* Mb:79-80; */
}

#section-3.section .section-content {
	/* G:27-80; */	
    display: grid;
    grid-template-columns: repeat(2,1fr);
	position: relative;
	padding-top: 10px;
}

#section-3.section .section-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}

#section-3.section .section-content .text-editor p{
	margin-bottom: 0;
}


/*Sekcja subtytuł + edytor tekstowy obok siebie*/

#section-4.section .section-width {
	/* P:0 20-240; */
	/* Mb:40-80; */
}

.page-id-31883 #section-4.section .section-width{
	/* Mb:39-40; */
}

#section-4.section .section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* G:27-80; */
    position: relative;
	padding-top: 10px;
}

#section-4.section.full .section-content{
	grid-template-columns: 1fr;
}

#section-4.section .section-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}



/* Team */

.page-id-31883 #section-4.section.team .section-width{
	/* Mb: 40-80; */
}

body.page-id-31875{
	background-color: #EFEFEF;
}



#section-4.section.team .image-wrapper,
#section-4.section.team .image-wrapper img{
	/* W: 280-560 ;*/
	/* H: 194-389 ;*/ 
	object-fit: cover;
}

#section-4.section.team .image-wrapper,
#section-4.section.team .text-editor p{
	margin-top: 40px;
	margin-bottom: 0;
}

#section-4.section.team .email span{
	color: #000000;
	opacity: .5;
}


/* Big center photo */

#photo.section .section-width {
   /* P: 0 0-400 ;*/
   /* Mb:79-80; */
}

#photo.section .image-wrapper img {
	/* W:320-1200;*/
	height: auto !important;
	object-fit: cover;
}



/* Donwload, link and dropdown */

#section-4.section.sim .section-width{
	/* Mb:30-40; */
}

#section-4.section.sim .link{
    text-align: right;
}

#section-4.section.sim .link a{
	font-family: 'Wallop';
	/* F: 10-18; */
	text-transform: uppercase;
}

#section-4.section.link.sim.small h3{
	/* F: 14-22; */
	font-weight: 500;
}



#section-4.section.drop-down .section-width{
	/* Mb: 0; */
}

#section-4.section.drop-down .section-content{
	/* G: 30-40; */
	grid-template-columns: 100%;
}

#section-4.section.drop-down .title{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

#section-4.section.drop-down .title .icon img{
	transition: .2s !important;
	transform: rotate(0deg) !important;
	width: 17px;
    height: 12px;
    object-fit: contain;
}

#section-4.section.drop-down .title .icon img:hover,
#section-4.section.drop-down.open .title .icon img {
    transform: rotate(-180deg) !important;
}

#section-4.section.drop-down .drop-content {
	/* G: 40-80; */
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	max-height: 0;
	overflow: hidden;
	transition: .5s !important;
}
  
#section-4.section.drop-down.open .drop-content {
	max-height: 1000px;
	/* Pb: 30-40; */
}



/*Sekcja Galeria grid */

#section-4.section.gallery .section-content{
	/* G: 20-80; */
    display: grid;
	grid-template-columns: 100%;
}

#section-4.section.gallery .gallery-wrapper{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	/* G: 20-80; */
}

#section-4.section.gallery .gallery-wrapper .item{    
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#section-4.section.gallery .gallery-wrapper .item,
#section-4.section.gallery .gallery-wrapper .item img {
    width: 100%;
	/* H: 80-147; */
	min-height: 105px;
    object-fit: cover;
}

#section-4.section.gallery .more-count{
	/* F: 28-36; */
	font-family: 'Wallop';	
	color: #1A1A1A;
}

#section-4.section.gallery .gallery-wrapper .item.hidden {
  display: none !important;
}

#section-4.section.gallery .gallery-wrapper .item.square {
  display: flex;               /* od razu widoczny */
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  cursor: pointer;
}





/*Sekcja Galeria*/

#section-5.section .section-width {
	/* Mb: 40-80; */
    padding: 0;
}

#section-5.section .gallery-wrapper{
	cursor: none;
	position: relative;
}

#section-5.section .gallery-carousel .item img{
	/* W:180-1200;*/
	/* H:101-675;*/
	object-fit: cover;
}

#section-5.section .gallery-carousel .slick-slide {
	/* M:0 10-40; */
}

#section-5.section .carousel-arrows{
	/* W:24-90;*/
	/* H:24-90;*/
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: scale(0.9);
	gap: 2vw;	
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: none;
	pointer-events: none;
	border-radius: 50%;
	transition: opacity 0.2s ease-out, transform 0.2s ease-out, gap 0.2s ease-out;
}

#section-5.section .carousel-arrows.active{
	/* W:44-110;*/
	/* H:44-110;*/
	opacity: 1;
	transform: scale(1);
	gap: 1.6vw;
}

#section-5.section .slick-arrow::before{
	display: none;
}

#section-5.section .slick-arrow{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: none;
}


#section-5.section .slick-arrow,
#section-5.section .slick-arrow img {
	/* W:11-21;*/
	/* H:16-26;*/
}



/*Sekcja obiekt*/

#section-6.section .section-width {
	/* P:140-477 20-80 0 ;*/
	/* Mb:20-80; */
} 

#section-6.section .section-content { 
	/* GC:280-880 auto; */
	/* G:20-80; */
    display: grid;
}

#section-6.section .special-element{
	/* GC:280-880 auto; */
	/* G:20-80; */
	/* Mb:0-40; */
	display: grid;
	align-items: center;
}

.back {
    position: relative;
}

.nav-posts {
    display: flex;
    justify-content: space-between;
    position: relative;
	gap: 10px;
}

.back a, 
.nav-posts a{
	/*F:10-20;*/
	font-family: 'Wallop';
	transition: .5s;
}

.back:hover a,
.nav-posts a:hover {
	opacity: .5;
}
 


#section-6.section .col-left {
    display: flex;
    flex-direction: column;
}

#section-6.section .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

#section-6.section .featured-image {
    width: auto;
    height: 26.05vw;
	cursor: pointer;
}

#section-6.section .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



#section-6.section .col-right .title-wrapper {
    margin-bottom: 2vw;
}

#section-6.section .col-right .title-wrapper h2 {
	font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

#section-6.section .buttons-wrapper {
	/* G:20-40; */
	/* Mb:20-40; */
    display: flex;
	align-items: center;
}

#section-6.section .buttons-wrapper .audio,
#section-6.section .buttons-wrapper .audio a,
#section-6.section .buttons-wrapper .audio img{
	display: block;
	width: 40px;
	height: 40px;
	transition: .5s;
}

#section-6.section .buttons-wrapper .audio:hover img{
	opacity: .5;
}

#section-6.section .button-section a {
    display: flex;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #707070;
    transition: .5s;
}

#section-6.section .button-section a:hover{
	opacity: .5;
}


/*Sekcja video*/

#section-8.section .section-width  {
	/* P:0 0-400 80-120;*/
}

.video-container,
#section-8.section .video,
#section-8.section .video video,
#section-8.section .video iframe {
	/* W:320-1200; */
	/* H:180-675; */
	position: relative;
    width: 60vw;
    height: 33.75vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    object-fit: cover;
}

.video-container {
	cursor: none; 
}


.video-container .play-button {
	/* W:44-110; */
	/* H:44-110; */
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%) scale(0.9);
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
    transition: .2s;
	cursor: pointer;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	/* F: 10-22; */
}

.video-container .play-button.active{
	/* W:44-130; */
	/* H:44-130; */
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.video-container .play-button p {
    margin: 0;
}
 




/*Sekcja 2 wpisy obok siebie*/



#section-10.section{
	/* P:40-80 0 0; */ 
}

#section-10.section .section-width {
	/* P:40-80 40-240; */   
}

#section-10.section .top-info{
	/* P:0 20-80; */  
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#section-10.section .top-info p{
	margin: 0;
}

#section-10.section .top-info a{
	text-decoration: underline;
}

#section-10.section .section-content {
	/* GC:180-720 180-720; */
	/* G:40-70; */
    display: grid;
	justify-content: center;
}
 
#section-10.section .post-item{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
 
#section-10.section .post-thumbnail {
	/* M:0 auto 10-12; */
	overflow: hidden;
} 

#section-10.section .post-thumbnail,
#section-10.section .post-thumbnail img {
	/* W:180-720; */
	/* H:124-500; */  
    object-fit: cover;
} 

#section-10.section .post-title {
	/* Mb:10-14; */
    text-align: center;
} 

#section-10.section .post-excerpt p {
    text-align: center;
	margin-bottom: 0;
} 

 

#section-10.section.t-2{
	/* P:0; */
}

#section-10.section.t-2 .section-width{
	/* P:80-120 20-80 80-160; */ 
}

#section-10.section.t-2 .section-content {
	/*GC:180-560 180-560 180-560;*/
	/* G:40-70; */
}

#section-10.section.t-2 .post-thumbnail,
#section-10.section.t-2 .post-thumbnail img {
	/* W:280-560; */
	/* H:194-389; */  
} 

#section-10.section.t-2 .post-title h3,
#section-10.section.t-2 .post-excerpt p{
	text-align: left;
}

#section-10.section.t-2 .post-title h3{
	line-height: 1.2;
}

#section-10.section.t-2 .post-title h3 i{
	font-style: normal;
}

#section-10.section.t-2 .post-title h3 br{
	display: none;
}

.more{
	/* F: 10-18; */
	/* Mt: 20-29; */
}




.post-thumbnail {
	overflow: hidden;
}

.post-thumbnail img{
	transition: .3s;
}

.post-thumbnail:hover img{
	transform: scale(1.1);
}









.realted-news{
	background-color: #EFEFEF;
	position: relative;
	display: none;
}

.single .realted-news{
	display: block;
}

.category-highlights .realted-news,
.category-projects .realted-news,
.category-objects .realted-news{
 	display: none;
}

.category-objects .b-big{
	display: none;
}





.realted-news .top-info{
	/* mb: 80-150; */
}

.realted-news .top-info .cat-name p{
	font-family: 'Wallop';
	/* F: 18-36; */
}

.realted-news #section-10.section{
	/* Pt: 20-80; */ 
}

.realted-news #section-10.section .section-width{
	position: relative;
	/* Pt: 0; */
	/* Pb: 80-150; */
}

.realted-news #section-10.section .section-content.related{
	display: block;
}


.realted-news .slick-slide {
  	margin: 0 40px; 
}

.realted-news .slick-list {
  	margin: 0 -40px;
}

.carousel-arrows{
	position: absolute;
	top: calc(var(--pth-height) / 2);
	transform: translate(-50%);	
	Left: 50%;
	width: calc(var(--m-size-width));
	/* H: 30-50; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.carousel-arrows .slick-prev, 
.carousel-arrows .slick-next,
.carousel-arrows .slick-prev img, 
.carousel-arrows .slick-next img{
	position: static;
	transform: none;
	/* W: 30-50; */
	/* H: 30-50; */
}

.slick-prev:before, 
.slick-next:before{
	display: none;
}


































 /*Wywołanie wpisów*/

#section-11.section .section-width {
	/* P:0 20-80 40-120; */ 
}

#section-11.section .posts {
	/* G:20-80; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

#section-11.section .post-item {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#section-11.section .post-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

#section-11.section .post-title {
	max-width: 100%;
	margin-top: 10px;
}

#section-11.section .post-title p{
	text-align: left;
	margin: 0;
}


/* hero wpisów*/

#section-12.section {
	/* Mb:40-80; */
	transition: .5s;
	height: calc(var(--vh) * 100);
	min-height: 700px;
}

#section-12.section .section-width {
	/* P: 0 20-80 40-80; */
    display: flex;
    align-items: flex-end;
    width: 100%;
	height: 100%;
}

#section-12.section .section-content {
	/* G:40-80; */
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#section-12.section .text{
	transition: .4s;
}

#section-12.section .text h1{
	/* F: 30-36; */
	/* Mt: 16-17; */
	/* Mb: 9-14; */
}

#section-12.section .text:hover{
	margin-left: 1vw;
}

#section-12.section .text img{
	/* W: 25-50; */
	/* H: 8-17; */
	object-fit: contain;
}







#section-12.section .cat-name.upper p,
#section-12.section .cat-name.upper a{
	text-transform: uppercase;
	font-family: 'Wallop';
	/* F: 14-18; */
}

#section-12.section .meta-info{
	justify-content: flex-start;
}

#section-12.section .col-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#section-12.section .text-editor {
	/* W:256-438; */
}

#section-12.section .text-editor p{
	margin: 0;
}

#section-12.section .col-right .post-thumbnail img {
	width: calc(var(--txt-size-r-width));
	/* H:166-552; */ 
	min-width: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1) !important;
}

.nav-wrapper{
	/* P:40-80 20-80; */
}
 
.post-template-default #section-6.section .col-right .nav-wrapper {
	padding: 0;
}





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

.archive .header{
	position: relative;
}  

.archive #top-section.section .section-width{
	/* P: 40-107 20-80 40-120; */
}

.archive #section-10.section{
	padding: 0;
	/* Mb: 40-160; */
}



.archive #section-10.section .section-width {
	/* P:0 40-240; */   
}

.archive .page-meta.twins .back{
	margin-bottom: 20px;
}

.archive .page-meta.twins h1{
	line-height: 1.2;
	/* Mb: 20-40 ;*/
}

.filter-wrapper,
.sort-wrapper {
    padding-top: 10px;
    border-top: 1px solid #313131;
	/* Mb: 20-40 ;*/
}

.sort-wrapper {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-between;
}

.filter-wrapper a.active,
.sort-wrapper a.active{
	position: relative;
}

.filter-wrapper a.active:after,
.sort-wrapper a.active:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #313131;
	position: absolute;
	left: 0;
    bottom: 0;
}





.category-335 #section-10.section.recommended{
	display: none;
}

.archive.category-highlights #section-10.section.t-2 .section-width,
.archive.category-projects #section-10.section.t-2 .section-width{
	/* P:0 20-80 0; */ 
}

.archive.category-highlights #top-section.section .section-width,
.archive.category-projects #top-section.section .section-width{
	/* P: 40-107 20-80 20-80; */
}

.archive.category-highlights .meta-info,
.archive.category-projects .meta-info{
	display: none;
}

.archive.category-news .more{
	display: none;
}


.archive.category-highlights .post-thumbnail,
.archive.category-projects .post-thumbnail{
	border-radius: 20px;
}

.category-highlights .filter-wrapper,
.category-highlights .text img,
.category-projects .filter-wrapper,
.category-projects .text img{
	display: none;
}

.category-highlights .sort-wrapper,
.category-projects .sort-wrapper{
	/* Mb: 20-40 ;*/
}

.category-highlights #section-12.section,
.category-projects #section-12.section{
	background-color: #EFEFEF;
}

.category-highlights #section-12.section h1,
.category-projects #section-12.section h1{
	/* F: 30-36; */
}

.category-highlights #section-12.section .meta-info,
.category-projects #section-12.section .meta-info{
	display: none;
}

.category-highlights #section-12.section .col-right .post-thumbnail img,
.category-projects #section-12.section .col-right .post-thumbnail img{
	border-radius: 20px;
}






#section-10.section.recommended{
	/* Mb: 40-80; */
}

#section-10.section.recommended .section-content{
	/* Pb: 40-80; */
	border-bottom: 1px solid #313131;
}



 
/*-----------------------------------------------------------
	Lightbox
-------------------------------------------------------------*/


#lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: calc(100% + var(--scrollbar-width));
	height: 100%;
	overflow: auto;
	background-color: white;
}

#lightbox .section-width {
	position: relative;
	height: 100%;
	padding: 1vw 4vw;
}

#lightbox .close {
	position: absolute;
	right: 4vw;
	cursor: pointer;
}

#lightbox .close a {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F0F0;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    font-weight: 600;
    padding-bottom: 2px;
    line-height: 1;
}

#lightbox .count-wrap {
    display: flex;
    justify-content: center;
	display: none;
}


#lightbox .media-wrap {
    display: flex;
    justify-content: center;
    width: 76.00vw;
    height: calc(100% - 11.4vw);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#lightbox .media-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#lightbox .details-wrap {
    display: flex;
    justify-content: center;
    max-width: 912px;
    margin: 10px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

#lightbox .description {
    text-align: center;
    margin: 0;
}

#lightbox .arrow-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    width: 92.00vw;
    display: flex;
    justify-content: space-between;
}

#lightbox .arrow {
    cursor: pointer;
}



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

footer{
	/* Mt:80-160; */
    position: relative;
    z-index: 1;
}

.category-projects footer,
.category-news footer,
.category-blog footer{
	margin-top: 0;
}

.footer-wrapper .section-width {
	/* P:0 20-80 20-80; */
}

.footer-wrapper .footer-top {	
	/* Mb:40-160; */
	padding-top: 20px;
    position: relative;
}

.footer-wrapper .footer-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #1A1A1A;
}

.single .footer-wrapper .footer-top.newsletter::before{
	display: none;
}

.footer-wrapper .footer-top.newsletter{
	height: 0;
	margin: 0 !important;
	padding: 0;
	visibility: hidden;
}

.single .footer-wrapper .footer-top.newsletter{
	/* Mt: 20-80; */
}

.single.category-news .footer-wrapper .footer-top.logo-menu{
	border: none;
	/* Pt: 20-80; */
}

.single.category-news .footer-wrapper .footer-top.logo-menu::before{
	display: none;
}






.footer-wrapper .footer-top .logo img {

}

.footer-wrapper .columns {
	display: flex;
	gap: 4vw;
}

.footer-wrapper .col-left,
.footer-wrapper .col-right {
	width: 50%;
}

.footer-wrapper .col-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-wrapper .general-cases {
    /* Mb: 20-40; */
}

.footer-wrapper .text {
	/* Mb: 10-20; */
	padding-top: 10px;
    position: relative;
}

.footer-wrapper .text p{
	color: #1A1A1A;
}

.footer-wrapper .text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #1A1A1A;
}

.footer-wrapper .col-right {
	/* G: 40-80; */
	display: flex;
	flex-direction: column;
	position: relative;
} 

.footer-wrapper .col-right .up{
	position: absolute;
    bottom: 0;
    right: 0;
	transition: .25s;
}

.footer-wrapper .col-right .up:hover{
	bottom: .5vw;
}

.footer-wrapper .up a{ 
	/*F:18-36;*/
	font-family: 'Wallop';
	font-size: 36px;
	cursor: pointer;
}

.footer-wrapper .description p{
	margin: 0;
}

.footer-wrapper .company p,
.footer-wrapper .info a{
	/*F:18-36;*/
	font-family: 'Wallop';
	color: #000000;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
	transition: .3s;
}

.footer-wrapper .info a:hover{
	opacity: .5;
}


.footer-wrapper .company p:last-child{
	margin: 0;
}




.footer-wrapper .social-media {	
	/* Mt:40-0; */
	/* G:16-32; */
	display: flex;
}

.footer-wrapper .social-media a,
.footer-wrapper .social-media img {
	/* W:30-60; */
	/* H:30-60; */
	transition: .25s;
}

.footer-wrapper .social-media a:hover img{
	opacity: .5;
	transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}









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


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

.menus ul li a{
	font-family: 'Wallop';
	/* F: 18-36; */
	line-height: 1.4;
	position: relative;
	font-size: 36px;
	transition: .5s;
}

.menus ul li a:hover{
	opacity: .5;
}


.menus ul li{
	position: relative;
}

.menus ul.menu li.menu-item-has-children a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -35px ;
	transform: translateY(-50%);
	width: 17px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/turulo/images/arrow-menu.svg');
	transition: .3s;
}

.menus ul.menu li.menu-item-has-children:hover a:after{
	transform: translateY(-50%) rotate(-180deg);
}


/* Drugi poziom */

.menus ul.menu li ul {
    width: 16.00vw;
	min-width: 190px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .3s !important;
    list-style: none;
    padding-left: 0;
	padding-top: 0;
	margin: 0;
}

.menus ul.menu li ul li {
    padding: 0;
}

.menus ul.menu li ul li a{
	line-height: 1.2;
}

.menus ul.menu li ul li a:after{
	display: none;
}

.menus ul.menu li ul li:hover a{
	color: #1A1A1A !important;
}

.menus ul.menu li:hover ul{
	max-height: 500px;
	opacity: 1;
	visibility: visible;
	padding: 20px 0;
}





.footer-top.newsletter .button-section{
	/* Mt: 0-40; */
}

.footer-top.newsletter .button-section a{
	/* F: 18-36; */
	/* W: 160-300; */
	/* H: 40-80; */
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1A1A1A;
	transition: .3s;
}

.footer-top.newsletter .button-section a:hover{
	color: #FFF;
	background-color: #1A1A1A;
}




footer .description{
	/* W: 280-699; */
}	
















/* CONTACT FORM */

::-webkit-input-placeholder {
	/*F:14-24;*/
	color: #1A1A1A;
	font-family: "neuzeit-grotesk", sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding-top: 5px;
	line-height: 1.3;
}

.contact-form input,
.contact-form textarea{
	/*F:14-24;*/
    width: 100%;
    padding: 30px 40px;
    border: 1px solid transparent;
    color: #31182B;
    font-family: "neuzeit-grotesk", sans-serif;
	font-size: 24px;
    font-weight: 400;
	height: 80px;
	border-radius: 17px;
}

.full-width p,
.half-width p{
	margin-bottom: 50px;
}

.field-name{
	/*F:10-20;*/
	font-size: 24px;
}

.field-group{
	display: grid;
	grid-template-columns: auto auto;
	gap: 18px;
}

.contact-form textarea{
	border-radius: 17px;
	height: 280px;
}

.contact-form textarea{
	margin-bottom: 0;
}

.agreement p{
	margin-bottom: 0;
}

.wpcf7-list-item{
	width: 100%;
	margin: 0 !important;
}

.wpcf7-list-item input {
	padding: 0;
	height: 20px;
	width: 20px;
	border: none;
	margin: 0;
}



/*************************/


span.wpcf7-list-item-label,
span.wpcf7-list-item-label a{
	color: 000000;
}

.wpcf7-list-item label {
    display: grid;
    align-items: center;
    grid-template-columns: 20px auto;
    gap: 20px;
}

span.wpcf7-list-item-label a{
	text-decoration: underline;
}

.button-submit input{
	/*F:14-24;*/
	width: auto;
    align-items: center;
    justify-content: center;
    display: flex;
	height: 56px;
	margin: 7.29vw auto 0;
	font-family: "neuzeit-grotesk", sans-serif;
	font-size: 24px;
	color: #31182B;
	padding: 0 40px;
	background-color: #FFFFFF;
	border: 1px solid transparent;
	border-radius: 17px;
	font-weight: 600;
	transition: .5s !important;
	cursor: pointer;
	overflow: hidden;
}

.button-submit p{
	margin: 0;
}

.button-submit input:hover{
	color: #1A1A1A;
	background-color: #ED7024;
}

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





.download-button{
	display: flex;
	align-items: center;
	gap: 23px;
}

.download-button p{
	/*F:14-24;*/
	font-size: 24px;
}

.download-button input{
	/*F:14-24;*/ 
	font-size: 24px;
	padding: 0;
	height: auto;
	border-radius: 0;
	display: flex;
}
 


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



/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.menu-mobile{
	display: none;
}

/*-----------------------------------------------------------
HAMBURGER
-------------------------------------------------------------*/

.hamburger {
	padding: 0;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}

.hamburger:hover {
	opacity: 1; 
}

.hamburger.is-active:hover {
	opacity: 1; 
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 42px;
}

.hamburger-inner{
	transition: .5s;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 30px;
	height: 4px;
	position: absolute;
	transition: .2s !important;
	background-color: #000000;
}

.hamburger-inner {
	display: block;
	top: calc(50% - 1px);
	margin: 0 auto;
	lefT: 0;
	right: 0; 
}

.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block; 
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
	bottom: -10px; 
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
}


/* Specific */

.hamburger--emphatic.is-active .hamburger-inner, 
.hamburger--emphatic.is-active .hamburger-inner::before, 
.hamburger--emphatic.is-active .hamburger-inner::after {
	background-color: #000;
}





/*
* Emphatic
*/

.hamburger--emphatic {
	overflow: hidden; 
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; 
}

.hamburger--emphatic .hamburger-inner::after {
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; 
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	background-color: transparent !important;
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); 
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	background-color: transparent !important;
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); 
}


   
  
  

   








  