/*
Theme Name: Residence Budownictwo
Author: emedia Łukasz Widz
Author URI: https://emedia.pl
*/

* { border: none; margin: 0px; padding: 0px;  }

html.overflow {
	overflow: hidden;
}

:root {
  --black: #1B1B1B;
  --white: #FBFBFB;
  --txt: #444;
  --blueLight: #E3F3FA;
  --blue: #3CBCDE;
  --blueMiddle: #107099;
  --blueDark: #051B2A;
}

body {
	background: var(--white);
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	font-family: "Blinker", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--txt);
	overflow-x: hidden;
	position: relative;
}

	body.overflow {
		overflow: hidden;
	}
	
.button a,
.wp-block-button__link {
	display: inline-block;
	background: var(--blueMiddle);
	outline: 2px solid var(--blueMiddle);
	border: 0;
	color: var(--white);
	letter-spacing: 1px;
	border-radius: 2px;
	padding: 12px 35px;
	box-sizing: border-box;
	font-size: 16px;
	outline-offset: -2px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.is-style-outline.button a,
.is-style-outline .wp-block-button__link {
	letter-spacing: 1px;
	border-radius: 2px;
	padding: 12px 35px;
	box-sizing: border-box;
	background: transparent;
	outline: 2px solid var(--blueMiddle);
	border: 0;
	color: var(--blueMiddle);
}

	.button a:hover,
	.wp-block-button__link:hover {
		background: #054460;
		outline: 2px solid #054460;
		color: var(--white);
		transition: all 0.3s ease;
	}
	
.bgGrey {
	background: #f1f2f2;
}	
	
.hide-on-desktop {
	display: none !important;
}

.hide-on-mobile {
	
}
	
*:focus {
	outline: 0;
}	

.is-style-fit,
.fit {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1300,
.fit-1300 {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.is-style-fit-1000,
.fit-1000 {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

a {
	color: var(--black);
	text-decoration: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	
	cursor: pointer;
}

	a:hover {
		color: var(--blue);
		text-decoration: none;
		
		transition: all .2s ease;
		-webkit-transition: all .2s ease;
		cursor: pointer;
	}

strong {
	font-weight: 600;
}

h1 {
	color: var(--black);
	font-weight: 400;
	font-size: clamp(34px, 4.5vw, 54px);
	line-height: 1.0;
}

h2 {
	color: var(--black);
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 400;
	line-height: 1.0;
}

h3 {
	color: var(--black);
	font-size: clamp(26px, 3.5vw, 32px);
	font-weight: 400;
	line-height: 1.0;
}

h1 strong,
h2 strong,
h3 strong {
	font-weight: 600;
}

.icoMail {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 2px 0;
}

	.icoMail:before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(../graf/icoMail.svg);
	}


.icoTel {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 2px 0;
}

	.icoTel:before {
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url(../graf/icoTel.svg);
	}


.fbTxt {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 2px 0;
}

	.fbTxt:before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background-image: url(../graf/icoFb.svg);
	}


@media screen and (max-width: 700px) {
	.wp-block-buttons {
		flex-direction: column;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}	
	
	.wp-block-buttons .wp-block-button {
		width: 100%;
	}
}


header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	box-shadow: 0px 4px 20px 0px #051B2A0D;
	border-bottom: 1px solid #C8CCCE;
}

	header #headerTop {
		display: flex;
		align-items: center;
		width: 100%;
		height: 33px;
		background: var(--blueDark);
	}

		header #headerTop .headerTopInner  {
			display: flex;
			gap: 10px;
			justify-content: flex-end;
		}
		
		header #headerTop .headerTopInner a  {
			color: var(--blueLight);
			font-weight: 600;
		}
		
		header #headerTop .headerTopInner a span {
			display: none;
		}
		
		header #headerTop .headerTopInner a:hover {
			color: var(--blue);
			font-weight: 600;
		}
		
	header #headerBottom {
		display: flex;
		align-items: center;
		width: 100%;
		background-color: var(--white);
	}
	
		header #headerBottom .headerBottomInner  {
			position: relative;
			display: flex;
			flex-wrap: wrap;
			gap: 0 20px;
			justify-content: flex-end;
			color: var(--white);
		}
		
		header #headerBottom .headerBottomInner #logo {
			position: absolute;
			left: 3vw;
			top: -35px;
			background: var(--white);
			padding: 10px 20px;
			height: 80px;
			box-sizing: border-box;
			
			display: flex;
			align-items: center;
			justify-content: center;
			
			box-shadow: 0px -13px 18.5px -4px #051B2A26;
		}		
	
			header #headerBottom .headerBottomInner #logo a,
			header #headerBottom .headerBottomInner #logo a img {
				display: block;
				width: 150px;
				height: auto;
				transition: all 0.2s ease;
			}
			
header #headerBottom .headerBottomInner nav {
}

header #headerBottom .headerBottomInner #show_menu {
	margin-left: auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 8px 0;
}		

	header #headerBottom .headerBottomInner #show_menu #menu_toggle {
		display: block;
		width: 100%;
		height: 100%;
		
		background-image: url(../graf/icoMenu.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		transition: all 0.2s ease;
	}

	header #headerBottom .headerBottomInner #show_menu.on #menu_toggle {		
		background-image: url(../graf/icoClose.svg);
		background-size: 26px 26px;
		transition: all 0.2s ease;
	}


header #headerBottom .headerBottomInner #menu {
	width: 100%;
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

header #headerBottom .headerBottomInner #menu.on {
	visibility: visible;
	height: calc(100vh - 80px);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

header #headerBottom .headerBottomInner ul {
    list-style: none;
    display: flex;
	width: 100%;
	flex-direction: column;
    align-items: center;
    gap: 0;
	padding: 20px 0 40px 0;
    transition: all 0.2s ease;
}
	
			header #headerBottom .headerBottomInner ul li {
				width: 100%;
				border-bottom: 1px solid #eaeaea;
			}
			
			header #headerBottom .headerBottomInner ul li a {
				display: flex;
				width: 100%;
				text-align: right;
				align-items: center;
				justify-content: flex-end;
				gap: 8px;
				padding: 20px 0;
				font-size: 20px;
			}

				header #headerBottom .headerBottomInner ul li.icoContact a:before {
					content: "";
					display: inline-block;
					width: 16px;
					height: 16px;
					background-image: url(../graf/icoContact.svg);
				}
	
			header #headerBottom .headerBottomInner ul li.current-page-ancestor > a,
			header #headerBottom .headerBottomInner ul li.current_page_item > a {
				color: #107099;
			}
			
			header #headerBottom .headerBottomInner ul li.icoContact a:hover {
				color: var(--blue);
			}
			
			header #headerBottom .headerBottomInner ul li a svg {			
				transition: all 0.2s ease;
			}
			
			header #headerBottom .headerBottomInner ul li a:hover svg {
				filter: brightness(0) saturate(100%) invert(80%) sepia(15%) saturate(6368%) hue-rotate(157deg) brightness(93%) contrast(87%);
				transition: all 0.2s ease;
			}
				
				
	header #headerBottom .headerBottomInner li ul.sub-menu {
		width: 100%;
		visibility: hidden;
		max-height: 0;
		opacity: 0;
		padding: 0 0;
		transition: all 0.3s ease-in-out;
	}
		
				
	header #headerBottom .headerBottomInner li.on ul.sub-menu {
		visibility: visible;
		max-height: 400px;
		opacity: 1;
		padding: 0 0 10px 0;
		transition: all 0.3s ease-in-out;
	}
			
		header #headerBottom .headerBottomInner li ul.sub-menu li {
			border: 0;
			padding: 0 0;
		}
				
			header #headerBottom .headerBottomInner li ul.sub-menu li a {
				padding: 10px 0;
				font-size: 18px;
			}
		
.mega-submenu {
	display: none !important;
}
			
					
header.fixed #headerBottom .headerBottomInner ul {
	height: 50px;
}
				
				
#container {
	padding-top: 80px;
}

#content {
	
}

	#content p {
		padding: 8px 0;
	}

#hero {
	background-image: url(../graf/heroBg.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 0% 0%;
}


	#hero .wp-block-columns {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
		
		#hero .wp-block-column:first-child {
			width: 100%;
			box-sizing: border-box;
			padding: 30px 3%;
			
			font-size: 24px;
			font-weight: 400;
		}
			
			#hero .wp-block-columns em {
				font-style: normal;
				background-color: var(--blueLight);
				padding: 2px 2px;
			}
			
			#hero .wp-block-columns h1 {
				display: block;
				margin-top: 30px;
				margin-bottom: 15px;
			}
				
				#hero .wp-block-columns h1 strong {
					display: block;
				}
				
				


#companyIcons {
	background: var(--blueDark);
	padding: 40px 0;
	color: var(--white);
}

	#companyIcons .wp-block-columns {
		gap: 40px;
		width: 100%;
		overflow: auto;
		padding-bottom: 20px;
	}
	
	#companyIcons .wp-block-column {
		width: 40vw;
		min-width: 270px;
	}
	
	#companyIcons .wp-block-columns p {
		padding: 8px 0 0 0;
	}
	
	#companyIcons strong {
		color: var(--blue);
		font-size: 24px;
	}
	
#naszeInwestycje {
	margin: 40px auto;
}

	#naszeInwestycje h2 {
		margin: 15px 0 35px 0;
	}
	
	#naszeInwestycje h3 {
		margin: 20px 0 10px 0;
	}
		
	#naszeInwestycje .aktualna {
		padding: 20px;
		border: 1px solid #C8CCCE;
		margin: 20px auto;
	}
	
		#naszeInwestycje .gallery-content {
			padding: 0;
		}
	
		#naszeInwestycje .aktualna .status {
			position: relative;
			display: inline-flex;
			align-items: center;
			gap: 8px;
			font-size: 16px;
			background: #C7F0C2;
			color: #054460;
			padding: 2px 13px;
			font-weight: 600;
			border-radius: 2px;
		}
		
			#naszeInwestycje .aktualna .status:before {
				content: "";
				display: block;
				width: 17px;
				height: 17px;
				background-image: url(../graf/icoStatus.svg);
				background-size: contain;
				background-repeat: no-repeat;
				background-position: 50% 50%;
			}
			
		#naszeInwestycje .aktualna .details {
			margin: 15px 0 25px 0;
		}
		
			#naszeInwestycje .aktualna .wp-block-media-text {
				margin: 0 0;
				grid-template-columns: 18px auto !important;
			}
		
			#naszeInwestycje .aktualna .wp-block-media-text .wp-block-media-text__content {
				padding: 0 0 0 10px;
			}
		
			#naszeInwestycje .aktualna .wp-block-media-text p {
				padding: 2px 0;
			}
				
	#naszeInwestycje .zrealizowana {
		padding: 20px;
		border: 1px solid #C8CCCE;
		margin: 20px auto;
	}
	
		#naszeInwestycje .zrealizowana .wp-block-columns {
			gap: 40px;
			flex-direction: column-reverse;
		}
		
			#naszeInwestycje .zrealizowana .wp-block-column:first-child {
				flex-basis: 50%;
			}
		
			#naszeInwestycje .zrealizowana .wp-block-column:last-child {
				flex-basis: 50%;
			}
				
		#naszeInwestycje .zrealizowana .wp-block-buttons {
			margin-top: 20px;
		}
		
		#naszeInwestycje .zrealizowana .status {
			position: relative;
			display: inline-flex;
			align-items: center;
			gap: 8px;
			font-size: 16px;
			background: #E3F3FA;
			color: #054460;
			padding: 2px 13px;
			font-weight: 600;
			border-radius: 2px;
		}
	
#dlaczegoMy {
	margin: 40px auto 0 auto;
	padding: 40px 0;
	background: var(--blueDark);
	
	color: #fff;
}

	#dlaczegoMy .wp-block-columns {
		gap: 50px;
		flex-direction: column;
	}
	
	#dlaczegoMy .wp-block-columns p {
		padding: 3px 0;
	}
		
	#dlaczegoMy .wp-block-column:first-child {
		
	}
	

	#dlaczegoMy .wp-block-column:last-child {
		
	}
		
		#dlaczegoMy h2 {
			color: #fff;
			margin: 30px 0 15px 0;
		}
		
		#dlaczegoMy .wp-block-buttons {
			margin-top: 50px;
		}
		
		#dlaczegoMy .wp-block-media-text {
			padding: 20px 0;
			border-bottom: 1px solid rgba(255 255 255 / 0.2);
			grid-template-columns: clamp(45px, 10vw, 70px) auto !important;
		}
		
		#dlaczegoMy .wp-block-media-text:first-child {
			padding-top: 0;
		}
		
		#dlaczegoMy .wp-block-media-text:last-child {
			padding-bottom: 0;
			border-bottom: 0;
		}
		
			#dlaczegoMy .wp-block-media-text .wp-block-media-text__media {
				align-self: flex-start;
				padding-top: 15px;
			}
			
			#dlaczegoMy .wp-block-media-text .wp-block-media-text__content {
				padding: 0 0 0 30px;
			}
			
				#dlaczegoMy .wp-block-media-text .wp-block-media-text__content strong {
					color: var(--blue);
					font-size: 24px;
					
					display: block;
					padding-bottom: 5px;
				}
				
