@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
:root {
  --defaultColor: #1E1E1E;
  --headerColor: #1E1E1E;
  --bgColor: #fff;
  --blueColor: #035374;
  --b1Color: #F2C6A1;
  --linkColor: #C9B59A;
  --linkHoverColor: #C9B59A;
}

html,
body {
  background-color: var(--bgColor);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: var(--defaultColor);
}

p {
  font-style: normal;
  font-weight: 500;
  color: var(--defaultColor);
}

.left-border {
  padding-left: 1em;
  border-left: 2px solid var(--b1Color);
}

.navbar-toggler {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: none;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse {
  text-align: center;
  flex-grow: 0;
}

body(:not(.single-post)) .entry-header {
  display: none;
}

body.page .entry-header{
	display: none
}

.site-header {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9.6px);
  border-radius: 50px;
  min-width: 350px;
}
.site-header .logo-box {
  max-width: 160px;
}

h2, h3 {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  color: #1E1E1E;
}

#cookie-notice {
  border-top: 1px solid #035374;
}

#cn-notice-text {
  color: #035374;
}

.home .title {
  position: relative;
}
.home .section-1, .home .section-2 {
  background: #f5f5f5;
}
.home .icons {
  background-color: var(--blueColor);
  padding: 55px;
}
.home .icons h2 {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #F5F5F5;
  text-align: center;
  margin-bottom: 1em;
}
.home .icons .icons-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.home .icons .icons-list > div {
  flex-basis: 100%;
}
.home .icons .icons-list p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #F5F5F5;
  padding-top: 1em;
}
.home .home-video {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.home .home-video .marker {
  position: absolute !important;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  z-index: 5;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.home .home-video .marker svg {
  width: 100%;
  height: 100%;
}
.home .home-video video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
  min-width: 100%;
  min-height: 100vh;
}
.home .home-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  font-family: "Marcellus", serif;
  padding: 5px 10px;
  text-align: center;
  max-width: 90vw;
}
.home .home-header h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F2C6A1;
  white-space: wrap;
}
.home .home-header h2 span {
  display: block;
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.home .home-header a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 7px;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #035374;
  transition: all 0.3s ease-in-out;
}
.home .home-header a:hover {
  background: #035374;
  border: 2px solid rgba(242, 198, 161, 0.8);
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
  color: #F2C6A1;
}
.home .home-header .wp-block-buttons {
  justify-content: center;
}
.home .home-header .wp-block-buttons > .wp-block-button.wp-block-button__width-50{
	width: auto;
}
.home .mini-gallery .mg-row > div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
}
.home .mini-gallery .mg-row:nth-child(1) > div {
  align-items: flex-end;
}
.home .mini-gallery .mg-row:nth-child(2) > div {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.home .contact-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2rem;
}
.home .contact-info .wp-block-buttons {
  margin-bottom: 2rem;
}
.home .contact-info h3 {
  margin-bottom: 0.5em;
}
.home .map-left {
  padding: 3rem 7% 3rem 12% !important;
  background: #035374;
}
.home .map-left p, .home .map-left h2 {
  color: #fff;
}

.site-content {
  overflow: hidden;
}

body.error404, body.search {
  padding-top: 150px;
}

h1,
h1 a {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: var(--headerColor);
  text-transform: uppercase;
  text-decoration: none;
}
h1 span,
h1 a span {
  font-weight: 300;
  font-size: 48px;
  line-height: 72px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: var(--linkColor);
}
a:hover {
  color: var(--linkHoverColor);
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  width: 100%;
  height: 40px;
  border: 1px solid var(--headerColor);
  border-radius: 100px;
  padding: 10px 20px;
  color: var(--headerColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
}

textarea {
  border-radius: 25px;
  height: 150px;
}

.agreement p {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #3A3A3A;
}
.agreement p input {
  transform: translateY(3px);
}

.site-header #menu-main {
  gap: 0 18px;
}
.site-header #menu-main a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #F5F5F5;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-header #menu-main a:hover {
  color: var(--lightColor);
}

.site-header #menu-mieszkania, .btn-link a, .btn-link-a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  min-width: 130px;
  height: 40px;
  background: #035374;
  border-radius: 30px;
  white-space: nowrap;
  border: 2px solid #035374;
  transition: all 0.3s ease-in-out;
}
.site-header #menu-mieszkania:hover, .btn-link a:hover, .btn-link-a:hover {
  background: #f5f5f5;
  outline: none;
  border: 2px solid #035374;
}

.site-header #menu-mieszkania, .btn-link {
  text-decoration: none;
}
.site-header #menu-mieszkania a, .btn-link a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #F2C6A1;
}
.site-header #menu-mieszkania:hover a, .btn-link:hover a {
  color: #035374;
}

.btn-link-a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #F2C6A1;
}
.btn-link-a:hover {
  color: #035374;
}

.site-footer {
  background: #035374;
}
.site-footer, .site-footer p {
  color: #F5F5F5;
}
.site-footer ul {
  list-style: none;
  margin-bottom: 0;
}
.site-footer a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #F5F5F5;
}
.site-footer a:hover {
  color: #F2C6A1;
}
.site-footer #menu-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.site-footer .socialbox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.site-footer .socialbox .footer-widget {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.site-footer .socialbox .footer-widget h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}
.site-footer .socialbox .footer-widget a:hover svg path {
  fill: #F2C6A1 !important;
  transition: all 0.3s ease-in-out;
}
.site-footer .bottom-bar {
  background: #f5f5f5;
}
.site-footer .bottom-bar, .site-footer .bottom-bar p, .site-footer .bottom-bar a {
  color: #1E1E1E;
  line-height: 1em;
  font-size: 10px;
}
.site-footer .bottom-bar p {
  margin: 0;
}
.site-footer figure {
  display: inline-flex;
}

.page-template-mieszkania {
  background-color: #F5F5F5;
}

.flats-table {
  text-align: left;
}
.flats-table th {
  background-color: #035374;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #F2C6A1;
  padding: 1em 0;
}
.flats-table th:last-child {
  text-align: center;
}
.flats-table tbody tr td {
  transition: all 0.3s ease-in-out;
  background-color: #F5F5F5;
}
.flats-table tbody tr:hover td {
  background-color: #fff;
}
.flats-table td {
  padding: 1em 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #1E1E1E;
  vertical-align: middle;
}
.flats-table td:nth-child(1) {
  width: 16.5%;
}
.flats-table td:nth-child(2) {
  width: 33%;
}
.flats-table td:nth-child(3) {
  width: 16.5%;
}
.flats-table td:nth-child(4) {
  width: 16.5%;
}
.flats-table td:last-child {
  text-align: center;
}
.flats-table td em {
  font-style: normal;
  text-transform: lowercase;
}
.flats-table .status {
  font-weight: 700;
}
.flats-table .status.wolne {
  color: #00B407;
}
.flats-table .status.rezerwacja {
  color: #B46C00;
}
.flats-table .status.sprzedane {
  color: #9E0B28;
}
.flats-table a {
  color: #035374;
}
.flats-table a:hover {
  color: #F2C6A1;
}

.flat-details-table {
  text-align: left;
  width: 630px;
  max-width: 100%;
}
.flat-details-table th, .flat-details-table td {
  padding: 1em 0;
  font-style: normal;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  color: #1E1E1E;
  border: none;
  border-bottom: 1px solid #1E1E1E;
}
.flat-details-table th {
  font-weight: 600;
}
.flat-details-table td {
  font-weight: 500;
}
.flat-details-table thead, .flat-details-table tfoot, .flat-details-table tfoot td {
  border: none;
}
.flat-details-table tfoot td:first-child {
  text-align: left;
}
.flat-details-table tfoot td:last-child {
  text-align: right;
}
.flat-details-table tfoot strong {
  color: #035374;
}

.flat-header {
  background-color: #035374;
  padding-top: 150px;
}
.flat-header h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #F2C6A1;
}

.cloud {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 68px;
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #F2C6A1;
  background-color: #035374;
}
.cloud::after {
  content: "";
  position: absolute;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 21px 0 21px;
  border-color: #035374 transparent transparent transparent;
}
.cloud-top {
  border-radius: 0px 0px 25px 25px;
  margin-bottom: 50px;
}
.cloud-top::after {
  bottom: 0;
  transform: translateY(100%);
}
.cloud-bottom {
  border-radius: 25px 25px 0px 0px;
  margin-top: 50px;
}
.cloud-bottom::after {
  top: 0;
  transform: translateY(-100%) rotate(180deg);
}

map area:hover {
  background-color: rgba(3, 83, 116, 0.3);
}

.back-to-top {
  position: fixed;
  z-index: 5;
  top: 3rem;
  right: 1rem;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.back-to-top svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .site-header {
    width: 400px;
    padding: 0 0.5rem;
  }
  h2, h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.2em;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .home .home-video .marker {
    width: 56px;
    height: 56px;
  }
  .back-to-top {
    width: 56px;
    height: 56px;
  }
  .home .mini-gallery .mg-row:nth-child(2) > div {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .site-header {
    width: 600px;
  }
  .home .icons .icons-list > div {
    flex-basis: 50%;
  }
  .home .home-header {
    bottom: 25%;
    padding: 15px 24px;
  }
  .home .home-header h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .home .home-header h2 span {
    font-size: 38px;
    line-height: 42px;
  }
  .home .home-header a {
    padding: 12px 24px;
    gap: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .site-footer .bottom-bar, .site-footer .bottom-bar p, .site-footer .bottom-bar a {
    color: #1E1E1E;
    line-height: 1em;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .site-header {
    width: 760px;
    padding: 0 1rem;
  }
  h2, h3 {
    font-size: 28px;
    line-height: 38px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .home .icons .icons-list > div {
    flex-basis: 20%;
  }
  .flat-details-table th, .flat-details-table td {
    font-size: 14px;
    line-height: 17px;
    padding: 1em;
  }
  .flats-table th, .flats-table td {
    font-size: 12px;
    line-height: 15px;
    padding: 1em;
  }
  .home .home-header {
    left: 10%;
    bottom: 20%;
    border-radius: 20px;
    padding: 25px 50px;
    text-align: left;
    transform: none;
  }
  .home .home-header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .home .home-header h2 span {
    font-size: 52px;
    line-height: 65px;
  }
  .home .home-header a {
    padding: 12px 24px;
    gap: 10px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 17px;
  }
  .home .home-header .wp-block-buttons {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .site-header {
    width: 1000px;
  }
  .site-header .logo-box {
    max-width: unset;
  }
}
@media (min-width: 1400px) {
  .site-header {
    width: 1140px;
  }
}
@media (min-width: 768px) {
  .site-header {
    margin-top: 20px;
  }
  .navbar > .container.header {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  h1,
  h1 a {
    font-size: 24px;
    line-height: 36px;
  }
  h1 span,
  h1 a span {

font-size: 24px;
    line-height: 36px;
  }

}

.rc-anchor-invisible{
	display: none!important;
}

.floating-phone-widget {
  position: fixed;
  right: 15px;
  bottom: 90px;
  z-index: 9999;
}

@media (min-width: 768px) {
  .floating-phone-widget {
    bottom: 80px;
  }
}

.phone-button {
  display: flex;
  align-items: center;
  background-color: #035374;
  color: #F2C6A1;
  padding: 12px 20px;
  border-radius: 30px;
  border: 2px solid #035374;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.phone-button:hover {
  color: #035374;
  border: 2px solid #035374;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.phone-button:hover svg path {
  fill: #035374 !important;
}

.phone-icon {
  margin-right: 8px;
  font-size: 20px;
}

.phone-icon svg {
  margin-top: -2px
}

.wp-image-103{
	height: 60px!important;
}

body.single-post .entry-header{
	display: block!important;
}

/*# sourceMappingURL=style.css.map */