/*
 Theme Name:   Bath Housing
 Theme URI:    https://www.neilarnold.com
 Description:  Child Theme for Bath Housing
 Author:       Neil Arnold
 Author URI:   https://www.neilarnold.com
 Template:     generatepress
 Version:      0.1
*/
div.e-grid.equal-height .elementor-cta {
  height: 100%;
  display: flex;
  flex-direction: column;
}
div.e-grid.equal-height .elementor-cta__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
div.e-grid.equal-height .elementor-cta__description {
  flex-grow: 1;
}
.elementor-widget-text-editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  margin-left: 2em;
}
.elementor-widget-text-editor ul:last-child, .elementor-widget-text-editor ol:last-child {
  margin-bottom: 0;
}
.elementor-widget-text-editor ul ul, .elementor-widget-text-editor ol ul {
  list-style-type: circle;
}
.elementor-pagination {
  margin-top: 20px;
}
a.image-hover, a .image-hover {
  overflow: hidden;
  display: block;
}
a.image-hover img, a .image-hover img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
}
a:hover.image-hover img, a:hover .image-hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
iframe {
  aspect-ratio: 1.7777777778;
}
.top-bar {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .top-bar {
    font-size: 14px;
  }
}
.top-bar .inside-top-bar {
  height: 100%;
}
@media (max-width: 767px) {
  .top-bar .inside-top-bar {
    gap: 20px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-bar .inside-top-bar .widget:nth-child(2n) {
    order: 1;
  }
}
.top-bar p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-bar p {
    text-align: center;
  }
}
.top-bar p a {
  text-decoration: none;
}
.top-bar p a:hover {
  text-decoration: underline;
}
.top-bar ul.menu {
  gap: 30px;
}
@media (max-width: 767px) {
  .top-bar ul.menu {
    gap: 10px;
    align-items: flex-start !important;
  }
}
.top-bar ul.menu li a {
  text-transform: uppercase;
  text-decoration: none;
}
.top-bar ul.menu li.btn a {
  color: #264b59;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  padding: 5px 18px;
  border-radius: 50px;
  display: inline-block;
  line-height: 1em;
  transition: all 250ms ease-in-out;
}
.top-bar ul.menu li.btn a:hover {
  background-color: #264b59;
  color: #ffffff;
}
.top-bar ul.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.top-bar ul.wp-block-social-links li {
  margin: 0;
  padding: 0;
}
.top-bar ul.wp-block-social-links li a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
.top-bar ul.wp-block-social-links li a svg {
  fill: #ffffff;
}
#site-navigation ul li.nav-button a {
  background-color: #264b59;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