#kontakt {	
	padding: 40px 0;
}	

	#kontakt .wp-block-columns {
		gap: 40px;
		flex-direction: column;
	}

	#kontakt .wp-block-column:nth-child(1) {
		
	}
	
		#kontakt .wp-block-column:nth-child(1) h2 {
			margin: 30px 0 15px 0;
		}
	
		#kontakt .wp-block-column:nth-child(1) .wp-block-buttons {
			margin-top: 35px;
		}
		

	#kontakt .wp-block-column:nth-child(2) {
		
	}
	
		#kontakt .wp-block-column:nth-child(2) .wp-block-media-text {
			grid-template-columns: 30px auto !important;
			background: var(--blueLight);
			margin: 15px 0;
			
			padding: 15px 20px;
			box-sizing: border-box;
			font-size: 20px;
			line-height: 1.3;
		}
		
		#kontakt .wp-block-column:nth-child(2) .wp-block-media-text .wp-block-media-text__content {
			padding: 0 0 0 20px !important;
		}
		
	#kontakt .wp-block-column:nth-child(3) {
		flex-basis: auto;
		flex-grow: 1;
	}
	
		#kontakt .wp-block-columns .fb_iframe_widget,
		#kontakt .wp-block-columns .fb_iframe_widget > span,
		#kontakt .wp-block-columns iframe {
			width: 100% !important;
			max-width: 450px;
			min-width: 300px;
		}
	
	
footer {
	background: var(--blueDark);
	padding: 30px 0 0 0;
	color: var(--white);
}

	footer .wp-block-columns,
	footer .wp-block-columns.is-not-stacked-on-mobile {
		gap: 40px 20px;
		flex-wrap: wrap !important;
		padding-bottom: 70px;
	}

		footer .wp-block-column:nth-child(1) {
			flex-basis: 100% !important;
			line-height: 2;
			border-bottom: 1px solid rgba(255 255 255 / 0.2);
			padding-bottom: 30px;
		}
		
			footer .wp-block-column:nth-child(1) figure {
				margin-bottom: 15px;
			}
		
			footer .wp-block-column:nth-child(1) a {
				display: flex;
				color: #fff;
			}
		
			footer .wp-block-column:nth-child(1) a:hover {
				color: var(--blue);
			}

		footer .wp-block-column:nth-child(2),
		footer .wp-block-column:nth-child(3),
		footer .wp-block-column:nth-child(4) {
			flex-basis: 20% !important;
		}

			footer .wp-block-column:nth-child(2) strong,
			footer .wp-block-column:nth-child(3) strong,
			footer .wp-block-column:nth-child(4) strong {
				font-size: 24px;
				color: var(--blue);
				display: block;
				margin-bottom: 10px;
			}

			footer .wp-block-column:nth-child(2) a,
			footer .wp-block-column:nth-child(3) a,
			footer .wp-block-column:nth-child(4) a {
				display: inline-block;
				margin: 5px 0;
				color: var(--white);
			}
		

			footer .wp-block-column:nth-child(2) a:hover,
			footer .wp-block-column:nth-child(3) a:hover,
			footer .wp-block-column:nth-child(4) a:hover {
				color: var(--blue);
			}
			
