/* ==========================================================================
   Global partials
   ========================================================================== */
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item {
  position: relative;
  margin: 8px 0;
  line-height: 1;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox] {
  width: 15px;
  height: 15px;
  max-height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
  margin: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox] + label {
  display: inline-block;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox] + label span.mkdf-label-text {
  padding-left: 10px;
  display: inline-block;
  line-height: 15px;
  color: #000000;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox] + label .mkdf-label-view {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 2px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox] + label .mkdf-label-view:hover {
  cursor: pointer;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox] + label .mkdf-label-view:after {
  content: "";
  width: 6.5px;
  height: 6.5px;
  position: absolute;
  top: 4.25px;
  left: 4.25px;
  background-color: #ffcc00;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item input[type=checkbox]:checked + label .mkdf-label-view:after {
  opacity: 1;
}

/* common mixins - start */
/* common mixins - end */
/* ==========================================================================
   WooCommerce Message styles - begin
   ========================================================================== */
.mkdf-pricing-package-page .woocommerce-message,
.mkdf-pricing-package-page .woocommerce-info,
.mkdf-pricing-package-page .woocommerce-error {
  position: relative;
  display: block;
  padding: 20px 30px;
  margin: 0 0 30px;
  line-height: 38px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
}
.mkdf-pricing-package-page .woocommerce-message > a,
.mkdf-pricing-package-page .woocommerce-info > a,
.mkdf-pricing-package-page .woocommerce-error > a {
  color: #5b5a5a;
}
.mkdf-pricing-package-page .woocommerce-message > a:hover,
.mkdf-pricing-package-page .woocommerce-info > a:hover,
.mkdf-pricing-package-page .woocommerce-error > a:hover {
  color: #000000;
}
.mkdf-pricing-package-page .woocommerce-message a,
.mkdf-pricing-package-page .woocommerce-info a,
.mkdf-pricing-package-page .woocommerce-error a {
  float: right;
}
.mkdf-pricing-package-page .woocommerce-info .showcoupon {
  color: #5b5a5a;
}
.mkdf-pricing-package-page .woocommerce-info .showcoupon:hover {
  color: #000000;
}

/* ==========================================================================
   WooCommerce Message styles - end
   ========================================================================== */
