::selection {
  color: #000000;
  background-color: #e8e8e8;
}


a:focus {
  color: #fff;
  outline: none !important;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 79px;
  z-index: 2999;
  /* background: none; */
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  color: #fff;
}
.page-template-template-results #inner-page-wrapper {
  margin-top: 80px;
}
body.logged-in #header {
  top: 32px;
}
#header img {
  display: block;
  max-width: 100%;
  transition: all 0.3s linear;
}
.header-logo {}
.header-logo-mono {
  display: none;
}
.header-logo:hover img {
  opacity: 0.6;
}
.header-nav {
  flex-grow: 1;
  padding: 0 20px;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  position: relative;
  flex-grow: 1;
}
.header-nav > li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  z-index: 2;
  background: #fff;
  opacity: 0.3;
}
.header-nav li:first-child::before {
  display: none !important;
}
.header-nav li a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 30px 10px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-nav li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.header-nav li a:hover {
  color: #fff;
}
.header-nav li a:hover::before {
  opacity: 1;
}
.header-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 150px;
}
.header-nav li#menu-item-94 > .sub-menu {
  min-width: 240px;
}
.header-nav .sub-menu a {
  display: block;
  padding: 5px;
  line-height: 17px;
  white-space: normal;
}
.header-nav .sub-menu a:first-child {
  padding-top: 10px;
}
.header-nav .sub-menu a:last-child {
  padding-bottom: 10px;
}
.header-nav .sub-menu a:hover {
  background: var(--primary);
  color: var(--secondary);
  text-decoration: none;
}
.header-nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}
.header-nav li:hover > .sub-menu {
  display: block;
  /*padding-top: 33px;*/
  left: -150%;
  right: -150%;
  margin: 0 auto;
}
.header-nav .sub-menu li:hover ul.sub-menu {
  right: auto;
  left: 100%;
}
.header-nav .sub-menu ul.sub-menu {
  padding-top: 0;
}
.header-nav .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  background: #000;
}
.header-cta {
  display: flex;
  align-items: center;
  position: initial;
  /* padding-right: 55px; */
  font-size: 19px;
  position: relative;
  z-index: 3001;
}
.header-cta-search {
  position: relative;
  z-index: 3003;
  margin-right: 30px;
  color: #fff !important;
  transition: opacity 0.3s linear;
}
.header-cta-search:hover {
  opacity: 0.6;
}
.header-cta-email {
  position: relative;
  z-index: 3003;
  margin-right: 30px;
  color: #fff !important;
  transition: opacity 0.3s linear;
}
.header-cta-email:hover {
  opacity: 0.6;
}
#burger-menu {
  padding: 0;
  display: inline-block;
  height: 17px;
  z-index: 3001;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: -7px 0 0;
  overflow: visible;
}
#burger-menu:hover {
  opacity: 0.6;
}
#burger-menu.is-active:hover {
  opacity: 0.6;
}
#burger-menu .burger-box {
  width: 26px;
  height: 17px;
  display: inline-block;
  position: relative;
}
#burger-menu .burger-inner, #burger-menu .burger-box::before, #burger-menu .burger-box::after {
  width: 26px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.15s linear;
}
/* #burger-menu.is-active:hover .burger-inner,



					#burger-menu.is-active:hover .burger-box::before,



					#burger-menu.is-active:hover .burger-box::after {



						background-color: var(--default-text-hover);



					} */
#burger-menu .burger-inner {
  display: block;
  top: 7px;
  right: 0;
  transition: opacity 0.15s linear;
}
#burger-menu .burger-box::before {
  width: 17px;
}
#burger-menu .burger-box::before, #burger-menu .burger-box::after {
  content: "";
  display: block;
  transition: transform 0.15s ease;
}
#burger-menu .burger-box::before {
  right: 0;
}
#burger-menu .burger-box::after {
  bottom: 0;
  top: auto;
}
#burger-menu.is-active .burger-box::after {
  top: 50%;
  transform: rotate(-45deg);
}
#burger-menu.is-active .burger-inner {
  opacity: 0;
}
#burger-menu.is-active .burger-box::before {
  width: 26px;
  top: 50%;
  right: auto;
  transform: rotate(45deg);
}
#burger-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  max-width: 540px;
  height: 100vh;
  background-color: #000000;
  padding: 50px 60px;
}
.logged-in #burger-content {
  height: calc(100vh - 32px);
}
#burger-content::before {
  content: '';
  width: calc(100% - 60px);
  height: 1px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 0;
}
.menu-burger-menu-container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
#burger-nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
#burger-nav li {
  padding-top: 15px;
  width: 50%;
}
#burger-nav li a {
  font-weight: 400;
  font-family: var(--font-noe);
  font-size: 20px;
  color: #fff;
  transition: color 0.3s linear;
}
#burger-nav li a:hover {
  color: #999;
}
#burger-nav li ul {
  padding-top: 10px;
}
#burger-nav li ul li {
  width: 100%;
  padding-top: 0;
}
#burger-nav li ul li a {
  font-weight: 300;
  font-family: var(--font-montserrat);
  font-size: 13px;
  line-height: 1.9;
  color: #999;
  text-transform: uppercase;
}
#burger-nav li ul li a:hover {
  color: #fff;
}
#get-in-touch {
  padding: 40px 0 90px;
}
.git-container {
  display: block;
}
.git-row {
  display: flex;
  margin-top: 35px;
  margin-right: -8px;
  margin-left: -8px;
}
.git-col, .git-full {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.git-full {
  width: 100%;
}
#get-in-touch .wpcf7-form-control-wrap {
  display: block;
}
#get-in-touch label {
  display: block;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
#get-in-touch .default-heading {
  color: #333;
}
#get-in-touch input[type=text], #get-in-touch input[type=email], #get-in-touch input[type=phone], #get-in-touch textarea {
  appearance: none;
  display: block;
  width: 100%;
  height: 27px;
  margin-top: 10px;
  border: 0;
  border-bottom: solid 1px #000000;
  font-size: 14px;
  color: #000000;
  outline: 0;
  box-shadow: 0 !important;
}
.git-submit {
  display: flex;
  justify-content: center;
}
.git-submit input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index: 10;
}
.git-submit .ajax-loader {
  position: absolute;
  right: 27px;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  text-align: center;
}
#get-in-touch .use-floating-validation-tip span.wpcf7-not-valid-tip {
  top: 0;
  left: auto;
  right: 0;
  font-size: 12px;
  letter-spacing: 0.025em;
}
#footer {
  background: #0f0f0f;
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  font-size: 14px;
  color: #e5e5e5;
  line-height: 2;
}
.footer-subscribe {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 99px;
  padding-bottom: 71px;
}
.footer-subscribe h2.default-heading {
  padding: 0;
}
.footer-subscribe h2.default-heading span {
  font-size: 36px;
}
.footer-subscribe .wpcf7 {
  font-size: 0;
  width: 513px;
  max-width: 100%;
  width: 38.29%;
  margin-left: 3%;
  align-self: flex-end;
}
.footer-subscribe .wpcf7 form {
  position: relative;
}
.footer-subscribe .use-floating-validation-tip .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}
.footer-subscribe-field {
  display: inline-block;
  position: relative;
  width: 66.25%;
  vertical-align: top;
}
.footer-subscribe-field input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: 1px solid #fff;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 20px;
  letter-spacing: 0.05em;
}
.footer-subscribe-btn {
  width: 173px;
  display: inline-block;
  vertical-align: top;
  width: 33.75%;
}
.footer-subscribe-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer-subscribe-btn .default-button {
  min-width: auto;
  width: 100%;
  padding: 15px 20px 16px;
}
.footer-subscribe-btn .default-button .ajax-loader {
  position: absolute;
  bottom: -40px;
  left: initial;
  right: 0;
  margin: auto;
}
.footer-subscribe .wpcf7 form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
}
#footer img {
  /* max-width: 100%; */
}
.footer-logo-hilton {
  display: block;
  margin: 0 auto 0;
  /*max-width: 285px;*/
  max-width: 245px;
  width: 100%;
  height: auto;
}
.footer-logo-agentimage {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.footer-logo-agentimage:hover {
  filter: brightness(0) invert(1);
}
.footer-logo-forbes {
  display: block;
  margin: 47px auto 0;
  max-width: 245px;
  width: 100%;
  height: auto;
}
.footer-copyright {
  margin-top: 15px;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.footer-copyright a.footer-site-title {
  color: #fff !important;
  pointer-events: none;
}
.footer-copyright a:hover {
  text-decoration: underline
}
.footer-disclaimer {
  max-width: 850px;
  margin: 0 auto;
}
.footer-row {
  display: flex;
}
.footer-col {
  flex-grow: 1;
}
.footer-col .default-heading {
  margin-bottom: 30px;
}
.footer-details {
  display: flex;
  justify-content: space-between;
}
.footer-details-col {
  padding-right: 15px;
  flex-grow: 1;
}
.footer-details-col [class^=ai-font-] {
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  width: 27px;
  font-size: 10px;
}
.footer-details-col .ai-font-phone {
  font-size: 12px;
}
.footer-smis {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.footer-smi {
  font-size: 0;
  margin-right: 20px;
  color: #fff !important;
}
.footer-smi:hover {
  opacity: 0.7;
}
.footer-smi::before {
  font-size: 20px;
}
.footernav {
  column-count: 2;
  column-gap: 15px;
}
.footernav a {
  font-size: 13px;
  line-height: 1.9;
  text-transform: uppercase;
}
.footernav a:hover {
  color: #ffffff;
}
/** Form Search */
.listings-form-search {
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
  z-index: 10;
}
.listings-form-search form {
  display: flex;
  align-items: center;
}
.listing-form {
  padding-left: 0;
  padding-right: 0;
}
.listing-form-beds .select2-container, .listing-form-baths .select2-container {
  min-width: 167px;
}
.listing-form-sort-by .select2-container {
  min-width: 181px;
}
.listing-form-address {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 50px;
  padding-right: 30px;
}
.listing-form-address::before {
  content: "\b0039";
  margin-right: 15px;
  font-size: 13.3px;
  color: #aaaaaa;
  position: relative;
  font-family: agentimage !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listing-form-address input {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border: 0 !important;
  font-weight: 500;
  font-size: 13.3px;
  color: #7d7d7d;
  text-transform: uppercase;
  outline: 0 !important;
}
.tax-property-statuses .listing-form-address input, .tax-property-types .listing-form-address input {
  color: #000;
}
.listing-form-address input:focus {
  color: #000;
}
.no-listings {
  padding: 0 5%;
}
.listing-form-address {
  width: 41.65%;
}
.listing-form-range {
  width: 11.22%;
}
.listing-form-beds {
  width: 11.59%;
}
.listing-form-baths {
  width: 11.59%;
}
.listing-form-more-filters {
  width: 11.65%;
}
.listing-form-sort-by {
  width: 12.56%;
}
body.error404 #breadcrumbs {
  display: none;
}
body.error404 #get-in-touch {
  padding-top: 0;
  display: none;
}
.error-page-content-wrapper {
  margin-top: 100px !important;
  margin-bottom: 0 !important;
}
.error-page-content-wrapper .error-page-image-holder {
  display: none;
}
.error-page-content-wrapper .error-page-excerpt {
  text-align: center;
}
.error-page-content-wrapper .error-form-wrapper h4 {
  display: none !important;
}
.error-page-content-wrapper .error-form-wrapper .error-forms {
  font-size: 0;
}
.error-page-content-wrapper .error-forms .error-col {
  width: 100%;
}
.error-page-content-wrapper .error-forms .error-row {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 35px;
}
.error-page-content-wrapper .error-forms .error-col:last-child .error-row {
  width: 100%;
}
.error-page-content-wrapper .error-forms .error-row label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.error-page-content-wrapper .error-forms input[type=text], .error-page-content-wrapper .error-forms input[type=email], .error-page-content-wrapper .error-forms input[type=phone], .error-page-content-wrapper .error-forms textarea {
  appearance: none;
  display: block;
  width: 100%;
  height: 27px;
  margin-top: 10px;
  border: 0;
  border-bottom: solid 1px #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000000;
  outline: 0;
  box-shadow: none !important;
  padding: 0;
}
.error-page-content-wrapper .error-forms input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index: 10;
}
.error-page-content-wrapper .error-forms .default-button {
  display: flex;
  max-width: 230px;
  margin: 0 auto;
}
.error-page-content-wrapper .error-forms .ajax-loader {
  position: absolute;
  right: 27px;
}
.error404 #get-in-touch .container {
  border-top: none;
}
#hh-videos {
  position: relative;
  display: none;
}
#hh-videos .container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4.375vw;
  z-index: 3;
  transform: translateY(0);
  transition: all 1s;
}
#hh-videos .container.active {
  bottom: 0;
  transform: translateY(100%);
}
#hh-videos .container ul {
  display: flex;
  justify-content: space-between;
  list-style: disc;
  margin-left: 0;
}
#hh-videos .container ul li {
  display: block;
  margin-top: 30px;
  padding: 0;
  text-align: left;
  font-weight: 300;
  font-size: 13px;
  color: #cccccc;
  line-height: 1.5;
}
#hh-videos .container ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 12px;
}
#hh-videos .container ul li a {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  transition: all .4s ease-in-out;
}
#hh-videos .container ul li a:hover {
  opacity: .7;
}
#hh-videos .container ul li strong {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#hh-videos .paginate-wrap {
  position: relative;
}
#hh-videos .swiper-container {
  width: 95%;
}
#hh-videos iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#hh-videos .overlay-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 2;
}
#hh-videos .video-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#hh-videos .video-thumb:after {
  content: "";
  display: block;
  background: none no-repeat center transparent !important;
  background-size: contain;
  width: 103px !important;
  height: 103px !important;
  /* background: transparent !important; */
  border: initial !important;
  box-shadow: 0 !important;
}
#hh-videos .swiper-button-next, #hh-videos .swiper-button-prev {
  color: #fff !important;
  top: 55%;
}
#hh-videos .swiper-button-next:after, #hh-videos .swiper-button-prev:after {
  color: #fff !important;
}
#hh-videos .swiper-button-next:after, #hh-videos .swiper-button-prev:after {
  font-size: 28px;
}
#hh-videos .swiper-button-prev, #hh-videos .swiper-container-rtl .swiper-button-next {
  left: -0.6%;
}
#hh-videos .swiper-button-next, #hh-videos .swiper-container-rtl .swiper-button-prev {
  right: -0.6%;
}
#hh-videos .plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
}
#content .entry a, #content .entry li {
  white-space: normal !important;
  word-break: break-all !important;
}
.entry.entry-content p:empty {
  display: none;
}
.entry.entry-content p {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.9 !important;
  font-family: Montserrat, sans-serif;
}
.entry.entry-content p span {
  font-family: Montserrat, sans-serif !important;
}
.page-id-22897 div#get-in-touch.ccpa-container {
  max-width: 950px;
  margin: 0 auto;
}
.page-id-22897 section#get-in-touch {
  display: none;
}
#sitemap-nav li a {
  text-transform: uppercase;
}
#content h1.entry-title, #content h2.entry-title, #content .entry h1, #content .entry h2, #content .entry h3 {
  font-family: var(--font-noe);
  font-weight: 300;
}
#content h1.entry-title, #content h2.entry-title, #content .entry h1 {
  font-size: 30px;
}
#content .entry h2 {
  font-size: 25px;
}
#content .entry h3 {
  font-size: 22px;
}
.archive .footer-row .default-heading span {
  font-family: var(--font-noe) !important;
  font-size: 20px !important;
  text-transform: capitalize !important;
}
.error-page-content-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: -12px;
}
.error-page-content-wrapper .wpcf7-response-output {
  text-align: center;
}
.grecaptcha-badge {
  z-index: 999;
}
body .uwy.userway_p3 .uai {
  /*bottom: 90px !important;*/
  bottom: 20px !important;
}
.showcase-detail-cta-col {
  /* max-width: 250px; */
  max-width: 235px;
}
.showcase-detail-cta-col a.default-button {
  padding: 18px 10px;
}
.showcase-detail-cta .default-button {
  color: #0e0e0e;
}
.post-type-archive-aios-communities h1.default-heading.heading-gap-top {
  text-transform: capitalize !important;
}
.post-type-archive-aios-communities h1.default-heading.heading-gap-top span {
  font-family: var(--font-montserrat) !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
  letter-spacing: 0.05em !important;
}
.listing-associates-items li h3 {
  line-height: 1.2;
}
.wpcf7-not-valid-tip {
  width: 150px !important;
}
body .uwy.userway_p2 .uai, body .uwy.userway_p3 .uai, body .uwy .uai {
  top: auto !important;
  left: calc(100vw - 21px) !important;
  right: auto !important;
  bottom: 20px !important;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  right: auto;
  width: auto !important;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .ajax-loader {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.category-media .content-button.view-more {
  display: none;
}
.page-id-114367 .entry-content .row {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
div[id^=mni-membership-] {
  display: none;
}

footer#footer div[id^=mni-membership-] {
  display: block;
  margin-top: 20px;
}

footer#footer div[id^=mni-membership-] .mn-widget-member-name {
  font-size: 12px;
}

html footer#footer div[id^=mni-membership-] .mn-widget-member-assoc{
  display: none;
}

.mn-widget-member + .mn-widget-member {
  display: none;
}

html footer#footer a.mn-widget-member-link img {
  max-width: 65px;
  margin: 15px auto 0;
  filter: brightness(0) invert(1);
  display: block;
}

@media only screen and (min-width: 1601px) {
  #footer {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 992px) {
  #header.position-fixed {
    position: fixed;
  }
  #header.position-fixed .header-logo-text {
    display: none;
  }
  #header.position-fixed .header-logo-mono {
    display: block;
  }
  #burger-nav li#menu-item-49 {
    top: -70px;
    position: relative;
  }
  #burger-nav li.menu-item-12311 {
    bottom: 100px;
    position: absolute;
  }
  #burger-nav li.menu-item-51 {
    bottom: 40px;
    position: absolute;
  }
  .footer-copyright {
    /*margin-top: 83px;*/
    text-align: center;
  }
  #hh-videos .plyr__control--overlaid {
    top: auto;
    bottom: 31.875vw;
    transition: all .4s ease-in-out;
  }
  #hh-videos .plyr__control--overlaid:hover {
    opacity: .7;
  }
  #footer {
    font-size: .75vw;
  }
  .footernav a {
    font-size: 11px;
  }

	/*#menu-item-121713*/
	#menu-item-114 {
	position: absolute;
	right: 0;
	bottom: 220px;
}
}
@media only screen and (max-width: 1366px) {
  #footer, .footernav a {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1200px) {
  .listing-form-more-filters .inline-modal-content {
    min-width: 1000px;
    left: -150px;
  }
  .listing-form-more-filters .inline-modal-content .content-vertical {
    column-count: 3 !important;
  }
}
@media only screen and (min-width: 1370px) {
  #footer .container, #hh-videos .container {
    width: 1370px !important;
  }
}
@media only screen and (max-height: 660px) {
  #burger-content {
    padding-top: 100px;
  }
  #burger-nav {
    margin-top: 65px;
  }
  #burger-nav li {
    padding-top: 5px;
  }
  #burger-nav li ul {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  #burger-nav {
    margin-top: 0;
  }
  footer#footer div[id^=mni-membership-] .mn-widget-member-name {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1199px) {
  #header {
    padding: 0 15px;
  }
  .header-cta {
    font-size: 14px;
  }
  #get-in-touch .container {
    width: 100% !important;
  }
  #footer, .footernav a {
    font-size: 9px;
  }
  .footer-row .footer-col:first-child {
    width: 350px;
  }
  .header-cta-search {
    margin-right: 10px;
  }
  .header-cta-email {
    margin-right: 10px;
  }
  .header-nav li a {
    font-size: 12px;
    padding: 30px 5px;
  }
  .listing-form-address {
    width: 32.65%;
    flex-grow: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .listing-form-range {
    width: 16.22%;
  }
  .listing-form-beds {
    width: 10.59%;
  }
  .listing-form-baths {
    width: 10.59%;
  }
  .listing-form-more-filters {
    width: 17.65%;
  }
  .listing-form-sort-by {
    width: 12.56%;
  }
  .listing-form-beds .select2-container, .listing-form-baths .select2-container, .listing-form-sort-by .select2-container {
    min-width: inherit;
  }
  .select2-results__option {
    padding: 8px 8px;
  }
  .footer-subscribe .wpcf7 {
    width: 33%;
  }
}
@media only screen and (max-height: 550px) {
  .menu-burger-menu-container {
    overflow: auto;
  }
}
@media only screen and (max-width: 991px) {
  #hh-our-story .content-button.animated, #hh-our-story .content.animated, #hh-our-story .default-heading.animated {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
  #hh-our-story .content-button, #hh-our-story .content, #hh-our-story .default-heading {
    opacity: 1 !important;
  }
  #header {
    position: fixed !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    justify-content: space-between;
    margin: 0 !important;
  }
  .header-logo-text {
    display: block !important;
  }
  .header-logo-mono, .header-nav {
    display: none !important;
  }
  #burger-menu {
    margin-top: 0;
  }
  .header-cta {
    padding-left: 10px;
  }
  #footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #footer .row {
    display: flex;
    flex-direction: column;
    /*flex-direction: column-reverse;*/
  }
  .footer-logo-hilton, .footer-logo-agentimage {
    display: block;
    margin: 30px auto 0;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-row {
    flex-direction: column;
  }
  .footer-col {
    margin-top: 40px;
  }
  /** Search Form */
  .listings-form-search form {
    flex-wrap: wrap;
  }
  .listing-form .select2-container, .listing-form .inline-modal-open-content {
    width: 100% !important;
  }
  .listing-form-address {
    width: 100%;
    order: 1;
    padding: 0 20px 20px;
  }
  .listing-form-range {
    width: 50%;
    order: 2;
  }
  .listing-form-range .inline-modal-content {
    left: 0 !important;
    transform: translateX(0%) !important;
  }
  .listing-form-beds {
    width: 50%;
    order: 4;
  }
  .listing-form-baths {
    width: 50%;
    order: 5;
  }
  .listing-form-more-filters {
    width: 100%;
    order: 6;
  }
  .listing-form-more-filters .inline-modal-content {
    min-width: 100%;
    left: 0 !important;
    transform: translateX(0%) !important;
  }
  .listing-form-sort-by {
    width: 50%;
    order: 3;
  }
  .listing-form-sort-by .select2-container {
    min-width: initial;
  }
  #hh-videos .container {
    color: #000;
    margin-top: 20px;
    position: static;
    transform: none !important;
  }
  #hh-videos .default-heading, #hh-videos .container ul li strong {
    color: #000;
  }
  /*#hh-videos .container ul {



				    transform: none !important;



				    width: 100% !important;



				    box-sizing: border-box;



				}*/
  #hh-videos .container ul li {
    width: 50%;
    color: #484848;
  }
  .error-page-content-wrapper {
    padding: 0 20px;
    width: 100%;
  }
  .error-page-content-wrapper .error-page-image-holder .error-page-image-left {
    float: none;
    width: 100%;
  }
  .error-page-content-wrapper img {
    width: 100% !important;
  }
  .error-page-content-wrapper .error-page-image-holder .error-page-image-right {
    float: none;
  }
  #hh-videos .paginate-wrap {
    position: relative;
    margin-bottom: 100px;
  }
  .listing-form-beds .select2-container, .listing-form-baths .select2-container {
    min-width: initial;
  }
  #footer, .footernav a {
    font-size: 14px;
  }
  .footer-row .footer-col:first-child {
    width: auto;
  }
  #burger-content {
    width: 70%;
    padding: 30px 15px 50px;
  }
  .menu-burger-menu-container {
    display: block;
    height: 100%;
    overflow: scroll;
  }
  #burger-nav li {
    width: 100%;
    overflow-y: scroll;
  }

  /*listings*/
  #burger-nav > li:nth-child(1) {
      order: 1;
  }
  /*About*/
  #burger-nav > li:nth-child(2) {
      order: 3;
  }
  /*Associates*/
  #burger-nav > li:nth-child(3) {
      order: 4;
  }
  /*developments*/
  #burger-nav > li:nth-child(4) {
      order: 2;
  }
  /*in the media*/
  #burger-nav > li:nth-child(5) {
      order: 5;
  }
  /*neighborhoods*/
  #burger-nav > li:nth-child(6) {
      order: 6;
  }
  /*contact us*/
  #burger-nav > li:nth-child(7) {
      order: 7;
  }

  #burger-nav li.menu-item-has-children > a:after {
    content: "+";
    display: inline-block;
    margin-left: 9px;
  }
  #burger-nav li ul {
    display: none;
  }
  #burger-nav li:hover ul {
    display: block;
  }
  #hh-videos .swiper-button-next:after, #hh-videos .swiper-button-prev:after, #hh-videos .swiper-button-next, #hh-videos .swiper-button-prev {
    color: #000 !important;
  }
  .category-blog img {
    margin-bottom: 15px !important;
  }
  .single-aios-agents .ip-banner canvas {
    height: 79px;
    min-height: auto;
  }
  .single-aios-listings .modal.modal-listings {
    margin-top: 1%;
  }
  .footer-logo-agentimage {
    max-width: 250px;
  }
  .footer-subscribe {
    padding: 60px 0;
  }
  .footer-subscribe h2.default-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-subscribe .wpcf7 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  .category-blog iframe {
    height: 390px;
  }
  #content .entry .row.philantrophy-wrapper a {
    word-break: break-word !important;
  }
  .footer-logo-agentimage svg {
    max-width: 250px !important;
  }
}
@media only screen and (max-width: 500px) {
  #header {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .header-cta-search, .header-cta-email {
    /*margin-right: 5px;*/
  }
  .footer-details {
    flex-direction: column;
  }
  .footer-details-col {
    margin-bottom: 20px;
  }
  .footer-smis {
    margin-top: 0;
  }
  .footernav {
    column-count: 1;
    column-gap: 0;
  }
  .listing-form-address {
    padding: 0 0 20px;
  }
  .listing-form .select2-container, .listing-form .inline-modal-open-content {
    padding-left: 0 !important;
  }
  .listing-form-range .inline-modal-content {
    min-width: calc(100vw - 30px);
  }
  #hh-videos {
    margin-bottom: 50px;
  }
  #hh-videos .container ul li {
    width: 100%;
    padding-right: 0;
  }
  .error-page-content-wrapper .error-forms .error-row {
    width: 100%;
  }
  .single-aios-listings .modal.modal-listings {
    margin-top: 1%;
  }
  .footer-subscribe h2.default-heading span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .category-blog iframe {
    height: 250px;
  }
  #hh-videos .container ul li {
    width: 100% !important;
    padding-right: 0;
    /*margin: 0 !important;



	    padding: 0 20px !important;*/
  }
  #hh-videos .container ul {
    /*transform: none !important;*/
    width: 100% !important;
    box-sizing: border-box;
  }
  #hh-videos .swiper-button-prev, #hh-videos .swiper-container-rtl .swiper-button-next {
    left: -15px;
  }
  #hh-videos .swiper-button-next, #hh-videos .swiper-container-rtl .swiper-button-prev {
    right: -15px;
  }
  .single-aios-listings .modal.modal-listings {
    margin-top: 1%;
  }
  .featured-post-section .post-content {
    bottom: 25px !important;
  }
}