@media screen and (max-width: 550px) {
	footer .wp-block-columns, 
	footer .wp-block-columns.is-not-stacked-on-mobile {
		flex-direction: column;
		gap: 20px 0;
	}
}
		
	footer .footerBottom  {
		background: #E3F3FA;
		padding: 10px 0;
	}
		
		footer .footerBottomInner {
			display: flex;
			flex-direction: column;
			align-items: center;
			
			color: var(--blueMiddle);
		}
		
		footer .footerBottomInner a {
			color: var(--blueMiddle);
		}
		
		footer .footerBottomInner a:hover {
			color: var(--blueDark);
		}
		

#pageHeader {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	min-height: 200px;
	
	padding: 20px 0 40px 0;
	box-sizing: border-box;
	
	display: flex;
	align-items: stretch;
}

	#pageHeader .pageHeaderInner {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	#pageHeader #breadcrumbs {
		color: var(--white);
	}

		#pageHeader #breadcrumbs a,
		#pageHeader #breadcrumbs a span {
			font-size: 14px;
			color: var(--white);
		}
		
		#pageHeader #breadcrumbs span.breadcrumb_last {
			color: var(--blue);
			font-weight: 600;
		}
			
	#pageHeader figure.imgBg {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

		#pageHeader figure.imgBg:before {
			content :"";
			display: block;
			width: 100%;
			height: 100%;
			
			position: absolute;
			left: 0;
			top: 0;
			background: #051B2AB2;

			
		}
		
		#pageHeader figure.imgBg img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: 50% 50%;
		}
		
	#pageHeader figure.imgSeparator {
		margin-top: auto;		
	}
		
	#pageHeader h1 {
		color: #fff;
		font-weight: 600;
	}
	
.contentBox-2cols {
	margin: 40px 0;
}
	
	.contentBox-2cols .wp-block-columns {
		gap: 60px;
		flex-direction: column;
	}
	
	.contentBox-2cols .wp-block-column:first-child {
		flex-basis: 40%;
	}
	
		.contentBox-2cols .wp-block-column:first-child figure {
			margin-bottom: 25px;
		
		}
		
		.contentBox-2cols .wp-block-column:first-child .wp-block-buttons {
			margin-top: 35px;		
		}
		
	
	.contentBox-2cols .wp-block-column:last-child {
		flex-basis: 60%;
	}
	
		.contentBox-2cols .wp-block-column:last-child p {
			padding: 2px 0 !important;
		}
		
		.contentBox-2cols .wp-block-column:last-child .wp-block-media-text {
			padding: 20px 0;
			border-bottom: 1px solid rgba(0 0 0 / 0.1);
			grid-template-columns: 55px auto !important;
		}
		
		.contentBox-2cols .wp-block-column:last-child .wp-block-media-text:first-child {
			padding-top: 0;
		}
		
		.contentBox-2cols .wp-block-column:last-child .wp-block-media-text:last-child {
			padding-bottom: 0;
			border-bottom: 0;
		}
		
			.contentBox-2cols .wp-block-column:last-child .wp-block-media-text .wp-block-media-text__media {
				align-self: flex-start;
				padding-top: 15px;
			}
			
			.contentBox-2cols .wp-block-column:last-child .wp-block-media-text .wp-block-media-text__content {
				padding: 0 0 0 25px;
			}
			
				.contentBox-2cols .wp-block-column:last-child .wp-block-media-text .wp-block-media-text__content strong {			
					font-size: 24px;
					display: block;
					padding-bottom: 5px;
				}
				
.contentBox-2cols-imgRight {
	display: flex !important;
	flex-direction: column;
	display: flex !importantl;
	margin: 20px auto;
	gap: 0;
}
		
	.contentBox-2cols-imgRight .wp-block-column:first-child {
		padding: 40px 3%;
		box-sizing: border-box;
		background: #F5FAFC;
		border-right: 10px solid var(--white);
	}		
	
		.contentBox-2cols-imgRight .wp-block-column:first-child h2 {
			margin: 30px 0 15px 0;
		}
				
		.contentBox-2cols-imgRight .wp-block-column:first-child .wp-block-buttons {
			margin-top: 40px;			
		}
				
	.contentBox-2cols-imgRight .wp-block-column:last-child {
		position: relative;
		width: 100%;
		height: 100%;
	}
					
		.contentBox-2cols-imgRight .wp-block-column:last-child figure {
			display: block;
			width: 100%;
			height: 100%;
		}
					
			.contentBox-2cols-imgRight .wp-block-column:last-child figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}
					
				
.contentBox-2cols-imgLeft {
	display: flex !important;
	flex-direction: column-reverse;
	display: flex !importantl;
	margin: 20px auto;
	gap: 0;
}
	
	.contentBox-2cols-imgLeft .wp-block-column:first-child {
		position: relative;
		width: 100%;
		height: 100%;
	}
					
		.contentBox-2cols-imgLeft .wp-block-column:first-child figure {
			display: block;
			width: 100%;
			height: 100%;
		}
					
			.contentBox-2cols-imgLeft .wp-block-column:first-child figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}
		
	.contentBox-2cols-imgLeft .wp-block-column:last-child {
		padding: 40px 3%;
		box-sizing: border-box;
		background: #F5FAFC;
	}		
	
		.contentBox-2cols-imgLeft .wp-block-column:last-child h2 {
			margin: 30px 0 15px 0;
		}
				
		.contentBox-2cols-imgLeft .wp-block-column:last-child .wp-block-buttons {
			margin-top: 40px;			
		}
				
		.contentBox-2cols-imgLeft .wp-block-column:last-child ul {
			margin-left: 25px;
		}
					
					
#zrealizowneInwestycje {
	background: #f1f2f2;
	padding: 40px 0;
}
				
	#zrealizowneInwestycje .wp-block-columns:first-child {
		margin-bottom: 40px;
		gap: 0;
	}
	
		#zrealizowneInwestycje .wp-block-columns:first-child h2 {
			margin-top: 20px;
		}
				
	#zrealizowneInwestycje .wp-block-columns:last-child {
		background: #fff;
		padding: 30px 30px;
		box-sizing: border-box;
		width: 94%;
		max-width: calc(1500px - 6%);
		gap: 20px;
		flex-direction: column;
	}
	
		#zrealizowneInwestycje .wp-block-columns:last-child .wp-block-column:first-child {
			flex-basis: 46%;
		}
	
		#zrealizowneInwestycje .wp-block-columns:last-child .wp-block-column:last-child {
			flex-basis: 54%;
		}
		
		#zrealizowneInwestycje .wp-block-columns:last-child h3 {
			padding-bottom: 15px;
		}
		
		
.wp-block-emedia-info-row {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    column-gap: 15px;
	margin: 10px auto;
    background: #E3F3FA;
    color: #054460;
    padding: 14px 20px;
    border-radius: 4px
}

.wp-block-emedia-info-row .info-icon {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.wp-block-emedia-info-row .info-left {
    display: flex;
    align-items: center
}

.wp-block-emedia-info-row .info-text {
    font-size: 16px;
    line-height: 1.5
}

.wp-block-emedia-info-row .info-right {
    text-align: right;
    padding-left: 20px
}

.wp-block-emedia-info-row .info-right-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5
}

#szukaszMieszkania {
	position: relative;
	margin-top: -70px;
}

	#szukaszMieszkania .wp-block-columns {
		position: relative;
		top: 70px;
		gap: 0;
		background: #051B2A;
		
		display: flex;
		flex-direction: column-reverse;
	}

		#szukaszMieszkania .wp-block-column:first-child {
			flex-basis: 100%;
			background: linear-gradient(0deg, #051B2A 30%, rgba(5, 27, 42, 0.8) 50%, rgba(5, 27, 42, 0) 100%);

			position: relative;
			z-index: 5;
			padding: 200px 30px 30px 30px;
			box-sizing: border-box;
			color: #fff;
			font-size: 20px;
		}

			#szukaszMieszkania .wp-block-column:first-child h2 {
				color: #fff;
				margin: 15px 0 0 0;
			}
			
			#szukaszMieszkania .wp-block-column:first-child .wp-block-buttons {
				margin-top: 20px;
			}
				
		#szukaszMieszkania .wp-block-column:last-child {
			width: 100%;
			height: 200px;
		}

			#szukaszMieszkania .wp-block-column:last-child figure {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 70%;
			}
		
				#szukaszMieszkania .wp-block-column:last-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
				
				
#maszPytania {
	position: relative;
	padding: 110px 3% 50px 3%;
	box-sizing: border-box;
}
				
	#maszPytania h2 {
		margin: 15px 0;
	}
				
	#maszPytania .wp-block-buttons {
		margin-top: 10px;
		justify-content: center;
	}
	
