/*
 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 {
  font-family: "Public Sans";
}

h1 {
  font-size: 68px;
  line-height: 1.2;
  color: #0D0D0D;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 42px;
  color: #0D0D0D;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.4;
  color: #0D0D0D;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

p,
span {
  font-size: 16px;
  line-height: 1.6;
  color: #0D0D0D;
}

.paragraph_small {
  font-size: 1.4rem;
}

.paragraph_26 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .paragraph_26 {
    font-size: 20px;
  }
}

a {
  transition: all 0.3s ease-out;
}

section {
  max-width: 2200px;
}

.brxe-container {
  width: 95%;
  max-width: 1400px;
}

.brxe-breadcrumbs {
  color: #002D4C;
  font-size: 14px;
}
.brxe-breadcrumbs span {
  font-size: inherit;
  color: inherit;
}
.brxe-breadcrumbs a.item {
  position: relative;
}
.brxe-breadcrumbs a.item:hover {
  color: #034E82;
}
.brxe-breadcrumbs a.item:hover ::before {
  width: 100%;
}
.brxe-breadcrumbs a.item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: #034E82;
  transition: width 0.3s ease;
}
.brxe-breadcrumbs a.item:hover::before {
  width: 100%;
}

.brxe-button {
  background-color: #0471BB;
  color: #F2F2F2;
  font-weight: 400;
  padding: 9px 20px;
  line-height: 1.6;
  border: 1px solid #034E82;
  transition: all 0.3s ease-out;
}
.brxe-button:hover {
  background-color: #034E82;
  border-color: #002D4C;
}

.icon_button {
  position: relative;
}
.icon_button::after {
  content: url(assets/icons/arrow_right.svg);
  position: relative;
  transition: all 0.3s ease-out;
  margin-left: 2px;
}

.download_button {
  position: relative;
}
.download_button::after {
  content: url(assets/icons/download_cart.svg);
  position: relative;
  transition: all 0.3s ease-out;
  margin-left: 2px;
  height: 16px;
}

.underline_button {
  position: relative;
}
.underline_button:hover {
  color: #034E82;
}

.rich_text > * {
  font-size: inherit;
  color: inherit;
}

.realization:hover {
  color: #034E82;
}

.bracket {
  color: #034E82;
}

.menu-item a {
  position: relative;
  display: inline !important;
}
.menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #034E82;
  transition: width 0.3s ease;
}
.menu-item:hover ::before {
  width: 100%;
}
.menu-item.current-menu-item a::before {
  width: 100%;
}

@media (max-width: 767px) {
  header .menu-item {
    margin-left: 30px;
  }
}

.underline_link {
  position: relative;
}
.underline_link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #034E82;
  transition: width 0.3s ease-out;
}
.underline_link:hover::before {
  width: 100%;
}

.single_post_wrapper .single_post_arrow {
  transition: all 0.3s ease-out;
}
.single_post_wrapper:hover .underline_link {
  color: #034E82;
}
.single_post_wrapper:hover .underline_link::before {
  width: 100%;
}
.single_post_wrapper:hover .single_post_arrow {
  transform: rotate(-45deg);
}
.single_post_wrapper:hover .single_post_arrow path {
  fill: #034E82;
}

.single_building_list:hover {
  background-color: #8CCCF7 !important;
}

.single_building_list:nth-child(even) {
  background-color: #F5FBFF;
}

.tnp.tnp-subscription {
  margin: 0;
}
.tnp.tnp-subscription form {
  display: flex;
  gap: 16px;
}
.tnp.tnp-subscription .tnp-email {
  width: 227px;
  height: 42px;
}
.tnp.tnp-subscription .tnp-email::-moz-placeholder {
  color: #364049;
}
.tnp.tnp-subscription .tnp-email::placeholder {
  color: #364049;
}
.tnp.tnp-subscription .tnp-submit {
  background-color: #0471BB !important;
  color: #EBF7FF;
  padding: 9px 20px !important;
  line-height: 1.4 !important;
  width: 115px;
  height: 42px;
  text-align: center;
}

.forminator-custom-form label {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #647787;
}
.forminator-custom-form .forminator-row:not(:last-child) {
  margin-bottom: 16px !important;
}
.forminator-custom-form .forminator-row-last {
  padding-top: 16px !important;
}
.forminator-custom-form .forminator-row-last .forminator-field {
  display: flex;
  justify-content: end;
}
.forminator-custom-form .forminator-button-submit {
  padding: 9px 20px !important;
  border: 1px solid #034E82 !important;
}

@media (min-width: 767px) {
  .single_estate_vizualizations_wrapper {
    grid-column: span 1;
  }
  .single_estate_vizualizations_wrapper:nth-child(3n-2) {
    grid-column: span 2;
  }
}
.lg-counter > * {
  color: #9BA9B5;
}

@media (min-width: 767px) {
  #menu-item-969 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */