/*
Theme Name: Patryk
*/


body {
	padding: 0;
	margin: 0;
	overflow-x: hidden !important;
	background-color: #f1f2f1 !important;
	/*background-color: rgb(239, 236, 230) !important;*/
}

/****************************** BOOTSTRAP ADJ ***********************/
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}

@media (min-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 90% !important;
	}
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.text-right {
  	text-align: right;
}

@media (max-width: 768px) {
	.mobile-mt-30 {
		margin-top: 30px !important;
	}
	
	.mobile-mt-60 {
		margin-top: 60px !important;
	}
}



/****************************** MAIN ********************************/
:root {
	--theme-black: #4d4d4d;
	--theme-font:'Arimo';
	--theme-h-font: 'Arimo';
	--theme-reverse: #FAB1DB;
	--theme-white: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--theme-h-font);
}

h1, h2, h3, h4, h5, h6, p, p a, li a, li {
	color: var(--theme-black) !important;
}

p, p a, li a, li {
	font-family: var(--theme-font);
	font-size: 15px;
}

a, p a, li a {
	text-decoration: none;
	font-weight: 300;
	color: var(--theme-black) !important;
	font-size: 15px;
}

p + h2 {
  	margin-top: 30px;
}

a:hover {

}

h1, h2, h3 {
	font-weight: normal;
}

h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-size: 18px !important;
  	margin-bottom: 15px !important;
  	font-weight: 300 !important
	line-height: 1.35 !important;
}

h3 {
  	font-size: 16px !important;
  	font-weight: 300 !important;
}

b, strong {
  font-weight: normal;
}

#to-top-btn {

}

#to-top-btn img {
	
}


/*Buttons*/
.pb-btn {
  	text-transform: lowercase;
	padding: 0 !important;
	color: var(--theme-black) !important;
  	text-decoration: none;
	font-weight: 400;
}

.pb-btn:hover {

}

.pb-btn:after {
	content: url('/wp-content/themes/pb-theme/template-img/arrow-dark.svg');
	margin-left: 15px;
  	top: -1px;
  	position: relative;
}

.pb-btn-primary {
	background: #c8a28c /*#ce9a7b*/; 
  	padding: 8px 22px;
  	text-transform: lowercase;
  	font-size: 15px;
  	font-weight: 600;
  	color: #fff !important;
  	border-radius: 20px;
  	text-decoration: none;
	transition:0.5s;
	display: block;
 	width: fit-content;
}

.pb-btn-primary:hover {
	background: var(--theme-black);
  	transform: scale(1.05);
	transition:0.5s;
}

.pb-btn-primary:after {
	content: url('/wp-content/themes/pb-theme/template-img/arrow-white.svg');
	margin-left: 15px;
  	top: -1px;
  	position: relative;
}

.white {
	border-color: #fff !important;
}

.white-text {
	color: #fff !important;
}

@media (max-width: 768px) {
	.button {
  		font-size: 13px !important;
  		padding: 10px 0px 12px 0px !important;
	}
	
	.reorder {
		flex-direction: column-reverse;
	}
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}


/*Slick slider*/
.slick-prev::before, .slick-next::before {

}

.themeCms {
	margin-top: 60px;
}

.themeCmsWhite {
	padding-top: 60px;
	padding-bottom: 60px;
}

.themeCmsColor{
	background-color:#f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
}


/****************************** HEADER ******************************/
header {
  	height: 85px;
	z-index: 99999999 !important;
	position: relative;
}

header .row, header .row div {
  	height: 100%;
}

#themeLogo {
  	height: 100%;
  	display: flex;
	align-items: center;
}

#themeLogo img {
	max-height: 70px;
}

.pb-nav, .pb-nav-outer {
	display: flex;
  	align-items: center;
}

.pb-nav > ul {
  	display: flex;
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
	gap: 30px;
}

.pb-nav .dropdown-menu {
  	border-radius: 0;
  	background: none !important;
  	border: none;
  	padding: 0;
}

.pb-nav .dropdown-menu li {
	padding: 5px 10px;
}

