@charset "UTF-8";
/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
body.bricks-is-frontend :focus {
  outline: none !important;
}

a,
span,
button,
svg {
  transition: all 0.2s ease-out;
}

body {
  position: relative;
  font-size: "Inter", sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: 0;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.home header {
  position: absolute !important;
  z-index: 5;
}

.realization:hover {
  color: #c4b8ab;
}

.post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 0;
}

.post_block,
.post_info_block {
  transition: 0.2s ease-out;
}

.post_excerpt {
  transition: all 0.2s ease-out;
}

@media (hover: hover) {
  .post_block:hover .post_excerpt {
    height: 108px;
  }
}
.button_blured {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: linear-gradient(to right, #c4b8ab 50%, transparent 50%);
  background-size: 201%;
  background-position: right;
  transition: 0.4s ease-out;
}

@media (hover: hover) {
  .button_blured:hover {
    background-position: left bottom !important;
  }
  .top_offer_wrapper:hover .top-offer-text {
    color: #ffffff;
  }
}
.top-offer-text {
  color: #c4b8ab;
}

.top_offer_wrapper {
  writing-mode: tb;
}

@media (min-width: 999px) {
  .open_street_map .leaflet-map {
    height: 579px !important;
  }
}
@media (max-width: 767px) {
  .open_street_map .leaflet-map {
    height: 300px !important;
  }
}
.leaflet-control-attribution.leaflet-control {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red !important;
  color: red !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: green !important;
  color: green !important;
  border-width: 2px !important;
}

.brx-popup-content {
  padding: 0;
  max-width: 1000px;
  width: 90%;
}
@media (max-width: 1400px) {
  .brx-popup-content {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .brx-popup-content {
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
}

.declare_property_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .declare_property_grid {
    display: flex;
    flex-direction: column;
  }
}
.declare_property_grid p {
  display: contents;
}
.declare_property_grid .message_content {
  grid-column: span 2;
}
.declare_property_grid .submit_wrapper {
  grid-column: span 2;
  display: flex;
  justify-content: end;
  flex-direction: row;
  margin-left: auto;
  row-gap: 10px;
}
.declare_property_grid .submit_wrapper input {
  order: 1;
}
.declare_property_grid .submit_wrapper .wpc7-spinner {
  order: -1;
}
.declare_property_grid .file_acceptance_wrapper {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  gap: 32px;
}
@media (max-width: 767px) {
  .declare_property_grid .file_acceptance_wrapper {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 16px;
  }
}
.declare_property_grid .file_acceptance_wrapper .codedropz-upload-inner h3 {
  font-size: 20px !important;
}
.declare_property_grid .file_acceptance_wrapper .codedropz-btn-wrap .cd-upload-btn {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .declare_property_grid .file_acceptance_wrapper .codedropz-btn-wrap .cd-upload-btn:hover {
    color: #c4b8ab;
  }
}
@media (max-width: 768px) {
  .declare_property_grid .codedropz-upload-inner h3,
  .declare_property_grid .codedropz-upload-inner h3 + span {
    display: none;
  }
  .declare_property_grid .codedropz-upload-container {
    padding: 30px 20px;
  }
  .declare_property_grid .dnd-upload-counter {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .declare_property_grid .contact_page_checkbox {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .declare_property_grid input.wpcf7-form-control.wpcf7-file {
    padding: 0;
  }
}
.declare_property_grid .acceptance_container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 767px) {
  .declare_property_grid .acceptance_container {
    margin-top: 20px;
  }
}
.declare_property_grid .acceptance_container .right {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.declare_property_grid .acceptance_container br {
  display: contents;
}
.declare_property_grid input.wpcf7-form-control.wpcf7-file {
  border: none !important;
  width: auto;
}

.wpcf7-select {
  background-color: #ffffff;
}

.wpc-filters-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 16px;
}
@media (max-width: 991px) {
  .wpc-filters-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .wpc-filters-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.wpc-filters-range-values-wrapper {
  display: none;
}

.wpc-filters-section {
  width: 100%;
}

.wpc-filter-layout-submit-button {
  grid-column: 4/4;
  grid-row: span 2/2;
  flex-direction: column !important;
}
@media (max-width: 991px) {
  .wpc-filter-layout-submit-button {
    grid-column: span 2;
    grid-row: span 2;
    row-gap: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .wpc-filter-layout-submit-button {
    grid-column: 1;
  }
}
.wpc-filter-layout-submit-button .wpc-filters-submit-button {
  background-color: #b8384c !important;
  width: 100% !important;
  border: 1px solid #b8384c !important;
  font-size: 20px;
  color: #000000 !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  padding: 7px 14px !important;
}
.wpc-filter-layout-submit-button .wpc-filters-reset-button {
  width: 100% !important;
  background-color: #D3DADC !important;
  width: 100% !important;
  border: 1px solid #D3DADC !important;
  font-size: 20px;
  color: white !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  padding: 7px 14px !important;
}

@media (max-width: 767px) {
  a.wpc-filters-close-button {
    background-color: #D3DADC !important;
    border: 1px solid #D3DADC !important;
    color: white !important;
    transition: all 0.3s ease;
  }
  a.wpc-filters-close-button:hover {
    background-color: #B6B8B9 !important;
    border: 1px solid #B6B8B9 !important;
    opacity: 1 !important;
  }
}
.wpc-filters-range-wrapper input[type=number] {
  height: 50px;
  border: none;
}
@media (max-width: 767px) {
  .wpc-filters-range-wrapper input[type=number] {
    border: 1px solid #ddd;
  }
}

.wpc-filters-range-max-column,
.wpc-filters-range-min-column {
  max-width: 48% !important;
}

.wpc-instead-of-posts-found {
  display: none;
}

.wpc-filter-header {
  height: 0;
}
.wpc-filter-header .wpc-filter-title {
  position: unset;
}
.wpc-filter-header .wpc-help-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 40px;
}
.wpc-filter-header .wpc-help-tip::after {
  position: absolute;
  height: 50px;
  width: 40px;
  z-index: 5555;
  background: transparent;
}

.wpc-filters-section {
  margin-bottom: 0 !important;
}

.wpc-filter-content {
  position: relative;
}
.wpc-filter-content select {
  background-color: #ffffff;
  border: none;
  margin-bottom: 0px !important;
  height: 50px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .wpc-filter-content select {
    border: 1px solid #ddd;
  }
}
.wpc-filter-content::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 30px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  z-index: 1;
}
.wpc-filter-content.wpc-filter-property_type::before {
  background: url(assets/icons/home.svg) no-repeat;
}
.wpc-filter-content.wpc-filter-property_location::before {
  background: url(assets/icons/location-pin.svg) no-repeat;
  height: 21px;
}
.wpc-filter-content.wpc-filter-property_street::before {
  background: url(assets/icons/signpost.svg) no-repeat;
}
.wpc-filter-content.wpc-filter-property_price::before {
  background: url(assets/icons/money.svg) no-repeat;
}
.wpc-filter-content.wpc-filter-property_surface::before {
  background: url(assets/icons/surface.svg) no-repeat;
  height: 14px;
}
.wpc-filter-content.wpc-filter-mortgage_market::before {
  height: 21px;
  background: url(assets/icons/clock.svg) no-repeat;
}
.wpc-filter-content.wpc-filter-property_status::before {
  background: url(assets/icons/hands-helping.svg) no-repeat;
}
.wpc-filter-content.wpc-filter-property_elevator::before {
  background: url(assets/icons/elevator.svg) no-repeat;
  height: 21px;
}
.wpc-filter-content.wpc-filter-property_furniture::before {
  background: url(assets/icons/chair.svg) no-repeat;
  height: 21px;
}
.wpc-filter-content.wpc-filter-property_room::before {
  background: url(assets/icons/bed.svg) no-repeat;
  height: 12px;
}
.wpc-filter-content.wpc-filter-property_floor_count::before {
  background: url(assets/icons/building.svg) no-repeat;
  height: 17px;
}
.wpc-filter-content.wpc-filter-property_year::before {
  background: url(assets/icons/calendar.svg) no-repeat;
  height: 17px;
}
.wpc-filter-content.wpc-filter-property_floor::before {
  background: url(assets/icons/up_down.svg) no-repeat;
  height: 17px;
}
.wpc-filter-content.wpc-filter-property_noOffer::before {
  background: url(assets/icons/id_offer.svg) no-repeat;
  height: 17px;
}

.wpc-search-field {
  height: 50px;
  border: unset !important;
  color: #363636 !important;
}
.wpc-search-field::-moz-placeholder {
  color: #363636 !important;
}
.wpc-search-field::placeholder {
  color: #363636 !important;
}

.wpc-search-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z' fill='%23b8384c'/%3E%3C/svg%3E") !important;
}

.wpc-filter-search-form .wpc-search-field {
  padding-left: 40px !important;
}

.wpc-orderby-select {
  width: 150px !important;
  background-image: none !important;
  border: 1px solid #000000 !important;
  font-size: 15px !important;
  text-align: center;
}

.wpc-filters-range-min-column input {
  padding-left: 40px;
}

.select2-container {
  width: 100% !important;
}

.select2-selection {
  border: none !important;
  padding-left: 25px !important;
}
@media (max-width: 767px) {
  .select2-selection {
    border: 1px solid #ddd !important;
  }
}

.select2-selection__rendered {
  height: 50px;
  line-height: normal !important;
  align-items: center !important;
}

.dropdown_button_wrapper {
  width: auto;
  display: flex;
  justify-content: flex-end;
  padding: 30px 40px 30px 0px;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.dropdown_button_wrapper::after {
  content: "";
  display: inline-block;
  background: url(assets/icons/arrow-down.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  z-index: 1;
}

.sticky2 {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  z-index: 999 !important;
}

#sticky_header_section {
  pointer-events: none;
}

.sticky_home > #sticky_header_section {
  opacity: 1 !important;
  transition: 0.2s ease-out;
  pointer-events: all;
}

.contact-form-agent p,
.contact-form-agent br {
  display: contents;
}

.submit-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 40px;
}
.submit-button p,
.submit-button br {
  display: contents;
}
.submit-button input {
  order: 1;
}

.wp-star svg path {
  fill: #F2C709;
}

.wp-gr .grw-review-inner > svg {
  display: none;
}

img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  width: 36px !important;
  height: 51px !important;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container {
    display: flex !important;
    justify-content: center;
  }
}
.property-slider .swiper-wrapper .image {
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .pswp__item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pswp__counter {
  color: #b8384c !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.pswp__button--close svg {
  color: #b8384c !important;
}

body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  border-color: #b8384c !important;
  background-color: #b8384c !important;
  color: white !important;
}

