html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
}
*
{
	box-sizing: border-box;
}
body
{
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	color: #000000;
}
img
{
	width: auto;
}
h5
{
    color: #096547;
    font-size: 17px;
    margin-bottom: 25PX;
	font-weight: normal;	
}
p 
{
  line-height: 1.7;
}
a 
{
	text-decoration: none;
}
a:hover
{
	color: #096547;
	text-decoration: underline;
}
li.current-menu-item a
{
	color: #096547;
}
header 
{
  background: #fff;
  width: 100%;
  height: 100px;

}
header .logo img, #header_img 
{
	transition: 1s;
}
header .row
{
	width: 100%;
}
header .social-media 
{
    text-align: right;
	padding: 0 10px;
}
header .social-media li
{
	list-style-type: none;
	display: inline;
	padding: 0 15px;
}
header .menu-list
{
    text-align: center;
}
#navi, #social
{
	padding-top: 30px;
}
nav ul
{
	list-style-type: none;
}
nav li
{
	display: inline;
	padding: 0 3.5%;
}
nav li a 
{
    color: #000;
    font-size: 17px;
}
form 
{
	padding: 5%;
	text-align: center;
	background: #096547;
}
form input, form textarea 
{
  padding: 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}
form label 
{
  margin-top: 2%;
	width: 100%;
	color: #fff;
	text-align: left;
}
section.icons
{
	background-color: #096547;
}

#header
{
  color: black;
  text-align: center;
  font-size: 17px; 
  position: fixed;
  padding-top: 0px !important;
  top: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 99999;
}
.logo
{
	text-align: left;
}
#content 
{
    min-height: 300px;
	padding-top: 100px;
}
.container
{
	width: 100%;
	max-width: 1320px;
	padding: 0 25px;
	margin: 0 auto;
}
.navbar 
{
    text-align: center;
    display: block;
}
.fullwidth
{
	width: 50%;
}
.page-template .header_img 
{
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.left, .left1, .left2
{
	float: left;
	padding: 0;
}
.right, .right1, .right2
{
	float: right;
	padding: 0;
}
.background-left1 .right, .background-left2 .right 
{
  float: left;
}
.baner, .subbaner
{
  overflow: hidden;
}
.home .baner-image 
{
    position: relative;
    margin-top: -50px;
	width: 100%;
}
.baner-container .button
{
    position: relative;
    bottom: 200px;
    width: auto;
}
.subbaner 
{
  margin-bottom: 50px;
}
.button span 
{
	display: inline-block;
    background-color: #096547;
    color: #fff;
    padding: 3% 6%;
}
.button span:hover
{
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
	filter: brightness(0.8);
}
.button span img
{
	margin-right: 10px;
}
.section1 a, .boxes a
{
	color: #096547!important;
}
.section1 a:hover 
{
	text-decoration: none;
}
.cta .button, .cta-subpage .button 
{
    text-align: right;
}
.news 
{
    padding-top: 5%;
}
.news h3 
{
    font-size: 42px;
    color: #000;
}
.news li > a
{
    font-size: 26px;
    color: #000;
    margin: 50px 0;
}
.news a 
{
	font-size: 17px;
	display: block;
	margin-top: 80px;
	color: #000;
}
.home .boxes
{
	margin-top: 50px;
}
.boxes
{
    position: relative;
}
.background-left .right, .background-right .left 
{
  /*padding: 6% 10%;*/
  /*max-width: 50%;*/
  padding: 2%;
}
.home .wp-block-latest-posts.is-grid li 
{
    width: calc(49% - .50em);
}
/*.page-template-domywsprzedazy-template .background-left, .page-template-domywsprzedazy-template .background-right
{
	background-color: #fff;
}*/
.background-left
{
	background-color: #ebebeb;
	margin: 0;
}
.background-right
{
	background-color: #ebebeb;
	margin: 0;
}
/*
.background-right .right
{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);	
}
*/
.background-left .right strong, .background-right .left strong
{
	font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.background-left .right p, .background-right .left p
{
	color: #707070;
	padding-bottom: 60px;
	padding-top: 60px;
	line-height: 2.0;
}	
.background-left .right h2 a, .background-right .left h2 a
{
	font-size: 30px;
	color: #000;
    /*text-decoration: underline;*/
	margin-top: 15px;
	text-decoration: none!important;
}
.background-left .right h2 a:hover, .background-right .left h2 a:hover
{
	color: #096547;
}
.background-left .right a, .background-right .left a
{
    display: block;
	font-size: 20px;
	color: #096547;
	width: fit-content;
}
.section1
{
	padding: 50px 25px 50px;
}
.section1 h1 
{
    /*font-size: 42px;*/
    font-size: 30px;
    color: #000;
    /*text-decoration: underline;*/
	/*text-underline-offset: 0.19em;*/
    /*padding: 0 10%;*/
    margin-bottom: 40px;
}
.section1 .col-12.col-md-6 
{
  padding: 0 1.5% 0 1.5%;
}
.section1 .description span
{
    margin: 100px 100px 0 0;
    display: block;
	text-align: center;
	font-size: 20px;
	color: #096547;
}
.section1 .description img, .background-left .right img, .background-right .left img, .background-left1 .right img, .background-right1 .left img, .background-left2 .right img
{
	padding-right: 25px;
}
.section1 .text p {
	font-size: 16px;
	color: #999;
}
.section1 .text p strong {
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.section1 .text span
{
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #707070;
	line-height: 2.0;
}
.section1 .text a
{
	display: block;
	color: #000000;
	line-height: 2.0;
	text-decoration: underline;
}
.section1 .text a:hover
{
	color: #096547;
}
.icons, .section-icons
{
	padding: 60px 0px;
}
.icons h3, .section-icons h3
{
	color: #fff;
	font-size: 16px;
	letter-spacing: 5px;
    text-transform: uppercase;
	margin-bottom: 6%;
}
.icons img, .section-icons img
{
	width: auto;
}
.icons h4, .section-icons h4
{
    font-size: 26px;
    color: #fff;
    /*text-decoration: underline;*/
    margin: 30px 0;
}
.icons p, .section-icons p
{
	color: #fff;
	line-height: 2.0;
}
.section-icons, .section-icons h4, .section-icons p
{
	color: #000;
}
.section-icons h3
{
	color: #096547;
}
.section-icons h4
{
	text-decoration: none;
}
.wp-block-latest-posts__featured-image img
{
	margin-bottom: 50px;
	transition: all 0.5s;
}
.wp-block-latest-posts__featured-image img:hover, .fullwidth:hover
{
  scale: 1.03;
  transition: all 0.5s;
}
.category-aktualnosci h2 a 
{
  color: #000;
  margin-bottom: 30px;
}
.cta .button span 
{
  padding: 5% 8%;
}
.cta
{
	background-image: url("/wp-content/uploads/2022/01/cta.jpg");
	padding: 200px 0;
	background-repeat: no-repeat;
}
.cta h3
{
	width: 50%;
	font-size: 30px;
	/*text-decoration: underline;*/
	color: #fff;
}
.socket 
{
	margin-top: 5%;
	background-image: linear-gradient(to right, #ebebeb, #096547);
}
.socket .row 
{
    background-color: #fff;
    width: 95%;
    max-width: 95%;
	margin: 0 auto;
}
.socket strong 
{
	display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}
.socket .copyright
{
	background-image: url('/wp-content/uploads/2022/01/background-footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0.5% 0;
}
.socket ul
{
	list-style-type: none;
}
.socket li
{
	line-height: 2.0;
}
.socket img 
{
	margin: 50px 0;
}
.copyright span 
{
    font-size: 14px;
    color: #999;
    padding: 1% 0;
    display: block;
}
.socket .col-md-6, .socket .col-md-3 
{
    float: left;
}
.socket a 
{
	color: #000;
}
.section-image
{
	margin-bottom: 60px;
}
.grey-box 
{
    background-color: #ebebeb;
    margin: 3% 1%;
    /*width: 23%;*/
    /*padding: 5%;*/
    padding: 40px;
}
.grey-box strong 
{
    font-size: 50px;
    font-weight: 300;
	margin-bottom: 20px;
}
.pdf
{
	margin-top: 20px;
	text-decoration: underline;
}
.background-left1
{
	background-color: #ebebeb;
	margin: 150px 0 0 0;
}
.background-right1
{
	background-color: #ebebeb;
	margin: 0;
}
.background-left2
{
	background-color: #ebebeb;
	margin: 0;
}
/*
.background-right1 .right
{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);	
}
*/
.background-left1 .right, .background-left2 .right, .background-right1 .left 
{
    padding: 3%;
}
.background-left1 .right strong, .background-left2 .right strong, .background-right1 .left strong
{
	font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.background-left1 .right p, .background-left2 .right p, .background-right1 .left p
{
	color: #707070;
	padding-bottom: 60px;
	padding-top: 60px;
	line-height: 2.0;
}	
.background-left1 .right h2 a, .background-left2 .right h2 a, .background-right1 .left h2 a
{
	font-size: 42px;
	color: #000;
    text-decoration: underline;
	margin-top: 15px;
}
.background-left1 .right a, .background-left2 .right a, .background-right1 .left a
{
    display: block;
	font-size: 20px;
	color: #096547;
}
.cta-subpage
{
	background-image: url("/wp-content/uploads/2022/01/cta-subpage.jpg");
	background-color: rgba(9,101,71,0.6);
	padding: 200px 0;
	background-repeat: no-repeat;
  background-size: cover;
}
.cta-subpage h3
{
	font-size: 30px;
	/*text-decoration: underline;*/
	color: #fff;
}
.cta-subpage .button span 
{
	display: inline-block;
    background-color: #ffffff;
    color: #096547;
    padding: 6% 10%;
}
.wybierz-dom img 
{
    margin: 30px 0;
}
.wybierz-dom-left 
{
    font-size: 30px;
    width: 50%;
    text-align: left;
}
.wybierz-dom-right 
{
	font-size: 16px;
	width: 50%;
	text-align: right;
	color: #096547;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 3% 1%;
}
.wolne-domy
{
	font-size: 16px;
	letter-spacing: 5px;
	color: #096547;
	text-transform: uppercase;
}
.grey-domy 
{
  display: contents;
  color: #000000;
}
.gallery 
{
    margin: 15px auto;
}
.gallery-span
{
	font-size: 16px;
	letter-spacing: 5px;
	color: #096547;
	text-transform: uppercase;	
	margin-bottom: 10px;
	display: block;
	padding: 0 7px;
	text-align: center;
}
.gallery .row 
{
    margin-bottom: 30px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit 
{
	background: #fff;
	border: none;
	color: #096547;
	margin-top: 15px;
}
.section-image img
{
	width: 100%;
	transition: all 0.5s;
}
.section-image img:hover
{
	scale: 1.03;
	transition: all 0.5s;
}
.row.background-left1 > div, .row.background-left1 > div, .row.background-left2 > div
{
	padding: 0;
}
.page-template-inwestycja-template .background-left1 .right, .page-template-inwestycja-template .background-left2 .right, .page-template-inwestycja-template .background-right1 .left 
{
	padding: 6% 10%;
	max-width: 50%;
}
.subtitle
{
	margin-bottom: 50px;
	text-align: center;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery .col-sm-6
{
    padding: 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}
.tz-gallery .lightbox:after {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.row.background-right1 .fullwidth 
{
  direction: rtl;
  float: right;
  display: block;
}
.row.background-right1 > div, .row.background-left > div, .row.background-right > div 
{
	padding: 0;
}
.row.background-right1 .left 
{
  float: right !important;
}
.DomyWSprzedazy_section1
{
	overflow: hidden;
}


.section-icons .atut img {
    max-height: 80px;
    width: auto;
}

/*rwd*/
/* Responsive styles */
	
@media screen and (max-width: 1720px)
{
	nav li
	{
		padding: 0 2%;
	}
}
@media screen and (max-width: 1366px)
{
	nav li a
	{
		font-size: 16px;
	}
	.copyright span
	{
		padding: 1.5% 0;
	}
	.page-template-front-page .background-left .right, .page-template-inwestycja-template .background-left1 .right, .page-template-inwestycja-template .background-left2 .right, .page-template-front-page .background-right .left, .page-template-inwestycja-template .background-right1 .left
	{
		padding: 2%;
	}
	.background-left .right p, .background-left1 .right p, .background-left2 .right p, .background-right .left p, .background-right1 .left p
	{
		padding: 15px 0;
	}
}
@media screen and (max-width: 1280px)
{


	header .social-media
	{
		position: absolute;
		padding-top: 10px !important;
		top: 0;
		right: 65px;
	}

	nav li
	{
		padding: 0 1%;
		text-align: center;
	}
	nav li a
	{
		font-size: 14px;
	}
	header .menu-list
	{
		text-align: center;
	}
	.section1 
	{
	  padding: 50px 25px;
	}
	.home .wp-block-latest-posts.is-grid li 
	{
		width: 100%;
		margin: 0 auto;
		display: table;
	}
	.news li > a
	{
		display: table-cell;
		vertical-align: middle;
	}
	.cta h3 
	{
		width: 100%;
	}
	.wp-block-latest-posts__post-full-content figure 
	{
	  display: none;
	}
}
@media screen and (max-width: 992px)
{	
	.image
	{
		width: 100% !important;
	}
	.custom-logo 
	{
		width: auto !important;
	}
	.arrow 
	{
		width: auto !important;
	}
	header .social-media
	{
		display: inline-block;
	}
	header .menu-list
	{
		margin-top: 0;
	}
	nav 	
	{		
		position: absolute !important;		
		top: 0;		
		height: ~100vh;		
		background-color: #fff;		
		width: 100% !important;		
		left: 0;	
		z-index: 9;	
	}	
	#menu-menu.open 	
	{		
		position: absolute;		
		top: 0px;		
		background-color: #fff;		
		width: 100%;		
		left: 0;		
		height: 100%;		
		z-index: 99;	
	}	
	nav ul	
	{		
		display: block;		
		height: 0;		
		overflow: hidden;	
		transition: ease 0.3s;
	}	
	nav ul.open	
	{		
		height: 100vh;		
		position: relative;	
		transition: ease 0.3s; 
		padding-top: 80px;
	}	
	nav ul li	
	{		
		height: auto;		
		padding: 0;	
	}	
	nav li	
	{		
		float: left;		
		width: 100%;	
		border-bottom: 1px solid #ddd;
	}
	nav li a	
	{		
		display: block;		
		text-align: left;		
		padding: 5px;		
		color: #000;	
	}	
	.mega-menu-toggle	
	{		
		display: none !important;	
	}	
	#burger-nav	
	{		
		position: absolute; 	
		right: 10px;	
		width: 10%;		
		height: 40px;		
		background-image: url("/wp-content/themes/designum/img/menu.png");		
		background-repeat: no-repeat;		
		cursor: pointer;		
		float: right;		
		margin: 0 0 0 0; 	
		z-index: 999;
	}	
	nav ul li a	
	{		
		text-align: left;		
		margin: 2%;		
		font-weight: bold;	
		text-transform: uppercase;
	}
	.background-left .right, .background-right .left
	{
		padding: 3%;
	}
	.boxes .col-sm-6.col-xs-12 
	{
	  float: left;
	  width: 100%;
	}
	.socket strong
	{
		font-size: 22px;
		font-weight: bold;
	}
	.section1 h1
	{
		font-size: 30px;

	}
	.cta-subpage
	{
		background-size: cover;
	}
	.news li > a
	{
		float: left;
		margin: 0;
	}
	.wp-block-latest-posts__featured-image img
	{
		margin-bottom: 20px;
		width: 100% !important;
	}
	.news a 
	{
		width: 100%;
	}
	.wp-block-latest-posts__featured-image.alignleft 
	{
	  text-align: center;
	  width: 100%;
	}
	.row.background-right1 > div, .row.background-left > div, .row.background-right > div
	{
		padding-bottom: 50px;
	}
	.row.background-left1 > div, .row.background-left1 > div, .row.background-left2 > div
	{
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 820px)
{
	#navi
	{
	  padding-top: 0 !important;
	}
	#burger-nav
	{
		top: 10px;
	}
	.icons, .section-icons 
	{
	  padding: 80px 0px;
	}
	.cta-subpage
	{
		padding: 100px 0;
	}
	.container.gallery-container
	{
		min-height: auto;
	}
	.grey-box 
	{
	  background-color: #ebebeb;
	  margin: 3% 1%;
	  width: 46%;
	  padding: 5%;
	  float: left;
	  margin: 2% auto;
	}
}
@media screen and (max-width: 768px)
{
	.section1 
	{
	  padding: 25px 25px;
	}
	.home .wp-block-latest-posts.is-grid li, .news li > a
	{
		display: block;
	}
}
@media screen and (max-width: 576px)
{
	.custom-logo 
	{
	  width: 50% !important;
	  height: auto;
	}
	header .social-media
	{
		position: absolute;
		padding-top: 10px !important;
		top: 0;
		right: 65px;
	}


	.fullwidth
	{
		width: 100%;
	}
	.gallery .row, .gallery .row > div
	{
		margin-bottom: 30px;
	}
	.tz-gallery .col-sm-6
	{
		margin-bottom: 0 !important;
	}
	.grey-box
	{
		width: inherit;
	}
	.baner-image 
	{
	  margin-top: 0;
	  margin-bottom: 20px;
	}
	.baner-container .button 
	{
		position: relative;
		bottom: 0;
		width: auto;
		padding: 0;
		text-align: center;
	}
	.section1 .text span
	{
		padding: 25px 0;
	}
	.section1 .description span
	{
		text-align: left;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.section-image .row > div
	{
		margin-bottom: 30px;
	}
	.background-left .right, .background-right .left, .page-template-inwestycja-template .background-left1 .right, .page-template-inwestycja-template .background-left2 .right, .page-template-inwestycja-template .background-right1 .left 
	{
	  padding: 10% 3%;
	  margin-top: 200px;
	}
	.background-left, .background-right, .background-left1, .background-right1, .background-left2 
	{
	  background-size: 300px 200px;
	  padding-bottom: 50px;
	  border-bottom: 0;
	  background-position: top;
	}
	.cta
	{
		padding: 100px 0;
		margin-bottom: 25px;
	}
	.cta h3
	{
		width: 100%;
	}
	.news li > a
	{
		margin: 25px 0;
	}
	.cta .button, .cta-subpage .button 
	{
		text-align: center;
		margin-top: 50px;
	}
	.attachment-large.size-large.wp-post-image 
	{
		width: 100%;
	}
	.wybierz-dom-left, .wybierz-dom-right
	{
		text-align: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.wolne-domy
	{
		padding: 0 ;
	}
	.grey-box
	{
		padding: 15%;
	}
	.gallery-span
	{
		margin-bottom: 0;
	}
	.socket .footer-column 
	{
		width: 100%;
		margin-bottom: 50px;
	}
	.row.background-right1 .fullwidth, .row.background-right .fullwidth 
	{
		position: absolute;
	}
	.row.background-right1 .left, .row.background-right .left 
	{
	  	float: right !important;
	  	width: 100% !important;
		margin-top: 102% !important;
		padding: 0 25px;
	}
	.row.background-left .right 
	{
		margin-top: 5% !important;
		padding: 0 25px;
	}
	.page-template-front-page .background-left .right,.page-template-domywsprzedazy-template .background-left .right, .page-template-inwestycja-template .background-left1 .right, .page-template-inwestycja-template .background-left2 .right, .page-template-inwestycja-template .background-right1 .left, .page-template-front-page .background-right .left, .page-template-domywsprzedazy-template .background-right .left
	{
		max-width: 100%;
	}
	.background-left .right, .background-right .left, .page-template-inwestycja-template .background-left1 .right, .page-template-inwestycja-template .background-left2 .right, .page-template-inwestycja-template .background-right1 .left
	{
		margin-top: 0;
	}
	.section1 h1
	{
		margin-bottom: 30px;
		padding: 0;
	}
	.wp-block-latest-posts__featured-image.alignleft 
	{
	  margin: 0;
	}
	.icons, .section-icons 
	{
	  padding: 30px;
	}
	form input, form textarea
	{
		width: 100%;
	}
	.news a
	{
		margin-top: 30px;
	}
	.news li > a 
	{
	  margin: 0 0 30px;
	}
	.icons h3, .section-icons h3
	{
		margin-top: 10%;
	}
	.icons, .section-icons
	{
		padding: 0;
	}
	.icons h4, .section-icons h4
	{
		margin: 30px 0;
	}
	.icons .row > div, .section-icons .row > div
	{
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 414px)
{
	form
	{
		margin-top: 30px;
	}
	
}

.tz-gallery .lightbox img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

/* Kolory statusów domów */
.grey-box .mt-3.status-sprzedane {
    color: red !important;
}

.grey-box .mt-3.status-rezerwacja {
    color: grey !important;
}

.grey-box .mt-3.status-wolne {
    color: green !important;
}
