.ip-banner {
  position: relative;
  width: 100%;
}

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

.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 h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* 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: var(--font-size-title);
  font-weight: 700;
  color: var(--font-color-title);
  line-height: 1;
  text-transform: uppercase;
}

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

.ip-videos {
  position: relative;
  font-size: 0;
}
.ip-videos-list {
  margin: 0 -10px;
}
.ip-videos-item {
  width: calc( 100% / 3 );
  padding: 10px;
}
.ip-videos-item a {
  display: block;
  position: relative;
}
.ip-videos-item a::after {
  content: '\b0096';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'agentimage';
  font-size: 50px;
  color: #ffffff;
  transition: all var(--default-transition);
}
.ip-videos-item a:hover::after {
  transform: translate(-50%,-50%) scale(1.5);
}
.ip-videos-item img {
  aspect-ratio: 450/300;
}

.aios-custom-ihomefinder-results-template #inner-page-wrapper > .container {
  width: 100%;
}

.ai-contact-wrap span.context-mob a, 
.ai-contact-wrap span.context-email a {
  transition: color var(--default-transition);
}
.ai-contact-wrap span.context-mob a:hover, 
.ai-contact-wrap span.context-email a:hover {
  color: var(--primary);
}

#ihf-main-container .glyphicon.glyphicon-remove-circle {
  color: #fff!important;
}

#ihf-main-container.ihf-modal-container .modal input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  border: none !important;
  border-bottom: 1px solid #a5a5a5 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #636363;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

#listings-details .listings-hero-single:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  display: block;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
  /* The following are used on inner pages. Please edit carefully. */
  .inner {
    width: 100%;
  }
  #content-sidebar,
  #content-full {
    width: 100%;
  }
  .outer {
    width: 100%;
    min-width: 100%;
  }
  #content-sidebar #content {
    width: 100%;
  }

  .ip-videos {
    max-width: 600px;
    margin: 0 auto;
  }
  .ip-videos-item {
    width: 100%;
  }
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .ip-banner .container {
    width: 100%;
  }
}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */