.eap-homepage-7 .idx-row {
  max-width: 100%;
  overflow-x: hidden;
}
.eap-homepage-7 .container-fluid {
  padding: 0 !important;
}
.eap-homepage-7 .row {
  margin: 0;
}
.eap-homepage-7 .container {
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .container {
    font-size: 16px;
  }
}
.eap-homepage-7 .btn-home-2 {
  background-color: #fff !important;
  background-image: linear-gradient(0deg, #f5f7fa, #fff 50%);
  text-shadow: none;
  border-radius: 4px !important;
  font-weight: 900 !important;
  margin-top: 1em;
  padding: 1.5em 3em !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 4px solid #f5f7fa !important;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1) !important;
}
.eap-homepage-7 .btn-home-2:hover {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transform: translateY(-3px) !important;
  background-color: #fff !important;
}
.eap-homepage-7 .screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-homepage-7 .is-half-fade {
  background-color: rgba(0, 0, 0, 0.45);
}
.eap-homepage-7 .is-col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.eap-homepage-7 .is-margin-auto {
  margin: 1em auto !important;
  text-align: center;
}
.eap-homepage-7 .section-title {
  color: #9ba6b2;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.eap-homepage-7 .section-script {
  color: #f5f7fa;
  opacity: 1;
  font-size: 1.25em;
  font-family: var(--eap-cursive-font);
  line-height: 1.6;
  text-align: center;
}
.eap-homepage-7 section {
  transition: 0.4s ease;
}
.eap-homepage-7 section:hover {
  transition: 0.4s ease;
}
.eap-homepage-7 section:hover .bar {
  width: 125px;
  transition: width 0.2s ease;
}
.eap-homepage-7 .bar {
  background-color: #f5f7fa;
  height: 2px;
  width: 100px;
  text-align: center;
  margin: 1em auto 3em;
  transition: width 0.1s ease;
}
.eap-homepage-7 .hero {
  min-height: 500px;
  height: 90vh;
  position: relative;
  background-position: center;
  background-size: cover;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .eap-homepage-7 .hero {
    height: 100% !important;
  }
}
.eap-homepage-7 .hero .hero-info {
  position: relative;
  margin-left: 2em;
  top: 20vh;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .hero .hero-info {
    margin-left: 1em;
  }
}
.eap-homepage-7 .hero .title {
  color: #fff;
  opacity: 0.6;
  font-size: 2em;
  font-family: var(--eap-header-font);
  line-height: 1.2;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .hero .title {
    font-size: 1.75em;
  }
}
.eap-homepage-7 .hero .subtitle {
  font-size: 3em;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .hero .subtitle {
    font-size: 2em;
    margin-bottom: 0.6em;
  }
}
.eap-homepage-7 .hero .idx-search {
  max-width: 700px;
}
.eap-homepage-7 .farm-row {
  color: #fff;
  background: #fff;
  position: relative;
}
.eap-homepage-7 .about-us {
  background-color: #fff;
  position: relative;
}
.eap-homepage-7 .about-us .title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .about-us .title {
    font-size: 1.5em;
  }
}
.eap-homepage-7 .about-us .subtitle {
  font-weight: 300;
  margin-top: 1em;
  font-family: var(--eap-header-font);
  margin-bottom: 1em;
  color: #9ba6b2;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .about-us .subtitle {
    margin-bottom: 3em;
  }
}
.eap-homepage-7 .about-us .about-us-image img {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .about-us .about-us-image img {
    margin-top: 3em;
  }
}
.eap-homepage-7 .brag-container {
  border-radius: 4px;
  padding: 1.5em;
  margin-top: 3em;
  text-align: center;
  border-top: 6px solid #f5f7fa;
  background-color: #fff;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
}
.eap-homepage-7 .brag-container .brag-icon i {
  font-size: 5em;
  color: #9ba6b2;
}
.eap-homepage-7 .brag-container .brag {
  font-size: 1.5em;
  color: #9ba6b2;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .brag-container .brag {
    font-size: 1.25em;
  }
}
.eap-homepage-7 .blog-feed {
  background-color: rgba(245, 247, 250, 0.6);
}
.eap-homepage-7 .blog-feed .featured-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  min-height: 100%;
  transition: 0.4s ease;
}
.eap-homepage-7 .blog-feed .single-post {
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  min-height: 250px;
  overflow: hidden;
  border-radius: 6px;
  border-right: 6px solid #f5f7fa;
  margin: 1em auto;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .blog-feed .single-post {
    border-right: none;
    border-top: 6px solid #f5f7fa;
  }
}
.eap-homepage-7 .blog-feed .single-post:hover {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translateY(-3px);
}
.eap-homepage-7 .blog-feed .post-info {
  padding: 2em 1em;
}
@media screen and (max-width: 416px) {
  .eap-homepage-7 .blog-feed .post-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.eap-homepage-7 .blog-feed .post-title {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6em;
}
.eap-homepage-7 .blog-feed .post-excerpt {
  font-size: 1em;
  color: #9ba6b2;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  line-height: 1.6em;
  margin-bottom: 1em;
}
.eap-homepage-7 .blog-feed .agent-photo {
  background-position: center;
  background-size: cover;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: inline-block;
  top: 0.7em;
  position: relative;
  margin-right: 0.5em;
}
.eap-homepage-7 .blog-feed .agent-name {
  display: inline-block;
  font-size: 14px;
  color: #9ba6b2;
}
.eap-homepage-7 .contact-us {
  position: relative;
  background-color: #fff;
}
.eap-homepage-7 .idx-row {
  background-color: rgba(245, 247, 250, 0.6);
}
.eap-homepage-7 .cta-row {
  background-image: url("https://files.easyagentpro.com/homes/white-diamonds-fade.png");
  background-color: #f5f7fa;
  background-size: cover;
  box-shadow: inset 0 5px 25px rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
}
.eap-homepage-7 .cta-row .title {
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  line-height: 1.6;
}
.eap-homepage-7 .cta-row .subtitle {
  font-size: 1em;
  color: white;
  opacity: 0.8;
  line-height: 1.6;
}
.eap-homepage-7 .cta-row .container {
  padding-bottom: 3em;
  padding-top: 3em;
}
.eap-homepage-7 .eap-sac-form-body {
  padding: 0;
  max-width: 600px !important;
  margin: 0 auto !important;
}
.eap-homepage-7 .eap-sac-form-label {
  float: left;
  color: #9ba6b2;
  padding-left: 0.5em;
  font-size: 0.7em;
}
.eap-homepage-7 .eap-sac-form-input-border {
  background: #f5f7fa !important;
  border: 1px solid rgba(218, 225, 233, 0.6);
}
.eap-homepage-7 .eap-sac-form-input-border:focus {
  border: 1px solid #fff;
}
.eap-homepage-7 .eap-sac-form-input-border input,
.eap-homepage-7 .eap-sac-form-input-border textarea {
  color: #333 !important;
}
.eap-homepage-7 .eap-sac-form-submit {
  top: -16px;
  line-height: 18px !important;
}
.eap-homepage-7 .cs-placeholder {
  color: #9ba6b2 !important;
}
.eap-homepage-7 span.cs-placeholder {
  background-color: #f5f7fa;
}
.eap-homepage-7 .eap-sac-form-calltimeholder {
  min-height: 60px;
}
.eap-homepage-7 ul.areas-flat {
  list-style: none;
  padding: 0;
  text-align: center;
}
.eap-homepage-7 ul.areas-flat li {
  display: inline-block;
  padding: 0.25em 2em;
  border: 1px solid rgba(155, 166, 178, 0.2);
  border-radius: 50px;
  margin: 0.5em 0.25em;
  transition: 0.4s ease;
}
.eap-homepage-7 ul.areas-flat li a {
  text-decoration: none !important;
}
.eap-homepage-7 ul.areas-flat li:hover {
  background-color: #f5f7fa;
  transform: translateY(-3px);
  transition: 0.4s ease;
  border: 1px solid #fff;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.06);
}
.eap-homepage-7 ul.areas-flat li:hover a {
  color: #fff !important;
}