.eap-blog-feed-5 {
  @import url("https://fonts.googleapis.com/css2?family=Questrial");
}
.eap-blog-feed-5 .container-fluid {
  padding: 0 !important;
}
.eap-blog-feed-5 .main-post,
.eap-blog-feed-5 .featured-post,
.eap-blog-feed-5 .testimonial-post,
.eap-blog-feed-5 .testimonial-highlight {
  cursor: pointer;
}
.eap-blog-feed-5 .row {
  margin: 0;
}
.eap-blog-feed-5 .hero {
  background-color: #f5f7fa;
}
.eap-blog-feed-5 .blog-feed-wrapper {
  max-width: 1080px;
  margin: 2em auto;
  font-size: 18px;
}
.eap-blog-feed-5 .testimonial-col,
.eap-blog-feed-5 .featured-col {
  padding-left: 12px;
  padding-right: 12px;
}
.eap-blog-feed-5 .blog-button {
  color: #fff !important;
  text-align: center !important;
  margin: 1.5em auto;
}
.eap-blog-feed-5 .title-row {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  text-align: center;
  padding-top: calc(var(--eap-nav-overtflow-padding));
}
.eap-blog-feed-5 .title-row h1,
.eap-blog-feed-5 .title-row p {
  text-align: center !important;
  margin: 0 auto;
}
.eap-blog-feed-5 .title-row h1 {
  color: #333;
  font-size: 2em;
  max-width: 750px;
}
.eap-blog-feed-5 .title-row p {
  color: #9ba6b2;
  font-size: 1em;
  margin-top: 0.5em;
}
.eap-blog-feed-5 .post-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .screen-text a {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 4 !important;
  position: absolute;
  opacity: 0;
  left: 80%;
  top: 65%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  line-height: 46px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  width: 200px;
  margin-left: 300px;
}
.eap-blog-feed-5 p.read-more-link {
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  transition: 0.4s ease;
}
.eap-blog-feed-5 p.read-more-link:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  transition: 0.4s ease;
  transform: translateX(5px);
}
.eap-blog-feed-5 .post-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1642060/bigstock-143202383.jpg");
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .featured-post {
  position: relative;
  border-radius: 6px;
  height: 100%;
  min-height: 530px;
  overflow: hidden !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transform: translate3d(0px, 0px, 0px);
}
.eap-blog-feed-5 .featured-post:hover {
  border-radius: 6px;
  box-shadow: 0 15px 30px -4px rgba(136, 155, 166, 0.4);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .featured-post:hover .post-image {
  transform: scale(1.05) translate(-10px, -10px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  overflow: hidden;
}
.eap-blog-feed-5 .featured-post:hover .screen-text a {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  opacity: 1;
  margin-left: 0px;
}
.eap-blog-feed-5 .featured-post:hover .post-screen {
  opacity: 0.5;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .post-info {
  width: 100%;
  min-height: 275px;
  color: #fff;
  padding: 1em;
  position: absolute;
  bottom: 0px;
  background-size: cover;
  z-index: 2;
  background-position: cover;
}
.eap-blog-feed-5 h1 {
  font-size: 1.25em;
  max-width: 400px;
}
.eap-blog-feed-5 p {
  font-size: 1em;
  line-height: 1.6em;
}
.eap-blog-feed-5 .post-title h1 {
  margin-top: 2.5em;
  color: #fff;
}
.eap-blog-feed-5 .testimonial-post {
  background-color: #fff;
  border: 1px solid #dae1e9;
  border-radius: 6px;
  height: 100%;
  min-height: 530px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.eap-blog-feed-5 .testimonial-post:hover {
  box-shadow: 0 15px 30px -4px rgba(136, 155, 166, 0.4);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .testimonial-info {
  padding: 0 1.25em;
  margin-top: 1.5em;
}
.eap-blog-feed-5 p.test {
  color: #333;
  font-size: 1.5em;
  font-style: italic;
  margin-top: 0em;
}
.eap-blog-feed-5 p.name {
  margin-top: 1em !important;
}
.eap-blog-feed-5 p.name,
.eap-blog-feed-5 p.company {
  color: #9ba6b2;
  font-size: 0.8em;
  font-weight: 400;
  margin: 0;
  line-height: 18px;
}
.eap-blog-feed-5 p.company {
  margin: 0;
  font-weight: bold;
  color: #333;
  opacity: 0.9;
}
.eap-blog-feed-5 p.cta-link {
  font-size: 0.9em;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  transition: 0.4s ease;
}
.eap-blog-feed-5 p.cta-link:hover {
  transition: 0.4s ease;
  transform: translateX(5px);
}
.eap-blog-feed-5 .agent-photo {
  background-size: cover;
  background-position: center;
  height: 55px;
  width: 55px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-top: 2em;
}
.eap-blog-feed-5 .testimonial-icon {
  margin: 1.5em 1.5em;
}
.eap-blog-feed-5 .agent-name {
  width: 200px;
}
.eap-blog-feed-5 .test-icon {
  font-size: 61px !important;
  transform: rotate(180deg);
}
.eap-blog-feed-5 .full-test {
  min-height: 300px !important;
}
.eap-blog-feed-5 .full-test .agent-name {
  text-align: center;
  margin: 0 auto;
}
.eap-blog-feed-5 .highlight-screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  -webkit-backdrop-filter: blur(-5px);
}
.eap-blog-feed-5 .white-screen {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%);
  height: 400px;
  width: 300%;
  top: 5%;
  left: -10px;
  opacity: 0.5;
  transform: rotate(-13deg);
}
.eap-blog-feed-5 .white-two {
  top: -20%;
  left: -40%;
  transform: rotate(-23deg);
  opacity: 0.3;
}
.eap-blog-feed-5 .testimonial-highlight {
  background-color: #fff;
  margin-bottom: 2em;
  position: relative;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1642060/bigstock-143202383.jpg");
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.eap-blog-feed-5 .testimonial-highlight .testimonial-info {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.eap-blog-feed-5 .testimonial-highlight .testimonial-post {
  margin-top: 2em;
  margin-bottom: 3em;
}
.eap-blog-feed-5 .testimonial-highlight p.cta-link {
  max-width: 200px;
  margin: 4em auto;
  position: relative;
}
.eap-blog-feed-5 .main-post-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .main-screen-text a {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 4 !important;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 23%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  line-height: 46px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  width: 200px;
  margin-left: 300px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .main-post {
  border: 1px solid #dae1e9;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  position: relative;
}
.eap-blog-feed-5 .main-post:hover {
  box-shadow: 0 15px 30px -4px rgba(136, 155, 166, 0.4);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .main-post:hover .main-post-image {
  transform: scale(1.05) translate(0px, -10px);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  overflow: hidden;
}
.eap-blog-feed-5 .main-post:hover .main-post-screen {
  opacity: 0.5;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .main-post:hover .main-screen-text a {
  opacity: 1;
  margin-left: 0;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.eap-blog-feed-5 .main-post-info {
  padding: 1em;
  min-height: 280px;
}
.eap-blog-feed-5 .main-post-image {
  background-size: cover;
  background-position: center;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1642060/bigstock-143202383.jpg");
  height: 150px;
  width: 100%;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  position: relative;
}
.eap-blog-feed-5 .main-post-title {
  color: #333;
  font-size: 0.9em !important;
  margin: 0 !important;
}
.eap-blog-feed-5 .main-post-title h1 {
  margin-top: 0;
}
.eap-blog-feed-5 .main-post-description {
  color: #9ba6b2;
  font-size: 0.9em;
}
.eap-blog-feed-5 p.read-more-link-main {
  width: 160px;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  transition: 0.4s ease;
}
.eap-blog-feed-5 p.read-more-link-main:hover {
  transition: 0.4s ease;
  transform: translateX(5px);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .eap-blog-feed-5 .blog-feed-wrapper {
    font-size: 14px;
  }
  .eap-blog-feed-5 .testimonial-col {
    margin-top: 2em;
  }
  .eap-blog-feed-5 p.read-more-link-main {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1010px) {
  .eap-blog-feed-5 .blog-feed-wrapper {
    font-size: 16px;
  }
  .eap-blog-feed-5 .screen-text a,
  .eap-blog-feed-5 .main-screen-text a {
    display: none !important;
  }
}