.pb-nav .dropdown-menu li:first-child {
  	padding-top: 10px;
}

.pb-nav .dropdown-item.active, .pb-nav .dropdown-item:active {
  background: none;
}

.pb-nav .dropdown:hover > .dropdown-menu {
  	display: block;
	background: #f1f2f1 !important;
  	width: fit-content !important;
  	min-width: unset;
  	margin-left: -10px;
  	padding-bottom: 5px;
}

.pb-nav .dropdown-item:focus, .pb-nav .dropdown-item:hover, .pb-nav ul li a:hover {
  	background: none;
  	color: #c8a28c !important;
}

.pb-nav ul li a {
	text-transform: lowercase;
	font-size: 15px;
	padding: 0;
}

.pb-nav-icons {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
}

.pb-nav-icons li:first-child {
  	margin-right: 15px;
}

.pb-nav-icons li:first-child a:after {
	content: '|';
	padding-left: 20px;
  	margin-top: -2px;
	color: #c8a28c !important;
}

.pb-nav-icons ul {
	display: flex;
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
}

.pb-nav-icons ul li a {
	display: flex;
  	width: max-content;
  	align-items: center;
  	font-size: 15px;
}

.header-dark-bg .pb-nav ul li a, .header-dark-bg .pb-nav-icons ul li a {
	color: #fff !important;
}

.pbMenuToggler {
	padding: 0;
  	display: none;
  	border: none;
  	background: none;
  	-webkit-appearance: none !important;
}

.pbMenuToggler img {
	max-width: 50px;
	max-height: 50px;
}

#pbMobileMenu {
  	z-index: 99999999 !important;
  	position: absolute;
  	width: 100%;
	min-height: 100vh;
  	background: var(--theme-black);
  	top: 0;
}

.pb_close_btn {
  	display: flex;
  	justify-content: flex-end;
  	margin-top: 30px;
}

.pb_close_btn button {
  	padding: 0;
  	border: none;
  	background: none;
  	-webkit-appearance: none !important;
  	margin-bottom: 30px;
}

.pb_close_btn img {
	width: 20px;
	height: 20px;
}

.pb_logo {
	margin-bottom: 40px;
}

.pb_logo img {
  	width: 50%;
	margin-left: -6px;
}

.pb_menu_list ul li a {
  	color: #fff !important;
	line-height: 2.2;
  	text-transform: lowercase;
  	font-size: 18px;
}

.pb_icon_list ul {
	margin-bottom: 0;
  	display: flex;
  	list-style-type: none;
  	margin-top: 30px;
  	position: relative;
  	padding-top: 15px;
  	margin-left: -8px;
}

.pb_icon_list ul::before {
  	content: '';
  	width: 30px;
  	border-top: 1px solid #fff;
  	position: absolute;
  	top: 0;
  	margin-left: 8px;
}

.pb_icon_list ul li a {
	color: #fff;
}

.pb_icon_list .phone {
  	display: none;
}



@media (max-width: 780px) {
	.pb-nav {
		display: none;
	}
	
	.pbMenuToggler {
		display: flex;
	}
}

@media (max-width: 991px) {
	.pb-nav-icons {
		display: none !important;
	}
	
	.pb-nav-outer {
		justify-content: flex-end;
	}
}

@media (max-width: 1199px) {
	.pb-nav-icons .phone {
		display: none;
	}
	
	.pb-nav-icons li:first-child a:after {
		padding-left: 10px;
	}
}


/****************************** STRONA GLOWNA ***********************/
#homepage-slider {
	height: calc(100vh - 85px);
	background: url('/wp-content/uploads/2025/08/f_apartament_bialoleka_2.webp');
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
	position: relative;
}

#homepage-slider .container {
  z-index: 9999;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5%;
}

#homepage-slider p, #homepage-slider h1, #homepage-slider span {
	color: #fff !important;
	font-size: 24px !important;
  	line-height: 1.3;
  	text-shadow: 0 0 15px #161616;
}

#homepage-slider h1 {
	font-size: 0;
	opacity:0;
}

#homepage-slider p {
  	margin-bottom: 30px !important;
}

#homepage-slider .hero-title {
	margin-bottom: 15px !important;
  	font-size: 48px;
  	width: 15ch;
  	font-weight: 300;
	line-height: 1.1;
  	text-shadow: 0px 0 24px #161616;
}

#homepage-slider::before {
  	content: '';
  	position: absolute;
  	background: linear-gradient(0deg,rgba(22, 22, 22, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
  	width: 100%;
  	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.pb-hero-btn {
  	display: flex;
  	gap: 15px;
  	align-items: center;
}

#homepage-rtb {
	height: 100px;
  	display: flex;
  	align-items: center;
}

.pb-rtb {
	padding-left: 90px !important;
  	padding-right: 50px !important;
}

.pb-rtb-single span {
	color: #c8a28c !important;
	display: block;
  	font-size: 7px;
  	letter-spacing: 1px;
	margin-bottom: 5px;
}

.pb-rtb-single p {
  	font-size: 13px;
  	width: 65%;
  	line-height: 1.3;
	margin-bottom: 0;
}

#homepage-rtb .slick-prev::before {
  	content:  url('/wp-content/themes/pb-theme/template-img/arrow-left-dark.svg');
}

#homepage-rtb .slick-next::before {
  	content:  url('/wp-content/themes/pb-theme/template-img/arrow-right-dark.svg');
}

#homepage-rtb .slick-next {
	right: 0;
}

#homepage-rtb .slick-prev {
	left: 0;
}

#homepage-usecase {
	margin-top: 90px !important;
	margin-bottom: 120px !important;
}

#homepage-usecase h2 {
	position: relative;
}

#homepage-usecase h2::before {
  content: '';
  width: 180px;
  border-top: 0.1px solid #c8a28c !important;
  position: absolute;
  top: 10px;
  left: -245px;
  opacity: 0.5;
}

#homepage-usecase .pb-btn-primary {
	margin-top: 30px;
}
	
.klikalny-kafelek {
  	aspect-ratio: 1;
  	background: red;
	padding: 60px;
  	display: flex;
  	align-items: flex-end;
}

.klikalny-kafelek-half {
	aspect-ratio: 1 / 0.47;
  	background: red;
	padding: 60px;
  	display: flex;
  	align-items: flex-end;
}

.gap-15rem {
  	gap: 1.5rem !important;
  	display: flex;
  	flex-direction: column;
}

.klikalny-kafelek h3, .klikalny-kafelek-half h3 {
  	font-weight: 300;
  	font-size: 18px;
  	width: 80%;
	margin-bottom: 0 !important;
}

.dane-kontaktowe {
  	display: flex;
  	justify-content: flex-end;
  	gap: 30px;
  	font-size: 14px;
  	padding: 0;
  	margin-bottom: 0;
  	margin-top: 20px;
  	list-style-type: none;
}

#homepage-seo {
	padding-top: 60px;
  	padding-bottom: 60px;
}

#homepage-omnie {
	padding-top: 60px;
  	padding-bottom: 60px;
}

#homepage-omnie .row {
  	--bs-gutter-x: 60px;
}

#homepage-omnie img {
 	max-width: 100%;
  	height: auto !important;
}

#homepage-omnie .pb-omnie-opis {
  	display: flex;
  	flex-direction: column;
	justify-content: center;
}

.pb-accordion {
	padding-bottom: 24px;
}

.pb-accordion-body p {
  	margin-bottom: 0;
	padding-top: 20px;
}

.pb-accordion-btn {
  	-webkit-appearance: none !important;
  	background: none !important;
  	padding-top: 24px;
	padding-left: 40px;
	padding-right: 60px;
  	width: 100%;
  	text-align: left;
  	border: none !important;
	border-top: 1px solid #ddd !important;
	font-family: var(--theme-font) !important;
	color: var(--theme-black) !important;
	position: relative;
	line-height: 1.25;
}

