.ip-banner {
  position: relative;
  width: 100%;
  padding: 0 var(--padding) var(--padding);
  background: url(../../images/banner-o.jpg) no-repeat center center / cover;
}

.ip-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 250px;
  background-color: var(--dark);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner-title {
  position: absolute;
  width: 100%;
  bottom: 85px;
  left: 0;
  padding: 0 0 0 90px;
  z-index: 2;
}

.ip-banner-title h1 {
  font-family: var(--font-family-title);
  font-size: 48px;
  font-weight: 400;
  color: rgba(var(--secondary),1);
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ip-banner-title h1 span {
  display: block;
  font-size: 90px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}

body:not(.single-post) #inner-page-wrapper > .container {
  position: relative;
  width: 100%;
  padding: 0;
}

body.single-post p#breadcrumbs {
    padding: 0;
}

body.single-post #content .entry a {
    color: rgba(var(--primary), 1);
}

body.single-post #content .entry a:hover {
    color: rgba(var(--tertiary), 1);
}

body.single-post .ip-banner-title {
    display: none;
}


body.single-post #inner-page-wrapper {
    margin-bottom: 75px;
}

body.single-post #content .entry p img {
    max-width: 100%;
}

p#breadcrumbs {
  font-size: 15px;
  color: #aaaaaa;
  line-height: 1;
  max-width: 1530px;
  padding: 0 15px;
  margin: 18px auto;
}

p#breadcrumbs a {
  transition: all var(--transition);
}

p#breadcrumbs span.breadcrumb_last {
  font-weight: 700;
  color: rgba(var(--primary),1);
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu {
  line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font-family: var(--font-family-title);
  font-size: 50px;
  font-weight: 700;
  color: rgba(var(--font-color-title), 1);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-family: var(--font-family-title);
  font-size: 45px;
  font-weight: 700;
  color: rgba(var(--font-color-title), 1);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/** Single Default Layout (Post Content) */
#content .entry-thumbnail {
  position: relative;
  margin-bottom: 50px;
  display: none;
}

#content .entry-thumbnail img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/** End of Single Default Layout (Post Content) */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

#content .archive-list:before,
#content .archive-list:after {
  display: none;
}

#content .archive-list > article {
  float: none;
}

#content .archive-list .post {
  border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
  width: 100%;
}

#content .archive-list .archive-thumbnail a {
  display: block;
  outline: none;
}

#content .archive-list .archive-thumbnail canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
  width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
  width: 37%;
  margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
  margin-top: 0;
  font-size: 32px;
}

#content .archive-list .article-long p {
  font-size: 22px;
}

#content .archive-more {
  font-style: normal;
  text-decoration: none;
  width: 190px !important;
}

#content .entry-thumbnail img {
    max-width: 100%;
}



/** End of Archive Default Layout (Archive Page) */

/** Button */
.site-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 54px;
  max-width: 100%;
  border: 2px solid #000000;
}

.site-button::before {
  content: '';
  width: 13px;
  height: 1px;
  background: #868686;
}

.site-button,
.site-button::before {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.site-button:hover {
  background: #000000;
}

.site-button:hover::before {
  background: #ffffff;
}

.site-button span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 12px 0 16px;
}

.site-button i {
  font-size: 10px;
  font-style: normal !important;
}

.site-button:hover span,
.site-button:hover i {
  color: #ffffff;
}
/** End of Button */

.bootstrap-extend-left {
  margin-left: calc((100vw - 1140px) / -2);
}
.bootstrap-extend-right {
  margin-right: calc((100vw - 1140px) / -2);
}


/*home valuation*/
.page-id-78634 #aios-home-valuation-wrap {
    padding-top: 200px;
    background-image: url(../../images/home-valuation-bg-blur.jpg) !important;
}
.page-id-78634 #inner-page-wrapper {
    margin-bottom: 0;
}
.page-id-78634 .aios-home-valuation-step-wrap .aios-home-valuation-form p {
    color: #fff;
}
/*home valiation end*/

.page-id-78594 #breadcrumbs span span:nth-child(2),
.page-id-150 #breadcrumbs span span:nth-child(2){
  pointer-events: none;
} 

.ai-classic-communities-search{
  display: none;
}

.ai-classic-communities .container {
	max-width: 1530px;
	width: 100%;
}
.ai-classic-communities .container {
	max-width: 1530px;
	width: 100%;
	padding: 0 !important;
}

.ai-classic-communities-heading {
	max-width: 100%;
}

#content .impress-showcase-property p.impress-address,
#content .impress-showcase-property p.impress-beds-baths-sqft {
    margin: 0;
    padding: 0;
}
#content .impress-showcase-property p.impress-beds-baths-sqft {
  margin-bottom: 20px;
}
#content .impress-showcase-property .impress-beds-baths-sqft span:first-child {
    margin-left: 0;
}

.page-id-13726 .page h1.entry-title,
.page-id-34 .page h1.entry-title,
.page-id-29 .page h1.entry-title,
.page-id-31 .page h1.entry-title,
.page-id-33 .page h1.entry-title,
.page-id-71 .page h1.entry-title {
    display: none;
}

.page-id-29 #content .entry,
.page-id-31 #content .entry,
.page-id-33 #content .entry,
.page-id-34 #content .entry,
.single-aios-rm-buyers #content .entry,
.single-aios-rm-sellers #content .entry,
.single-aios-rm-financing #content .entry {
  max-width: 1530px;
  padding: 0 15px;
  margin: 18px auto;
}

#content .sitemap-list {
  list-style-position: inside;
  margin-left: 0;
}

.impress-showcase-property img {
  height: 175px;
  object-fit: cover;
}

/* Schedule A Showing : START */
.page-schedule-a-showing #inner-page-wrapper {
  margin-bottom: 0;
}
#IDX-main.IDX-page-scheduleshowing {
  padding: 50px var(--padding) 0;
}
#IDX-main.IDX-page-scheduleshowing hr,
#IDX-main.IDX-page-scheduleshowing + img {
  display: none;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingHeader {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: rgba(var(--primary),1);
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) {
  display: flex;
  flex-wrap: wrap;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 25px 0 0;
  width: calc( 100% - 302px );
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList {
  width: 90%;
  margin: 0;
  list-style-type: none;
  column-count: 2;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList li {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList li .IDX-label {
  display: inline-block;
  min-width: 235px;
  color: rgba(var(--primary), 1);
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList li#IDX-propertyInfoLocationInfo {
  display: none;
}
#IDX-main.IDX-page-scheduleshowing #IDX-previousPage {
  width: 302px;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
#IDX-main.IDX-page-scheduleshowing #IDX-previousPage .col-sm-6 {
  width: auto;
  padding: 0;
  margin-left: 3px;
  float: none;
}
#IDX-main.IDX-page-scheduleshowing #IDX-previousPage .col-sm-6 a.gsite-button {
  width: 148px;
  color: #ffffff;
  text-transform: capitalize;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent + div {
  padding: 0 !important;
}
#IDX-main.IDX-page-scheduleshowing .IDX-row {
  margin: 0;
}
#IDX-main.IDX-page-scheduleshowing .IDX-row > .col-xs-12 {
  padding: 0;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormWrap {
  padding: 90px 0 105px;
  margin: 80px 0 0;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormWrap::before,
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormWrap::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc( var(--padding) * -1 );
  z-index: 0;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormWrap::before {
  background: url(../../images/schedule-a-showing/form-bg.jpg) no-repeat center center / cover;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormWrap::after {
  background: #032f33;
  opacity: 0.5;
}
#IDX-main.IDX-page-scheduleshowing .form-accent {
  display: block;
  position: absolute;
  width: var(--padding);
  height: 100%;
  top: 0;
  left: calc( var(--padding) * -1 );
  background: url(../../images/schedule-a-showing/form-accent.jpg) no-repeat left top / cover;
  z-index: 10;
  pointer-events: none;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormText,
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContactForm {
  position: relative;
  z-index: 2;
  max-width: 1410px;
  padding: 0 15px;
  margin: 0 auto;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormText {
  background: none;
  border: 0;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  min-height: auto;
  box-shadow: none;
  margin-bottom: 28px;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContactForm > div:not(#IDX-message-group) {
  margin: 0 -15px;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContactForm label {
  display: none;
}
#IDX-main.IDX-page-scheduleshowing .IDX-control-label {
  color: rgba(var(--font-color-default), 1);
  display: none;
}
#IDX-main.IDX-page-scheduleshowing .IDX-form-group {
  margin-bottom: 20px;
}
#IDX-main.IDX-page-scheduleshowing .IDX-form-control {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding: 0 8px;
  height: 44px;
}
#IDX-main.IDX-page-scheduleshowing textarea.IDX-form-control {
  padding-top: 16px;
  height: 154px;
  resize: none;
}
#IDX-main.IDX-page-scheduleshowing #IDX-firstTime-group .IDX-form-group,
#IDX-main.IDX-page-scheduleshowing #IDX-secondTime-group .IDX-form-group {
  position: relative;
}
#IDX-main.IDX-page-scheduleshowing #IDX-firstTime-group .IDX-form-group::after,
#IDX-main.IDX-page-scheduleshowing #IDX-secondTime-group .IDX-form-group::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid rgba(var(--secondary),1);
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
#IDX-main.IDX-page-scheduleshowing p.IDX-googleRecaptchaPolicy {
  font-size: 12px;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1em;
}
#IDX-main.IDX-page-scheduleshowing p.IDX-googleRecaptchaPolicy a {
  color: #ffffff;
  transition: all var(--transition);
}
#IDX-main.IDX-page-scheduleshowing p.IDX-googleRecaptchaPolicy a:hover {
  opacity: 0.7;
}
#IDX-main.IDX-page-scheduleshowing #IDX-message-group + div + div {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 !important;
  margin: 35px 0 0 !important;
}
#IDX-main.IDX-page-scheduleshowing #IDX-message-group + div + div a {
  color: #ffffff;
  transition: all var(--transition);
}
#IDX-main.IDX-page-scheduleshowing #IDX-message-group + div + div a:hover {
  opacity: 0.7;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions {
  display: flex;
  justify-content: flex-end;
  margin: 15px 0 0 !important;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group {
  width: auto;
  padding: 0;
  margin-left: 12px;
  margin-bottom: 0;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group button {
  border: 0;
  width: 148px;
  appearance: none;
  text-align: left;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.3;
  background: rgba(var(--primary),1);
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group button:hover {
  background: rgba(var(--secondary),1);
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group button#IDX-resetBtn {
  background: #ffffff;
  color: #4a4a4a;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group button#IDX-resetBtn:hover {
  background: rgba(var(--secondary),1);
  color: #ffffff;
}
#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group button#IDX-resetBtn span {
  max-width: 100px;
}
/* Schedule A Showing : END */

.ai-classic-communities-details-text h1 {
  display: none;
}

.page-template-listing-details .ip-listing-details-form .wpcf7-spinner{
  position: absolute !important;
  right: 0 !important;
}

@media only screen and (max-width: 1440px) {
  .ai-classic-communities-details-text {
      padding-left: 2%;
      padding-right: 2%;
  }
    .ai-classic-communities-details-text h1 span {
      display: block;
    }
  .ai-classic-communities-details-image {
      margin-right: 3%;
  }
}

@media only screen and (max-width: 1366px) {
  .bootstrap-extend-left {
      margin-left: calc((100vw - 740px) / -2);
  }
  .bootstrap-extend-right {
      margin-right: calc((100vw - 740px) / -2);
  }

  /* Schedule A Showing : START */
  #IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList {
    width: 100%;
  }
  #IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList li .IDX-label {
    min-width: 170px;
  }
  /* Schedule A Showing : END */

}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
  .ip-banner-title h1 span {
      font-size: 60px;
  }

  .ip-banner-title h1 {
      font-size: 35px;
  }

  .ip-banner-title {
      bottom: 50px;
      padding: 0 0 0 50px;
  }


#IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList li {
   font-size: 12px;
}


}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  .inner {
    width: 100%;
  }

  #content-sidebar, #content-full {
    width: 100%;
  }

  .outer {
    width: 100%;
    min-width: 100%;
  }

  #content-sidebar #content {
    width: 100%;
  }

  #content .archive-list > article {
      width: 100%;
  }

  #content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
      margin: 0.75em 0;
      font-size: 24px
  }

  #content .archive-list .article-long p {
      font-size: 17px;
  }

  #content .archive-list .article-long .archive-thumbnail,
  #content .archive-list .article-long .archive-has-thumbnail {
      width: 100%;
      margin-left: 0;
  }

  .bootstrap-extend-left {
      margin-left: 0;
  }
  .bootstrap-extend-right {
      margin-right: 0;
  }

  .ip-banner-title {
    padding: 0 0 0 30px;
    bottom: 30px;
  }
  .ip-banner-title h1 {
    font-size: 25px;
  }
  .ip-banner-title h1 span {
    font-size: 50px;
  }

  /*home valuation*/
  .page-id-78634 #aios-home-valuation-wrap {
      padding-top: 100px;
  }
  /*home valuation end*/

  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-header {
    display: none !important;
  }
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-collapse {
    display: block !important;
  }
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav {
    margin-left: 0 !important;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav > li {
    float: none !important;
  }
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav > li > a,
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav > li > a:hover {
    padding: 0 15px !important;
  }

  /* Schedule A Showing : START */
  #IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well {
    width: 100%;
  }
  #IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingContent > div.col-xs-12:not(#IDX-scheduleshowingFormWrap) > .IDX-well ul.IDX-propertyInfoList {
    column-count: 1;
  }
  #IDX-main.IDX-page-scheduleshowing #IDX-previousPage {
    width: 100%;
  }
  #IDX-main.IDX-page-scheduleshowing #IDX-previousPage .col-sm-6:first-child {
    margin-left: 0;
  }
  #IDX-main.IDX-page-scheduleshowing #IDX-previousPage .col-sm-6 a.gsite-button {
    width: 100px;
  }
  #IDX-main.IDX-page-scheduleshowing #IDX-scheduleshowingFormActions .IDX-form-group button {
    width: 100px;
    font-size: 15px;
  }
  /* Schedule A Showing : END */

}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .ip-banner .container {
    width: 100%;
  }
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav {
    flex-direction: column;
  }
  .cidx .IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav > li:not(:last-child) {
    border-right: 0 !important;
  }
}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 575px) {
  /* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
  #content .entry-title,
  #content .archive-title {
    font-size: 35px;
  }

  /* Styles for category/archive/search/etc subheadings (h2) */
  #content .archive-subtitle {
    font-size: 30px;
  }
}