@charset "UTF-8";
/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#imap {
  margin-top: 0;
}
#imap .map-filters-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f0eee1;
  width: 80%;
  height: 100%;
  z-index: 100;
}
@media only screen and (min-width : 1px) {
  #imap .map-filters-wrapper {
    max-width: 200px;
  }
}
@media only screen and (min-width : 992px) {
  #imap .map-filters-wrapper {
    max-width: 400px;
  }
}
@media only screen and (min-width : 1600px) {
  #imap .map-filters-wrapper {
    max-width: 600px;
  }
}
#imap .map-filters-wrapper .logo {
  background-color: white;
}
#imap .map-filters-wrapper .logo img {
  max-width: 100%;
}
@media only screen and (min-width : 1px) {
  #imap .map-filters-wrapper .logo img {
    padding: 10% 4%;
  }
}
@media only screen and (min-width : 992px) {
  #imap .map-filters-wrapper .logo img {
    padding: 10%;
  }
}
@media only screen and (min-width : 1600px) {
  #imap .map-filters-wrapper .logo img {
    padding: 10% 20%;
  }
}

.map-filters-wrapper ul {
  list-style: none;
}
@media only screen and (min-width : 1px) {
  .map-filters-wrapper ul {
    padding: 1% 3%;
  }
}
@media only screen and (min-width : 992px) {
  .map-filters-wrapper ul {
    padding: 1% 7%;
  }
}
@media only screen and (min-width : 1600px) {
  .map-filters-wrapper ul {
    padding: 2% 15%;
  }
}
.map-filters-wrapper a {
  position: relative;
  display: block;
  border-bottom: 1px solid #848484;
  padding: 15px 0 5px;
  color: #1E1E1E;
  font-size: 1.12em;
  letter-spacing: 1px;
}
@media only screen and (min-width : 1px) {
  .map-filters-wrapper a {
    font-size: 0.75em;
  }
}
@media only screen and (min-width : 992px) {
  .map-filters-wrapper a {
    font-size: 1em;
  }
}
@media only screen and (min-width : 1600px) {
  .map-filters-wrapper a {
    font-size: 1.15em;
  }
}
.map-filters-wrapper a .icon {
  padding-right: 5px;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: middle;
}
.map-filters-wrapper a .reset {
  position: absolute;
  display: block;
}
.map-filters-wrapper .child-wrap a {
  margin: 0 30px 0 0;
  text-decoration: none;
}
.map-filters-wrapper .child-wrap a .children {
  background: url("../png/sub-nav-shadow.png") repeat-x top left;
  padding: 10px 0 30px;
}
.map-filters-wrapper .child-wrap a li:last-child {
  border: none;
}
.map-filters-wrapper .child-wrap a a {
  background: transparent;
  color: #4e4a41;
  text-transform: none;
  font-size: 0.95em;
  text-decoration: none;
}
.map-filters-wrapper .child-wrap a a .icon {
  font-size: 1.1em;
  color: #d2cab3;
}
.map-filters-wrapper .child-wrap a .switch {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 47px;
  height: 14px;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #000000;
}
.map-filters-wrapper .child-wrap a.active .switch {
  background-position: top left;
}
.map-filters-wrapper .child-wrap a.active .switch::after {
  position: absolute;
  top: -22px;
  left: 0px;
  right: 0;
  content: "×";
  font-size: 40px;
  color: #000000;
}
.map-filters-wrapper .child-wrap li.active a {
  color: #AD6C11;
}
.map-filters-wrapper .child-wrap li.active a.reset {
  display: block;
}

.map-filters-wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (min-width : 1px) {
  .map-filters-wrapper h1 {
    font-size: 1.5vw;
    margin-top: 10px;
  }
}
@media only screen and (min-width : 768px) {
  .map-filters-wrapper h1 {
    font-size: 1.75vw;
  }
}
@media only screen and (min-width : 992px) {
  .map-filters-wrapper h1 {
    margin-top: 30px;
  }
}
@media only screen and (min-width : 1600px) {
  .map-filters-wrapper h1 {
    margin-top: 50px;
    font-size: 1.5vw;
  }
}
@media only screen and (max-width : 768px) {
  .map-filters-wrapper h1 {
    display: none;
  }
}
.map-filters-wrapper ul li a:hover {
  color: #a6a6a6;
}
.map-filters-wrapper ul li .child-wrap p {
  background: #4e4a41;
  padding: 8px 8px 8px 15px;
  font-size: 0.8em;
  line-height: 1.4;
  color: #ffffff;
}
.map-filters-wrapper ul li .child-wrap li {
  position: relative;
  margin: 0 15px 0 30px;
}
.map-filters-wrapper ul li .child-wrap .switch {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 47px;
  height: 14px;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #000000;
}

.map-filters-wrapper .button {
  text-align: center;
  border: none;
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .map-filters-wrapper .button {
    display: none;
  }
}
.map-filters-wrapper .button a {
  padding: 20px;
  background-color: #573c23;
  text-decoration: none;
  color: white;
  text-align: center;
  width: auto;
  display: inline-block;
}
.map-filters-wrapper ul li.active a {
  color: #AD6C11;
}
.map-filters-wrapper ul li.active a.top-li::after {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipY;
  -ms-filter: "FlipY";
}

.colony-partners-img-wrapper {
  max-width: 300px;
  display: inline-block;
}

.colony-partners-wrapper {
  padding: 20px;
  margin: auto;
  text-align: center;
}
.colony-partners-wrapper h2 {
  font-size: 14px;
  font-family: "Libre Caslon Text", serif;
  margin: 5px auto;
}

.colony-partners-logo {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}

.colony-partners-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.colony-partners-image {
  width: 100%;
}
.colony-partners-left img {
  width: 85%;
  border-radius: 50%;
  object-fit: cover;
}
.colony-partners-right {
  text-align: center;
}

.branding-tagline {
  font-size: 12px;
  font-weight: bold;
}

.infobubble .title {
  margin: 0 auto;
  line-height: 20px;
}
.infobubble .price {
  color: #4c7c46;
  margin: 10px auto;
  font-size: 2em;
  font-weight: 700;
}
.infobubble .icon-set {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}
.infobubble .icon-set img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.infobubble .property-link {
  color: inherit;
  text-decoration: none;
}
.infobubble .img-wrapper,
.infobubble .content-outer-wrapper {
  position: relative;
  display: inline-block;
}
.infobubble .img-wrapper {
  width: 45%;
  min-height: 209px;
}
.infobubble .img-wrapper img {
  width: 100%;
}
.infobubble .content-outer-wrapper {
  position: absolute;
  top: 40px;
  right: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: 48%;
}
.infobubble .content-inner-wrapper {
  position: relative;
}
.infobubble .tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #1f1f1e;
  background-color: #f4f4f0;
}
.infobubble .tag p {
  margin: 1px 10px;
}

.single #map_canvas {
  min-height: 350px;
  margin-bottom: 35px;
}
.single .wp-content {
  padding-top: 30px;
}