#kontaktPage {
	padding: 40px 0;
	position: relative;
	z-index: 5;
}
	
	#kontaktPage .wp-block-columns {
		justify-content: space-between;
		flex-direction: column;
		gap: 40px;
	}
	
	#kontaktPage .wp-block-column:first-child {
		flex-grow: 0;
	}
	
		#kontaktPage .wp-block-column:first-child h2 {
			margin-bottom: 25px;
		}
		
		#kontaktPage .wp-block-column:first-child .wp-block-media-text {
			grid-template-columns: 50px auto !important;
			background: var(--blueLight);
			margin: 15px 0;
			
			padding: 15px 20px;
			box-sizing: border-box;
			font-size: 20px;
			line-height: 1.3;
		}
	
		#kontaktPage .wp-block-column:first-child .wp-block-media-text .wp-block-media-text__content {
			padding: 0 0 0 20px;
		}
	
	
	#kontaktPage .wp-block-column:last-child {
	
	}
	
	
form.wpcf7-form {
	padding: 30px 30px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #C8CCCE;
	box-shadow: 0px 4px 20px 0px #051B2A0D;
}

	form.wpcf7-form h3 {
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
	}
	
	form.wpcf7-form label {
		display: block;
		margin: 15px 0;
	}
		
		form.wpcf7-form label strong {
			display: block;
			padding-bottom: 5px;
			font-weight: 400;
		}
		
		form.wpcf7-form label input {
			font-family: "Blinker", sans-serif;

			display: block;
			border: 1px solid #C8CCCE;
			width: 100%;
			box-sizing: border-box;
			padding: 10px 12px;
			font-size: 16px;
		}
		
		form.wpcf7-form label textarea {
			font-family: "Blinker", sans-serif;

			display: block;
			border: 1px solid #C8CCCE;
			width: 100%;
			height: 150px;
			box-sizing: border-box;
			padding: 10px 12px;
			font-size: 16px;
			resize: none;
		}
		
		form.wpcf7-form label input::placeholder,
		form.wpcf7-form label textarea::placeholder {
			color: #AFAFAF;
		}
	
	form.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item {
		margin: 0;
		padding: 0;
	}
	
	form.wpcf7-form .wpcf7-acceptance label {
		display: grid;
		grid-template-columns: 14px auto;
		grid-auto-columns: 1fr;
		gap: 10px;
		grid-auto-flow: row;
		align-items: flex-start;
	}
	
		form.wpcf7-form .wpcf7-acceptance label input {
			margin-top: 7px;
		}
	
	form.wpcf7-form .administrator {
		line-height: 1.4;
	}
	
	form.wpcf7-form .submit {
		text-align: center;
		margin-top: 30px;
	}
	

	.wpcf7-not-valid-tip {
		display: block;
		padding: 2px 0;
		color: #dc3232;
		line-height: 1.2;
		font-size: 14px;
	}
	
	form.failed .wpcf7-response-output,
	form.invalid .wpcf7-response-output {
		background: #dc3232;
		color: #fff;
		border-radius: 8px;
		border: 0;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
	}

	form.sent .wpcf7-response-output {
		background: var(--blue);
		color: #fff;
		border-radius: 8px;
		border: 0;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
	}
	
#inwestycjaGaleria {
	padding: 20px 3%;
	width: 94%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #C8CCCE;
	margin: 60px auto 40px auto;
}

#zSzacunkiem {
	background: var(--blueDark);
	padding: 50px 0;
	color: var(--white);
}

	#zSzacunkiem h2 {
		color: var(--white);
		margin: 30px 0 15px 0;
	}

	#zSzacunkiem .wp-block-buttons {
		margin-top: 30px;
	}
	
	
#zainteresowalaCie {
	margin: 70px auto;
}

	#zainteresowalaCie h2 {
		margin: 30px 0 15px 0;
	}

	#zainteresowalaCie .wp-block-buttons {
		margin-top: 30px;
	}

	#zainteresowalaCie .wp-block-column:last-child figure {
		display: block;
		width: 100%;
		height: auto;
	}

		#zainteresowalaCie .wp-block-column:last-child figure img {
			display: block;
			width: 100%;
			height: auto;
		}