/*Index Custom form*/

.slideshow-form {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 15px;
  max-width: 325px;
  margin: auto;
}

.slideshow-contents {
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
}

.slider-caption {
  transform: translateY(0);
  text-align: center;
  margin: 20px 0;
}

.idx-form-box h2 {
  font-size: 22px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #1c9dbf;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 10px;
}

#idx-custom-form input,
#idx-custom-form select {
  margin: 2px 0;
  border-radius: 3px;
}

#idx-custom-form .aidefcf-cl2.price-box input {
  max-width: 113px;
  width: 100%;
  margin-left: 0;
}

#idx-custom-form select {
  padding: 0 !important;
}

#idx-custom-form .aidefcf-cl2.fname-box input {
  width: 49.2%;
}

body form#idx-custom-form .ai-default-cf7wrap input[type="submit"] {
  background: #fb7a03 !important;
  line-height: 2;
  padding: 2px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 7px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  white-space: normal;
  height: auto;
}

/* Popup */

.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.popup-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  overflow-y: auto;
  text-align: center;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s;
}

.popup-wrapper .popup-container .popup-content {
  padding: 35px 20px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 477px;
  max-width: 100%;
  text-align: center;
  /* margin: 106px auto; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ab-lp-popup-wrapper.popup-wrapper .popup-container .popup-content {
  background: #1c9dbf;
  border: 2px solid #1c9dbf;
}

.exit-popup-wrapper.popup-wrapper .popup-container .popup-content {
  width: 1000px;
  display: flex;
  border-radius: 0px;
  padding: 0px;
  border: 5px solid #1c9dbf;
}

.exit-popup-left {
  height: 500px;
  width: 42%;
  background-image: url(https://cdn.agentimagehosting.com/zYCzOZmsKEeBOimcemopj/2020/10/slide1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.exit-popup-right {
  width: 58%;
  background: white;
  padding: 70px 60px;
}
.exit-popup-before {
  text-align: center;
  font-family: "Prata", serif;
  font-size: 47px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1c9dbf;
}
.exit-popup-form {
  margin-top: 50px;
}
.exit-popup-text {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-top: 20px;
}
.exit-input {
  background: #00000017;
  margin: 4px 0px;
  /* text-transform: uppercase; */
  padding: 18px;
  font-size: 15px;
}
.exit-submit {
  background-color: #fb7a03;
  margin: 4px 0px;
  text-transform: uppercase;
  padding: 18px;
  font-size: 15px;
  width: 80%;
  color: white;
}
.exit-popup-wrapper.popup-wrapper div.wpcf7 .ajax-loader {
  display: block;
}
.exit-popup-wrapper.popup-wrapper .popup-container .popup-close {
  position: absolute;
  top: calc(0% - 20px);
  left: calc(100% - 20px);
  width: 50px;
  height: 50px;
  border: 1px solid #adadad;
  border-radius: 50%;
  background: white;
  color: #1c9dbf;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: visible;
}
.exit-x {
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
}
.popup-wrapper.exit-popup-wrapper.active {
  display: none;
}
.popup-container {
  width: 477px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  height: 100%;
}
.popup-wrapper.exit-popup-wrapper.shown,
.popup-wrapper.exit-popup-wrapper.shown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  display: block;
}

.exit-popup-wrapper .popup-container {
  width: 1000px;
}

.popup-wrapper .popup-container .popup-close {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 32px;
  height: 32px;
  border: 1px solid #adadad;
  border-radius: 50%;
  background: transparent url(images/popup-close.png) no-repeat;
  background-position: center center;
  background-size: 11px 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}

.popup-wrapper .popup-container .popup-content .popup-logo {
  display: block;
  margin: 12px auto 40px;
  max-width: 100%;
}

.popup-wrapper .popup-container .popup-content .popup-title {
  font-size: 27px;
  font-weight: 400;
  line-height: 26px;
  color: #1c9dbf;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}

.ab-lp-popup-wrapper.popup-wrapper
  .popup-container
  .popup-content
  .popup-title {
  color: #ffffff;
}

.popup-wrapper .popup-container .popup-content .popup-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #1c9dbf;
  text-align: center;
  margin-bottom: 23px;
}

.ab-lp-popup-wrapper.popup-wrapper
  .popup-container
  .popup-content
  .popup-description {
  color: #ffffff;
}

.popup-wrapper .popup-container .popup-content .popup-form {
  position: relative;
  width: 377px;
  max-width: 100%;
  margin: 0 auto;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  .wpcf7-form-control-wrap {
  display: block;
}

.popup-wrapper .popup-container .popup-content .popup-form input[type="text"],
.popup-wrapper .popup-container .popup-content .popup-form input[type="email"],
.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  margin: 0 auto 9px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="submit"] {
  background: #fb7a03;
  border-color: #fb7a03;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="submit"]:hover {
  background: #ff9737;
  border-color: #ff9737;
}

.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  .wpcf7-response-output {
  margin: 9px 0 0 0;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

/* Custom Styles */

.header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  /*    background-color: rgba(0, 0, 0, 0.5);*/
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  font-size: 0;
}

.header.fixed {
  padding: 10px 0;
  background-color: rgba(28, 157, 191, 0.85);
  position: fixed;
}

.index-header-logo {
  padding: 15px 0;
}

.index-header-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  /* display: none; */
}

.page-id-5 .index-header-logo a {
  display: block;
}

.navigation {
  width: 100%;
  padding: 17px 0;
  text-align: right;
}

#nav li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}

#nav li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: none;
}

.index-header-contact,
.index-header-contact a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  padding: 17px 0;
  text-decoration: none;
  text-shadow: none;
}

.index-header-contact span {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
}

.index-slidehow-content {
  position: absolute;
  top: 30%;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}

.index-footer-right {
  text-align: center;
}

.index-footer-right span {
  font-size: 20px;
}

.index-custom-form {
  margin-top: 50px;
}

.index-custom-form input {
  width: 500px;
  font-size: 14px;
  font-style: italic;
  padding: 10px 15px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  color: #a7a7a7;
  display: block;
  margin: 5px auto;
}

#cf2 {
  display: none;
  opacity: 0;
}

.slide-qs-wrapper {
  position: relative;
}

.slidehow-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);

  z-index: 99;
}

.slidehow-content.seller {
  transform: translateY(-40%);
}

.slidehow-content.buyer .slideshow-caption {
  margin-top: 25%;
}

.footer {
  /* margin-top: 50px; */
  padding: 50px 0;
  background: #173566;
  color: #fff;
  font-size: 0;
}

.index-footer-navigation {
  text-align: center;
}

.index-footer-left {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}

.footer .footer-contact .contact {
  display: block;
  margin-left: 0;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer .footer-contact .contact span {
  font-size: 18px;
  margin-right: 8px;
}

.footer .footer-contact .contact a {
  color: #fff;
}

.footer .footer-contact h2 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3px;
}

.footer .contact-form {
  position: relative;
  /*
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
*/
  margin-bottom: 40px;
}

.footer .contact-form label {
  width: 24.25%;
  margin: 0 0.5%;
  display: inline-block;
  vertical-align: top;
}

.footer .contact-form label:first-of-type {
  margin-left: 0;
}

.footer .contact-form label:last-of-type {
  margin-right: 0;
}

.footer .contact-form input,
.footer .contact-form textarea {
  width: 100%;
  height: 35px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #ffffff;
  line-height: 28px;
  color: #173566;
}

.footer .contact-form input::placeholder,
.footer .contact-form textarea::placeholder {
  color: #173566;
}

.footer .contact-form input[type="submit"] {
  width: 19px;
  height: 19px;
  font-size: 0;
  position: absolute;
  bottom: 32px;
  right: 32px;
  border: none;
  /* background-image: url(https://lajollahomes.com/app/themes/aios-starter-theme-child/index-landing-page/assets/images/submit-btn.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Home Valuation */

.index-home-valuation .wmhw-form-wrapper {
  background: none;
}

.index-home-valuation .wmhw-title,
.index-home-valuation .wmhw-subtitle {
  display: none;
}

/* .index-home-valuation .wmhw-control-wrap.next-wrap div {
    background: #173566;
}

.index-home-valuation .wmhw-control-wrap.icon-warp span {
    color: #173566;
} */

/* .aios-property-style-3 */

.aios-property-style-3 {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.aios-property-style-3 h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 6px;
  padding: 25px 0;
  line-height: 30px;
}

.aios-property-style-3 h2 strong {
  font-weight: 700;
  font-size: 30px;
  display: block;
}

.aios-property-style-3 .fp-wrap canvas {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7d7d7;
  display: block;
}

.aios-property-style-3 .fp-wrap canvas img {
  width: 100%;
  height: auto;
  display: block;
}

.aios-property-style-3 .fp-wrap .fp-list {
  margin-bottom: 50px;
}

.aios-property-style-3 .fp-wrap .fp-list a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: inherit;
  text-decoration: none;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  padding: 25px 30px;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.001em;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details p {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  padding-top: 7px;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details span {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 83px;
  height: 38px;
  line-height: 38px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #173566;
  margin-top: -19px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.aios-property-style-3 .fp-wrap .fp-list a .pro-details span:hover {
  background-color: #284164;
}

.ip-banner {
  background: url(https://cdn.agentimagehosting.com/zYCzOZmsKEeBOimcemopj/2019/02/iStock-471104670.jpg);
  background-size: cover;
  background-position: center center;
  height: 300px;
  overflow: hidden;
}

.footer-contact {
  text-align: center;
}

.footer-contact form {
  position: relative;
}

.footer-contact .wpcf7-form-control-wrap {
  width: 30%;
  margin: 1%;
  display: inline-block;
}

.footer-contact .wpcf7-form-control-wrap.your-message {
  width: 94%;
  margin: 1% auto;
  display: block;
}

/* .aios-cta-style-2 */

.aios-cta-style-2 {
  margin: 50px 0 20px;
}

.aios-cta-style-2 .cta-list {
  margin-bottom: 30px;
}

.aios-cta-style-2 .cta-list a {
  display: block;
  width: 100%;
  height: 102px;
  text-align: center;
  background: #fff;
  color: #173566;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  border: 1px solid #173566;
}

.aios-cta-style-2 .cta-list a:hover {
  background: #284164;
}

.aios-cta-style-2 .cta-list a:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.aios-cta-style-2 .cta-list a span {
  display: inline-block;
  vertical-align: middle;
}

#content-sidebar #content {
  width: 100%;
}

.page-id-45 #content h1.entry-title {
  display: none;
}

.ai-default-cf7wrap input[type="submit"] {
  background: #173566 !important;
}

.ai-default-cf7wrap input[type="submit"]:hover {
  background: #284164 !important;
}
.aios-cta-style-2 .cta-list a:hover {
  color: #fff;
}

.aios-cta-style-2 .cta-list em {
  right: 10px;
  top: 4px;
  font-size: 25px;
  /* top: 6px; */
}

img {
  max-width: 100%;
}

.popup-content img {
  width: 100%;
  margin-bottom: 50px;
  max-width: 400px;
}

#nav li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #fff;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: all 0.5s;
}

#nav li a:hover:after {
  width: 100%;
}

#menu-item-1327 .aios-initial-setup-dead-link {
  pointer-events: none;
}

.ip-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-id-763 .ip-banner {
  background-image: url("assets/images/index-contact-us-img-banner.png");
}

/* adjustments */
.slideshow-form-ab .wpcf7-not-valid-tip {
  display: none;
}
.slideshow-form-ab .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: white;
}
.slideshow-form-ab .wpcf7 form.sent .wpcf7-response-output {
  color: white;
}
.slidehow-content.buyer .slideshow-caption.slideshow-caption-ab {
  margin-top: 0;
}
.slideshow-form-ab-wrapper {
  margin-top: -5px;
  background-color: #1c9dbf;
  background-color: #0081a2;
  padding: 40px 0px;
}
.slideshow-form-ab-label {
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.ab-submit-container {
  display: inline;
}
.footer
  .footer-bottom-content
  .footer-bottom-details
  .footer-bottom-details-item.footer-bottom-details-item-sitemap {
  display: none;
}
.slideshow-form-ab span.wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(25% - 10px) !important;
  margin-right: 5px;
}
.slideshow-form-ab span.wpcf7-form-control-wrap input {
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #b3b3b3;
  background: #f5f5f5;
  width: 100%;
}
.slideshow-form-ab input.ab-submit {
  padding: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #1c9dbf;
  color: white;
  width: calc(25% - 15px) !important;
}
div.global-link a,
div.submit-holder input,
.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  div.fl-item-link,
.slideshow-form-ab input.ab-submit {
  background-color: #fb7a03;
  background-color: #bd5b00;
}
.neighborhoods-wrapper .neighborhoods-inner-wrapper .neighborhoods-excerpt a {
  color: #fb7a03;
  color: #bd5b00;
}
div.global-link a:hover,
.scroll-to-top-btn:hover,
.slideshow-form-ab input.ab-submit:hover,
.aios-contact-form-style-2 .cf-form input[type="submit"]:hover,
div.submit-holder input:hover,
.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  div.fl-item-link:hover {
  background-color: #ff9737;
}
body form#idx-custom-form .ai-default-cf7wrap input[type="submit"]:hover {
  background: #ff9737 !important;
}
.neighborhoods-wrapper
  .neighborhoods-inner-wrapper
  .neighborhoods-excerpt
  a:hover {
  color: #ff9737;
}
.index-header-contact {
  border: 1px solid white;
  padding: 10px 13px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.index-header-contact a {
  transition: all 0.4s ease-in-out;
}
.index-header-contact:hover {
  color: rgb(28, 157, 191);
  background-color: white;
}
.index-header-contact:hover a {
  color: rgb(28, 157, 191);
}
.lp-header.header .header-logo a {
  max-width: 290px;
  font-size: 30px;
}
.lp-header.header .header-logo a div {
  font-size: 12px;
  margin-top: 6px;
  padding-top: 9px;
}
.lp-footer.footer .footer-center-logo a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  max-width: 435px;
  margin: 0px auto 35px;
}
.lp-footer.footer .footer-center-logo a div {
  font-family: "Prata", serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.38em;
  text-transform: initial;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
.lp-footer.footer .footer-left .footer-contact-broker-wrapper {
  margin-top: 0px;
}
.amh-menu li:first-child {
  display: none;
}
footer.footer {
  padding: 50px 0;
}
header.lp-header {
  padding: 20px 54px !important;
  background-color: rgb(28, 157, 191);
}
.lp-banner-title {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -5px 5px 5px black;
}
.lp-banner-title span {
  display: block;
}
.lp-header-row {
  display: flex;
  align-items: center;
}
.index-header-logo-img {
  max-width: 207px;
}
.scroll-to-top-container {
  text-align: center;
}
.scroll-to-top-btn {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 45px auto 0px;
  padding: 20px;
  background-color: #fb7a03;
  background-color: #bd5b00;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.neighborhoods-wrapper.lp-neighborhoods-wrapper {
  margin-top: 30px;
}
.lp-fp-phone {
  font-size: 25px;
  margin-bottom: 25px;
}
.aios-contact-form-style-2 {
  margin: 50px 0 0;
  background-color: #1c9dbf;
}
.aios-contact-form-style-2 .cf-form {
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 43px 0;
}
.aios-contact-form-style-2 .cf-form h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #fff;
  /* width: 280px; */
  text-align: center;
  padding: 9px 0;
  text-transform: uppercase;
}
.aios-contact-form-style-2 .cf-form form,
.aios-contact-form-style-2 .cf-form .wpcf7 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 860px;
  padding-bottom: 41px;
}
.aios-contact-form-style-2 .cf-form .wpcf7 input#alt_s,
.aios-contact-form-style-2 .cf-form .wpcf7 input[name=alt_s],
.aios-contact-form-style-2 .cf-form .wpcf7 input#form-page-source,
.aios-contact-form-style-2 .cf-form .wpcf7 input[name=form-page-source] {
  display: none !important;
}
.aios-contact-form-style-2 .cf-form form input,
.aios-contact-form-style-2 .cf-form .wpcf7 input[type=text],
.aios-contact-form-style-2 .cf-form .wpcf7 input[type=email] {
  height: 45px;
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  color: #a9a9a9;
  border: none;
  outline: none;
  padding: 10px;
  margin-left: 0.5%;
  width: 15.6%;
  display: inline-block;
  vertical-align: top;
  font-family: arial;
}
.aios-contact-form-style-2 .cf-form form span,
.aios-contact-form-style-2 .cf-form .wpcf7 span {
	
}
.aios-contact-form-style-2 .cf-form form textarea,
.aios-contact-form-style-2 .cf-form .wpcf7 textarea {
  height: 45px;
  background: #fff;
  font-weight: normal;
  font-size: 13px;
  color: #a9a9a9 !important;
  border: none;
  outline: none;
  padding: 15px 14px 0;
  margin-left: 0.5%;
  width: 30.2%;
  display: inline-block;
  vertical-align: top;
  resize: none;
  font-family: arial;
  text-align: left;
  text-transform: none;
}
.aios-contact-form-style-2 .cf-form input[type="submit"] {
  height: 45px;
  border: none;
  background: #fb7a03;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  width: 20%;
  cursor: pointer;
  margin-left: 1%;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
.aios-contact-form-style-2 div.wpcf7-response-output {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.aios-contact-form-style-2
  .use-floating-validation-tip
  span.wpcf7-not-valid-tip {
  font-size: 12px;
  left: 0;
}
.wpcf7-form .your-message > textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100px;
  border: 2px solid #1c9dbf;
  padding: 15px 10px;
  resize: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #1c9dbf !important;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  margin: 0 auto 9px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
}

.page-id-295 .wpcf7-form .your-message > textarea {
    color: #5a5a5a !important;
    text-align: left !important;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #9f9f9f;
    padding: 15px 14px;
    font-weight: 400;
}

.ab-lp-popup-wrapper .wpcf7-form .your-message > textarea {
  border: 2px solid #ffffff;
  color: #1c9dbf !important;
  background-color: white;
  font-weight: 500;
}
.lp-popup-wrapper.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="text"],
.lp-popup-wrapper.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="email"] {
  border: 2px solid #1c9dbf !important;
  color: #1c9dbf !important;
}
.ab-lp-popup-wrapper.lp-popup-wrapper.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="text"],
.ab-lp-popup-wrapper.lp-popup-wrapper.popup-wrapper
  .popup-container
  .popup-content
  .popup-form
  input[type="email"] {
  border: 2px solid #ffffff !important;
  color: #1c9dbf !important;
  background-color: white;
  font-weight: 500;
}
.lp-vip-popup-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #1c9dbf;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  max-width: 348px;
  font-size: 36px;
  margin: 25px auto 40px;
}
.ab-lp-popup-wrapper .lp-vip-popup-title {
  color: #fff;
}
.lp-vip-popup-title div {
  font-family: "Prata", serif;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: initial;
  border-top: 1px solid #1c9dbf;
  font-size: 14px;
  margin-top: 6px;
  padding-top: 9px;
}
.ab-lp-popup-wrapper .lp-vip-popup-title div {
  border-top: 1px solid #fff;
}
.lp-price-box {
  display: flex;
}
.lp-price-box span.lp-price {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.lp-price-box .minListPrice,
.lp-price-box .maxListPrice {
  min-width: 40%;
}

/* Neighborhoods::START */
.neighborhoods-inner-wrapper {
  position: relative;

  padding: 136px 0 95px;

  z-index: 1;
	background: #fff;
}

.neighborhoods-inner-wrapper .neighborhoods-excerpt {
  font-family: "Lato", sans-serif;

  font-size: 17px;

  font-weight: 400;

  color: #555555;

  line-height: 1.5;

  letter-spacing: 0.025em;
}

.neighborhoods-inner-wrapper .neighborhoods-excerpt a {
  font-family: "Lato", sans-serif;

  font-size: 17px;

  font-weight: 700;

  color: #1c9dbf;

  text-transform: uppercase;
}

.neighborhoods-inner-wrapper .neighborhoods-excerpt a:hover {
  color: #1f317b;
}

.neighborhoods-image-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
/*  z-index: 1;
  background-image: url("https://cdn.agentimagehosting.com/zYCzOZmsKEeBOimcemopj/2020/10/slide1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
}

.neighborhoods-image-slide-wrapper::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #fff;

  opacity: 0.7;

  pointer-events: none;

  z-index: 1;
}

.neighborhoods-image-item canvas {
  display: block;

  width: 100%;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  height: 772px;
}

.neighborhoods-inner-wrapper .neighborhoods-slide-wrapper {
  position: relative;

  max-width: 1513px;

  margin: 0 auto;

  padding: 0 15px;

  z-index: 2;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-slide-arrows {
  position: absolute;

  top: 50%;

  left: 15px;

  transform: translateY(-50%);

  width: calc(100% - 30px);

  pointer-events: none;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-slide-arrows
  span {
  display: inline-block;

  vertical-align: top;

  width: 61px;

  height: 47px;

  padding: 11px 0;

  border: 2px solid #555555;

  font-size: 20px;

  color: #555555;

  text-align: center;

  cursor: pointer;

  pointer-events: auto;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-slide-arrows
  span:hover {
  color: #fff;

  background-color: #1f317b;

  border-color: #1f317b;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-slide-arrows
  .arrow-next {
  float: right;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-item
  a {
  align-items: center;

  margin-bottom: 19px;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-item
  a
  span:first-child {
  flex-grow: 1;

  font-family: "Prata", serif;

  font-size: 17px;

  font-weight: 700;

  color: #555555;

  line-height: 1.2;

  letter-spacing: 0.035em;
}

.neighborhoods-inner-wrapper
  .neighborhoods-slide-wrapper
  .neighborhoods-item
  a
  span:nth-child(2) {
  font-family: "Lato", sans-serif;

  font-size: 12px;

  font-weight: 700;

  color: #fff;

  text-align: center;

  width: 24px;

  height: 24px;

  padding: 6px 0;

  background-color: #3ca9c7;
  background-color: #13809e;

  border-radius: 50%;
}

.neighborhoods-inner-wrapper .neighborhoods-slide-wrapper .neighborhoods-link {
  margin-top: 44px;

  max-width: 211px;
}

.neighborhoods-wrapper .neighborhoods-list {
  margin-top: 92px;
}
/* Neighborhoods::END */

/* Featured Listings::START */
.fl-wrapper {
  padding-top: 30px;

  background-color: #fff;
}

.fl-wrapper .fl-inner-wrapper {
  position: relative;
  z-index: 0;
}

.fl-wrapper .fl-inner-wrapper .fl-heading-wrapper {
  position: absolute;

  top: 0;

  left: 0;

  width: 50%;

  height: 25vw;

  min-height: 270px;

  background-color: #fff;

  z-index: 1;
}

.fl-wrapper .fl-inner-wrapper .fl-heading-wrapper .fl-heading-content {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.fl-wrapper .fl-inner-wrapper .fl-heading-wrapper .fl-heading-content .fl-link {
  max-width: 182px;

  margin-top: 42px;
}

.fl-wrapper .fl-inner-wrapper .fl-slide-wrapper {
  position: relative;

  margin: 0 -15px;
}

.fl-wrapper .fl-inner-wrapper .fl-slide-wrapper .fl-item {
  padding: 0 15px 30px;
}

.fl-wrapper .fl-inner-wrapper .fl-slide-wrapper .fl-item a {
  display: block;

  position: relative;

  overflow: hidden;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a:hover
  .fl-item-image::before {
  opacity: 0;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a:hover
  .fl-item-image::after {
  opacity: 1;

  width: 55px;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a:hover
  .fl-item-content {
  bottom: 51px;

  left: 69px;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a:hover
  .fl-item-content
  .fl-item-link {
  opacity: 1;
}

.fl-wrapper .fl-inner-wrapper .fl-slide-wrapper .fl-item a .fl-item-image {
  position: relative;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-image::before,
.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-image::after {
  content: "";

  position: absolute;

  pointer-events: none;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-image::before {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #000;

  opacity: 0.35;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-image::after {
  bottom: 0;

  right: 0;

  width: 0;

  height: 100%;

  background-image: url("../../assets/images/home/fl-hover-accent-bg.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  opacity: 0;

  z-index: 1;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-image
  canvas {
  display: block;

  width: 100%;

  min-height: 270px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.fl-wrapper .fl-inner-wrapper .fl-slide-wrapper .fl-item a .fl-item-content {
  position: absolute;

  bottom: -44px;

  left: 36px;

  z-index: 2;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-content-address-line1 {
  font-family: "Prata", serif;

  font-size: 30px;

  font-weight: 400;

  color: #fff;

  margin-bottom: 6px;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-content-address-line2 {
  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  font-weight: 400;

  color: #d2f0ff;

  text-transform: uppercase;

  letter-spacing: 0.2em;

  margin-bottom: 11px;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-content-features
  span:first-child {
  padding-left: 0;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-content-features
  span {
  position: relative;

  display: inline-block;

  vertical-align: top;

  font-family: "Montserrat", sans-serif;

  font-size: 16px;

  font-weight: 400;

  color: #96ebff;

  text-transform: uppercase;

  letter-spacing: 0.3em;

  padding: 0 9px;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-content-features
  span::after {
  content: "";

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  width: 3px;

  height: 3px;

  background-color: #96ebff;

  border-radius: 50%;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-content-features
  span:last-child:after {
  opacity: 0;
}

.fl-wrapper
  .fl-inner-wrapper
  .fl-slide-wrapper
  .fl-item
  a
  .fl-item-content
  .fl-item-link {
  max-width: 211px;

  font-family: "Lato", sans-serif;

  font-size: 12px;

  font-weight: 700;

  color: #fff;

  letter-spacing: 0.3em;

  text-align: center;

  text-transform: uppercase;

  padding: 18px 0;

  background-color: #1c9dbf;

  margin-top: 26px;

  opacity: 0;
}
/* Featured Listings::END */

/* Welcome::START */
.welcome-inner-wrapper {
  position: relative;

  background-image: url("../../assets/images/home/welcome-bg.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  padding: 127px 0 45px 55px;

  margin-top: -30px;

  z-index: 1;
}

.welcome-inner-wrapper::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 55px;

  height: 100%;

  background-image: url("../../assets/images/home/welcome-accent-bg.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  pointer-events: none;
}

.welcome-inner-wrapper::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #fff;

  opacity: 0.7;

  pointer-events: none;

  z-index: -1;
}

.welcome-inner-wrapper .welcome-col {
  display: inline-block;

  vertical-align: middle;
}

.welcome-inner-wrapper .welcome-col.col-left {
  width: 48.02%;

  padding-left: 68px;
}

.welcome-inner-wrapper .welcome-col.col-left .welcome-heading {
  max-width: 590px;
}

.welcome-inner-wrapper .welcome-col.col-left .welcome-heading div:nth-child(2) {
  font-size: 65px;
}

.welcome-inner-wrapper .welcome-col.col-left .welcome-heading div:nth-child(3) {
  font-family: "Prata", serif;

  font-size: 48px;

  font-weight: 400;

  color: #1c9dbf;

  text-transform: initial;

  text-align: right;
}

.welcome-inner-wrapper .welcome-col.col-left .welcome-tagline {
  font-family: "Lato", sans-serif;

  font-size: 25px;

  font-weight: 400;

  color: #5a5a5a;

  line-height: 1.2;

  text-align: right;

  max-width: 590px;

  margin-top: 4px;
}

.welcome-inner-wrapper .welcome-col.col-right {
  width: 51.97%;
}

.welcome-inner-wrapper .welcome-col.col-right .welcome-excerpt {
  font-family: "Lato", sans-serif;

  font-size: 22px;

  font-weight: 400;

  color: #555555;

  line-height: 1.5;

  letter-spacing: 0.025em;

  padding-right: 95px;
}
/* Welcome::END */

#inner-page-wrapper {
	background: #fff;
}
div#main-wrapper {
	background: #fff !important;
}


@media only screen and (max-width: 1440px) {
  .welcome-inner-wrapper .welcome-col.col-left {
    padding-left: 40px;
  }

  .slidehow-content.buyer .slideshow-caption {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 1366px) {
  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading,
  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-tagline {
    max-width: 550px;
  }
}

@media only screen and (max-width: 1299px) {
  .neighborhoods-slide {
    max-width: 980px;
    margin: 0 auto;
  }

  .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading
    div:nth-child(2) {
    font-size: 55px;
  }

  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading,
  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-tagline {
    max-width: 480px;
  }
}

@media only screen and (max-width: 1199px) {
  .exit-popup-left {
    height: auto;
  }
  .exit-popup-wrapper.popup-wrapper .popup-container .popup-content {
    width: 800px;
  }
  .exit-popup-wrapper .popup-container {
    width: 800px;
  }
  .exit-input,
  .exit-submit {
    width: 100%;
  }
  .neighborhoods-slide {
    max-width: 790px;
  }
  .neighborhoods-inner-wrapper
    .neighborhoods-slide-wrapper
    .neighborhoods-item
    a
    span:first-child {
    font-size: 13px;
  }

  .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading
    div:nth-child(2) {
    font-size: 45px;
  }

  .welcome-inner-wrapper .welcome-col.col-right .welcome-excerpt {
    padding-right: 40px;
  }

  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading,
  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-tagline {
    max-width: 380px;
  }

  .welcome-inner-wrapper .welcome-col.col-left .welcome-tagline {
    font-size: 20px;
  }

  .aios-contact-form-style-2 .cf-form h2 {
    font-size: 20px;
  }
  header.lp-header{
    padding: 20px 0 !important;
  }
  .index-header-contact, .index-header-contact a,
  #nav li a{
    font-size: 12px;
  }
  .slidehow-content {
    top: calc(50% - 5px);
    transform: scale(0.8) translateY(-50%);
    transform-origin: center;
}
  .idx-form-box h2 span {
      font-size: 20px !important;
  }

  .fl-wrapper .fl-inner-wrapper .fl-slide-wrapper .fl-item a .fl-item-content .fl-item-content-address-line1 {
      font-size: 22px;
      max-width: 400px;
  }

  .idx-form-box .wpcf7 form .wpcf7-response-output{
    margin: 10px auto;
  }
}

@media only screen and (max-width: 992px) {
  .slideshow-form-ab .wpcf7-form-control-wrap {
    display: inline-block !important;
    width: calc(25% - 10px) !important;
  }
  .slideshow-form-ab input.ab-submit {
    padding: 13px 0px;
    font-size: 13px;
  }
  .slideshow-form-ab span.wpcf7-form-control-wrap input {
    font-size: 13px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-logo{
    padding: 20px 0 !important;
  }
  .ip-container #main-wrapper{
    padding-top: 50px !important;
  }
  .lp-banner-title {
    font-size: 50px;
  }
  .exit-popup-right {
    width: 70%;
  }
  .exit-popup-left {
    width: 30%;
  }
  .exit-popup-wrapper.popup-wrapper .popup-container .popup-content {
    width: 600px;
  }
  .exit-popup-wrapper .popup-container {
    width: 600px;
  }
  header {
    display: none;
  }
  main {
    /*padding-top: 52px;*/
  }
  .slidehow-content {
    transform: translateY(-50%);
  }

  .slidehow-content .slideshow-caption img {
    max-width: 250px;
  }
  .slidehow-content-mob-ab {
    margin-top: 20px;
  }
  .slideshow-form-ab span.wpcf7-form-control-wrap {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    margin: 5px 0 !important;
  }
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .aios-contact-form-style-2 .cf-form form input,
  .aios-contact-form-style-2 .cf-form .wpcf7 input[type=text],
  .aios-contact-form-style-2 .cf-form .wpcf7 input[type=email],
  .aios-contact-form-style-2 .cf-form .wpcf7 textarea {
    width: 100%;
    margin: 0 0 2px;
  }
  .slidehow-content.buyer .slideshow-caption {
    margin-top: 0;
  }
  .footer #nav li {
    display: block;
  }
  /*
    body.page-template-index-landing-page {
        background: url(https://cdn.agentimagehosting.com/zYCzOZmsKEeBOimcemopj/2019/02/iStock-471104670-1.jpg) !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-color: rgba(255, 255, 255, .8) !important;
        background-blend-mode: overlay !important;
    }
*/
  .wmhw-step-icon.ai-font-location-c {
    border: 3px solid #173566;
  }
  .wmhw-step-icon,
  .wmhw-step-num,
  .wmhw-step-desc,
  .wmhw-step-arrow .arrow {
    color: #173566 !important;
  }
  .wmhw-control-wrap:first-child {
    background: #1c9dbf;
  }
  .wmhw-control-wrap:first-child .ai-font-location-c {
    color: #fff !important;
  }
  .step-wrap {
    filter: none;
  }

  .neighborhoods-inner-wrapper {
    padding: 60px 0;
  }

  .neighborhoods-heading {
    max-width: 490px;

    margin: 0 auto;
  }

  .neighborhoods-heading.global-heading div:nth-child(2) {
    font-size: 50px;
  }

  .neighborhoods-list {
    margin-top: 20px;
  }

  .neighborhoods-inner-wrapper .neighborhoods-excerpt {
    margin-top: 20px;
  }

  .neighborhoods-slide {
    max-width: 570px;
  }

  .neighborhoods-inner-wrapper
    .neighborhoods-slide-wrapper
    .neighborhoods-item
    a {
    padding-right: 20px;
  }

  .fl-wrapper .fl-inner-wrapper .fl-heading-wrapper {
    position: relative;

    width: 100%;

    padding-bottom: 30px;

    height: auto;

    min-height: auto;
  }

  .fl-wrapper .fl-inner-wrapper .fl-heading-wrapper .fl-heading-content {
    position: relative;

    top: 0;

    left: 0;

    transform: none;

    max-width: 305px;

    margin: 0 auto;
  }

  .fl-wrapper
    .fl-inner-wrapper
    .fl-heading-wrapper
    .fl-heading-content
    .fl-link {
    max-width: 182px;

    margin: 20px auto 0;
  }
  .welcome-inner-wrapper::before {
    display: none;
  }

  .welcome-inner-wrapper {
    padding: 60px 0;
  }

  .welcome-inner-wrapper .welcome-col {
    display: block;

    width: 100% !important;
  }

  .welcome-inner-wrapper .welcome-col.col-left {
    padding-left: 0;
  }

  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading,
  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-tagline {
    max-width: 370px;

    margin: 0 auto;
  }

  .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading
    div:nth-child(3) {
    text-align: center;
  }

  .welcome-inner-wrapper .welcome-col.col-left .welcome-tagline {
    font-size: 19px;

    text-align: center;
  }

  .welcome-inner-wrapper .welcome-col.col-right .welcome-excerpt {
    padding: 0 15px;

    margin-top: 30px;
  }

  .aios-contact-form-style-2 .cf-form form {
    width: 100% !important;
  }

  .aios-contact-form-style-2 .cf-form input[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
  .aios-contact-form-style-2 .cf-form {
    text-align: center;
  }
  .amh-fixed-header-nav {
    display: block !important;
  }

  .neighborhoods-inner-wrapper .neighborhoods-slide-wrapper .neighborhoods-slide-arrows {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin: 35px auto 0;
    max-width: 160px;
}
.neighborhoods-image-slide-wrapper::before {
     opacity: .93; 
}
}

@media only screen and (max-width: 768px) {
  .slideshow-form-ab .wpcf7-form-control-wrap {
    display: inline-block !important;
    width: calc(25% - 10px) !important;
  }
  .slideshow-form-ab input.ab-submit {
    padding: 12px 0px;
    font-size: 12px;
  }
  .slideshow-form-ab span.wpcf7-form-control-wrap input {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-banner-title {
    margin-top: 15px;
  }
  .exit-popup-left {
    width: 0%;
  }
  .exit-popup-right {
    width: 100%;
  }

  .neighborhoods-inner-wrapper .global-heading div:nth-child(2) {
    font-size: 34px;
  }

  .neighborhoods-inner-wrapper .global-heading div:first-child {
    font-size: 16px;
  }

  .neighborhoods-inner-wrapper
    .neighborhoods-slide-wrapper
    .neighborhoods-slide-arrows
    span {
    width: 47px;
  }

  .fl-wrapper
    .fl-inner-wrapper
    .fl-slide-wrapper
    .fl-item
    a:hover
    .fl-item-content {
    left: 36px;
  }

  .lp-banner-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 725px) {
  .slideshow-form-ab .wpcf7-form-control-wrap {
    display: inline-block !important;
    width: 100% !important;
    margin: 5px auto !important;
  }
  .ab-submit-container {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .slideshow-form-ab input.ab-submit {
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .lp-banner-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .exit-popup-wrapper .popup-container {
    width: 90%;
  }
  .exit-popup-right {
    padding: 30px;
  }

  .neighborhoods-heading {
    max-width: 266px;
  }

  .neighborhoods-inner-wrapper .global-heading div:nth-child(2) {
    font-size: 26px;
  }

  .neighborhoods-inner-wrapper
    .neighborhoods-slide-wrapper
    .neighborhoods-item
    a {
    padding-right: 0;
  }

  .neighborhoods-inner-wrapper .neighborhoods-slide-wrapper {
    margin: 40px auto 0;
  }

  .neighborhoods-inner-wrapper
    .neighborhoods-slide-wrapper
    .neighborhoods-link {
    margin: 44px auto 0;
  }

  .fl-wrapper
    .fl-inner-wrapper
    .fl-slide-wrapper
    .fl-item
    a
    .fl-item-content
    .fl-item-content-address-line1 {
    font-size: 25px;
  }

  .fl-wrapper
    .fl-inner-wrapper
    .fl-slide-wrapper
    .fl-item
    a
    .fl-item-content
    .fl-item-content-address-line2 {
    font-size: 13px;
  }

  .fl-wrapper
    .fl-inner-wrapper
    .fl-slide-wrapper
    .fl-item
    a
    .fl-item-content
    .fl-item-content-features
    span {
    font-size: 11px;
  }

  .fl-wrapper .fl-inner-wrapper .fl-slide-wrapper .fl-item a .fl-item-content {
    left: 20px !important;
  }

  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading,
  .welcome-wrapper
    .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-tagline {
    max-width: 300px;
  }

  .welcome-inner-wrapper
    .welcome-col.col-left
    .welcome-heading
    div:nth-child(2) {
    font-size: 36px;
  }

  .welcome-inner-wrapper .welcome-col.col-left .welcome-tagline {
    font-size: 14px;
  }

  .welcome-inner-wrapper .welcome-col.col-right .welcome-excerpt {
    font-size: 16px;
  }
}

.step-wrap {
  filter: drop-shadow(0px 0px 8px #000000);
}

.wrap-list.wrap-form {
  float: right;
}

.wrap-list {
  display: inline-block;
  vertical-align: top;
}

.wrap-list.wrap-form .wpcf7 {
  max-width: 500px;
}

.page-id-759 .ip-banner,
.page-id-755 .ip-banner,
.page-id-751 .ip-banner {
  background-image: url(https://cdn.agentimagehosting.com/zYCzOZmsKEeBOimcemopj/2019/05/index-banner.jpg);
  background-position: center -355px;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content {
  color: rgb(0, 0, 0);
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  max-width: 700px;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content p {
  margin: 10px 0;
}

.popup-wrapper.autopopup_confirmation_body .popup-container .popup-content p a {
  text-decoration: none !important;
  color: rgb(0, 0, 0) !important;
}
