[v-cloak] {
  opacity: 0;
  display: none;
}

#wordpressMenu {
  height: 126px;
}

#messageBox {
  position: absolute;
  top: 15px;
  left: 278px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.box {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 5px;
}
.box.selected {
  background-color: #0B3279;
}
.box.selected div {
  color: white;
}

.small {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.large {
  width: 79px;
  height: 79px;
  flex-direction: column;
}
.large div {
  text-transform: uppercase;
}

.ellipsis {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  font-size: 18px;
  padding: 0px 5px;
  margin-left: -5px;
}

.dimmedContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  z-index: 20000;
}

.formOverlay input {
  height: 15px !important;
}

#favoriteBoxContainer #signInUp {
  padding: 8px 16px;
  background-color: #0B3279;
  position: absolute;
  right: 15px;
  top: 126px;
  z-index: 5;
  color: white;
  cursor: pointer;
}
#favoriteBoxContainer .sign-in-menu {
  position: absolute;
  top: 0px;
  z-index: 2;
}
#favoriteBoxContainer .sign-in-menu .close {
  width: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
#favoriteBoxContainer .close {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

.main-wrapper {
  position: initial;
}

.section {
  margin: 25px 0px 0px 0px;
  max-width: 310px;
  min-width: 310px;
}
.section .flex {
  display: flex;
  justify-content: space-between;
}

select {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 5px 10px;
  color: #707070;
  min-width: 135px;
  min-height: 41px;
  font-size: 15px;
}

.button {
  height: 50px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.redBackground {
  background-color: #C7333A;
  border: 1px solid #C7333A;
}

.blueBackground {
  background-color: #0B3279;
}

.blueBorder, .blueBackground {
  border: 1px solid #0B3279;
}

.whiteText {
  color: #FFFFFF;
}

.favCounter {
  display: flex;
  justify-content: center;
  padding: 10px;
}

#favpageBoxContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
#favpageBoxContainer > div {
  display: flex;
}

#favoriteBoxContainer {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15vh;
}

#noResults {
  height: 100%;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#noResults .noResultIcon {
  font-size: 48px;
  margin-bottom: 25px;
}
#noResults .noResultText {
  font-size: 24px;
  width: 50%;
  text-align: center;
}

#showListButton {
  display: none;
}

#wordpressMenu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: white;
}

#colophon {
  z-index: 10;
  position: relative;
}

