a {
  text-decoration: underline;
}
p {
  font-size: 14px;
}
div.navContainer a {
  text-decoration: inherit;
}

.propertyResult {
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.propertyResult img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.propertyResult .img {
  position: relative;
  height: 160px;
}
.propertyResult .img div.featured {
  height: 100% !important;
  width: 100% !important;
}
.propertyResult .img p.featured {
  position: absolute;
  top: 15px;
  color: #fff;
  font-weight: bold;
  width: 45%;
  text-align: center;
}
.propertyResult .img div.heart {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  width: 25px;
  cursor: pointer;
}
.propertyResult .img div.typeBanner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  padding: 3px 10px;
}
.propertyResult .info {
  padding: 25px 15px;
}
.propertyResult .info h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyResult .info .attribute {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.propertyResult .info .attribute strong {
  margin-right: 5px;
}

.propertyResult .featured div.showcase {
  background-repeat: no-repeat;
}

.property_box_infobox:after {
  border: 6px solid transparent;
  border-top-color: #fff;
  bottom: -12px;
  content: "";
  display: block;
  height: 0px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0px;
}

.hide {
  display: none !important;
}

/* hide element classes for responsive */
@media (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 760px) {
  .hide-small-tablet {
    display: none;
  }
  .show-small-tablet {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}

@media (max-width: 1100px) {
  .hide-tiny-desktop {
    display: none;
  }
}

@media (max-width: 1225px) {
  .hide-small-desktop {
    display: none;
  }
}

@media (max-width: 1400px) {
  .hide-medium-desktop {
    display: none;
  }
}

/* responsive tweaks */
@media (max-width: 760px) {
  .small-tablet {
    padding: 5px !important;
  }
}

/* correct the font vertical-align nonsense */
font {
  vertical-align: unset !important;
}

.siteCluster {
  color: #3db54a !important;
}

.buildingCluster {
  color: #0061be !important;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Semantic UI overrides */

input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #575757 !important;
}
input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
  color: #575757 !important;
}
input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
  color: #575757 !important;
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
input[type="text"]:focus::-moz-placeholder {
  color: #575757 !important;
}
input[type="text"]:focus:-ms-input-placeholder {
  color: #575757 !important;
}

div.ui.search.selection > div.divider.default.text {
  color: #575757 !important;
}

.mapExportMini {
  position: absolute;
  bottom: 177px;
  right: 10px;
  width: 40px;
  height: 120px;
  z-index: 999;
}

@media (max-width: 480px) {
  .mapExportMini {
    display: none;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.map-tools-container {
  right: unset !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}

button.link {
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}

button.link:focus {
  border: none;
}

.scroll-x-hidden-scrollbar {
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.scroll-x-hidden-scrollbar::-webkit-scrollbar {
  display: none; /* WebKit (Chrome, Safari) */
}

:focus-visible {
  outline: 2px solid #000; /* or any color that fits your theme */
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.ui.button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