body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  transition: all 0.2s ease !important;
}
body .wpc-filters-main-wrap a.wpc-filters-submit-button:hover {
  background-color: #A45864 !important;
  color: white !important;
  border-color: #A45864 !important;
}

.wpc-filter-layout-submit-button .wpc-filters-reset-button {
  transition: all 0.2s ease !important;
}
.wpc-filter-layout-submit-button .wpc-filters-reset-button:hover {
  background-color: #B6B8B9 !important;
  color: white !important;
  border-color: #B6B8B9 !important;
}

.brx-popup {
  z-index: 99999999 !important;
}

.single .pswp .pswp__img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

body:not(.home) header {
  display: contents !important;
}

#kontakt {
  scroll-margin: 100px;
}

@media (max-width: 992px) {
  .mobile-menu-hamburger-custom button.bricks-mobile-menu-toggle {
    width: 28px !important;
  }
  .mobile-menu-hamburger-custom button.bricks-mobile-menu-toggle span {
    width: 28px !important;
  }
  #kontakt {
    scroll-margin: 50px;
  }
}
textarea {
  resize: vertical !important;
}

.contact_page_checkbox {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.wpcf7-submit {
  transition: all 0.2s;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.acceptance_checkbox_wrapper {
  grid-column: span 2;
  display: flex !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.acceptance_checkbox_wrapper label {
  color: black !important;
}
.acceptance_checkbox_wrapper .wpcf7-form-control {
  border: none !important;
}
.acceptance_checkbox_wrapper .wpcf7-not-valid label {
  color: red !important;
  font-weight: 600 !important;
}
.acceptance_checkbox_wrapper .wpcf7-list-item {
  margin-left: 0 !important;
}

@media (max-width: 786px) {
  .submit_wrapper,
  .wpcf7-form .submit-button {
    margin-left: 0;
    flex-direction: column !important;
    align-items: center;
    gap: 8px;
  }
  .submit_wrapper .wpcf7-submit,
  .wpcf7-form .submit-button .wpcf7-submit {
    width: 100% !important;
  }
  .submit_wrapper .wpcf7-spinner,
  .wpcf7-form .submit-button .wpcf7-spinner {
    margin: 0 auto !important;
  }
  .wpcf7-form .wpcf7-submit {
    width: 100% !important;
  }
}
.leaflet-popup-content-wrapper {
  font-weight: 600 !important;
  font-size: 8px !important;
  border-radius: 0 !important;
  color: black !important;
}

.leaflet-popup-close-button {
  color: black !important;
}

@media (max-width: 767px) {
  .mobile-filters-custom .wpc-filters-widget-content {
    transform: unset !important;
    position: static !important;
  }
  .mobile-filters-custom .wpc-filters-widget-containers-wrapper {
    position: static !important;
  }
  .mobile-filters-custom .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-open-button-container,
  .mobile-filters-custom .wpc-widget-close-container {
    display: none !important;
  }
  .mobile-filters-custom .wpc-filters-widget-controls-container {
    display: none !important;
  }
  .mobile-filters-custom .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-two {
    display: none !important;
  }
  .mobile-filters-custom .wpc-filters-widget-controls-item {
    width: 100% !important;
  }
  .mobile-filters-custom .wpc-filters-widget-top-container {
    display: none !important;
  }
  .wpc-filters-button-text {
    display: none !important;
  }
  .wpc-button-inner::after {
    content: "Więcej filtrów";
  }
}/*# sourceMappingURL=style.css.map */