.mkdf-package-list-holder .mkdf-package-item {
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-package-list-holder .mkdf-package-item-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.mkdf-package-list-holder .mkdf-package-title {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  height: 100%;
}
.mkdf-package-list-holder .mkdf-package-title h5 {
  padding: 22px 0 17px;
  margin: 0;
}
.mkdf-package-list-holder .mkdf-package-price {
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0 10px;
}
.mkdf-package-list-holder .mkdf-package-price .mkdf-price-value {
  color: #4dc7ed;
  font-family: "Josefin Sans", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  right: 8px;
  position: relative;
}
.mkdf-package-list-holder .mkdf-package-price .mkdf-price-currency {
  color: #4dc7ed;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  vertical-align: middle;
  left: -4px;
  top: -2px;
  position: relative;
}
.mkdf-package-list-holder .mkdf-package-icon {
  color: #4dc7ed;
  padding-right: 5px;
}
.mkdf-package-list-holder .mkdf-package-content {
  position: relative;
  text-align: left;
  padding: 26px 27px 21px;
  font-weight: 400;
}
.mkdf-package-list-holder .mkdf-package-content > div {
  padding: 6px 0;
}
.mkdf-package-list-holder .mkdf-package-action {
  position: relative;
  padding: 0 30px 34px;
}
.mkdf-package-list-holder .mkdf-package-action .mkdf-btn {
  padding: 10px 8px 6px;
  width: 100%;
}
.mkdf-package-list-holder .mkdf-package-badge {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 16px;
  left: -18px;
  background-color: #ff212b;
  color: #fff;
  font-size: 12px;
  width: 64px;
  text-align: center;
  padding: 4px 0 3px;
}
.mkdf-package-list-holder {
  /***** List Columns Style - begin *****/
}
.mkdf-package-list-holder:not(.mkdf-pckgl-one-column) li {
  float: left;
}
.mkdf-package-list-holder.mkdf-pckgl-two-columns li {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .mkdf-package-list-holder.mkdf-pckgl-two-columns li:nth-child(2n+1) {
    clear: both;
  }
}
.mkdf-package-list-holder.mkdf-pckgl-three-columns li {
  width: 33.3333333333%;
}
@media only screen and (min-width: 681px) {
  .mkdf-package-list-holder.mkdf-pckgl-three-columns li:nth-child(3n+1) {
    clear: both;
  }
}
.mkdf-package-list-holder.mkdf-pckgl-four-columns li {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-package-list-holder.mkdf-pckgl-four-columns li:nth-child(4n+1) {
    clear: both;
  }
}
.mkdf-package-list-holder.mkdf-pckgl-five-columns li {
  width: 20%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-package-list-holder.mkdf-pckgl-five-columns li:nth-child(5n+1) {
    clear: both;
  }
}
.mkdf-package-list-holder.mkdf-pckgl-six-columns li {
  width: 16.6666666667%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-package-list-holder.mkdf-pckgl-six-columns li:nth-child(6n+1) {
    clear: both;
  }
}
.mkdf-package-list-holder {
  /***** List Columns Style - end *****/
}

/* Author archive template for property roles */
.mkdf-re-author-holder {
  /* Info section styles */
}
.mkdf-re-author-holder .mkdf-re-author-info-section {
  margin-bottom: 56px;
}
.mkdf-re-author-holder .mkdf-author-image {
  display: inline-block;
  float: left;
  width: 308px;
}
.mkdf-re-author-holder .mkdf-author-info {
  display: inline-block;
  float: left;
  width: calc(100% - 308px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
}
.mkdf-re-author-holder .mkdf-re-author-title-holder {
  margin-bottom: 16px;
}
.mkdf-re-author-holder .mkdf-re-author-title-holder .mkdf-re-author-title {
  margin: 0;
}
.mkdf-re-author-holder .mkdf-re-author-title-holder .mkdf-re-author-description {
  margin: 0;
  font-weight: 400;
  color: #6f6e6e;
}
.mkdf-re-author-holder .mkdf-re-author-title-holder .mkdf-re-author-description.mkdf-author-role {
  text-transform: capitalize;
}
.mkdf-re-author-holder .mkdf-re-author-image {
  line-height: 0;
}
.mkdf-re-author-holder .mkdf-re-author-description-holder {
  margin-bottom: 15px;
}
.mkdf-re-author-holder .mkdf-re-author-description-holder p {
  margin: 0;
}
.mkdf-re-author-holder .mkdf-re-author-contact .mkdf-re-contact-item {
  margin-bottom: 2px;
}
.mkdf-re-author-holder .mkdf-re-author-contact .mkdf-re-contact-item .mkdf-contact-icon {
  font-size: 13px;
  color: #000000;
  vertical-align: middle;
  margin-right: 10px;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-social {
  margin-top: 59px;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-social .mkdf-re-social-label {
  margin: 0 0 10px 0;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-social .mkdf-contact-social-icons a {
  margin-right: 12px;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-social .mkdf-contact-social-icons a:hover {
  color: #ffcc00;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-agents {
  margin-top: 32px;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-agents h5 {
  margin: 0 0 17px;
}
.mkdf-re-author-holder .mkdf-re-author-footer.mkdf-author-agents img {
  border-radius: 100%;
}
.mkdf-re-author-holder {
  /* List section styles */
}
.mkdf-re-author-holder .mkdf-re-author-properties-section {
  margin-bottom: 80px;
}
.mkdf-re-author-holder .mkdf-re-author-properties-section .mkdf-re-properties-title {
  margin: 0 0 40px;
}

.mkdf-property-single-holder .mkdf-property-label-items-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid #e1e1e1;
}
.mkdf-property-single-holder .mkdf-property-label-style {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 27%;
}
.mkdf-property-single-holder .mkdf-property-label-style h5 {
  margin: 0;
}
.mkdf-property-single-holder .mkdf-property-items-style {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 73%;
}
.mkdf-property-single-holder .mkdf-label-items-item {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 0 0 19px;
}
.mkdf-property-single-holder .mkdf-label-items-label {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 50%;
  font-weight: 300;
  line-height: 1em;
}
.mkdf-property-single-holder .mkdf-label-items-label .mkdf-label-text {
  vertical-align: middle;
}
.mkdf-property-single-holder .mkdf-label-items-label .mkdf-label-icon img {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.mkdf-property-single-holder .mkdf-label-items-value {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
  width: 50%;
  font-weight: 600;
  color: #000000;
  line-height: 1em;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-single-holder .mkdf-grid-col-6:nth-child(2n+1) {
    clear: both;
  }
}
.mkdf-property-single-holder .mkdf-property-attachment a {
  color: #4dc7ed;
}

.single-property aside.mkdf-sidebar {
  margin: 35px 0 60px;
}

/* Basic info section start */
.mkdf-property-basic-info-holder {
  border-bottom: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0;
}
.mkdf-property-basic-info-holder .mkdf-property-basic-info-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-basic-info-holder .mkdf-property-price {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 15%;
  padding: 5px 15px 0 0;
  font-size: 36px;
  font-weight: 600;
  color: #4dc7ed;
  font-family: "Josefin Sans", sans-serif;
}
.mkdf-property-basic-info-holder .mkdf-property-param {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 15%;
  border-left: 1px solid #e1e1e1;
  padding: 0 15px;
}
.mkdf-property-basic-info-holder .mkdf-property-param .mkdf-property-icon {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}
.mkdf-property-basic-info-holder .mkdf-property-param .mkdf-property-icon img {
  vertical-align: middle;
}
.mkdf-property-basic-info-holder .mkdf-property-param .mkdf-property-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 42px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.5em;
}
.mkdf-property-basic-info-holder .mkdf-property-param .mkdf-property-label {
  display: block;
  font-weight: 300;
}
.mkdf-property-basic-info-holder .mkdf-property-param .mkdf-property-value {
  display: block;
  font-weight: 600;
  color: #000000;
}
.mkdf-property-basic-info-holder .mkdf-property-cta {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 25%;
  text-align: center;
  padding-left: 23px;
}
.mkdf-property-basic-info-holder .mkdf-property-cta .mkdf-btn {
  width: 100%;
}

/* Basic info section end */
/* Tags section start */
.mkdf-property-costs.mkdf-property-label-items-holder {
  padding: 35px 0 20px;
}

/* Tags section end */
/* Description section start */
.mkdf-property-description .mkdf-property-description-items p {
  margin: 0;
}
.mkdf-property-description .mkdf-property-description-items .mkdf-property-attachment {
  margin: 18px 0 0;
}

/* Description section end */
/* Features section start */
.mkdf-property-features.mkdf-property-label-items-holder {
  padding: 35px 0 20px;
}
.mkdf-property-features .mkdf-feature.mkdf-feature-inactive {
  color: #b3b2b2;
}
.mkdf-property-features .mkdf-feature.mkdf-feature-active, .mkdf-property-features .mkdf-feature.mkdf-feature-inactive {
  padding: 0 0 9px;
}
.mkdf-property-features .mkdf-feature .mkdf-feature-icon {
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  top: 2px;
}

/* Features section end */
/* Floor plans section start */
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-value {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 40%;
}
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-info {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 60%;
  text-align: right;
  font-family: "Hind", sans-serif;
}
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-item {
  padding: 0 0 0 23px;
}
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-item .mkdf-accordion-size-label,
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-item .mkdf-accordion-room-label,
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-title-item .mkdf-accordion-bath-label {
  font-weight: 400;
}
.mkdf-property-floor-plans .mkdf-accordion-holder .mkdf-accordion-image {
  margin: 30px 0 0;
}

/* Floor plans section end */
.mkdf-property-enquiry-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1002;
  display: none;
}

.mkdf-property-enquiry-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 330px;
  margin: 0 auto;
  background-color: #fff;
  padding: 36px;
}
.mkdf-property-enquiry-inner .mkdf-property-enquiry-form label {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.mkdf-property-enquiry-inner .mkdf-property-enquiry-form label:after {
  content: "*";
  color: #4dc7ed;
  margin-left: 5px;
}
.mkdf-property-enquiry-inner .mkdf-property-enquiry-form textarea {
  max-width: 100%;
}
.mkdf-property-enquiry-inner .mkdf-property-enquiry-form .mkdf-property-single-enquiry-submit {
  width: 100%;
}
.mkdf-property-enquiry-inner .mkdf-property-enquiry-close {
  position: absolute;
  top: -2%;
  right: -2%;
  font-size: 24px;
  cursor: pointer;
}

/* Tags section start */
.mkdf-property-leasing-terms.mkdf-property-label-items-holder {
  padding: 35px 0 20px;
}

/* Tags section end */
/* Map section start */
.mkdf-property-map .mkdf-property-map-address {
  margin: 30px 0 0;
}
.mkdf-property-map .mkdf-property-map-address .mkdf-map-item {
  display: block;
}
.mkdf-property-map .mkdf-property-map-address .mkdf-label-items-item .mkdf-address-icon {
  margin-right: 8px;
}
.mkdf-property-map .mkdf-property-map-address .mkdf-label-items-item .mkdf-label-items-label span {
  vertical-align: middle;
}
.mkdf-property-map.mkdf-property-label-items-holder {
  padding: 35px 0 15px;
}

/* Map section end */
/* Tags section start */
@media only screen and (max-width: 768px) {
  .mkdf-property-multi-unit .mkdf-property-multi-unit-items {
    overflow-x: auto;
  }
}
.mkdf-property-multi-unit .mkdf-property-multi-unit-items thead td {
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
}
.mkdf-property-multi-unit .mkdf-property-multi-unit-items td {
  padding: 10px;
}
.mkdf-property-multi-unit table {
  border-collapse: initial;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.mkdf-property-multi-unit table td {
  border-bottom: 1px solid #e1e1e1;
}

/* Tags section end */
/* Related properties section start */
.mkdf-property-related-posts-holder {
  padding: 35px 0 15px;
  border-bottom: 1px solid #e1e1e1;
}
.mkdf-property-related-posts-holder .mkdf-property-related-posts-title {
  margin: 0 0 20px;
}
.mkdf-property-related-posts-holder h5 {
  margin: 0;
}

/* Related properties section end */
/* Specification section start */
.mkdf-property-specification .mkdf-additional-spec {
  padding-top: 35px;
  margin-top: 15px;
  border-top: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-property-specification.mkdf-property-label-items-holder {
  padding: 35px 0 15px;
}

/* Specification section end */
/* Tags section start */
.mkdf-property-tags .mkdf-tag-item {
  display: inline-block;
  float: left;
}
.mkdf-property-tags .mkdf-tag-item a {
  padding: 10px 21px 8px;
  margin: 0 9px 9px 0;
  font-size: 12px;
  line-height: 1em;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  color: #5b5a5a;
}
.mkdf-property-tags .mkdf-tag-item a:hover {
  color: #4dc7ed;
  border-color: #4dc7ed;
}
.mkdf-property-tags.mkdf-property-label-items-holder {
  padding: 35px 0 25px;
}

/* Tags section end */
/* Title section start */
.mkdf-property-title-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 0;
  border-bottom: 1px solid #e1e1e1;
}
.mkdf-property-title-section .mkdf-property-title-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-title-section .mkdf-title-top,
.mkdf-property-title-section .mkdf-title-bottom {
  display: table-row;
  width: 100%;
  vertical-align: middle;
}
.mkdf-property-title-section .mkdf-property-title-left {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 70%;
  vertical-align: top;
}
.mkdf-property-title-section .mkdf-property-stars {
  color: #ffcc00;
}
.mkdf-property-title-section .mkdf-property-title-right {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 30%;
  text-align: right;
  vertical-align: top;
}
.mkdf-property-title-section h2 {
  margin: 0 0 5px;
}
.mkdf-property-title-section .mkdf-title-inline-part {
  display: inline-block;
  float: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 13px;
  color: #000000;
  border-right: 1px solid #e1e1e1;
}
.mkdf-property-title-section .mkdf-title-inline-part:first-child {
  padding-left: 0;
}
.mkdf-property-title-section .mkdf-title-inline-part:last-child {
  border-right: 0;
}
.mkdf-property-title-section .mkdf-property-statuses {
  font-size: 13px;
  font-weight: 600;
  padding: 1px 7px 0;
  border-radius: 3px;
  background-color: #4dc7ed;
  color: #fff;
}
.mkdf-property-title-section .mkdf-property-id-value {
  font-weight: 700;
  color: #000000;
}

/* Title section end */
/* Virtual tour section start */
.mkdf-property-virtual-tour iframe {
  width: 100%;
}

/* Virtual tour section end */
aside.mkdf-sidebar .widget.mkdf-add-property-widget, .wpb_widgetised_column .widget.mkdf-add-property-widget {
  border: 0;
  padding: 0;
}
.mkdf-top-bar .widget.mkdf-add-property-widget {
  display: inline-block;
}
.widget.mkdf-add-property-widget .mkdf-btn {
  text-transform: none;
  padding: 7px 14px 3px 20px;
  font-size: 12px;
}
.widget.mkdf-add-property-widget .mkdf-btn > span:not(.mkdf-btn-text) {
  font-size: 20px;
  vertical-align: top;
}
.mkdf-menu-area .widget.mkdf-add-property-widget .mkdf-btn, .mkdf-top-bar .widget.mkdf-add-property-widget .mkdf-btn {
  color: #00089f;
}
.mkdf-menu-area .widget.mkdf-add-property-widget .mkdf-btn:hover, .mkdf-top-bar .widget.mkdf-add-property-widget .mkdf-btn:hover {
  background-color: transparent !important;
  color: #878787 !important;
}

.widget.mkdf-contact-property-widget .mkdf-contact-holder h5 {
  margin: 0;
}
.widget.mkdf-contact-property-widget .mkdf-contact-holder .mkdf-contact-title {
  margin: 0 0 10px;
}
.widget.mkdf-contact-property-widget .mkdf-contact-social-icons a {
  font-size: 13px;
  margin-right: 17px;
  color: #939393;
}
.widget.mkdf-contact-property-widget .mkdf-contact-social-icons a:hover {
  color: #4dc7ed;
}
.widget.mkdf-contact-property-widget .mkdf-contact-social {
  margin: 24px 0 0;
}
.widget.mkdf-contact-property-widget .mkdf-contact-label {
  padding-left: 7px;
  position: relative;
  top: -1px;
}
.widget.mkdf-contact-property-widget .mkdf-contact-icon {
  font-size: 15px;
  color: #000000;
}
.widget.mkdf-contact-property-widget .mkdf-contact-name,
.widget.mkdf-contact-property-widget .mkdf-contact-phone,
.widget.mkdf-contact-property-widget .mkdf-contact-link,
.widget.mkdf-contact-property-widget .mkdf-contact-website {
  padding: 3px 0;
}

.widget.mkdf-mortgage-calculator-widget .mkdf-widget-title-holder {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 14px 11px;
}
.widget.mkdf-mortgage-calculator-widget .mkdf-mortgage-calculator-holder {
  padding: 27px 14px 17px;
}
.widget.mkdf-mortgage-calculator-widget .mkdf-btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 5px 0 0;
}
.widget.mkdf-mortgage-calculator-widget input[type=text] {
  width: 100%;
  margin: 4px 0 11px;
  padding: 11px 13px 9px;
}
.widget.mkdf-mortgage-calculator-widget .mkdf-mc-result-holder {
  margin-top: 10px;
  display: none;
}

.widget.mkdf-recently-viewed-property-widget .mkdf-widget-title-holder {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 14px 11px;
}
.widget.mkdf-recently-viewed-property-widget .mkdf-property-list-holder {
  padding: 18px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.mkdf-recently-viewed-property-widget article:last-child {
  margin: 0;
}
.widget.mkdf-recently-viewed-property-widget article:hover .mkdf-pli-title a {
  color: #4dc7ed;
}

.mkdf-re-compare-holder {
  position: fixed;
  top: 0;
  right: -365px;
  width: 365px;
  height: 100%;
  min-height: 100%;
  padding: 62px 45px 36px;
  background-color: #fff;
  text-align: left;
  overflow: visible;
  visibility: hidden;
  z-index: 1990;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.mkdf-re-compare-holder .mkdf-re-compare-holder-scroll {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-re-compare-holder .mkdf-re-compare-actions {
  margin-top: 15px;
}
.mkdf-re-compare-holder .mkdf-re-compare-actions .mkdf-btn:first-child {
  margin-right: 10px;
}

.mkdf-re-compare-holder-opener {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  left: -90px;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  z-index: 1000;
  text-align: center;
  visibility: visible;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.mkdf-compare-empty .mkdf-re-compare-holder-opener {
  left: 0;
}
.mkdf-re-compare-holder-opener:hover {
  color: #fff;
}

.mkdf-re-ch-slide-from-right.mkdf-re-ch-opened .mkdf-wrapper .mkdf-cover {
  z-index: 3000;
}
.mkdf-re-ch-slide-from-right.mkdf-re-ch-opened .mkdf-re-compare-holder {
  right: 0;
  visibility: visible;
}
.mkdf-re-ch-slide-from-right .mkdf-wrapper .mkdf-cover {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.mkdf-re-compare-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(34, 34, 34, 0.9);
  padding: 75px;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.mkdf-re-compare-popup.mkdf-re-popup-opened {
  visibility: visible;
  opacity: 1;
}
.mkdf-re-compare-popup .mkdf-re-compare-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  color: #000000;
  z-index: 20;
  text-align: center;
}
.mkdf-re-compare-popup .mkdf-re-popup-outer,
.mkdf-re-compare-popup .mkdf-re-popup-inner,
.mkdf-re-compare-popup .mkdf-re-popup-items-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  overflow: hidden;
}
.mkdf-re-compare-popup .mkdf-re-popup-outer {
  padding: 40px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.mkdf-re-compare-popup #mkdf-re-popup-items {
  list-style: none;
  margin: 0;
  position: relative;
  max-height: 100%;
}
.mkdf-re-compare-popup #mkdf-re-popup-items.mkdf-with-opacity {
  opacity: 0.5;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li:first-child {
  border: 0;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li:first-child > div {
  margin-bottom: 43px;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li.mkdf-re-info-holder > div {
  line-height: 1;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li.mkdf-re-info-holder > div:first-child {
  font-weight: 500;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  color: #5b5a5a;
  text-align: center;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div:last-child {
  margin-bottom: 0;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div.mkdf-with-opacity {
  opacity: 0.5;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-item-top-section {
  position: relative;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-image {
  line-height: 0;
  overflow: hidden;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-item-top-section-content-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-item-info-top {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-re-add-to-compare {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 29px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-re-add-to-compare > * {
  margin-left: -1px;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-statuses {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 99;
  display: inline-block;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-featured {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 53px;
  background-color: #1b1b1b;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-featured > i {
  left: -1px;
  position: relative;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-item-bottom-section {
  margin-top: 16px;
  position: relative;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-item-bottom-section-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-title {
  margin: 0;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 65%;
  text-align: left;
}
.mkdf-re-compare-popup #mkdf-re-popup-items li > div .mkdf-ci-price {
  color: #4dc7ed;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  text-align: right;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 35%;
}

/* Standard item layout start */
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item {
  margin-bottom: 25px;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item:last-child {
  margin-bottom: 0;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item.mkdf-with-opacity {
  opacity: 0.5;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-item-top-section {
  position: relative;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-image {
  line-height: 0;
  overflow: hidden;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-item-top-section-content-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-item-info-top {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: top;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-re-add-to-compare {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 29px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-re-add-to-compare > * {
  margin-left: -1px;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-statuses {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 99;
  display: inline-block;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-featured {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 53px;
  background-color: #1b1b1b;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-featured > i {
  left: -1px;
  position: relative;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-item-bottom-section {
  margin-top: 16px;
  position: relative;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-item-bottom-section-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-title {
  margin: 0;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 65%;
  text-align: left;
}
.mkdf-re-compare-items-holder.mkdf-items-standard .mkdf-ci-item .mkdf-ci-price {
  color: #4dc7ed;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  text-align: right;
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 35%;
}

/* Standard item layout end */
.mkdf-re-profile-searches-holder .mkdf-property-search {
  display: inline-block;
  vertical-align: middle;
}
.mkdf-re-profile-searches-holder .mkdf-property-search button {
  background: transparent;
  display: inline-block;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
}
.mkdf-re-profile-searches-holder .mkdf-undo-query-save {
  cursor: pointer;
}

.mkdf-re-profile-all-properties-holder .mkdf-re-profile-property-item {
  border-bottom: 1px solid #e1e1e1;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-re-profile-all-properties-holder .mkdf-re-profile-property-item .mkdf-re-profile-property-item-image {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.mkdf-re-profile-all-properties-holder .mkdf-re-profile-property-item .mkdf-re-profile-property-item-image img {
  display: block;
  max-width: 150px;
}
.mkdf-re-profile-all-properties-holder .mkdf-re-profile-property-item .mkdf-re-profile-property-item-title {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 0 0 15px;
}
.mkdf-re-profile-all-properties-holder .mkdf-re-profile-property-item .mkdf-re-profile-property-item-title h4 {
  margin: 5px 0 0;
}
.mkdf-re-profile-all-properties-holder .mkdf-re-profile-property-item .mkdf-re-profile-property-item-buttons {
  display: inline-block;
  position: relative;
  vertical-align: top;
  float: right;
}

.search.search-results .mkdf-property-list-holder article {
  border: 0;
}

.mkdf-property-city-list-holder .mkdf-pcl-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-inner {
  position: relative;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-inner:hover .mkdf-pcl-item-image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.mkdf-property-city-list-holder .mkdf-pcl-item-image {
  line-height: 0;
  overflow: hidden;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-image:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.mkdf-property-city-list-holder .mkdf-pcl-item-content {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-content-outer {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-content-inner {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 18px 5px 0;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-count {
  font-size: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0 0 8px;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-label,
.mkdf-property-city-list-holder .mkdf-pcl-item-county {
  font-weight: 400;
  color: #fff;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-separator {
  line-height: 0;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-separator span {
  display: inline-block;
  height: 1px;
  width: 72px;
  background-color: #ffcc00;
  margin: 18px 0;
}
.mkdf-property-city-list-holder .mkdf-pcl-item-title {
  margin: 0;
  color: #fff;
}
.mkdf-property-city-list-holder {
  /***** List Columns Style - begin *****/
}
.mkdf-property-city-list-holder:not(.mkdf-pcl-one-column) li {
  float: left;
}
.mkdf-property-city-list-holder.mkdf-pcl-two-columns li {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .mkdf-property-city-list-holder.mkdf-pcl-two-columns li:nth-child(2n+1) {
    clear: both;
  }
}
.mkdf-property-city-list-holder.mkdf-pcl-three-columns li {
  width: 33.3333333333%;
}
@media only screen and (min-width: 769px) {
  .mkdf-property-city-list-holder.mkdf-pcl-three-columns li:nth-child(3n+1) {
    clear: both;
  }
}
.mkdf-property-city-list-holder.mkdf-pcl-four-columns li {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-city-list-holder.mkdf-pcl-four-columns li:nth-child(4n+1) {
    clear: both;
  }
}
.mkdf-property-city-list-holder.mkdf-pcl-five-columns li {
  width: 20%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-city-list-holder.mkdf-pcl-five-columns li:nth-child(5n+1) {
    clear: both;
  }
}
.mkdf-property-city-list-holder.mkdf-pcl-six-columns li {
  width: 16.6666666667%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-city-list-holder.mkdf-pcl-six-columns li:nth-child(6n+1) {
    clear: both;
  }
}
.mkdf-property-city-list-holder {
  /***** List Columns Style - end *****/
}

/* ==========================================================================
   Property shortcode style - begin
   ========================================================================== */
.mkdf-property-list-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /***** Article Global Style - begin *****/
}
.mkdf-property-list-holder article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.touch .mkdf-property-list-holder article {
  cursor: pointer;
}
.mkdf-property-list-holder article .mkdf-pl-item-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.mkdf-property-list-holder article .mkdf-pli-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.mkdf-property-list-holder article .mkdf-pli-image img {
  display: block;
  width: 100%;
}
.mkdf-property-list-holder article .mkdf-pli-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mkdf-property-list-holder {
  /***** Article Global Style - end *****/
  /***** List With Map Style - begin *****/
}
.mkdf-property-list-holder.mkdf-pl-with-map .mkdf-property-list-map-part {
  width: 45%;
  position: relative;
  top: auto;
  right: auto;
  z-index: 100;
  height: 100%;
}
.mkdf-property-list-holder.mkdf-pl-with-map .mkdf-property-list-items-part {
  float: left;
  position: relative;
  width: 55%;
  padding: 0 35px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-property-list-holder {
  /***** List With Map Style - end *****/
  /***** List Columns Style - begin *****/
}
.mkdf-property-list-holder.mkdf-pl-gallery:not(.mkdf-pl-one-column) article {
  float: left;
}
.mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-two-columns article {
  width: 50%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-two-columns article:nth-child(2n+1) {
    clear: both;
  }
}
.mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-three-columns article {
  width: 33.3333333333%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-three-columns article:nth-child(3n+1) {
    clear: both;
  }
}
.mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-four-columns article {
  width: 25%;
}
@media only screen and (min-width: 1201px) {
  .mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-four-columns.mkdf-pl-no-map article:nth-child(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1281px) {
  .mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-four-columns.mkdf-pl-with-map article:nth-child(4n+1) {
    clear: both;
  }
}
.mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-five-columns article {
  width: 20%;
}
@media only screen and (min-width: 1201px) {
  .mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-five-columns.mkdf-pl-no-map article:nth-child(5n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1281px) {
  .mkdf-property-list-holder.mkdf-pl-gallery.mkdf-pl-five-columns.mkdf-pl-with-map article:nth-child(5n+1) {
    clear: both;
  }
}
.mkdf-property-list-holder {
  /***** List Columns Style - end *****/
  /***** Masonry Columns Style - begin *****/
}
.mkdf-property-list-holder.mkdf-pl-masonry .mkdf-pl-inner {
  opacity: 0;
}
.mkdf-property-list-holder.mkdf-pl-masonry article,
.mkdf-property-list-holder.mkdf-pl-masonry .mkdf-pl-grid-sizer {
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-masonry .mkdf-pl-grid-gutter {
  width: 0;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-two-columns article,
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-two-columns .mkdf-pl-grid-sizer {
  width: 50%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-two-columns article.mkdf-pl-masonry-large-width, .mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-two-columns article.mkdf-pl-masonry-large-width-height {
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-three-columns article,
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-three-columns .mkdf-pl-grid-sizer {
  width: 33.3333333333%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-three-columns article.mkdf-pl-masonry-large-width, .mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-three-columns article.mkdf-pl-masonry-large-width-height {
  width: 66.6666666667%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-four-columns article,
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-four-columns .mkdf-pl-grid-sizer {
  width: 25%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-four-columns article.mkdf-pl-masonry-large-width, .mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-four-columns article.mkdf-pl-masonry-large-width-height {
  width: 50%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-five-columns article,
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-five-columns .mkdf-pl-grid-sizer {
  width: 20%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-five-columns article.mkdf-pl-masonry-large-width, .mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-five-columns article.mkdf-pl-masonry-large-width-height {
  width: 40%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-images-fixed article .mkdf-pl-item-inner,
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-images-fixed article .mkdf-item-top-section {
  height: 100%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-images-fixed article .mkdf-pli-image {
  height: 100%;
}
.mkdf-property-list-holder.mkdf-pl-masonry.mkdf-pl-images-fixed article .mkdf-pli-image img {
  height: 100%;
}
.mkdf-property-list-holder {
  /***** Masonry Columns Style - end *****/
  /* No properties found */
}
.mkdf-property-list-holder.mkdf-pl-properties-not-found .mkdf-pl-inner {
  margin: 0;
}

/* ==========================================================================
   Property shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Property standard pagination style - begin
   ========================================================================== */
.mkdf-property-list-holder.mkdf-pl-pag-standard .mkdf-pl-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mkdf-property-list-holder.mkdf-pl-pag-standard.mkdf-pl-pag-standard-animate .mkdf-pl-inner {
  opacity: 0;
}

.mkdf-pl-standard-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 20px 0 0;
  clear: both;
}
.mkdf-pl-standard-pagination ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.mkdf-pl-standard-pagination ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  padding: 0;
}
.mkdf-pl-standard-pagination ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-active a {
  color: #4dc7ed;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-prev, .mkdf-pl-standard-pagination ul li.mkdf-pl-pag-next {
  position: absolute;
  top: 0;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-prev a, .mkdf-pl-standard-pagination ul li.mkdf-pl-pag-next a {
  font-size: 30px;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-prev a span, .mkdf-pl-standard-pagination ul li.mkdf-pl-pag-next a span {
  display: block;
  line-height: inherit;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-prev a span:before, .mkdf-pl-standard-pagination ul li.mkdf-pl-pag-next a span:before {
  display: block;
  line-height: inherit;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-prev {
  left: 0;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-prev a {
  opacity: 0;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-next {
  right: 0;
}
.mkdf-pl-standard-pagination ul li.mkdf-pl-pag-next a {
  opacity: 1;
}

/* ==========================================================================
   Property standard pagination style - end
   ========================================================================== */
/* ==========================================================================
   Property load more pagination style - begin
   ========================================================================== */
.mkdf-pl-load-more-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.mkdf-pl-load-more-holder .mkdf-pl-load-more {
  margin: 40px 0 0;
  text-align: center;
}

/* ==========================================================================
   Property load more pagination style - end
   ========================================================================== */
/* ==========================================================================
   Property loading element style - begin
   ========================================================================== */
.mkdf-pl-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 40px 0 20px;
  color: #000000;
  text-align: center;
}
.mkdf-pl-loading.mkdf-standard-pag-trigger {
  position: absolute;
  bottom: 100px;
  left: 0;
}
.mkdf-pl-loading.mkdf-showing {
  display: block;
}
.mkdf-pl-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.mkdf-pl-loading .mkdf-pl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.mkdf-pl-loading .mkdf-pl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ==========================================================================
   Property loading element style - end
   ========================================================================== */
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-property-filter-button {
  margin-right: 15px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-property-query-section {
  display: inline-block;
  vertical-align: middle;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-query-result {
  display: inline-block;
  margin-left: 10px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-result-message {
  padding-right: 10px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-undo-query-save {
  cursor: pointer;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-undo-query-message {
  padding-right: 3px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-reset-filter-section {
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  vertical-align: middle;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-city-holder {
  position: relative;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-city-holder label {
  display: block;
  margin: 0 0 7px;
  color: #000000;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-city-holder .mkdf-filter-property-icon {
  position: absolute;
  top: 28px;
  left: 0;
  font-size: 20px;
  display: inline-block;
  height: 42px;
  line-height: 47px;
  width: 40px;
  text-align: center;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-features-holder .mkdf-feature-item {
  display: inline-block;
  float: left;
  width: 25%;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder label {
  display: block;
  margin: 0 0 7px;
  color: #000000;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder .mkdf-input-min-size,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder .mkdf-input-max-size {
  display: inline-block;
  float: left;
  position: relative;
  width: 49%;
  margin-bottom: 14px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder .mkdf-input-min-size input,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder .mkdf-input-max-size input {
  margin-bottom: 0;
  padding: 0 30px 0 10px;
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder .mkdf-input-min-size {
  margin-right: 2%;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-size-holder .mkdf-sufix {
  position: absolute;
  line-height: 42px;
  right: 12px;
  top: 0;
}
.mkdf-property-list-holder.mkdf-pl-active-filter-hidden.mkdf-pl-city-set .mkdf-property-list-filter-part .mkdf-section-size {
  width: 50%;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-range-slider-response-holder {
  margin: 0 0 7px;
  color: #000;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-range-slider-wrapper {
  height: 42px;
  margin-bottom: 14px;
  width: calc(100% - 10px);
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-range-slider {
  position: relative;
  height: 2px;
  background-color: #d8d8d8;
  top: 50%;
  margin-top: -2px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-range-slider .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #ffcc00;
  z-index: 1;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-range-slider .ui-slider-handle {
  position: absolute;
  top: -8px;
  height: 18px;
  width: 18px;
  background-color: #ffcc00;
  margin: 0 0 0 -1px;
  cursor: pointer;
  outline: 0;
  z-index: 2;
  border-radius: 50%;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-range-slider .ui-slider-handle:last-child {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder label {
  display: inline-block;
  color: #000000;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-wrapper {
  display: inline-block;
  float: right;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 4px 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-input,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-minus,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  color: #5b5a5a;
  background-color: transparent;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-input {
  position: relative;
  height: 20px;
  width: 24px;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  line-height: 20px;
  outline: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons input[type=text]:not(#url) {
  margin-right: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-minus,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-plus {
  line-height: 20px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-minus:hover,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-buttons .mkdf-spec-quantity-plus:hover {
  border-color: #5b5a5a;
}
.mkdf-property-list-holder.mkdf-pl-active-filter-hidden.mkdf-pl-feature-set .mkdf-property-list-filter-part .mkdf-section-spec {
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-active-filter-hidden.mkdf-pl-feature-set .mkdf-property-list-filter-part .mkdf-filter-specification-holder .mkdf-quantity-wrapper {
  float: none;
}

.mkdf-property-list-holder.mkdf-pl-active-filter-hidden.mkdf-pl-type-set .mkdf-property-list-filter-part .mkdf-section-status {
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-active-filter-hidden.mkdf-pl-type-set .mkdf-property-list-filter-part .mkdf-section-status .select2 {
  width: 50% !important;
}
.mkdf-property-list-holder .mkdf-filter-status-holder {
  position: relative;
}
.mkdf-property-list-holder .mkdf-filter-status-holder .mkdf-filter-property-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 40px;
  text-align: center;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-type-holder .mkdf-property-type-list-holder .mkdf-ptl-item {
  border-left: 0;
  margin: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-type-holder .mkdf-property-type-list-holder .mkdf-ptl-item .mkdf-ptl-item-image {
  -webkit-transition: transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-type-holder .mkdf-property-type-list-holder .mkdf-ptl-item.active .mkdf-ptl-item-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-type-holder .mkdf-property-type-list-holder .mkdf-ptl-item.active .mkdf-ptl-item-title {
  color: #4dc7ed;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-type-holder .mkdf-property-type-list-holder .mkdf-ptl-item .mkdf-ptl-item-inner:hover .mkdf-ptl-item-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mkdf-property-list-holder.mkdf-pl-active-filter-hidden.mkdf-pl-status-set .mkdf-property-list-filter-part .mkdf-section-type {
  width: 100%;
}

/* Property filter section css - start */
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-row {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-bottom: 40px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section:first-child {
  padding-left: 0;
  border-left: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section.mkdf-section-type, .mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section.mkdf-section-features, .mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section.mkdf-section-price {
  padding: 0 0 0 30px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section-3 {
  width: 25%;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section-6 {
  width: 50%;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-section-9 {
  width: 75%;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 40px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 0;
}
.mkdf-property-list-holder .select2 {
  width: 100% !important;
}

/* Property filter section css - end */
/* ==========================================================================
   Property filter loading element style - begin
   ========================================================================== */
.mkdf-pl-filter-loading {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 0 40px;
  color: #000000;
  text-align: center;
}
.mkdf-pl-filter-loading.mkdf-showing {
  display: block;
}
.mkdf-pl-filter-loading > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.mkdf-pl-filter-loading .mkdf-pl-loading-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.mkdf-pl-filter-loading .mkdf-pl-loading-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ==========================================================================
   Property filter loading element style - end
   ========================================================================== */
/* Standard item layout start */
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-pl-item-inner:hover .mkdf-pli-image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-top-section {
  position: relative;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-pli-image {
  line-height: 0;
  overflow: hidden;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-pli-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-top-section-content-inner {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-top {
  display: table-row;
  width: 100%;
  height: 30%;
  vertical-align: top;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-bottom {
  display: table-row;
  width: 100%;
  height: 70%;
  vertical-align: bottom;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-bottom-left,
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-bottom-right {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: bottom;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-bottom-left {
  width: calc(100% - 80px);
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-bottom-right {
  width: 80px;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-info-bottom-right {
  text-align: right;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-property-statuses {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  display: inline-block;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-featured {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffcc00;
  font-size: 22px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-pli-title {
  margin: 0;
  color: #fff;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-item-address {
  color: #fff;
  font-weight: 400;
  line-height: 13px;
  margin: 3px 0 0;
}
.mkdf-property-list-holder.mkdf-pl-layout-info-over .mkdf-pl-item .mkdf-property-price {
  color: #000000;
  background-color: #fff;
  padding: 4px 6px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

/* Standard item layout end */
/* Simple item layout start */
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item {
  margin: 0 0 18px;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-content-wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-image-section {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 44px;
  vertical-align: top;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-content {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: calc(100% - 44px);
  padding-left: 13px;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-content .mkdf-pli-title {
  margin: 0;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-content .mkdf-pli-title a {
  color: #000000;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-content .mkdf-pli-title a:hover {
  color: #000000;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-property-price {
  font-weight: 400;
  color: #4dc7ed;
}
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-item-info,
.mkdf-property-list-holder.mkdf-pl-layout-simple .mkdf-pl-item .mkdf-property-types {
  color: #bebebe;
}

/* Simple item layout end */
/* Standard item layout start */
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-pl-item-inner:hover .mkdf-pli-image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section {
  position: relative;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-pli-image {
  line-height: 0;
  overflow: hidden;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-pli-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-top {
  display: table-row;
  width: 100%;
  height: 30%;
  vertical-align: top;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom {
  display: table-row;
  width: 100%;
  height: 70%;
  vertical-align: bottom;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-left,
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-right {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 50%;
  vertical-align: bottom;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-right {
  text-align: right;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-statuses {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  display: inline-block;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-featured {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffcc00;
  font-size: 22px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-id {
  color: #fff;
  font-weight: 400;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-price {
  color: #000000;
  background-color: #fff;
  padding: 4px 6px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-bottom-section {
  margin-top: 13px;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-address {
  font-weight: 400;
  color: #bebebe;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info {
  font-weight: 600;
  color: #000000;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-pli-title {
  margin: 0;
}
.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-re-add-to-compare {
  position: relative;
  z-index: 10;
}

/* Standard item layout end */
/* ==========================================================================
   Property Search shortcode style - begin
   ========================================================================== */
.mkdf-property-search-holder .mkdf-search-type-section .mkdf-property-type-list-holder {
  width: 85%;
  margin: 0 auto;
}
.mkdf-property-search-holder .mkdf-search-type-section .mkdf-property-type-list-holder .mkdf-ptl-item .mkdf-ptl-item-image {
  -webkit-transition: transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mkdf-property-search-holder .mkdf-search-type-section .mkdf-property-type-list-holder .mkdf-ptl-item.active .mkdf-ptl-item-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mkdf-property-search-holder .mkdf-search-type-section .mkdf-property-type-list-holder .mkdf-ptl-item.active .mkdf-ptl-item-title {
  color: #4dc7ed;
}
.mkdf-property-search-holder .mkdf-search-type-section .mkdf-property-type-list-holder .mkdf-ptl-item .mkdf-ptl-item-inner:hover .mkdf-ptl-item-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mkdf-property-search-holder .mkdf-search-bottom {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-property-search-holder .select2-container--default .select2-selection--single {
  color: #5b5a5a;
}
.mkdf-property-search-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 40px;
}
.mkdf-property-search-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 0;
}
.mkdf-property-search-holder .mkdf-search-property-icon {
  position: absolute;
  top: 32px;
  left: 15px;
  font-size: 20px;
}
.mkdf-property-search-holder .mkdf-search-bottom-part {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  vertical-align: bottom;
  padding-right: 10px;
}
.mkdf-property-search-holder .mkdf-search-bottom-part:last-child {
  padding-right: 0;
}
.mkdf-property-search-holder .mkdf-search-bottom-part label,
.mkdf-property-search-holder .mkdf-search-bottom-part .mkdf-btn {
  width: 100%;
}
.mkdf-property-search-holder .mkdf-search-bottom-part .mkdf-btn {
  margin-bottom: 14px;
}
.mkdf-property-search-holder .mkdf-search-bottom-part .select2 {
  display: inline-block;
  width: 100% !important;
}
.mkdf-property-search-holder .mkdf-search-city-section,
.mkdf-property-search-holder .mkdf-search-status-section {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .mkdf-property-search-holder .mkdf-search-city-section,
  .mkdf-property-search-holder .mkdf-search-status-section {
    width: 33.33%;
  }
}
@media only screen and (max-width: 680px) {
  .mkdf-property-search-holder .mkdf-search-city-section,
  .mkdf-property-search-holder .mkdf-search-status-section {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.mkdf-property-search-holder .mkdf-search-button-section {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .mkdf-property-search-holder .mkdf-search-button-section {
    width: 33.33%;
  }
}
@media only screen and (max-width: 680px) {
  .mkdf-property-search-holder .mkdf-search-button-section {
    display: block;
    width: 100%;
  }
}
.mkdf-property-search-holder.mkdf-light-skin .mkdf-search-bottom label,
.mkdf-property-search-holder.mkdf-light-skin .mkdf-search-bottom .mkdf-search-property-icon,
.mkdf-property-search-holder.mkdf-light-skin .mkdf-search-bottom .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #fff;
}
.mkdf-property-search-holder.mkdf-light-skin .mkdf-search-bottom .select2-container--default .select2-selection--single {
  border-color: #fff;
  color: #fff;
}
.mkdf-property-search-holder.mkdf-light-skin .mkdf-search-bottom .mkdf-btn:hover {
  color: #fff !important;
}

/* ==========================================================================
   Property Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Property Slider shortcode style - begin
   ========================================================================== */
.mkdf-property-slider-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.mkdf-property-slider-holder .mkdf-pl-inner {
  margin: 0 !important;
}
.mkdf-property-slider-holder article {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-light-skin .owl-nav .owl-prev,
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-light-skin .owl-nav .owl-next {
  color: #fff;
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-light-skin .owl-nav .owl-prev:hover,
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-light-skin .owl-nav .owl-next:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-dark-skin .owl-nav .owl-prev,
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-dark-skin .owl-nav .owl-next {
  color: #333;
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-dark-skin .owl-nav .owl-prev:hover,
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-nav-dark-skin .owl-nav .owl-next:hover {
  color: rgba(51, 51, 51, 0.8);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-light-skin .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.2);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-light-skin .owl-dots .owl-dot.active span, .mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-light-skin .owl-dots .owl-dot:hover span {
  background-color: rgba(255, 255, 255, 0.8);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-dark-skin .owl-dots .owl-dot span {
  background-color: rgba(51, 51, 51, 0.2);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-dark-skin .owl-dots .owl-dot.active span, .mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-dark-skin .owl-dots .owl-dot:hover span {
  background-color: rgba(51, 51, 51, 0.8);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-on-slider .owl-nav .owl-prev,
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-on-slider .owl-nav .owl-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mkdf-property-slider-holder .mkdf-property-list-holder.mkdf-pag-on-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin: 0;
}

/* ==========================================================================
   Property Slider shortcode style - end
   ========================================================================== */
.mkdf-property-type-list-holder.mkdf-light-skin .mkdf-ptl-item-title {
  color: #fff;
}
.mkdf-property-type-list-holder.mkdf-light-skin .mkdf-ptl-item {
  border-color: rgba(255, 255, 255, 0.3);
}
.mkdf-property-type-list-holder .mkdf-ptl-item {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-property-type-list-holder .mkdf-ptl-item:first-child {
  border-left: 0;
}
.mkdf-property-type-list-holder .mkdf-ptl-item-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-property-type-list-holder .mkdf-ptl-item-inner:hover .mkdf-ptl-item-image {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.mkdf-property-type-list-holder .mkdf-ptl-item-image {
  -webkit-transition: transform 0.15s ease-out;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mkdf-property-type-list-holder .mkdf-taxonomy-image {
  line-height: 0;
  display: block;
  width: 50px;
  margin: 0 auto;
}
.mkdf-property-type-list-holder .mkdf-taxonomy-icon {
  display: block;
}
.mkdf-property-type-list-holder .mkdf-ptl-item-title {
  display: block;
  margin: 10px 0 0;
}
.mkdf-property-type-list-holder .mkdf-ptl-item-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mkdf-property-type-list-holder {
  /***** List Columns Style - begin *****/
}
.mkdf-property-type-list-holder:not(.mkdf-ptl-one-column) li {
  float: left;
}
.mkdf-property-type-list-holder.mkdf-ptl-two-columns li {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .mkdf-property-type-list-holder.mkdf-ptl-two-columns li:nth-child(2n+1) {
    clear: both;
    border-left: 0;
  }
}
.mkdf-property-type-list-holder.mkdf-ptl-three-columns li {
  width: 33.3333333333%;
}
@media only screen and (min-width: 681px) {
  .mkdf-property-type-list-holder.mkdf-ptl-three-columns li:nth-child(3n+1) {
    clear: both;
    border-left: 0;
  }
}
.mkdf-property-type-list-holder.mkdf-ptl-four-columns li {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-type-list-holder.mkdf-ptl-four-columns li:nth-child(4n+1) {
    clear: both;
    border-left: 0;
  }
}
.mkdf-property-type-list-holder.mkdf-ptl-five-columns li {
  width: 20%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-type-list-holder.mkdf-ptl-five-columns li:nth-child(5n+1) {
    clear: both;
    border-left: 0;
  }
}
.mkdf-property-type-list-holder.mkdf-ptl-six-columns li {
  width: 16.6666666667%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-property-type-list-holder.mkdf-ptl-six-columns li:nth-child(6n+1) {
    clear: both;
    border-left: 0;
  }
}
.mkdf-property-type-list-holder {
  /***** List Columns Style - end *****/
}

/* IDX PLUGIN LISTING LIST STYLE OVERRIDE - BEGIN */
.dsidx-results .dsidx-prop-summary div a img {
  border: 0 !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b {
  color: #4dc7ed;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b a {
  color: #000;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b a:hover {
  color: #4dc7ed;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-features > div {
  color: #000;
  font-weight: 700;
}

/* IDX PLUGIN LISTING LIST STYLE OVERRIDE - END */
/* IDX PLUGIN SEARCH FORM STYLE OVERRIDE - BEGIN */
.dsidx-resp-search-box input[type=submit] {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 11px 53px 7px;
  color: #000000;
  background-color: #ffcc00;
  border: 1px solid transparent;
  cursor: pointer;
}
.dsidx-resp-search-box input[type=submit]:hover {
  background-color: transparent;
  border-color: #ffcc00;
}
.dsidx-resp-search-box input[type=text] {
  margin-bottom: 0;
  padding: 11px 16px 8px;
}
.dsidx-resp-search-box .select2-container--default {
  width: 100% !important;
}
.dsidx-resp-search-box .dsidx-resp-area {
  margin-bottom: 10px;
}
.dsidx-resp-search-box fieldset {
  display: block;
}
.dsidx-resp-search-box {
  /* Vertical form */
}
.dsidx-resp-search-box {
  /* Horizontal form */
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area-half.dsidx-quick-resp-min-beds-area,
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area-half.dsidx-quick-resp-min-baths-area {
  display: inline-block;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-search-form {
  margin: 0 -5px;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area {
  padding: 0 5px;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-location-area {
  width: 30%;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-type-area {
  width: 30%;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-quick-resp-min-beds-area {
  width: 10%;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-quick-resp-min-baths-area {
  width: 10%;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-min {
  width: 20% !important;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-price-area-max {
  width: 30% !important;
}
.dsidx-resp-search-box.dsidx-resp-horizontal .dsidx-resp-area-submit {
  width: 30%;
  text-align: left;
}

/* IDX PLUGIN SEARCH FORM STYLE OVERRIDE - END */
/* IDX PLUGIN SEARCH PAGE STYLE OVERRIDE - BEGIN */
#dsidx .dsidx-paging-control {
  font-size: 13px;
  text-align: right;
}
#dsidx .dsidx-sorting-control {
  text-align: left;
  font-size: 13px;
}
#dsidx #dsidx-map-control a {
  font-size: 13px;
}
#dsidx #dsidx-map-control img {
  display: none;
}
#dsidx #dsidx-listings li.dsidx-listing-container {
  margin-bottom: 20px;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-listing {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media {
  padding: 0;
  margin: 0;
  background: transparent;
  width: 300px;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media .dsidx-photo {
  border: 0;
  background: transparent;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-media .dsidx-photo .dsidx-photo-count {
  display: none;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data {
  margin: 0 0 0 320px;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data .dsidx-primary-data {
  padding: 0 0 20px 0;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data .dsidx-primary-data .dsidx-price {
  background-color: #4dc7ed;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data .dsidx-secondary-data div.dsidx-secondary-data-line {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data .dsidx-secondary-data div.dsidx-secondary-data-line span {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data .dsidx-secondary-data .dsidx-secondary-data-mls-number {
  font-size: 13px;
}
#dsidx #dsidx-listings li.dsidx-listing-container .dsidx-data .dsidx-secondary-data .dsidx-secondary-data-mls-number span {
  color: #bebebe;
  font-size: 13px;
}

/* IDX PLUGIN SEARCH PAGE STYLE OVERRIDE - END */
/* IDX PLUGIN SINGLE ITEM SHORTCODE STYLE OVERRIDE - BEGIN */
.dsidx-shortcode-item .dsidx-primary-photo {
  margin-bottom: 30px;
}
.dsidx-shortcode-item .dsidx-primary-photo img {
  border: 0 !important;
}
.dsidx-shortcode-item .dsidx-primary-data tbody tr {
  border-left: 0;
  border-right: 0;
}
.dsidx-shortcode-item .dsidx-primary-data tbody tr th {
  padding-left: 0;
  font-weight: 300;
  border-right: 1px solid #e1e1e1;
}
.dsidx-shortcode-item .dsidx-primary-data tbody tr td {
  font-weight: 600;
  color: #000;
  text-align: center;
}
.dsidx-shortcode-item blockquote {
  font-size: 13px;
  margin: 15px 0;
  text-align: justify;
  line-height: 20px;
}
.dsidx-shortcode-item blockquote:before {
  display: none;
}
.dsidx-shortcode-item h3 {
  text-decoration: none !important;
}
.dsidx-shortcode-item table {
  margin-left: 0 !important;
}
.dsidx-shortcode-item table tbody tr {
  border-left: 0;
  border-right: 0;
}
.dsidx-shortcode-item table tbody tr th {
  padding-left: 0;
  border-right: 0;
  font-weight: 300;
}
.dsidx-shortcode-item table tbody tr td {
  font-weight: 600;
  color: #000;
  text-align: left;
}
.dsidx-shortcode-item .dsidx-shortcode-map {
  margin-left: 0 !important;
  border: 0 !important;
}

/* IDX PLUGIN SINGLE ITEM SHORTCODE STYLE OVERRIDE - END */
/* IDX PLUGIN SINGLE LISTING STYLE OVERRIDE - BEGIN */
#dsidx.dsidx-details .dsidx-top-actions a {
  font-size: 13px;
}
#dsidx.dsidx-details .dsidx-top-actions a img {
  display: none;
}
#dsidx.dsidx-details #dsidx-header table tbody tr,
#dsidx.dsidx-details #dsidx-header table thead tr {
  border: 0;
}
#dsidx.dsidx-details #dsidx-header table td {
  padding: 0;
}
#dsidx.dsidx-details #dsidx-header #dsidx-media-td {
  width: 100%;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data tr {
  border-bottom: 1px solid #e1e1e1;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data tr th {
  padding-left: 0;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data td {
  text-align: right;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data .dsidx-secondary-row {
  background-color: transparent;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price {
  border-bottom: 0;
  text-align: right;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price th {
  padding-bottom: 20px;
  color: #000;
}
#dsidx.dsidx-details #dsidx-header #dsidx-primary-data #dsidx-price td {
  display: inline-block;
  width: auto;
  padding: 5px;
  background-color: #4dc7ed;
  color: #fff;
}
#dsidx.dsidx-details #dsidx-media {
  height: auto !important;
  max-width: none;
  text-align: left;
}
#dsidx.dsidx-details #dsidx-media #dsidx-photos img {
  max-width: 100%;
  max-height: initial;
  border: 0;
}
#dsidx.dsidx-details #dsidx-description {
  font-size: 13px;
  margin: 15px 0;
  text-align: justify;
  line-height: 20px;
}
#dsidx.dsidx-details #dsidx-description:before {
  display: none;
}
#dsidx.dsidx-details #dsidx-secondary-data .dsidx-secondary-row {
  background-color: transparent;
}
#dsidx.dsidx-details #dsidx-secondary-data tbody tr {
  border-left: 0;
  border-right: 0;
}
#dsidx.dsidx-details #dsidx-secondary-data tbody th {
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}
#dsidx.dsidx-details #dsidx-secondary-data tbody th:nth-child(3) {
  width: 20%;
  text-align: left;
}
#dsidx.dsidx-details #dsidx-secondary-data tbody td {
  font-weight: 700;
  color: #000;
  width: 30%;
  text-align: left;
}
#dsidx.dsidx-details #dsidx-secondary-data tbody td:nth-child(4) {
  width: 20%;
  text-align: right;
}
#dsidx.dsidx-details #dsidx-schools .dsidx-secondary-row,
#dsidx.dsidx-details .dsidx-supplemental-data .dsidx-secondary-row {
  background-color: transparent !important;
}
#dsidx.dsidx-details #dsidx-schools tbody,
#dsidx.dsidx-details .dsidx-supplemental-data tbody {
  text-align: left;
}
#dsidx.dsidx-details #dsidx-schools tbody tr,
#dsidx.dsidx-details .dsidx-supplemental-data tbody tr {
  border-left: 0;
  border-right: 0;
}
#dsidx.dsidx-details #dsidx-schools tbody th,
#dsidx.dsidx-details .dsidx-supplemental-data tbody th {
  width: 60%;
  border-right: 0;
  padding-left: 0 !important;
}
#dsidx.dsidx-details #dsidx-schools tbody td,
#dsidx.dsidx-details .dsidx-supplemental-data tbody td {
  width: 40%;
  text-align: left;
  font-weight: 700;
  color: #000;
}
#dsidx.dsidx-details .dsidx-supplemental-data tbody th {
  text-transform: lowercase;
}
#dsidx.dsidx-details .dsidx-supplemental-data tbody th:first-letter {
  text-transform: uppercase;
}
#dsidx.dsidx-details h3 {
  border-bottom: 0 !important;
}
#dsidx.dsidx-details #dsidx-contact-form-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
#dsidx.dsidx-details #dsidx-contact-form .dsidx-secondary-row {
  background-color: transparent !important;
}
#dsidx.dsidx-details #dsidx-contact-form tbody tr {
  border: 0;
}
#dsidx.dsidx-details #dsidx-contact-form tbody td {
  padding-left: 0;
}
#dsidx.dsidx-details #dsidx-contact-form tbody td.column-one {
  width: 30%;
}
#dsidx.dsidx-details #dsidx-contact-form tbody td.column-two {
  width: 70%;
}
#dsidx.dsidx-details #dsidx-contact-form input.dsidx-text {
  padding: 11px 16px 8px;
  font-size: 13px;
  font-weight: 300;
}
#dsidx.dsidx-details #dsidx-contact-form .dsidx-contact-form-schedule-date-row .select2-container--default {
  min-width: 150px;
}
#dsidx.dsidx-details #dsidx-contact-form #dsidx-contact-form-submit {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 11px 53px 7px;
  color: #000000;
  background-color: #ffcc00;
  border: 1px solid transparent;
  cursor: pointer;
}
#dsidx.dsidx-details #dsidx-contact-form #dsidx-contact-form-submit:hover {
  background-color: transparent;
  border-color: #ffcc00;
}

/* IDX PLUGIN SINGLE LISTING STYLE OVERRIDE - END */
/* IDX PLUGIN WIDGET STYLE OVERRIDE - BEGIN */
.widget.dsidx-widget-guided-search .dsidx-resp-vertical .dsidx-resp-area-submit input[type=submit], .widget.dsidx-widget-quick-search .dsidx-resp-vertical .dsidx-resp-area-submit input[type=submit] {
  width: 100%;
}
.widget.dsidx-widget-listings div.dsidx-results-widget,
.widget.dsidx-widget-listings div.dsidx-results-widget p {
  font-family: "Hind", sans-serif !important;
}
.widget.dsidx-widget-listings .dsidx-controls {
  text-align: left !important;
}
.widget.dsidx-widget-listings .dsidx-controls a:first-child {
  padding-left: 0 !important;
}
.widget.dsidx-widget-listings .dsidx-slideshow {
  padding: 0 0 25px 0;
}
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing .dsidx-photo {
  width: 75px;
}
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing .dsidx-photo img {
  max-width: 75px !important;
  border: 0;
  height: 56px;
}
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing p span {
  display: block;
}
.widget.dsidx-widget-listings .dsidx-slideshow .featured-listing h4, .widget.dsidx-widget-listings .dsidx-slideshow .featured-listing p {
  margin-left: 85px !important;
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control {
  width: auto;
  display: inline-block;
  background: transparent;
  font-weight: 400;
  font-size: 0;
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control:before {
  content: "";
  font-size: 22px;
  font-family: "ElegantIcons";
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control.dsidx-move-up {
  top: auto;
  color: #000 !important;
  bottom: 0;
  left: 0;
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control.dsidx-move-up:before {
  content: "4";
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control.dsidx-move-down {
  right: 0;
  color: #000 !important;
}
.widget.dsidx-widget-listings .dsidx-slideshow .dsidx-slideshow-control.dsidx-move-down:before {
  content: "5";
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing .dsidx-photo,
.widget.dsidx-widget-listings .dsidx-map .featured-listing .dsidx-photo {
  top: 22px;
  width: 75px;
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing .dsidx-photo img,
.widget.dsidx-widget-listings .dsidx-map .featured-listing .dsidx-photo img {
  max-width: 75px !important;
  border: 0;
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing h4, .widget.dsidx-widget-listings .dsidx-expanded .featured-listing ul,
.widget.dsidx-widget-listings .dsidx-map .featured-listing h4,
.widget.dsidx-widget-listings .dsidx-map .featured-listing ul {
  margin-left: 85px !important;
}
.widget.dsidx-widget-listings .dsidx-expanded .featured-listing ul li,
.widget.dsidx-widget-listings .dsidx-map .featured-listing ul li {
  padding: 0;
  border-bottom: 0;
}
.widget.dsidx-widget-listings .dsidx-map .dsidx-results-widget-map-details {
  height: auto;
  margin-top: 15px;
}
.widget.dsidx-widget-listings .dsidx-map .featured-listing .dsidx-photo {
  top: 12px;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing {
  width: 100%;
  background: transparent;
  border: 0;
  color: inherit;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing h3.widget-title {
  padding-left: 0;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing h3.widget-title a {
  color: #000000 !important;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow {
  height: auto;
  background: transparent;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow .dsidx-widget-single-listing-photo {
  width: 100%;
  height: auto;
  line-height: initial;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta {
  font-size: 13px;
  font-weight: 600;
  background: none;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta div {
  padding-left: 0;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta div:after {
  display: none;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-details:before,
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-details:after {
  content: " ";
  display: table;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-details:after {
  clear: both;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-details {
  *zoom: 1;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-detail {
  color: #000;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-detail .dsidx-widget-single-listing-detail-description {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-price {
  display: inline-block;
  background: #4dc7ed;
  padding-left: 8px;
  color: #fff;
  line-height: 20px;
}
.widget.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-photo-count {
  display: none;
}

/* IDX PLUGIN WIDGET STYLE OVERRIDE - END */
#ihf-main-container input[name=firstName],
#ihf-main-container input[name=lastName],
#ihf-main-container input[name=newEmail],
#ihf-main-container input[type=text],
#ihf-main-container input[type=email],
#ihf-main-container input[type=tel],
#ihf-main-container input[type=number] {
  padding: 11px 16px 8px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
#ihf-main-container .ihf-label-overlay-money {
  top: 15px;
  left: 18px;
  color: inherit;
}
#ihf-main-container .select2 {
  width: 100% !important;
  margin-bottom: 20px;
}
#ihf-main-container .chosen-container {
  display: none;
}
#ihf-main-container button.btn.btn-default,
#ihf-main-container a.btn.btn-default {
  border-color: #e1e1e1;
}
#ihf-main-container button.btn.btn-default:focus, #ihf-main-container button.btn.btn-default:hover,
#ihf-main-container a.btn.btn-default:focus,
#ihf-main-container a.btn.btn-default:hover {
  background-color: transparent;
}
#ihf-main-container button.btn.btn-default:not(.dropdown-toggle),
#ihf-main-container a.btn.btn-default:not(.dropdown-toggle),
#ihf-main-container a.btn.btn-primary,
#ihf-main-container button.btn.btn-primary {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  outline: none;
  font-size: 11px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 11px 53px 7px;
  color: #000000;
  background-color: #ffcc00;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
}
#ihf-main-container button.btn.btn-default:not(.dropdown-toggle):hover,
#ihf-main-container a.btn.btn-default:not(.dropdown-toggle):hover,
#ihf-main-container a.btn.btn-primary:hover,
#ihf-main-container button.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #ffcc00;
  border-radius: 0;
  outline: 0;
  border-color: transparent;
}
#ihf-main-container .input-group-addon,
#ihf-main-container .form-control {
  border-color: #e1e1e1;
  border-radius: 0;
  color: #5b5a5a;
}
#ihf-main-container .panel-default {
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 40px;
}
#ihf-main-container .panel-default > .panel-heading {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
#ihf-main-container .panel-default .panel-body {
  padding: 0;
  font-size: 14px;
}
#ihf-main-container {
  /* BTN DROPDOWN OPEN */
}
#ihf-main-container .btn-group.pull-right {
  border: 0 !important;
  min-width: 210px;
}
#ihf-main-container .btn-group.pull-right > .btn-group {
  min-width: 210px;
}
#ihf-main-container .btn-group {
  border: 1px solid #dadada;
}
#ihf-main-container .btn-group .dropdown-toggle {
  width: 100%;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5b5a5a;
  text-decoration: none !important;
  border-radius: 0;
}
#ihf-main-container .btn-group .caret {
  position: absolute;
  right: 20px;
  top: 6px;
  border: 0;
}
#ihf-main-container .btn-group .caret:before {
  content: "\e604";
  font-family: simple-line-icons;
  font-size: 10px;
}
#ihf-main-container .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ihf-main-container .btn-group.open > .dropdown-menu {
  border: 1px solid #e1e1e1;
  border-top: 0;
  margin-top: 1px;
  border-radius: 0;
  padding: 0;
  min-width: 210px;
  left: auto;
  right: -1px;
}
#ihf-main-container .btn-group.open > .dropdown-menu > li > a {
  padding: 8px 20px;
}
#ihf-main-container .btn-group.open > .dropdown-menu > li > a:hover {
  background-color: #4dc7ed;
}
#ihf-main-container .btn-group.open > .dropdown-menu > .active a {
  background-color: #4dc7ed;
}
#ihf-main-container {
  /* TABS */
}
#ihf-main-container .nav-tabs {
  border-bottom: 0;
}
#ihf-main-container .nav-tabs > li {
  margin: 0 12px 0 0;
}
#ihf-main-container .nav-tabs > li:last-child {
  margin: 0;
}
#ihf-main-container .nav-tabs > li > a {
  padding: 7px 26px;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: #383838;
  border: 0;
  border-radius: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
#ihf-main-container .nav-tabs > li > a:hover {
  border: 0;
  color: #fff;
  background-color: #25abd1;
}
#ihf-main-container .nav-tabs > li.active > a {
  border: 0;
  color: #fff;
  background-color: #25abd1;
}

/* IHOME FINDER LISTING IDX PAGES STYLE OVERRIDE - BEGIN */
@media only screen and (min-width: 768px) {
  #ihf-main-container #ihf-main-search-form #ihf-search-location-tab .hidden-xs {
    display: inline-block !important;
  }
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab .ihf-one-selectedArea {
  border: 0;
  border-radius: 0;
  padding: 0;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab .ihf-one-selectedArea button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-color: #ffcc00;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab .areaPickerExpandAllTopBar,
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerExpandAllContainer {
  border-radius: 0;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  position: relative;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerCustomListToggle {
  color: #000000;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab .areaPickerExpandAllTopBar {
  height: auto;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerCustomListToggle {
  height: 38px;
  line-height: 37px;
  width: auto;
  float: none;
  margin: 0;
  color: #5b5a5a;
  vertical-align: middle;
  display: inline-block !important;
  padding: 0 10px;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerClearAll {
  height: 37px;
  line-height: 37px;
  width: auto;
  padding: 0;
  float: none;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerClearAll span {
  color: #5b5a5a !important;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerExpandAllCloseButton {
  height: 37px;
  line-height: 37px;
  width: auto;
  padding: 0 10px;
  float: none;
  display: inline-block;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerExpandAllCloseButton span {
  border-radius: 0;
  padding: 6px 16px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  color: #000000;
  background-color: #ffcc00;
  border: 1px solid transparent;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab #areaPickerExpandAllCloseButton:hover span {
  background-color: transparent;
  border-color: #ffcc00;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab .areaPickerExpandAllElement > div {
  color: #000000;
  background-color: #ffcc00;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 16px;
  text-align: center;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
#ihf-main-container #ihf-main-search-form #ihf-search-location-tab .areaPickerExpandAllElement > div.areaSelected, #ihf-main-container #ihf-main-search-form #ihf-search-location-tab .areaPickerExpandAllElement > div.autocompleteMouseOver {
  background-color: transparent;
  border-color: #ffcc00;
  font-weight: initial;
}

/* IHOME FINDER LISTING IDX PAGES STYLE OVERRIDE - END */
/* IHOME FINDER LISTING LISTS STYLE OVERRIDE - BEGIN */
#ihf-main-container .well {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
#ihf-main-container {
  /* GRID LIST */
}
#ihf-main-container .title-bar-1 {
  display: inline-block;
  text-shadow: none;
  border: 0;
  margin: 0 0 10px 0;
  background: #4dc7ed;
  border-radius: 0;
}
#ihf-main-container a {
  color: #000000;
  display: inline-block;
}
#ihf-main-container a:hover {
  color: #4dc7ed;
  text-decoration: none;
}
#ihf-main-container .ihf-grid-result-address {
  display: inline-block;
  margin-bottom: 10px;
}
#ihf-main-container .ihf-grid-result .ihf-map-icon {
  border-radius: 0;
  border: 0;
  background: #4dc7ed;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
}
#ihf-main-container .ihf-grid-result .ihf-map-icon:after {
  display: none;
}
#ihf-main-container .ihf-results-grid-photo {
  margin-bottom: 10px;
}
#ihf-main-container .ihf-grid-result-photocount .glyphicon:before {
  margin-right: 3px;
  font-family: simple-line-icons;
  content: "\e07f";
}
#ihf-main-container .ihf-grid-result-additional-info {
  display: none;
}
#ihf-main-container .ihf-grid-result-mlsnum-proptype {
  text-align: right;
}
#ihf-main-container {
  /* ROW LIST */
}
#ihf-main-container .ihf-result.row .property-divider {
  margin: 15px 0;
}
#ihf-main-container .ihf-result.row .ihf-results-address {
  margin-bottom: 15px;
}
#ihf-main-container .ihf-result.row .ihf-map-icon {
  border-radius: 0;
  border: 0;
  background: #4dc7ed;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
}
#ihf-main-container .ihf-result.row .ihf-map-icon:after {
  display: none;
}
#ihf-main-container .ihf-result.row .ihf-results-photo {
  margin: 0;
}
#ihf-main-container .ihf-result.row .ihf-results-property-info {
  margin: 0;
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
#ihf-main-container .ihf-result.row .ihf-results-price {
  margin-bottom: 10px;
  background: #25abd1;
  color: #fff;
  display: inline-block;
  padding: 10px;
  float: right;
}
#ihf-main-container .ihf-result.row .ihf-results-extra-info {
  margin-top: 0;
}
#ihf-main-container {
  /* MARKET REPORT */
}
#ihf-main-container .ihf-market-report .btn-group {
  border: 0;
}
#ihf-main-container .ihf-market-report #ihf-market-report-header button {
  width: auto;
}
#ihf-main-container .ihf-market-report #ihf-market-report-header .ihf-market-report-header-text {
  color: #5b5a5a;
  width: 100%;
}
#ihf-main-container .ihf-market-report #ihf-market-report-header .ihf-market-report-header-toggle {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #ihf-main-container .ihf-market-report #ihf-market-report-header .ihf-market-report-nav-column {
    width: 33.333%;
  }
}
@media only screen and (max-width: 680px) {
  #ihf-main-container .ihf-market-report #ihf-market-report-header .ihf-market-report-nav-column {
    width: 100%;
  }
}
#ihf-main-container .ihf-market-report #ihf-market-report-nav-container a.ihf-market-report-nav {
  border-color: #e1e1e1;
}
#ihf-main-container .ihf-market-report .ihf-market-report-link {
  text-decoration: none;
}
#ihf-main-container .ihf-market-report .ihf-stat-block,
#ihf-main-container .ihf-market-report .ihf-chart-title {
  border-color: #e1e1e1;
}

/* IHOME FINDER LISTING LISTS STYLE OVERRIDE - END */
/* IHOME FINDER LISTING SEARCH STYLE OVERRIDE - BEGIN */
#ihf-main-container {
  /* Quick Search Form */
}
#ihf-main-container .ihf-quick-search-form label {
  display: block !important;
}
#ihf-main-container {
  /* Listing ID Search Form */
}
#ihf-main-container .listingIdSearchForm input[type=text] {
  width: 98%;
}
#ihf-main-container {
  /* Search Page */
}
#ihf-main-container #ihf-refine-search-button {
  margin-right: 20px;
}
#ihf-main-container .ihf-refine-search-container {
  width: 300px;
}
#ihf-main-container .ihf-listing-search-results .col-xs-12.col-sm-8 {
  width: 100%;
}
#ihf-main-container .ihf-listing-search-results .col-xs-12.col-sm-8 .btn-group {
  border: 0;
}
#ihf-main-container .ihf-listing-search-results .col-xs-12.col-sm-8 .btn-group a {
  width: auto;
  min-width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  #ihf-main-container .ihf-listing-search-results .col-xs-12.col-sm-8 .btn-group a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* IHOME FINDER LISTING SEARCH STYLE OVERRIDE - END */
/* IHOME FINDER LISTING SINGLE LISTING STYLE OVERRIDE - BEGIN */
#ihf-main-container .ihf-listing-detail .btn-detail-leadcapture {
  width: auto !important;
  padding: 12px 24px !important;
}
#ihf-main-container .ihf-listing-detail h4.ihf-price {
  font-size: inherit;
  line-height: 1.5em;
}
#ihf-main-container .ihf-listing-detail h4.ihf-price .ihf-sold-price {
  color: #4dc7ed;
}
#ihf-main-container .ihf-listing-detail .ihf-property-photo img {
  text-align: left;
  margin: 0;
}
#ihf-main-container .ihf-listing-detail .ihf-listing-number {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
#ihf-main-container .ihf-listing-detail .listing-info-item-title {
  color: #000000;
}
#ihf-main-container .ihf-listing-detail .title-bar-1 {
  background: transparent;
  font-size: 22px;
  padding: 0 15px;
  margin-top: 25px;
}

/* IHOME FINDER LISTING SINGLE LISTING STYLE OVERRIDE - END */
/* ==========================================================================
    Real Estate map - start
========================================================================== */
#mkdf-re-single-map-holder {
  height: 500px;
}

#mkdf-re-multiple-map-holder {
  height: 100%;
}

.mkdf-map-marker-holder {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 10;
}
.mkdf-map-marker-holder.active {
  z-index: 11;
}
.mkdf-map-marker-holder .mkdf-map-marker {
  width: 50px;
  height: auto;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner > i,
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  line-height: 65px;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: none;
}
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner .mkdf-pin-custom-image {
  background-size: cover;
  background-position: center;
}
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner .mkdf-map-marker-botom {
  position: absolute;
  bottom: 0;
}
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner svg {
  width: 100%;
  height: auto;
}
.mkdf-map-marker-holder .mkdf-map-marker .mkdf-map-marker-inner svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mkdf-map-marker-holder .mkdf-map-marker.mkdf-pin-icon > :before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #bdbdbd;
}
.mkdf-map-marker-holder .mkdf-map-marker.mkdf-pin-icon .mkdf-map-marker-inner {
  background-color: #bdbdbd;
  color: #fff;
}
.mkdf-map-marker-holder .mkdf-map-marker:hover svg path.house-color {
  fill: #fff;
}
.mkdf-map-marker-holder .mkdf-info-window {
  background-color: #fff;
  text-align: center;
  min-width: 385px;
  display: none;
  position: absolute;
  top: -10px;
  z-index: 10;
  left: -26px;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.mkdf-map-marker-holder .mkdf-info-window-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.mkdf-map-marker-holder .mkdf-info-window-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.mkdf-map-marker-holder .mkdf-info-window-inner > a:hover ~ .mkdf-info-window-details h5 {
  color: #4dc7ed;
  -webkit-transition: color 0.5s cubic-bezier(0.28, 0.75, 0.25, 1);
  transition: color 0.5s cubic-bezier(0.28, 0.75, 0.25, 1);
}
.mkdf-map-marker-holder .mkdf-info-window-inner .mkdf-info-window-details {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 75%;
  text-align: left;
  padding: 0 11px;
}
.mkdf-map-marker-holder .mkdf-info-window-inner .mkdf-info-window-details h5 {
  margin: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.mkdf-map-marker-holder .mkdf-info-window-inner .mkdf-info-window-details p {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  margin: 0;
}
.mkdf-map-marker-holder .mkdf-info-window-inner .mkdf-info-window-image {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  width: 25%;
  padding: 9px;
}
.mkdf-map-marker-holder .mkdf-info-window-inner .mkdf-info-window-image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
  border-right: 1px solid #e1e1e1;
  padding-right: 9px;
}
.mkdf-map-marker-holder .mkdf-info-window-inner:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 45px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mkdf-map-marker-holder.active {
  z-index: 500;
}
.mkdf-map-marker-holder.active svg path.house-color {
  fill: #fff;
}

.mkdf-cluster-marker {
  width: 50px;
  height: auto;
}
.mkdf-cluster-marker .mkdf-cluster-marker-inner {
  position: relative;
}
.mkdf-cluster-marker .mkdf-cluster-marker-inner .mkdf-cluster-marker-number {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  font-family: "Hind", sans-serif;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mkdf-cluster-marker svg {
  width: 100%;
  height: auto;
}
.mkdf-cluster-marker:hover .mkdf-cluster-marker-inner .mkdf-cluster-marker-number {
  color: #fff;
}

/* ==========================================================================
    Real Estate map - end
========================================================================== */
/* Reviews section start */
.mkdf-property-reviews {
  padding: 35px 0 60px;
}
.mkdf-property-reviews h4 {
  margin: 0;
}
.mkdf-property-reviews .mkdf-comments-title {
  display: none;
}
.mkdf-property-reviews .mkdf-property-stars-wrapper {
  padding: 0 0 0 15px;
}
.mkdf-property-reviews .mkdf-property-stars-wrapper .mkdf-property-stars {
  color: #ffcc00;
  font-size: 11px;
  letter-spacing: 0.15em;
}
.mkdf-property-reviews .mkdf-property-reviews-summary {
  display: inline-block;
}
.mkdf-property-reviews .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-name {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.mkdf-property-reviews .mkdf-comment-holder .mkdf-review-rating {
  vertical-align: middle;
  margin-left: 12px;
}
.mkdf-property-reviews .mkdf-comment-holder .mkdf-review-rating .mkdf-rating-inner {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #ffcc00;
}
.mkdf-property-reviews .comment-form {
  position: relative;
}
.mkdf-property-reviews .mkdf-rating-form-title-holder {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -50px;
}
.mkdf-property-reviews .mkdf-comment-form-rating label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  color: #000000;
}
.mkdf-property-reviews .mkdf-comment-form-rating .mkdf-comment-rating-box {
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.mkdf-property-reviews .mkdf-comment-form-rating .mkdf-comment-rating-box .mkdf-star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "ElegantIcons";
  color: #c8c8c8;
  font-size: 11px;
  letter-spacing: 0.15em;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mkdf-property-reviews .mkdf-comment-form-rating .mkdf-comment-rating-box .mkdf-star-rating.active {
  color: #ffcc00;
}
.mkdf-property-reviews .mkdf-comment-form-rating .mkdf-comment-rating-box .mkdf-star-rating:before {
  content: "\e033";
}

/* Reviews section start */
/* All agents template */
.mkdf-re-all-agents {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.mkdf-re-all-agents .mkdf-re-all-agents-table-row {
  display: table-row;
  width: 100%;
}
.mkdf-re-all-agents .mkdf-re-all-agents-table-row.mkdf-re-all-agents-heading {
  font-size: 15px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  letter-spacing: -0.05em;
}
.mkdf-re-all-agents .mkdf-re-all-agents-table-row.mkdf-re-all-agents-heading .mkdf-re-all-agents-table-cell {
  padding: 0 0 25px;
}
.mkdf-re-all-agents .mkdf-re-all-agents-table-cell {
  display: table-cell;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  word-break: break-word;
  padding: 20px 0;
  font-weight: 400;
}

.mkdf-register-content-inner .select2-container--default {
  width: 100% !important;
}

.mkdf-agency-agent-list .mkdf-aal-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-agency-agent-list .mkdf-aal-item-inner {
  text-align: center;
  position: relative;
}
.mkdf-agency-agent-list .mkdf-aal-user-link {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mkdf-agency-agent-list .mkdf-aal-image {
  margin-bottom: 21px;
}
.mkdf-agency-agent-list .mkdf-aal-image img {
  vertical-align: middle;
  border-radius: 50%;
  padding: 0 19%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mkdf-agency-agent-list .mkdf-aal-item-title {
  margin: 0;
}
.mkdf-agency-agent-list .mkdf-aal-item-desc {
  margin: 2px 0 12px;
}
.mkdf-agency-agent-list .mkdf-aal-item-social {
  position: relative;
  z-index: 20;
}
.mkdf-agency-agent-list .mkdf-aal-item-social .mkdf-icon-shortcode {
  padding: 0 8px;
}
.mkdf-agency-agent-list .mkdf-aal-item-social .mkdf-icon-shortcode a {
  color: #5b5a5a;
}
.mkdf-agency-agent-list .mkdf-aal-item-social .mkdf-icon-shortcode a:hover {
  color: #4dc7ed;
}
.mkdf-agency-agent-list {
  /***** List Columns Style - begin *****/
}
.mkdf-agency-agent-list:not(.mkdf-aal-one-column) li {
  float: left;
}
.mkdf-agency-agent-list.mkdf-aal-two-columns li {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .mkdf-agency-agent-list.mkdf-aal-two-columns li:nth-child(2n+1) {
    clear: both;
  }
}
.mkdf-agency-agent-list.mkdf-aal-three-columns li {
  width: 33.3333333333%;
}
@media only screen and (min-width: 769px) {
  .mkdf-agency-agent-list.mkdf-aal-three-columns li:nth-child(3n+1) {
    clear: both;
  }
}
.mkdf-agency-agent-list.mkdf-aal-four-columns li {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-agency-agent-list.mkdf-aal-four-columns li:nth-child(4n+1) {
    clear: both;
  }
}
.mkdf-agency-agent-list.mkdf-aal-five-columns li {
  width: 20%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-agency-agent-list.mkdf-aal-five-columns li:nth-child(5n+1) {
    clear: both;
  }
}
.mkdf-agency-agent-list.mkdf-aal-six-columns li {
  width: 16.6666666667%;
}
@media only screen and (min-width: 1025px) {
  .mkdf-agency-agent-list.mkdf-aal-six-columns li:nth-child(6n+1) {
    clear: both;
  }
}
.mkdf-agency-agent-list {
  /***** List Columns Style - end *****/
}
/*# sourceMappingURL=../../../../plugins/mkdf-real-estate/assets/css/real-estate.css.map */

/* OBHOA simplified property filter */
.mkdf-property-list-filter-part.obhoa-property-filter-part{padding:34px 24px;background:#fff;border:1px solid #eee;margin-bottom:35px;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:22px;align-items:end;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field{width:100%;padding:0;border:0;}
.mkdf-property-list-filter-part.obhoa-property-filter-part label{display:block;margin-bottom:10px;font-size:14px;font-weight:500;color:#000;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-container{width:100%!important;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-filter-property-icon{left:14px;top:auto;bottom:11px;z-index:2;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-selection--single{height:44px;border:1px solid #ddd;border-radius:0;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-selection__rendered{line-height:44px;padding-left:42px;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-selection__arrow{height:44px;}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row{margin-top:24px;}
@media only screen and (max-width:1024px){.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row{grid-template-columns:repeat(2,minmax(180px,1fr));}}
@media only screen and (max-width:680px){.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row{grid-template-columns:1fr;}.mkdf-property-list-filter-part.obhoa-property-filter-part{padding:24px 16px;}}

/* OBHOA custom compact property filter */
.mkdf-property-list-filter-part.obhoa-property-filter-part{
    padding:22px 24px 18px!important;
    margin:0 0 28px!important;
    border:1px solid #e6e6e6;
    box-sizing:border-box;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(160px,1fr));
    gap:18px!important;
    align-items:end!important;
    margin:0!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field{
    width:100%!important;
    float:none!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    box-sizing:border-box;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field > div{
    position:relative!important;
    width:100%!important;
    box-sizing:border-box;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part label{
    display:block!important;
    margin:0 0 8px!important;
    padding:0!important;
    line-height:1.2!important;
    font-size:13px!important;
    font-weight:400!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-filter-property-icon{
    position:absolute!important;
    left:15px!important;
    bottom:12px!important;
    top:auto!important;
    z-index:4!important;
    width:16px!important;
    height:16px!important;
    line-height:16px!important;
    margin:0!important;
    padding:0!important;
    pointer-events:none!important;
    color:#555!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-filter-property-icon span,
.mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-filter-property-icon i{
    display:block!important;
    font-size:16px!important;
    line-height:16px!important;
    margin:0!important;
    padding:0!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part select,
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-container,
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-container--default .select2-selection--single{
    width:100%!important;
    min-width:0!important;
    height:42px!important;
    min-height:42px!important;
    box-sizing:border-box!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part select{
    padding-left:42px!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-container--default .select2-selection--single,
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-selection--single{
    display:block!important;
    border:1px solid #ddd!important;
    border-radius:0!important;
    background:#fff!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-container--default .select2-selection--single .select2-selection__rendered,
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-selection--single .select2-selection__rendered{
    padding-left:42px!important;
    padding-right:32px!important;
    height:42px!important;
    line-height:42px!important;
    box-sizing:border-box!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-container--default .select2-selection--single .select2-selection__arrow,
.mkdf-property-list-filter-part.obhoa-property-filter-part .select2-selection--single .select2-selection__arrow{
    height:42px!important;
    right:10px!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    margin-top:18px!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row .mkdf-filter-button-holder,
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row .mkdf-save-search-button-holder{
    margin:0!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row .mkdf-btn{
    height:42px!important;
    line-height:42px!important;
    padding-top:0!important;
    padding-bottom:0!important;
}
.mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-filter-reset{
    margin-left:auto!important;
}
@media only screen and (max-width:1024px){
    .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row{
        grid-template-columns:repeat(2,minmax(160px,1fr));
    }
}
@media only screen and (max-width:600px){
    .mkdf-property-list-filter-part.obhoa-property-filter-part{
        padding:16px 14px!important;
    }
    .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row{
        grid-template-columns:1fr;
        gap:12px!important;
    }
    .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row{
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row .mkdf-btn{
        width:100%!important;
        box-sizing:border-box!important;
    }
    .mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-filter-reset{
        margin-left:0!important;
        text-align:center!important;
    }
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-city-holder,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-status-holder,
.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-rating-holder,
.mkdf-property-list-filter-part .mkdf-filter-grade-holder {
  position: relative !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .mkdf-filter-property-icon {
  top: 39px !important;
  left: 18px !important;
  transform: none !important;
  line-height: 1 !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .select2-container {
  height: 42px !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .select2-container .select2-selection--single {
  height: 42px !important;
  line-height: 42px !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part .select2-container .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 42px !important;
}
.mkdf-property-list-holder .mkdf-item-info-bottom-right .mkdf-property-certification-grade {
  right: 8px!important;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  color: #000;
  padding: 6px 12px;          /* more horizontal space */
  border-radius: 4px;
  font-size: 11px;             /* ~30% smaller */
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.mkdf-property-list-holder .mkdf-property-certification-grade img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.mkdf-property-list-holder .mkdf-property-certification-grade .mkdf-grade-text {
  line-height: 1;
}

.mkdf-property-list-holder.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-price.mkdf-property-certification-grade {
    font-size: 8px !important;
    padding: 4px 8px !important;
}
/* OBHOA: homepage property search, fixed 200px dropdowns */
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 {
  display: flex !important;
  table-layout: auto !important;
  width: auto !important;
  max-width: 100% !important;
  justify-content: center !important;
  align-items: flex-end !important;
  gap: 10px !important;
  margin: 0 auto !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part {
  display: block !important;
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  flex: 0 0 200px !important;
  padding-right: 0 !important;
  vertical-align: bottom !important;
  box-sizing: border-box !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  flex: 0 0 120px !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section .mkdf-btn {
  width: 120px !important;
  height: 42px !important;
  line-height: 42px !important;
  margin-bottom: 14px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container {
  width: 200px !important;
  max-width: 200px !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single {
  height: 42px !important;
  line-height: 42px !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 42px !important;
  line-height: 42px !important;
  padding-left: 40px !important;
  padding-right: 34px !important;
}

.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-property-icon {
  top: 32px !important;
  left: 15px !important;
  z-index: 10 !important;
}

@media only screen and (max-width: 1100px) {
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 {
    flex-wrap: wrap !important;
  }
}

@media only screen and (max-width: 680px) {
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section .mkdf-btn {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* OBHOA: mobile fix for homepage 4-field search */
@media only screen and (max-width: 768px) {
  .mkdf-property-search-holder .mkdf-property-search-inner,
  .mkdf-property-search-holder .mkdf-property-search {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: #fff !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 42px !important;
    line-height: 42px !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 42px !important;
    padding-right: 35px !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-property-icon {
    position: absolute !important;
    left: 14px !important;
    top: 31px !important;
    width: 20px !important;
    height: 42px !important;
    line-height: 42px !important;
    z-index: 10 !important;
    text-align: center !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section .mkdf-btn {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}


/* OBHOA HOME SEARCH FINAL DESKTOP + MOBILE FIX */
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4{
  display:flex!important;
  table-layout:auto!important;
  width:100%!important;
  max-width:100%!important;
  justify-content:center!important;
  align-items:flex-end!important;
  gap:10px!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part{
  position:relative!important;
  display:block!important;
  width:200px!important;
  min-width:200px!important;
  max-width:200px!important;
  flex:0 0 200px!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  vertical-align:bottom!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section{
  width:120px!important;
  min-width:120px!important;
  max-width:120px!important;
  flex:0 0 120px!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container{
  width:200px!important;
  min-width:200px!important;
  max-width:200px!important;
  box-sizing:border-box!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single{
  width:100%!important;
  height:42px!important;
  line-height:42px!important;
  box-sizing:border-box!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single .select2-selection__rendered{
  height:42px!important;
  line-height:42px!important;
  padding-left:40px!important;
  padding-right:34px!important;
  box-sizing:border-box!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 label{
  display:block!important;
  margin:0 0 6px!important;
  line-height:1.2!important;
  white-space:normal!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-property-icon{
  position:absolute!important;
  top:31px!important;
  left:14px!important;
  width:20px!important;
  height:42px!important;
  line-height:42px!important;
  z-index:10!important;
  text-align:center!important;
}
.mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section .mkdf-btn{
  width:120px!important;
  min-width:120px!important;
  max-width:120px!important;
  height:42px!important;
  line-height:42px!important;
  margin:0 0 14px!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
@media only screen and (max-width:1100px){
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4{
    flex-wrap:wrap!important;
  }
}
@media only screen and (max-width:768px){
  .mkdf-property-search-holder,
  .mkdf-property-search-holder .mkdf-property-search-inner,
  .mkdf-property-search-holder .mkdf-property-search{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4{
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:12px!important;
    width:calc(100vw - 40px)!important;
    max-width:420px!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-city-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-status-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-rating-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-certification-grade-section{
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    flex:0 0 auto!important;
    padding:0!important;
    margin:0!important;
    box-sizing:border-box!important;
    clear:both!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 label{
    display:block!important;
    width:100%!important;
    margin:0 0 6px!important;
    padding:0!important;
    line-height:1.2!important;
    white-space:normal!important;
    text-align:left!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single{
    width:100%!important;
    height:42px!important;
    line-height:42px!important;
    box-sizing:border-box!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single .select2-selection__rendered{
    height:42px!important;
    line-height:42px!important;
    padding-left:42px!important;
    padding-right:35px!important;
    box-sizing:border-box!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-property-icon{
    position:absolute!important;
    left:14px!important;
    top:27px!important;
    width:20px!important;
    height:42px!important;
    line-height:42px!important;
    z-index:10!important;
    text-align:center!important;
  }
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section .mkdf-btn{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    flex:0 0 auto!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
}
/* END OBHOA HOME SEARCH FINAL DESKTOP + MOBILE FIX */

/* OBHOA MOBILE WIDTH OVERFLOW FIX */
@media only screen and (max-width: 768px) {
  .mkdf-property-search-holder {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-property-search-inner,
  .mkdf-property-search-holder form.mkdf-property-search {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-city-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-status-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-rating-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-certification-grade-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-selection--single,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 42px !important;
    padding-right: 35px !important;
    box-sizing: border-box !important;
  }
}
/* END OBHOA MOBILE WIDTH OVERFLOW FIX */

/* OBHOA MOBILE SEARCH INNER WIDTH HARD FIX */
@media only screen and (max-width: 768px) {
  .mkdf-property-search-holder .mkdf-property-search-inner,
  .mkdf-property-search-holder form.mkdf-property-search,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 {
    width: calc(100vw - 90px) !important;
    max-width: 320px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-bottom-part,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-city-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-status-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-rating-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-certification-grade-section,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-search-button-section {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 select,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-container,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .select2-selection--single,
  .mkdf-property-search-holder .mkdf-search-bottom.mkdf-obhoa-home-search-4 .mkdf-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
/* END OBHOA MOBILE SEARCH INNER WIDTH HARD FIX */

/* OBHOA two-row listing filter: state, city, beach proximity, bedroom */
.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part {
  padding: 25px 24px 26px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 18px;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-row .obhoa-filter-field {
  flex: 0 0 calc(25% - 14px);
  max-width: calc(25% - 14px);
  position: relative;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-action-row {
  margin-bottom: 0;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field > div {
  position: relative;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field label {
  display: block;
  margin: 0 0 7px;
  color: #000;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field .mkdf-filter-property-icon {
  position: absolute;
  left: 11px;
  top: 34px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  z-index: 5;
  pointer-events: none;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field select,
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field .select2-container {
  width: 100% !important;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field .select2-selection--single {
  height: 42px !important;
}
.mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-field .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 42px !important;
}
@media only screen and (max-width: 1024px) {
  .mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-row .obhoa-filter-field {
    flex: 0 0 calc(50% - 9px);
    max-width: calc(50% - 9px);
  }
}
@media only screen and (max-width: 680px) {
  .mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-row {
    gap: 14px;
  }
  .mkdf-property-list-holder .mkdf-property-list-filter-part .obhoa-filter-row .obhoa-filter-field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* OBHOA FINAL: repair listing filter dropdown widths after cascading update */
.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part {
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  gap: 18px !important;
  width: 100% !important;
  margin-bottom: 18px !important;
  box-sizing: border-box !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row .obhoa-filter-field {
  flex: 0 0 calc(25% - 14px) !important;
  width: calc(25% - 14px) !important;
  max-width: calc(25% - 14px) !important;
  min-width: 0 !important;
  display: block !important;
  position: relative !important;
  box-sizing: border-box !important;
  float: none !important;
  clear: none !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field > div {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  color: #000 !important;
  line-height: 1.25 !important;
  box-sizing: border-box !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field select,
.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2,
.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2-container,
.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2-container[style] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  box-sizing: border-box !important;
  display: block !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2-container .selection,
.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2-container .select2-selection--single {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  box-sizing: border-box !important;
  display: block !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  line-height: 42px !important;
  padding-left: 42px !important;
  padding-right: 34px !important;
  color: #000 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  right: 8px !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-field .mkdf-filter-property-icon {
  position: absolute !important;
  left: 13px !important;
  top: 33px !important;
  width: 20px !important;
  height: 42px !important;
  line-height: 42px !important;
  text-align: center !important;
  font-size: 16px !important;
  z-index: 30 !important;
  pointer-events: none !important;
}

.mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-action-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 18px !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row .obhoa-filter-field {
    flex: 0 0 calc(50% - 9px) !important;
    width: calc(50% - 9px) !important;
    max-width: calc(50% - 9px) !important;
  }
}

@media only screen and (max-width: 680px) {
  .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row {
    gap: 14px !important;
  }
  .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row .obhoa-filter-field {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* END OBHOA FINAL listing filter dropdown width repair */

/* OBHOA single property basic info row refinement */
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param {
    display: flex;
    align-items: center;
    width: auto;
    flex: 1 1 145px;
    min-width: 145px;
    border-left: 1px solid #e1e1e1;
    padding: 0 15px;
    box-sizing: border-box;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param:first-child {
    border-left: 0;
    padding-left: 0;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-certification-status-param .mkdf-property-content {
    width: auto;
    padding-left: 0;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta {
    display: flex;
    align-items: center;
    width: auto;
    flex: 0 0 170px;
    padding-left: 15px;
    box-sizing: border-box;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta .mkdf-btn {
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param,
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta {
        flex: 1 1 50%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param,
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta {
        flex: 1 1 100%;
        border-left: 0;
        padding-left: 0;
    }
}
/* OBHOA single property compact first row + Property Manager button */
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:0 !important;width:100% !important;box-sizing:border-box !important}.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param{display:flex !important;align-items:center !important;width:auto !important;flex:1 1 150px !important;min-width:150px !important;border-left:1px solid #e1e1e1 !important;padding:0 15px !important;box-sizing:border-box !important}.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param:first-child{border-left:0 !important;padding-left:0 !important}.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-certification-status-param .mkdf-property-content{width:auto !important;padding-left:0 !important}.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta{display:flex !important;align-items:center !important;width:auto !important;flex:0 0 170px !important;padding-left:15px !important;box-sizing:border-box !important}.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta .mkdf-btn,.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta .mkdf-property-manager-action{width:100% !important;text-align:center !important;white-space:nowrap !important;box-sizing:border-box !important}@media only screen and (max-width:1024px){.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param,.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta{flex:1 1 50% !important;margin-bottom:15px !important}}@media only screen and (max-width:600px){.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param,.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-cta{flex:1 1 100% !important;border-left:0 !important;padding-left:0 !important}}

/* OBHOA Property Manager button placement fix */
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    flex:0 0 360px!important;
    min-width:360px!important;
    padding-left:15px!important;
    box-sizing:border-box!important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn,
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-property-manager-action{
    flex:1 1 0!important;
    width:auto!important;
    min-width:160px!important;
    text-align:center!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
}
@media only screen and (max-width:1200px){
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group{
        flex:1 1 100%!important;
        min-width:0!important;
        padding-left:0!important;
        margin-top:15px!important;
        justify-content:flex-start!important;
    }
}
@media only screen and (max-width:600px){
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group{
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn,
    .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-property-manager-action{
        width:100%!important;
        min-width:0!important;
    }
}

/* OBHOA final: basic info CTA with Property Manager + Request Showing */
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param {
  display: flex !important;
  align-items: center !important;
  flex: 1 1 150px !important;
  min-width: 150px !important;
  width: auto !important;
  box-sizing: border-box !important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-certification-status-param .mkdf-property-content {
  width: auto !important;
  padding-left: 0 !important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex: 0 0 360px !important;
  width: 360px !important;
  padding-left: 15px !important;
  box-sizing: border-box !important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn,
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-property-manager-action {
  width: 170px !important;
  min-width: 170px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 1200px) {
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
    flex: 1 1 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 16px !important;
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 600px) {
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-property-param,
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
    flex: 1 1 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 14px !important;
  }
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn,
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-property-manager-action {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* OBHOA final visual fix: Property Manager + Request Showing buttons */
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex: 0 0 455px !important;
  width: 455px !important;
  min-width: 455px !important;
  padding-left: 18px !important;
  box-sizing: border-box !important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn,
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-property-manager-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 215px !important;
  min-width: 215px !important;
  max-width: 215px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  white-space: nowrap !important;
  text-align: center !important;
}
.mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn-text {
  display: inline-block !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  line-height: inherit !important;
}
@media only screen and (max-width: 1280px) {
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
    flex: 1 1 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    margin-top: 16px !important;
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 600px) {
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-btn,
  .mkdf-property-basic-info-holder .mkdf-obhoa-basic-info-inner .mkdf-obhoa-cta-group .mkdf-property-manager-action {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

/* OBHOA default single property gallery: 1200x600 lightbox collage */
.mkdf-property-single-holder .mkdf-obhoa-single-gallery-wrap {
    max-width: 1200px;
    height: 600px;
    margin: 0 auto 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.mkdf-property-single-holder .mkdf-obhoa-single-gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 8px;
    width: 100%;
    height: 100%;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-main,
.mkdf-property-single-holder .mkdf-obhoa-gallery-side-item {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-main {
    border-radius: 0;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: 100%;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-side-item:nth-child(2) {
    border-radius: 0;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-side-item:nth-child(4) {
    border-radius: 0;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-lightbox,
.mkdf-property-single-holder .mkdf-obhoa-gallery-lightbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-lightbox img {
    object-fit: cover;
}

.mkdf-property-single-holder .mkdf-obhoa-more-images {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-block;
    padding: 8px 14px 7px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(0,0,0,.18);
}

.mkdf-property-single-holder .mkdf-obhoa-gallery-hidden-link {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .mkdf-property-single-holder .mkdf-obhoa-single-gallery-wrap {
        max-width: 100%;
        height: auto;
        padding: 0 15px;
    }

    .mkdf-property-single-holder .mkdf-obhoa-single-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }

    .mkdf-property-single-holder .mkdf-obhoa-gallery-main {
        height: 360px;
        border-radius: 0;
    }

    .mkdf-property-single-holder .mkdf-obhoa-gallery-side {
        height: auto;
        grid-template-columns: 1fr 1fr;
    }

    .mkdf-property-single-holder .mkdf-obhoa-gallery-side-item {
        height: 180px;
        border-radius: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .mkdf-property-single-holder .mkdf-obhoa-gallery-main {
        height: 260px;
    }

    .mkdf-property-single-holder .mkdf-obhoa-gallery-side {
        grid-template-columns: 1fr;
    }

    .mkdf-property-single-holder .mkdf-obhoa-gallery-side-item {
        height: 190px;
    }
}


/* OBHOA FINAL: force single property gallery to 1200x600, square corners, lightbox-ready */
.mkdf-property-single-holder .mkdf-obhoa-single-gallery-wrap{max-width:1200px !important;height:600px !important;margin:0 auto 30px !important;overflow:hidden !important;box-sizing:border-box !important;border-radius:0 !important;}
.mkdf-property-single-holder .mkdf-obhoa-single-gallery{height:100% !important;border-radius:0 !important;}
.mkdf-property-single-holder .mkdf-obhoa-gallery-main,.mkdf-property-single-holder .mkdf-obhoa-gallery-side,.mkdf-property-single-holder .mkdf-obhoa-gallery-side-item{border-radius:0 !important;overflow:hidden !important;}
.mkdf-property-single-holder .mkdf-obhoa-gallery-lightbox,.mkdf-property-single-holder .mkdf-obhoa-gallery-lightbox img{display:block !important;width:100% !important;height:100% !important;border-radius:0 !important;}
.mkdf-property-single-holder .mkdf-obhoa-gallery-lightbox img{object-fit:cover !important;}
@media only screen and (max-width:1240px){.mkdf-property-single-holder .mkdf-obhoa-single-gallery-wrap{max-width:calc(100% - 30px) !important;height:auto !important;}.mkdf-property-single-holder .mkdf-obhoa-single-gallery{grid-template-columns:1fr !important;height:auto !important;}.mkdf-property-single-holder .mkdf-obhoa-gallery-main{height:420px !important;}.mkdf-property-single-holder .mkdf-obhoa-gallery-side{height:auto !important;grid-template-columns:1fr 1fr !important;}.mkdf-property-single-holder .mkdf-obhoa-gallery-side-item{height:210px !important;}}
@media only screen and (max-width:600px){.mkdf-property-single-holder .mkdf-obhoa-single-gallery-wrap{max-width:100% !important;padding:0 12px !important;}.mkdf-property-single-holder .mkdf-obhoa-gallery-main{height:300px !important;}.mkdf-property-single-holder .mkdf-obhoa-gallery-side{grid-template-columns:1fr !important;}.mkdf-property-single-holder .mkdf-obhoa-gallery-side-item{height:220px !important;}}

/* OBHOA Property Manager company display */
.mkdf-obhoa-card-manager-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.mkdf-obhoa-card-manager-box .mkdf-obhoa-manager-logo {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef1f5;
  color: #7b8491;
  font-size: 10px;
  font-weight: 700;
  overflow: hidden;
}

.mkdf-obhoa-card-manager-box .mkdf-obhoa-manager-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mkdf-obhoa-card-manager-content {
  min-width: 0;
  display: block;
  line-height: 1.2;
}

.mkdf-obhoa-card-manager-label {
  display: block;
  font-size: 11px;
  color: #7c7c7c;
  font-weight: 400;
}

.mkdf-obhoa-card-manager-name {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mkdf-property-basic-info-holder .mkdf-obhoa-cta-group {
  width: 34%;
  padding-left: 18px;
  text-align: left;
}

.mkdf-obhoa-single-manager-box {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}

.mkdf-obhoa-single-manager-box .mkdf-obhoa-manager-logo {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef1f5;
  color: #7b8491;
  font-size: 9px;
  font-weight: 700;
  overflow: hidden;
}

.mkdf-obhoa-single-manager-box .mkdf-obhoa-manager-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mkdf-obhoa-single-manager-text {
  display: block;
  min-width: 0;
  line-height: 1.2;
}

.mkdf-obhoa-single-manager-label {
  display: block;
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

.mkdf-obhoa-single-manager-name {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mkdf-obhoa-single-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mkdf-property-basic-info-holder .mkdf-obhoa-single-buttons .mkdf-btn {
  min-width: 170px;
  width: auto;
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .mkdf-property-basic-info-holder .mkdf-obhoa-cta-group {
    width: 100%;
    display: block;
    padding: 18px 0 0;
    border-left: 0;
  }
  .mkdf-obhoa-single-buttons {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 680px) {
  .mkdf-obhoa-single-buttons {
    display: block;
  }
  .mkdf-property-basic-info-holder .mkdf-obhoa-single-buttons .mkdf-btn {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
}


/* OBHOA Property Manager card/button refinement */
.mkdf-obhoa-card-manager-box {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 13px !important;
  padding: 10px 12px !important;
  background: #fff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.06) !important;
}
.mkdf-obhoa-manager-logo {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #eef1f5 !important;
  overflow: hidden !important;
  position: relative !important;
}
.mkdf-obhoa-manager-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.mkdf-obhoa-manager-logo-placeholder:before {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #b6bec9 !important;
  position: absolute !important;
  top: 9px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.mkdf-obhoa-manager-logo-placeholder:after {
  content: "" !important;
  width: 30px !important;
  height: 16px !important;
  border-radius: 18px 18px 0 0 !important;
  background: #b6bec9 !important;
  position: absolute !important;
  bottom: 4px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.mkdf-obhoa-card-manager-content {
  min-width: 0 !important;
  display: block !important;
  line-height: 1.15 !important;
}
.mkdf-obhoa-card-manager-button {
  display: inline-block !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: #7c7c7c !important;
  font-weight: 600 !important;
  margin: 0 0 3px !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.mkdf-obhoa-card-manager-button:hover { color: #000 !important; }
.mkdf-obhoa-card-manager-button-disabled {
  cursor: default !important;
  pointer-events: none !important;
  color: #7c7c7c !important;
}
.mkdf-obhoa-card-manager-name {
  display: block !important;
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 700 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.mkdf-obhoa-single-manager-box .mkdf-obhoa-manager-logo {
  flex-basis: 34px !important;
  width: 34px !important;
  height: 34px !important;
}
.mkdf-obhoa-single-manager-box .mkdf-obhoa-manager-logo-placeholder:before {
  width: 14px !important;
  height: 14px !important;
  top: 7px !important;
}
.mkdf-obhoa-single-manager-box .mkdf-obhoa-manager-logo-placeholder:after {
  width: 24px !important;
  height: 13px !important;
  bottom: 3px !important;
}
.mkdf-property-manager-action-disabled {
  opacity: .55 !important;
  cursor: default !important;
  pointer-events: none !important;
}

/* OBHOA final property manager card logic */
.mkdf-obhoa-manager-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}
.mkdf-obhoa-card-manager-empty .mkdf-obhoa-card-manager-name,
.mkdf-obhoa-single-manager-empty .mkdf-obhoa-single-manager-name {
    display: none !important;
}
.mkdf-obhoa-card-manager-box .mkdf-obhoa-card-manager-button,
.mkdf-obhoa-single-manager-box .mkdf-obhoa-single-manager-label {
    text-transform: none !important;
}
.mkdf-obhoa-card-manager-button-disabled {
    pointer-events: none !important;
}

/* OBHOA clickable property manager company archive links */
.mkdf-obhoa-card-manager-name-link,
.mkdf-obhoa-single-manager-name-link{color:#000!important;text-decoration:none!important;}
.mkdf-obhoa-card-manager-name-link:hover,
.mkdf-obhoa-single-manager-name-link:hover{color:#4dc7ed!important;}

/* OBHOA: manager archive card + Visit Property button refinement */
.mkdf-obhoa-card-manager-wrap {
  width: 100%;
  margin-top: 13px;
}
.mkdf-obhoa-card-manager-wrap .mkdf-obhoa-card-manager-box {
  margin-top: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}
.mkdf-obhoa-card-manager-archive-link {
  cursor: pointer !important;
}
.mkdf-obhoa-card-manager-archive-link:hover .mkdf-obhoa-card-manager-name {
  color: #4dc7ed !important;
}
.mkdf-obhoa-card-visit-property {
  display: block !important;
  width: 100% !important;
  margin-top: 14px !important;
  padding: 15px 12px 13px !important;
  border: 1px solid #e1e1e1 !important;
  background: #fff !important;
  color: #000 !important;
  text-align: center !important;
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
}
.mkdf-obhoa-card-visit-property:hover {
  border-color: #ffcc00 !important;
  background: #ffcc00 !important;
  color: #000 !important;
}
.mkdf-obhoa-card-visit-property-disabled {
  opacity: .55 !important;
  pointer-events: none !important;
  cursor: default !important;
}
.mkdf-obhoa-single-manager-label {
  text-transform: none !important;
}
.mkdf-property-basic-info-holder .mkdf-property-manager-action .mkdf-btn-text {
  white-space: nowrap !important;
}

/* OBHOA manager archive/link behavior final */
.mkdf-obhoa-card-manager-wrap{position:relative!important;z-index:30!important;}
.mkdf-obhoa-card-manager-box,.mkdf-obhoa-card-manager-archive-link,.mkdf-obhoa-card-visit-property{position:relative!important;z-index:31!important;pointer-events:auto!important;}
a.mkdf-obhoa-card-manager-archive-link{cursor:pointer!important;text-decoration:none!important;color:inherit!important;}
a.mkdf-obhoa-card-manager-archive-link:hover .mkdf-obhoa-card-manager-name{color:#000!important;text-decoration:underline!important;}
.mkdf-obhoa-card-visit-property{display:block!important;margin-top:12px!important;padding:13px 15px!important;text-align:center!important;border:1px solid #e1e1e1!important;background:#fff!important;color:#000!important;font-family:"Josefin Sans",sans-serif!important;font-size:13px!important;font-weight:600!important;letter-spacing:.02em!important;text-decoration:none!important;box-sizing:border-box!important;}
.mkdf-obhoa-card-visit-property:hover{border-color:#ffcc00!important;background:#ffcc00!important;color:#000!important;}
.mkdf-obhoa-card-visit-property-disabled{opacity:.55!important;cursor:not-allowed!important;}
.mkdf-obhoa-card-visit-property-disabled:hover{background:#fff!important;border-color:#e1e1e1!important;}

/* OBHOA single property order: Title -> Info Row -> Gallery */
.mkdf-obhoa-single-title-container .mkdf-property-title-section {
    padding-top: 32px;
    padding-bottom: 28px;
}
.mkdf-obhoa-single-title-container + .mkdf-property-basic-info-holder {
    border-top: 0;
}

/* OBHOA manager archive: normal listing style with manager name heading */
.mkdf-obhoa-manager-archive-heading {
    margin:20px 30px 0px 35px;
    padding: 0;
    text-align: left;
}
.mkdf-obhoa-manager-archive-heading-title {
    margin: 20px 30px 0px 35px;
    font-size: 34px;
    line-height: 1.2;
    color: #000;
}
.tax-property-manager .mkdf-property-list-holder.mkdf-pl-with-map .mkdf-property-list-items-part {
    padding-top: 0;
}
@media only screen and (max-width: 680px) {
    .mkdf-obhoa-manager-archive-heading-title {
        font-size: 28px;
    }
}

/* OBHOA listing view: full-width sticky filters + split scrolling list/map */
.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
  position: sticky !important;
  top: 0 !important;
  z-index: 250 !important;
  width: 100% !important;
  max-width: 1030px !important;
  margin: 0 auto 24px !important;
  box-sizing: border-box !important;
}

.admin-bar .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
  top: 32px !important;
}

.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .obhoa-list-map-wrap {
  display: flex !important;
  align-items: stretch !important;
  gap: 32px !important;
  width: 100% !important;
  height: calc(100vh - 205px) !important;
  min-height: 620px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-items-part {
  float: none !important;
  position: relative !important;
  width: 55% !important;
  height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 0 0 55px 32px !important;
  box-sizing: border-box !important;
  -webkit-overflow-scrolling: touch !important;
}

.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part {
  float: none !important;
  position: sticky !important;
  top: 205px !important;
  right: auto !important;
  width: 45% !important;
  height: 100% !important;
  min-height: 620px !important;
  z-index: 20 !important;
  box-sizing: border-box !important;
}

.admin-bar .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part {
  top: 237px !important;
}

.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part #mkdf-re-multiple-map-holder,
.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part .mkdf-map-holder {
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
    position: relative !important;
    top: auto !important;
    max-width: none !important;
    margin-bottom: 20px !important;
  }
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .obhoa-list-map-wrap {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-items-part,
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
    padding-left: 0 !important;
  }
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part #mkdf-re-multiple-map-holder,
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part .mkdf-map-holder {
    height: 420px !important;
  }
}


/* OBHOA correction: keep map below the filter bar, not fixed over it */
.mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .obhoa-list-map-wrap > .mkdf-property-list-map-part,
body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 45% !important;
  height: 100% !important;
  min-height: 620px !important;
  z-index: 20 !important;
  flex: 0 0 45% !important;
  align-self: stretch !important;
}

body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
  width: 100% !important;
  max-width: none !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media only screen and (max-width: 1024px) {
  .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .obhoa-list-map-wrap > .mkdf-property-list-map-part,
  body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-map-part {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    flex-basis: auto !important;
  }
  body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


/* OBHOA update: limit the top filter area width to 1400px and center it */
body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media only screen and (max-width: 1450px) {
  body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
    max-width: calc(100% - 30px) !important;
  }
}

@media only screen and (max-width: 1024px) {
  body .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-with-map .mkdf-property-list-filter-part.obhoa-property-filter-part {
    max-width: none !important;
  }
}

/* OBHOA update: remove State field on frontend and make first filter row 3 equal columns */
body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row-primary .obhoa-filter-field {
  flex: 0 0 calc(33.333333% - 12px) !important;
  width: calc(33.333333% - 12px) !important;
  max-width: calc(33.333333% - 12px) !important;
}
body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row-secondary .obhoa-filter-field {
  flex: 0 0 calc(25% - 14px) !important;
  width: calc(25% - 14px) !important;
  max-width: calc(25% - 14px) !important;
}
body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .mkdf-section-state {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row-primary .obhoa-filter-field,
  body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row-secondary .obhoa-filter-field {
    flex: 0 0 calc(50% - 9px) !important;
    width: calc(50% - 9px) !important;
    max-width: calc(50% - 9px) !important;
  }
}
@media only screen and (max-width: 680px) {
  body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row-primary .obhoa-filter-field,
  body .mkdf-property-list-holder .mkdf-property-list-filter-part.obhoa-property-filter-part .obhoa-filter-row-secondary .obhoa-filter-field {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* OBHOA shortcode: compact map/filter property section */
.obhoa-map-filter-section{width:calc(100vw - 40px);max-width:1600px;margin-left:50%;margin-right:0;transform:translateX(-50%);box-sizing:border-box;clear:both;position:relative;z-index:1;}
.obhoa-map-filter-section .obhoa-map-section-filter{max-width:1400px;margin:0 auto 28px;padding:24px 28px;border:1px solid #e1e1e1;background:#fff;box-sizing:border-box;}
.obhoa-map-filter-section .obhoa-map-section-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:end;}
.obhoa-map-filter-section .obhoa-map-section-filter label{display:block;margin:0;color:#000;font-size:13px;line-height:1.3;font-weight:500;}
.obhoa-map-filter-section .obhoa-map-section-filter label span{display:block;margin-bottom:8px;}
.obhoa-map-filter-section .obhoa-map-section-filter select{width:100%;height:44px;line-height:44px;border:1px solid #d8d8d8;background:#fff;padding:0 14px;box-sizing:border-box;color:#000;}
.obhoa-map-filter-section .obhoa-map-section-filter-actions{display:flex;gap:18px;align-items:center;margin-top:22px;}
.obhoa-map-filter-section .obhoa-map-section-reset{display:inline-flex;align-items:center;min-height:44px;color:#777;font-size:13px;text-decoration:none;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout{height:auto!important;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout>.mkdf-property-list-filter-part{display:none!important;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .obhoa-list-map-wrap{display:flex!important;align-items:stretch!important;gap:0;width:100%!important;height:var(--obhoa-map-height,50vh)!important;min-height:320px;overflow:hidden;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-items-part{flex:1 1 calc(100% - var(--obhoa-map-width,30%))!important;width:calc(100% - var(--obhoa-map-width,30%))!important;height:100%!important;overflow-y:auto!important;padding:28px 24px!important;box-sizing:border-box;background:#fff;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-map-part{position:relative!important;top:auto!important;right:auto!important;flex:0 0 var(--obhoa-map-width,30%)!important;width:var(--obhoa-map-width,30%)!important;height:100%!important;display:block!important;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-map-part #mkdf-re-multiple-map-holder{height:100%!important;min-height:100%!important;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-pl-inner{margin-left:-12px;margin-right:-12px;}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout article{padding-left:12px!important;padding-right:12px!important;margin-bottom:26px!important;}
@media only screen and (max-width:1024px){.obhoa-map-filter-section .obhoa-map-section-filter{margin-left:20px;margin-right:20px}.obhoa-map-filter-section .obhoa-map-section-filter-grid{grid-template-columns:1fr}.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .obhoa-list-map-wrap{display:block!important;height:auto!important;overflow:visible}.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-items-part{width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-map-part{width:100%!important;height:360px!important}.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-map-part #mkdf-re-multiple-map-holder{height:360px!important}}
@media only screen and (max-width:680px){.obhoa-map-filter-section .obhoa-map-section-filter{padding:20px}.obhoa-map-filter-section .obhoa-map-section-filter-actions{display:block}.obhoa-map-filter-section .obhoa-map-section-filter-actions .mkdf-btn{width:100%;margin-bottom:10px}.obhoa-map-filter-section .obhoa-map-section-reset{justify-content:center;width:100%}}
/* END OBHOA shortcode */

/* OBHOA shortcode card/map refinements */
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .obhoa-list-map-wrap{
  min-height:560px!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout .mkdf-property-list-items-part{
  padding:34px 28px!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section{
  position:relative!important;
  overflow:hidden!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  padding:18px!important;
  box-sizing:border-box!important;
  z-index:3!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content-inner{
  display:table!important;
  width:100%!important;
  height:100%!important;
  table-layout:fixed!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-top{
  display:table-row!important;
  height:30%!important;
  vertical-align:top!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom{
  display:table-row!important;
  height:70%!important;
  vertical-align:bottom!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-statuses{
  color:#fff!important;
  background-color:rgba(0,0,0,.6)!important;
  padding:1px 8px 0!important;
  border-radius:3px!important;
  position:relative!important;
  z-index:99!important;
  display:inline-block!important;
  font-size:13px!important;
  line-height:22px!important;
  font-family:"Josefin Sans",sans-serif!important;
  font-weight:600!important;
  letter-spacing:-.07em!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-id{
  color:#fff!important;
  font-weight:400!important;
  line-height:1.2!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-price{
  color:#000!important;
  background:#fff!important;
  padding:4px 6px 1px!important;
  border-radius:3px!important;
}

/* OBHOA shortcode final overlay alignment fix: match normal listing card spacing */
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content{
  padding:0!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content-inner,
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-top,
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom{
  display:block!important;
  width:auto!important;
  height:auto!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-top{
  position:absolute!important;
  top:18px!important;
  left:18px!important;
  right:auto!important;
  z-index:10!important;
  text-align:left!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  z-index:10!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-left{
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:auto!important;
  height:auto!important;
  display:block!important;
  text-align:left!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-right{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  width:auto!important;
  height:auto!important;
  display:block!important;
  text-align:right!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-statuses{
  margin:0!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-id{
  margin:0!important;
  padding:0!important;
  text-align:left!important;
}
/* END OBHOA shortcode final overlay alignment fix */

/* OBHOA shortcode overlay restore: use the same overlay structure as the normal listing page */
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  padding:18px!important;
  box-sizing:border-box!important;
  z-index:3!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-top-section-content-inner{
  position:relative!important;
  display:table!important;
  table-layout:fixed!important;
  width:100%!important;
  height:100%!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-top{
  position:static!important;
  display:table-row!important;
  width:100%!important;
  height:30%!important;
  vertical-align:top!important;
  text-align:left!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom{
  position:static!important;
  display:table-row!important;
  width:100%!important;
  height:70%!important;
  vertical-align:bottom!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-left,
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-right{
  position:relative!important;
  display:table-cell!important;
  width:50%!important;
  height:100%!important;
  vertical-align:bottom!important;
  bottom:auto!important;
  left:auto!important;
  right:auto!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-left{
  text-align:left!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-item-info-bottom-right{
  text-align:right!important;
}
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-statuses,
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-id,
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-price,
.obhoa-map-filter-section .mkdf-property-list-holder.obhoa-fixed-listing-layout.mkdf-pl-layout-standard .mkdf-pl-item .mkdf-property-certification-grade{
  opacity:1!important;
  visibility:visible!important;
}
/* END OBHOA shortcode overlay restore */


/* OBHOA: make property card images clickable to the single property page */
.mkdf-property-list-holder article .mkdf-pli-image .mkdf-pli-image-link{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  z-index:12!important;
}
.mkdf-property-list-holder article .mkdf-pli-image{
  position:relative!important;
}

/* OBHOA: property manager logo before name */
.mkdf-re-author-title-holder-with-logo .mkdf-re-author-title-line{display:flex;align-items:center;gap:14px;margin-bottom:6px;}
.mkdf-re-author-title-holder-with-logo .mkdf-re-author-title-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.mkdf-re-author-title-holder-with-logo .mkdf-re-author-title-logo img{height:50px!important;width:auto!important;max-width:120px!important;object-fit:contain;border-radius:0!important;}
.mkdf-re-author-title-holder-with-logo .mkdf-re-author-title{margin:0;}
@media only screen and (max-width:680px){.mkdf-re-author-title-holder-with-logo .mkdf-re-author-title-line{justify-content:center;flex-wrap:wrap;}.mkdf-re-author-title-holder-with-logo .mkdf-re-author-title-logo img{height:44px!important;}}

/* OBHOA Property Manager archive logo before name */
/* OBHOA Property Manager archive logo + title centered */
.tax-property-manager .mkdf-obhoa-manager-archive-heading {
    width: 100%;
    margin: 20px 0 25px !important;
    padding: 0 !important;
    text-align: center !important;
}

.tax-property-manager .mkdf-obhoa-manager-archive-heading-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.tax-property-manager .mkdf-obhoa-manager-archive-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
    margin: 0 !important;
}

.tax-property-manager .mkdf-obhoa-manager-archive-logo img {
    display: block !important;
    max-width: 50px !important;
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.tax-property-manager .mkdf-obhoa-manager-archive-heading-title {
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.tax-property-manager .mkdf-obhoa-manager-archive-subtitle {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
}

/* OBHOA single property certificate gallery */
.mkdf-obhoa-certificate-gallery-holder {
    max-width: 1080px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.mkdf-obhoa-certificate-label {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    min-width: 130px;
    text-align: left;
}

.mkdf-obhoa-certificate-gallery {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: calc(100% - 165px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 8px 8px 0;
    scroll-behavior: smooth;
}

.mkdf-obhoa-certificate-gallery:after {
    content: '›';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    height: 137px;
    font-size: 34px;
    line-height: 1;
    color: #111;
}

.mkdf-obhoa-certificate-item {
    width: 97px;
    flex: 0 0 97px;
    text-align: center;
}

.mkdf-obhoa-certificate-item img {
    width: 97px;
    height: 137px;
    object-fit: cover;
    display: block;
}

.mkdf-obhoa-certificate-year {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 6px;
    color: #000;
}

.mkdf-obhoa-no-certificate img {
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .mkdf-obhoa-certificate-gallery-holder {
        display: block;
        padding: 0 20px;
    }

    .mkdf-obhoa-certificate-label {
        margin-bottom: 15px;
        min-width: 0;
        text-align: left;
    }

    .mkdf-obhoa-certificate-gallery {
        max-width: 100%;
    }
}

/* OBHOA FIX: single property certificates linear gallery inside property content width */
.single-property .mkdf-obhoa-certificate-gallery-holder,
.mkdf-property-single-holder .mkdf-obhoa-certificate-gallery-holder,
.mkdf-obhoa-certificate-gallery-holder {
    width: 100% !important;
    max-width: 1080px !important;
    margin: 0 auto 25px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 35px !important;
    box-sizing: border-box !important;
    clear: both !important;
}

.single-property .mkdf-obhoa-certificate-label,
.mkdf-property-single-holder .mkdf-obhoa-certificate-label,
.mkdf-obhoa-certificate-label {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    flex: 0 0 130px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-property .mkdf-obhoa-certificate-gallery,
.mkdf-property-single-holder .mkdf-obhoa-certificate-gallery,
.mkdf-obhoa-certificate-gallery {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: calc(100% - 165px) !important;
    max-width: calc(100% - 165px) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 8px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.single-property .mkdf-obhoa-certificate-gallery:after,
.mkdf-property-single-holder .mkdf-obhoa-certificate-gallery:after,
.mkdf-obhoa-certificate-gallery:after {
    content: none !important;
    display: none !important;
}

.single-property .mkdf-obhoa-certificate-item,
.mkdf-property-single-holder .mkdf-obhoa-certificate-item,
.mkdf-obhoa-certificate-item {
    width: 97px !important;
    min-width: 97px !important;
    max-width: 97px !important;
    flex: 0 0 97px !important;
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.single-property .mkdf-obhoa-certificate-item a,
.mkdf-property-single-holder .mkdf-obhoa-certificate-item a,
.mkdf-obhoa-certificate-item a {
    display: block !important;
    width: 97px !important;
    height: 137px !important;
    line-height: 0 !important;
}

.single-property .mkdf-obhoa-certificate-item img,
.mkdf-property-single-holder .mkdf-obhoa-certificate-item img,
.mkdf-obhoa-certificate-item img {
    width: 97px !important;
    height: 137px !important;
    min-width: 97px !important;
    max-width: 97px !important;
    min-height: 137px !important;
    max-height: 137px !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
}

.single-property .mkdf-obhoa-certificate-year,
.mkdf-property-single-holder .mkdf-obhoa-certificate-year,
.mkdf-obhoa-certificate-year {
    width: 97px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin: 6px 0 0 !important;
    color: #000 !important;
    text-align: center !important;
}

.single-property .mkdf-obhoa-no-certificate img,
.mkdf-property-single-holder .mkdf-obhoa-no-certificate img,
.mkdf-obhoa-no-certificate img {
    object-fit: contain !important;
}

@media only screen and (max-width: 768px) {
    .single-property .mkdf-obhoa-certificate-gallery-holder,
    .mkdf-property-single-holder .mkdf-obhoa-certificate-gallery-holder,
    .mkdf-obhoa-certificate-gallery-holder {
        max-width: 100% !important;
        padding: 0 20px !important;
        gap: 15px !important;
    }

    .single-property .mkdf-obhoa-certificate-label,
    .mkdf-property-single-holder .mkdf-obhoa-certificate-label,
    .mkdf-obhoa-certificate-label {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        flex-basis: 100px !important;
        font-size: 16px !important;
    }

    .single-property .mkdf-obhoa-certificate-gallery,
    .mkdf-property-single-holder .mkdf-obhoa-certificate-gallery,
    .mkdf-obhoa-certificate-gallery {
        width: calc(100% - 115px) !important;
        max-width: calc(100% - 115px) !important;
    }
}