body {
  --gp-slideout-width:285px;
}
.main-navigation {
  position: relative;
}
@media desktop_media {
  .main-navigation {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}
.main-navigation.is_stuck {
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .main-navigation ul ul {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .main-navigation ul li.ch-link a {
    padding-top: 30px;
    line-height: 1.3em !important;
  }
}
@media (max-width: 767px) {
  .navigation-branding .site-logo img, .site-logo.mobile-header-logo .site-logo img {
    max-height: 70px;
  }
}
@media (min-width: 1023px) {
  .main-navigation:not(.is_stuck) ul > li > ul {
    transform: translateY(-30px);
  }
  .main-navigation:not(.is_stuck) ul > li > ul ul {
    transform: translateY(0px);
  }
  .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
  ul.sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: inherit;
  }
  .main-navigation .main-nav ul:not(.sub-menu) li.menu-item-has-children > a {
    padding-right: 20px;
  }
}
table {
  margin: 0 0 10px 0;
  border: none;
}
table tr td {
  vertical-align: top;
  border: none;
  border-bottom: solid 1px #264b59;
}
table tr td strong {
  color: #264b59;
}
table tr:last-of-type td {
  border-bottom: none;
}
.home-news {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, #005191 35%, rgba(0, 81, 145, 0.5) 100%);
}
.home-news .elementor-post__thumbnail {
  --webkit-clip-path: polygon(0 0, 101% 0, 101% 92%, 55% 92%, 50% 100%, 45% 92%, 0 92%);
  clip-path: polygon(0 0, 101% 0, 101% 92%, 55% 92%, 50% 100%, 45% 92%, 0 92%);
}
.home-news .elementor-post__read-more {
  background-color: #264b59;
  border-radius: 4px;
  padding: 8px 14px;
  position: relative;
}
.home-news .elementor-post__read-more:after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url("./images/chevron-right.svg");
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
  margin-left: 8px;
  top: 3px;
  background-size: contain;
}
.home-news-posts .elementor-post__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text {
  background-color: #f5f0ec;
  padding: 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt p {
  font-size: 15px;
  line-height: 1.7em;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__text .elementor-post__excerpt p:after {
  content: "...";
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__meta-data:after {
  margin-top: 20px;
  margin-bottom: 10px;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #264b59;
}
.elementor-posts--thumbnail-top .elementor-posts .elementor-post__read-more {
  margin: 0 auto;
  background-color: #B4492D;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  position: relative;
}
.news-post-button .elementor-post__read-more {
  background-color: #264b59;
  border-radius: 4px;
  padding: 8px 14px;
  position: relative;
}
.elementor-widget-archive-posts.news-post-button .elementor-post {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  background-color: #f1f1f1;
}
.elementor-widget-icon-list.stacked ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.elementor-widget-icon-list.stacked ul li a span {
  margin-top: 6px;
}
.elementor-widget-icon-list.stacked ul li a span.elementor-icon-list-text {
  text-align: center;
}
.elementor-widget-call-to-action.special .elementor-cta__bg-wrapper {
  border: solid 1px #ffffff;
  margin-block-end: 10px;
}
.elementor-widget-call-to-action.special .elementor-cta__content .elementor-cta__description {
  text-align: left;
}
.elementor-widget-icon-list.button-list ul li a {
  flex-direction: row-reverse;
  border: solid 2px #264b59;
  border-radius: 4px;
  padding: 6px 8px;
  transition: all 250ms ease-in-out;
}
.elementor-widget-icon-list.button-list ul li a span, .elementor-widget-icon-list.button-list ul li a span svg path {
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 970px) {
  .elementor-widget-icon-list.button-list ul li a {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-icon-list.button-list ul li a {
    margin-bottom: 10px;
  }
}
.elementor-widget-icon-list.button-list ul li a.on, .elementor-widget-icon-list.button-list ul li a:hover {
  background-color: #264b59;
}
.elementor-widget-icon-list.button-list ul li a.on span, .elementor-widget-icon-list.button-list ul li a.on span svg path, .elementor-widget-icon-list.button-list ul li a:hover span, .elementor-widget-icon-list.button-list ul li a:hover span svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.elementor-widget-image.dotted-line .elementor-widget-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: dotted 4px #333333;
  top: 50%;
  left: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .elementor-widget-image.dotted-line .elementor-widget-container:before {
    display: none;
  }
}
.elementor-widget-image.dotted-line .elementor-widget-container img {
  z-index: 2;
  position: relative;
}
.elementor-widget-heading.header-line h1, .elementor-widget-heading.header-line h2, .elementor-widget-heading.header-line h3, .elementor-widget-heading.header-line h4, .elementor-widget-heading.header-line h5 {
  overflow: hidden;
  line-height: 1.3em;
}
.elementor-widget-heading.header-line h1:before, .elementor-widget-heading.header-line h2:before, .elementor-widget-heading.header-line h3:before, .elementor-widget-heading.header-line h4:before, .elementor-widget-heading.header-line h5:before {
  content: "";
  position: relative;
  right: 10px;
  display: inline-block;
  height: 0.6em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  border-top: 4px dotted #264b59;
}
.elementor-widget-heading.header-line h1:after, .elementor-widget-heading.header-line h2:after, .elementor-widget-heading.header-line h3:after, .elementor-widget-heading.header-line h4:after, .elementor-widget-heading.header-line h5:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  height: 0.6em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  border-top: 4px dotted #264b59;
}
.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay, .elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49%, black 100%);
}
.elementor-widget-flip-box .elementor-flip-box__layer__description:not(:last-child), .elementor-widget-flip-box .elementor-flip-box__layer__title:not(:last-child) {
  margin-bottom: 10px;
}
.elementor-widget-flip-box .elementor-flip-box__layer__description a {
  color: #ffffff !important;
}
.elementor-widget-text-editor .elementor-widget-container hr {
  border-top: dotted 4px #862633;
}
.elementor-widget-text-editor .elementor-widget-container a {
  text-decoration: underline;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #264b59;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 1px !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 17px !important;
  background-color: #B4492D !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
}
.search-form {
  margin: 0 0 40px 0;
}
.search-form h3 {
  padding-bottom: 6px;
  padding-right: 4em;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  font-size: 29px;
  font-weight: normal;
  position: relative;
}
.search-form h3.no-link {
  padding-right: 0;
}
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin: 0px -10px 20px -10px;
}
@media (max-width: 767px) {
  .search-form form {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px 0;
  }
}
.search-form form > div {
  margin: 0 10px;
  height: 50px;
}
.search-form form > div:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-form form > div:first-of-type:not(.full-width) {
  max-width: 300px;
}
@media (max-width: 767px) {
  .search-form form > div {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.search-form form select {
  height: 100%;
  outline: none;
  border: solid 1px #dddddd;
}
@media (max-width: 767px) {
  .search-form form select {
    margin: 0 0 10px 0;
  }
}
.search-form form input[type=text] {
  width: 100%;
  height: 100%;
  border: solid 1px #dddddd;
}
.search-form form button, .search-form form input[type=submit] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background-color: #264b59;
  border: solid 1px #264b59;
  padding: 10px 20px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 250ms ease-in-out;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 970px) {
  .search-form form button, .search-form form input[type=submit] {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .search-form form button, .search-form form input[type=submit] {
    padding: 8px 12px;
  }
}
.search-form form button:visited, .search-form form input[type=submit]:visited {
  color: #ffffff;
}
.search-form form button:hover, .search-form form input[type=submit]:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #264b59;
  color: #264b59;
}
.pagination {
  text-align: center;
}
.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
}
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  padding: 0.5em 1.25em;
  display: block;
  border: solid 1px #dddddd;
  transition: all 250ms ease-in-out;
}
.pagination ul.page-numbers li a.page-numbers, .pagination ul.page-numbers li span.page-numbers {
  color: #333333;
}
.pagination ul.page-numbers li a:hover, .pagination ul.page-numbers li a.current, .pagination ul.page-numbers li span:hover, .pagination ul.page-numbers li span.current {
  color: #264b59;
  border: solid 1px #264b59;
  background-color: #eee;
}
.pagination ul.page-numbers li a.disabled, .pagination ul.page-numbers li span.disabled {
  pointer-events: none;
}
.apartments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .apartments {
    grid-template-columns: repeat(1, 1fr);
  }
}
.apartments .apartment {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 4px;
  overflow: hidden;
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(10px);
  transition: box-shadow 0.2s ease, opacity 0.2s ease, transform 0.25s ease;
}
.apartments .apartment.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.apartments .apartment.is-hiding {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
.apartments .apartment .is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
.apartments .apartment:hover, .apartments .apartment:focus {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-color: #444444;
  text-decoration: none;
}
.apartments .apartment:focus-visible {
  outline: 2px solid #222222;
  outline-offset: 2px;
}
.apartments .apartment__status {
  display: block;
  width: 100%;
  align-self: flex-start;
  padding: 6px 10px;
  margin-bottom: 10px;
  background: #4f6b3c;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
}
.apartments .apartment__image {
  border-radius: 4px;
  margin-bottom: 10px;
}
.apartments .apartment__image img {
  aspect-ratio: 1.6;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartments .apartment__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #f5f0ec;
  border-radius: 4px;
  height: 100%;
}
.apartments .apartment__content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}
.apartments .apartment__content h3:after {
  margin-top: 16px;
  margin-bottom: 6px;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #862633;
}
.apartments .apartment__content__rent {
  font-size: 24px;
  line-height: 1em;
  color: #2e2e2e;
  font-weight: 600;
}
.apartments .apartment__content__bedsbaths {
  font-size: 16px;
  line-height: 1.4;
}
.taxonomy-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}
.taxonomy-pill-list li {
  align-items: center;
  padding: 6px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #333333;
  white-space: nowrap;
}
.taxonomy-pill-list__more-link {
  display: inline-flex;
  align-items: center;
  margin: -6px -10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
}
.taxonomy-pill-list__more-link:hover, .taxonomy-pill-list__more-link:focus {
  color: inherit;
  text-decoration: underline;
}
.taxonomy-pill-list__more-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.taxonomy-pill-list__item--more {
  background: #ffffff;
  border-style: dashed;
}
@media (max-width: 767px) {
  .apartment-search {
    padding: 16px;
  }
}
.apartment-search__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4d7cc;
}
.apartment-search__count, .apartment-search__clear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.apartment-search__count {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.apartment-search__count-icon, .apartment-search__clear-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.apartment-search__count-icon svg, .apartment-search__clear-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.apartment-search__count-number {
  font-weight: 700;
}
.apartment-search__clear {
  text-transform: none !important;
  padding: 0 !important;
  font-size: 15px !important;
  border: 0;
  background: transparent !important;
  color: #2e2e2e;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.apartment-search__clear:hover, .apartment-search__clear:focus {
  color: #264b59;
}
.apartment-search__clear:focus-visible {
  outline: 2px solid #264b59;
  outline-offset: 4px;
  border-radius: 4px;
}
.apartment-search__clear:disabled {
  opacity: 0.45;
  cursor: default;
}
.apartment-search__clear-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #264b59;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.apartment-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .apartment-filters {
    flex-direction: column;
  }
}
.apartment-filters__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 180px;
  min-width: 180px;
}
@media (min-width: 768px) and (max-width: 970px) {
  .apartment-filters__group {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .apartment-filters__group {
    flex: 1 1 auto;
    width: 100%;
  }
}
.apartment-filters__label {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}
.apartment-filters__select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  background: #ffffff;
  color: #222222;
  font-size: 0.95rem;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
.apartment-filters__select:hover {
  border-color: #a8a8a8;
  background: #ffffff;
}
.apartment-filters__select:focus {
  outline: none;
  border-color: #666666;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
/* Income Calculator Styles */
.income-calc {
  max-width: 500px;
  padding: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #ffffff;
}
.income-calc h3 {
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #264b59;
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.income-calc p {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}
.income-calc__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.income-calc__form label {
  margin-top: 6px;
  font-weight: 600;
}
.income-calc__select, .income-calc__input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 6px !important;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 1rem;
}
.income-calc__button {
  margin-top: 12px;
  padding: 12px 16px;
  border: 0;
  border-radius: 6px;
  background-color: #B4492D;
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  transition: all 250ms ease-in-out;
}
.income-calc__button:hover, .income-calc__button:focus {
  background-color: #264b59;
}
.income-calc__results {
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  color: #ffffff;
}
.income-calc__results p {
  margin: 0;
  color: inherit;
}
.income-calc__results--very-low, .income-calc__results--low {
  background-color: #2f5d3a;
}
.income-calc__results--market {
  background-color: #4a4a4a;
}
.income-calc__results--error {
  background-color: #8b2e2e;
}
.income-calc__details {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.95rem;
}
.apartment__gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}
.apartment__gallery > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 250ms ease-in-out;
  box-shadow: none;
  overflow: hidden;
  display: none;
}
.apartment__gallery > a:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25) !important;
}
.apartment__gallery > a:first-child {
  grid-row: 1/3;
}
.apartment__gallery > a:nth-child(-n+5) {
  display: block;
}
.apartment__gallery > a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  display: grid;
  place-content: center;
}
.apartment__gallery > a img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
}
.apartment__details .apartment__beds-baths {
  font-size: 17px;
  line-height: 1.4;
}
.apartment__details .apartment__pills {
  margin-top: 20px;
}
table.apartment-quick-facts {
  width: 100%;
  border: none;
  border-collapse: collapse;
  font-size: 15px;
}
table.apartment-quick-facts th, table.apartment-quick-facts td {
  vertical-align: top;
  text-align: left;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
table.apartment-quick-facts th p, table.apartment-quick-facts td p {
  margin-bottom: 10px;
}
table.apartment-quick-facts th p:last-child, table.apartment-quick-facts td p:last-child {
  margin-bottom: 0;
}
table.apartment-quick-facts th ul, table.apartment-quick-facts td ul {
  margin-left: 1.2em;
  margin-bottom: 10px;
}
table.apartment-quick-facts th ul:last-child, table.apartment-quick-facts td ul:last-child {
  margin-bottom: 0;
}
table.apartment-quick-facts th {
  font-weight: 400;
}
table.apartment-quick-facts tr:last-child th, table.apartment-quick-facts tr:last-child td {
  border-bottom: none;
}
body.single-bh_apartments .dialog-lightbox-widget {
  z-index: 10000 !important;
}
body.single-bh_apartments .elementor-widget-theme-post-content p {
  margin-bottom: 10px;
}
body.single-bh_apartments .elementor-widget-theme-post-content p:last-child {
  margin-bottom: 0;
}
body.single-bh_apartments .elementor-widget-theme-post-content ul {
  margin-left: 2em;
  margin-bottom: 20px;
}
body.single-bh_apartments .elementor-widget-theme-post-content ul:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmainelyconstruction.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fmcr%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_e_fixes.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_home.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_news.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_widgets.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Fvariables%2F_mixins.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_pagination.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_apartments.scss%22%2C%22wp-content%2Fthemes%2Fmcr%2Fscss%2Felements%2F_apartment.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BACvCC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BACvBA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAIQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FJJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACbH%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAYV%3BAAAA%3BAAAA%3BAAAA%3BAAOU%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACpIJ%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1SJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAC7BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX%2FTF%3BAWyUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%22%7D */