.pb-accordion-btn::after {
  	content: '-';
  	position: absolute;
  	right: 30px;
  	font-size: 28px;
  	font-weight: 100 !important;
  	top: 15px;
}

.pb-accordion-btn.collapsed::after {
	content: '+';
}

.pb-accordion-body {
  	padding-left: 45px;
  	padding-right: 60px;
  	color: var(--theme-black);
}

.pb-accordion-btn span {
	color: #c8a28c !important;
  	font-size: 7px;
  	letter-spacing: 1px;
  	position: absolute;
	margin-top: 4px;
  	margin-left: -15px;
}

.pb-omnie-opis div > .pb-accordion:last-of-type {
  	border-bottom: 1px solid #ddd !important;
}

#kluczowe-uslugi-part {
	background-color: #3d3d3d;
	padding-top: 60px;
  	padding-bottom: 60px;
}

#kluczowe-uslugi-part h2, #kluczowe-uslugi-part h3, #kluczowe-uslugi-part p {
	color: #fff !important;
}

#realizacje-part {
  	padding-bottom: 60px;
}

#realizacje-part .realizacja-horizontal, #realizacje-part .realizacja-vertical, .realizacja-vertical-3 {
	text-decoration: none;
}

#realizacje-part .realizacja-horizontal h2, #realizacje-part .realizacja-vertical h2, .realizacja-vertical-3 h3{
	color: #fff !important;
}

#realizacje-part .realizacja-horizontal {
  	display: flex;
  	width: 100%;
  	aspect-ratio: 16/10;
  	background-size: cover !important;
	background-position: center !important;
	margin-bottom: 10px;
	padding: 60px;
  	justify-content: flex-end;
  	flex-direction: column;
}

#realizacje-part .realizacja-vertical, .realizacja-vertical-3 {
	display: flex;
	justify-content: flex-end;
  	flex-direction: column;
  	background-size: cover !important;
	background-position: center !important;
	padding: 60px;
}

#realizacje-part .realizacja-horizontal:hover, #realizacje-part .realizacja-vertical:hover, .realizacja-vertical-3:hover {
	opacity: 0.95;
}

#realizacje-part .realizacja-horizontal:last-child, #realizacje-part .realizacja-vertical:last-child {
  	margin-bottom: 0;
}

#realizacje-part h2 {
  	margin-bottom: 5px !important;
}

#realizacje-part .realizacja-vertical:last-child {
	margin-bottom:0;
}

.tepte {
  	justify-content: space-between;
  	display: flex;
  	flex-direction: column;
}

.dodatkowe-info {
  	color: #fff;
  	font-size: 13px;
  	font-weight: normal;
}

.btn-align-right {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
}

#homepage-faq .faq-left {
	display: flex !important;
	align-items: flex-end;
}

#homepage-faq .faq-right div > .pb-accordion:last-of-type {
	border-bottom: 1px solid #ddd !important;
}

@media (max-width: 768px) {
	#homepage-slider p {
  		width: 80%;
		font-size: 22px !important;
	}
	
	#homepage-slider p br {
		display: none;
	}
	
	#homepage-rtb {
		height: unset;
	}
	
	.pb-rtb {
		padding-left: 45px !important;
  		padding-right: 45px !important;
		overflow-x: hidden !important;
	}
	
	#homepage-omnie {
		overflow-x: hidden !important;
  		padding-bottom: 60px !important;
	}
	
	#homepage-omnie .row {
		--bs-gutter-x: auto !important;
	}
	
	.pb-rtb-single p {
  		width: 85%;
	}
	
	#homepage-usecase {
		margin-top: 30px !important;
		margin-bottom: 60px !important;
	}
	
	#homepage-usecase h2::before {
    	left: 0;
    	top: -30px;
  	}
	
	.poznaj-mnie-realizacje .col {
		flex: 100%;
	}
	
	#realizacje-part .tepte > h2 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 991px) {
	#realizacje-part .realizacja-horizontal {
	  	padding: 30px;
	}
	
	#realizacje-part .realizacja-vertical {
		padding: 30px;
	}
	
	#homepage-seo {
	  	padding-top: 60px !important;
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	.pb-rtb-single p {
  		font-size: 13px;
  		width: 70%;
	}
	
	.poznaj-mnie-realizacje .realizacja-vertical-3 {
		padding: 30px;
	}
}


/*Sekcja opinie*/
#opinie {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #3d3d3d !important;
}

#opinie .slick-track {
  	display: flex;
  	align-items: center;
}

#opinie h2, #opinie p {
  color: #fff !important;
}

#opinie .slick-prev::before {
  	content:  url('/wp-content/themes/pb-theme/template-img/arrow-left-white.svg');
}

#opinie .slick-next::before {
  	content:  url('/wp-content/themes/pb-theme/template-img/arrow-right-white.svg');
}

#opinie .slick-next {
	right: 0;
}

#opinie .slick-prev {
	left: 0;
}

#opinie .pb-opinie {
  	padding-left: 60px;
  	padding-right: 60px;
}

#opinie .pb-opinia {
	display: flex;
	gap: 20px;
  	width: 80%;
  	margin: 0 auto;
	text-align: center;
}

.pb-opinia-right svg {
	margin-bottom: 15px;
}

.pb-opinia-right p {
  	margin-bottom: 10px;
	color: #fff !important;
}

.pb-opinia span {
  	font-size: 13px;
  	font-family: var(--theme-font);
	color: #c8a28c;
}

@media (max-width: 768px) {
	#opinie .pb-opinia {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.tepte h2 {
  		position: sticky !important;
  		top: 60px;
  		padding-bottom: 80px;
	}
	
	#homepage-seo .pb-kontakt-form {
		position: sticky !important;
  		top: 60px;
		padding-bottom: 80px;
		margin-top: 0px;
	}
}


/****************************** PAGE ********************************/
.themePage {
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: calc(100vh - 125px);
}

.themePage h1 {
  	font-size: 32px;
	margin-bottom: 30px;
}

.themePage p, .themePage ul, .pb-accordion-body {
  	font-size: 15px;
}

@media (max-width: 768px) {
	.themePage {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.themePage h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	section {
	  	padding-top: 30px !important;
	  	padding-bottom: 30px !important;
	}
}


/****************************** POZNAJ MNIE *************************/
.poznaj-mnie-hero {
	background-color: var(--theme-white);
	padding-top: 60px;
  	padding-bottom: 60px;
}

.poznaj-mnie-hero.themePage {
	min-height: unset;
}

.poznaj-mnie-realizacje {
	--bs-gutter-x: 10px !important;
	--bs-gutter-y: 10px !important;
}

.realizacja-vertical-3 {
  	aspect-ratio: 5/7;
}

.realizacja-vertical-3 h3 {
	font-size: 18px !important;
}

.dekor {
  	position: relative;
  	font-size: 15px !important;
  	color: #c8a28c !important;
  	padding-left: 60px;
  	margin-bottom: 30px !important;
  	text-transform: lowercase !important;
}

.dekor:before {
	content: '';
  	width: 40px;
  	border-top: 0.1px solid #c8a28c !important;
  	position: absolute;
  	top: 10px;
  	left: 0;
  	opacity: 0.5;
}

.poznaj-mnie-hero .pb-accordion-btn {
  	padding-top: 15px;
}

.poznaj-mnie-hero .pb-accordion {
  	padding-bottom: 15px;
}

.poznaj-mnie-hero .pb-accordion:last-of-type, #homepage-seo .pb-accordion:last-of-type {
	border-bottom: 1px solid #ddd !important;
}

.poznaj-mnie-hero .pb-accordion-btn {
  	font-size: 15px;
}

.poznaj-mnie-hero .pb-accordion-btn:after {
	font-size: 20px;
	top: 10px;
}

.poznaj-mnie-hero h2.dekor {
  	width: 80%;
  	line-height: 1.3;
}

#homepage-usecase.poznaj-mnie-cta {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
	background-color: none !important;
}

.pb-accordion h3 {
	display: inline;
}

.warszawskieFirany {
	background-color: var(--theme-white);
	padding-top: 60px;
	padding-bottom: 60px;
}

.wfOpis {
	padding-left: 60px !important;
}

.wfOpis p:last-of-type {
  	margin-bottom: 0;
}

@media (max-width: 991px) {
	.warszawskieFirany .reorder {
		flex-direction: column-reverse !important;
	}
	
	.wfOpis {
		padding-left: 10px !important;
	}
}

@media (max-width: 1370px) {
	h2 br {
  		display: none;
	}
}

@media (max-width: 768px) {
	.jakie-wnetrza-projektuje {
		padding-top: 60px !important;
	}
}


/****************************** KONTAKT *****************************/
.pb-tel, .pb-mail {
  	margin-bottom: 0;
	padding-left: 25px;
  	position: relative;
  	line-height: 1.8;
}

.pb-tel:hover, .pb-mail:hover {
	text-decoration: underline;
} 

.pb-tel:before {
	content: url('/wp-content/themes/pb-theme/template-img/icon-phone.svg');
	position: absolute;
	left: -8px;
  	top: -3px;
}

.pb-mail:before {
	content: url('/wp-content/themes/pb-theme/template-img/icon-mail.svg');
	position: absolute;
	left: -8px;
  	top: -3px;
}

.pb-kontakt-form {
  	margin-top: 60px;
	position: relative;
	background: rgba(255,255,255,0.6);
  	padding: 30px;
	height: max-content;
}

.pb-kontakt-form .wpcf7 p {
  	margin-bottom: 0;
}

.pb-kontakt-form input, .pb-kontakt-form textarea {
  	background: none;
  	border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  	border-top: 1px solid #ddd;
  	height: 40px;
	font-size: 14px !important;
}

.pb-kontakt-form input[type="text"], .pb-kontakt-form input[type="email"], 
.pb-kontakt-form input[type="tel"], .pb-kontakt-form textarea {
	width: 100%;
}

.pb-kontakt-form textarea {
	min-height: 120px;
	padding-top: 10px;
  	border-bottom: 1px solid #ddd;
}

.pb-kontakt-form input[type="checkbox"] {
	height: unset !important;
	margin-left: 0; 
}

.wpcf7-acceptance {
  	margin-top: 10px !important;
  	display: block;
  	font-size: 10px;
  	letter-spacing: 0.2px;
}

.wpcf7-acceptance .wpcf7-list-item {
  	margin-left: 0;
}

.pb-kontakt-form input[type="submit"] {
	border: none !important;
  	height: unset !important;
  	font-size: 15px !important;
  	padding: 0;
  	font-weight: 600;
	text-transform: lowercase;
	color: #c8a28c !important;
}

.pb-kontakt-img img {
	max-width: 100%;
	height: auto !important;
}

.pb-kontakt-form h2 {
  	position: relative;
  	font-size: 16px !important;
  	color: #c8a28c !important;
  	padding-left: 60px;
  	margin-bottom: 30px !important;
  	text-transform: lowercase !important;
}

.pb-kontakt-form h2::before {
  	content: '';
  	width: 40px;
  	border-top: 0.1px solid #c8a28c !important;
  	position: absolute;
  	top: 10px;
  	left: 0;
  	opacity: 0.5;
}

@media (max-width: 991px) {
	.pb-kontakt-img {
  		margin-top: 60px !important;
	}
}


/******przenieść ****/
@media (max-width: 768px) {
	/*.themePage p, .themePage .wp-block-heading {
	  	width: 85%;
	}*/
	
	.pb-footer-right {
		align-items: flex-end !important;
	}
}


/***************************** REALIZACJE ***************************/
/*Archive*/
.realizacje-listing {
	--bs-gutter-x: 10px !important;
	--bs-gutter-y: 10px !important;
}

.realizacje-listing .realizacja-vertical {
	aspect-ratio: 8 / 10;
}

@media (max-width: 768px) {
	.realizacje-listing .realizacja-vertical {
		padding: 15px !important;
	}
	
	.realizacje-listing .realizacja-vertical h2 {
		font-size: 13px !important;
	}
	
	.realizacje-listing .dodatkowe-info {
		display: none;
	}
}

/*Taxonomy*/
.realizacje-menu ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
	line-height:2;
}

.realizacje-menu li.active a {
	color: #c8a28c !important;
}

@media (max-width: 768px) {
	.realizacje-menu ul {
  		display: flex;
  		gap: 15px;
		margin-bottom: 30px;
	}
}


/*Single*/
.single-realizacja-top {
	height: calc(100vh - 85px);
	background-size: cover !important;
  	background-repeat: no-repeat !important;
  	background-position: center !important;
  	position: relative;
}

.single-realizacja-top .container {
	z-index: 9999;
  	position: relative;
  	height: 100%;
  	display: flex;
  	align-items: flex-end;
  	padding-bottom: 5%;
  	padding-left: 0;
  	padding-right: 0;
}

.single-realizacja-top .row {
  	width: 100%;
}

.single-realizacja-top h1 {
	color: #fff !important;
}

.mfp-bottom-bar {
  	display: none;
}

.single-realizacja-opinia {
	/*background-color: #f6f6f6 !important;*/
	background-color: var(--theme-white);
	padding-top: 60px;
  	padding-bottom: 60px;
}

.single-realizacja-opinia p:last-child {
	margin-bottom: 0;
}

.single-realizacje #homepage-usecase {
	margin-bottom: 0 !important;
	margin-top: 60px !important;
}

.single-realizacja-galeria .galeria-item img {
	max-width: 100%;
  	height: auto;
}

.single-realizacja-galeria .row {
	--bs-gutter-x: 10px;
	--bs-gutter-y: 10px;
}

.single-realizacja-galeria .glightbox {
  	width: 100%;
	/*aspect-ratio: 5/7;*/
	aspect-ratio: 1/1;
  	display: block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
}

.single-realizacja-opis p:last-child {
	margin-bottom: 0;
}

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

.realizacje-nav a {
	text-decoration: none;
	font-family: var(--theme-font);
  	font-weight: 300;
	font-size: 13px;
  	color: #c8a28c !important;
	gap: 60px;
	max-width: 50%;
}

.realizacje-nav .prev-realizacja:before {
	content:  url('/wp-content/themes/pb-theme/template-img/arrow-left-gold.svg');
	margin-right: 15px;
}

.realizacje-nav .next-realizacja:after {
	content:  url('/wp-content/themes/pb-theme/template-img/arrow-right-gold.svg');
	margin-left: 15px;
}

.next-realizacja {
	text-align: right;
}

@media (max-width: 991px) {
	.single-realizacja-top {
		height: 60vh;
	}
}

@media (max-width: 800px) {
	.realizacje-nav {
	 	padding-top: 30px;
	}
	
	.realizacje-nav a {
		position: relative;
		font-size: 11px;
		margin-left:0;
	}
	
	.realizacje-nav .prev-realizacja:before {
		position: absolute;
		top: -20px;
	}
	
	.realizacje-nav .next-realizacja:after {
		position: absolute;
		top: -20px;
		right: 0;
	}
	
	.single-realizacje #homepage-usecase {
		padding-top: 90px !important;
    	padding-bottom: 60px !important;
	}
}

@media (max-width: 768px) {
	 #homepage-usecase.single-realizacja-opinia h2::before {
		left: 0;
		top: -30px;
	}
}



/****************************** OFERTA *******************************/
.themePage.oferta + #homepage-usecase {
	margin-top: 0 !important;
}

.themePage.oferta + #homepage-usecase h2::before {
	left: -230px;
}

.pb-single-oferta-content p:last-of-type {
	margin-bottom: 0;
}

.pb-single-oferta-content p:last-of-type + ul {
	margin-top: 15px;
}

.pb-single-oferta-realizacje {
  	padding-top: 60px;
}

.pb-single-oferta-kontakt .pb-kontakt-form {
	margin-top: 0 !important;
}

.pb-single-oferta-kontakt {
	display: flex;
  	justify-content: end;
}

.pb-single-oferta-szczegoly {
	background-color: var(--theme-white);
  	padding-top: 60px;
  	padding-bottom: 60px;
}

.pb-single-oferta-szczegoly img {
	max-width: 100% !important;
	padding-right: 40px;
}

.page-template-page-template-ofertowa .themePage {
	min-height: unset;
}


@media (max-width: 768px) {
	.pb-single-oferta-szczegoly {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.pb-single-oferta-szczegoly img {
		padding-right: 0;
		margin-bottom: 60px;
	}
	
	.themePage.oferta + #homepage-usecase {
		background-color: #fff;
    	padding-top: 90px !important;
    	padding-bottom: 60px !important;
    	margin-bottom: 0 !important;
	}
	
	.themePage.oferta + #homepage-usecase h2::before {
		left: 0;
		top: -30px;
	}
}

@media (max-width:1200px) {
	.pb-single-oferta-kontakt {
		display: none !important;
	}
}


/****************************** BLOG ********************************/
/*Archive*/
.row-cols-5, .blog-row {
  --bs-gutter-x: 10px !important;
  --bs-gutter-y: 30px !important;
}

.blog-miniature {
	display: flex;
	flex-direction: column;
}

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

.blog-miniature a:hover {
	opacity: 0.85;
}

.blog-miniature a {
	text-decoration: none;
}

.blog-miniature h2 {
	font-size: 16px !important;
  	margin-top: 10px;
  	width: 90%;
  	font-weight: 300;
}


/*Single*/
.single-post .themePage {
	min-height: unset;	
}

.single-article-cta {
	background-color: var(--theme-white);
	padding-top: 60px;
  	padding-bottom: 60px;
}

#homepage-usecase.single-article-cta {
  	margin-top: 0 !important;
 	margin-bottom: 0 !important;
	padding-top: 60px !important;
  	padding-bottom: 60px !important;
}

@media (max-width: 768px) {
	#homepage-usecase.single-article-cta {
		padding-top: 90px !important;
	}
}


/****************************** PROCES REALIZACJI *******************/
.proces_left img {
	width: 100%;
	height: auto;
}

.proces_content {
	
}

.proces_content .proces_krok:last-of-type {
  	margin-bottom: 0 !important;
}

.proces_krok {
	display: flex;
	gap: 30px;
}

.proces_krok_left {
	width: 240px;
}

.proces_krok_left img {
  	max-width: 100%;
}

.proces_krok_right {
	width: calc(100% - 240px) !important;
}

.proces_krok_right > p {
	width: 85%;
	margin-bottom: 30px;
}

.krok-szczegoly .pb-accordion:last-child {
	border-bottom: 1px solid #ddd !important;
}

@media (max-width: 768px) {
	.proces_left {
		margin-top: 30px !important;
		margin-bottom: 60px !important;
	}
	
	.proces_krok {
		flex-wrap: wrap;
		gap: 60px;
	}
	
	.proces_krok_left {
		width: 100%; 
	}
	
	.proces_krok_right {
  		width: 100% !important;
	}	
	
	#homepage-usecase.single-article-cta h2::before {
		left: 0;
		top: -30px;
	}
	
	#homepage-usecase.poznaj-mnie-cta h2::before {
		left: 0;
		top: -30px;	
	}
	
	/*#homepage-usecase.proces_realizacji {
		margin-top: 60px !important;
	}*/
}


/****************************** FOOTER ******************************/
footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pb-footer-left {
  	align-items: center;
  	display: flex;
}

.pb-footer-right {
	align-items: center;
  	display: flex;
  	justify-content: flex-end;
  	gap: 30px;
}

footer p, footer a, footer p a {
  	font-size: 12px !important;
	margin-bottom: 0;
}

footer a {
	text-decoration: underline;
	color: var(--theme-black) !important;
}

@media (max-width: 480px) {
	.pb-footer-left p span {
		display: none;
	}
}