.favoriteBox {
  width: 284px;
  height: 286px;
  font-size: 16px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
}
.favoriteBox .favoritePhoto {
  width: 100%;
  max-height: 63%;
  min-height: 63%;
  height: 63%;
  position: relative;
}
.favoriteBox .favoritePhoto img {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  align-content: center;
  object-fit: cover;
}
.favoriteBox .favoritePhoto .favicon {
  display: flex;
  z-index: 10;
}
.favoriteBox .favoritePhoto .favicon .saveDate {
  position: absolute;
  right: 40px;
  top: 2px;
  font-weight: 500;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: white;
}
.favoriteBox .favoritePhoto .favicon .heart {
  position: absolute;
  right: 4px;
  top: 3px;
  color: #c7333a;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 21px;
  cursor: pointer;
  z-index: 15;
}
.favoriteBox .favoritePhoto .favicon .xmark {
  position: absolute;
  left: 4px;
  top: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 21px;
  cursor: pointer;
  z-index: 15;
}
.favoriteBox .listingDetails {
  width: 100%;
  height: 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  position: relative;
}
.favoriteBox .listingDetails .listingCsz, .favoriteBox .listingDetails .listingAddress {
  color: #707070;
  font-size: 0.94em;
}
.favoriteBox .listingDetails .listingAddress {
  text-transform: capitalize;
}
.favoriteBox .listingDetails .listingStatus {
  position: absolute;
  right: 5px;
  top: 14px;
  color: #707070;
  font-size: 9px;
}
.favoriteBox .listingDetails .listingSpecs {
  display: flex;
  color: black;
  font-size: 0.94em;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.favoriteBox .listingDetails .listingSpecs div {
  padding: 0px 3px;
  min-width: 15%;
}
.favoriteBox .listingDetails .listingSpecs .bedrooms {
  padding-left: 0px;
}
.favoriteBox .listingDetails .listingSpecs .acres {
  padding-right: 0px;
}
.favoriteBox .listingPrice {
  color: #231F20;
  font-size: 1em;
  font-weight: bold;
}

.favoriteBox.infoWindow {
  width: 194px;
  height: 195px;
  font-size: 13px;
}

@media screen and (min-width: 360px) and (max-width: 599px) {
  .menu-container .logo-container {
    padding: 5px !important;
  }
  #wordpressMenu {
    height: 110px !important;
  }
  .numberBar {
    width: 100%;
  }
  .inputContainer {
    min-width: initial;
  }
  select {
    min-width: 40%;
    max-width: 40%;
  }
  .section {
    max-width: 100%;
    min-width: 100%;
  }
  .section .to {
    padding: 10px 0px;
  }
  .iconContainer {
    padding-right: 0px;
  }
  .iconContainer .filterIcon {
    margin-left: 5px;
  }
  #searchContainer {
    padding-left: 0px;
  }
  #wordpressMenu {
    max-width: 100vw;
  }
  html, body {
    max-height: 100vh;
    height: 100vh;
  }
  #signInUp, #colophon {
    display: none !important;
  }
  #showListButton {
    font-size: 14px;
    padding: 8px 0px;
    color: white;
    background-color: #0B3279;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    width: 125px;
    text-align: center;
  }
  #messageBox {
    position: absolute;
    top: 64px;
    left: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
  .favoriteBox {
    width: calc(50vw - 8px);
    height: 200px;
  }
  .favoriteBox .listingDetails {
    font-size: 12px;
  }
  #favoriteBoxContainer {
    width: calc(100vw - 10px);
    max-height: calc(100vh - 151px);
  }
}
.favlisting {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  flex-wrap: wrap;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.favWrapper {
  padding: 5px;
  margin: 0 5px 25px;
  position: relative;
}

.propertyCount {
  padding-left: 10vw;
  padding-right: 4vw;
  font-size: 30px;
  color: #0b3279;
  z-index: 15;
}

.sorter {
  margin-top: 1vh;
}

.iconContainerFav {
  display: flex;
  padding-right: 15px;
  align-items: baseline;
  width: 45%;
  margin-left: 10vw;
  border-bottom: 1px solid #eaeaea;
}
.iconContainerFav .filterIcon {
  cursor: pointer;
  font-size: 15px;
  border: 1px solid #0b3279;
  border-radius: 3px;
  padding: 6px 0px;
  width: 80px;
  text-align: center;
  margin-right: 2vw;
}
.iconContainerFav .searchIcon {
  margin-right: 15px;
  cursor: pointer;
}

.mFavTitle {
  padding-left: 10vw;
  margin-top: 5vh;
  font-size: 30px;
}

.favTitle {
  margin-top: 10vh;
  font-size: 30px;
}

#autocomplete_searchFav {
  width: 45%;
}

.noFavs {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-bottom: 15vh;
  padding-top: 5vh;
}
.noFavs .favTitle {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.noFavs .searchIcon {
  position: relative;
  top: 1.5vh;
  font-size: 30px;
  left: 5px;
}
.noFavs #autocomplete_searchFav {
  width: 100%;
  border: 1px solid #707070;
}

@media only screen and (max-width: 780px) {
  .favoriteBox {
    width: calc(50vw - 8px);
    height: 25vh;
    padding: 5px;
  }
  .favlisting {
    max-width: 100%;
  }
  .favWrapper {
    width: 50%;
    margin: auto;
    padding: 5px;
  }
  .propertyCount {
    padding-right: 0px;
    margin-bottom: 5vh;
  }
  .mFavTitle {
    font-size: 30px;
  }
  .searchContainer, .filterContainer {
    display: flex;
    align-items: baseline;
  }
  #autocomplete_searchFav {
    width: 100%;
  }
  .iconContainerFav {
    display: block;
    padding-right: 0;
    align-items: baseline;
    width: auto;
    margin-left: 1vw;
    border-bottom: 1px solid #eaeaea;
  }
  .noFavs {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-bottom: 15vh;
    padding-top: 5vh;
  }
  .noFavs .favTitle {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .noFavs .searchIcon {
    position: relative;
    top: 1.5vh;
    font-size: 30px;
    left: 5px;
  }
  .noFavs #autocomplete_searchFav {
    width: 100%;
    border: 1px solid #707070;
  }
}

/*# sourceMappingURL=favorite.css.map */
