/* Blog Featured Post Hero */
.lp__hero.blog__featured-hero {
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.3);
}

.lp__hero.blog__featured-hero .container {
  padding: 0;
}

.lp__hero.blog__featured-hero h1 {
  font-family: Roboto;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #434343;
}

.lp__hero.blog__featured-hero .lp__hero-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item {
  flex-basis: 50%;
}

.lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item:first-child {
  padding-right: 30px !important;
}

.lp__hero.blog__featured-hero .featured__post-meta {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a1a1a1;
  margin-bottom: 20px;
}

.lp__hero.blog__featured-hero .featured__post-meta .featured__post-date {
  display: inline;
}

.lp__hero.blog__featured-hero .featured__post-meta .featured__post-tags {
  display: inline;
}

.lp__hero.blog__featured-hero .featured__post-meta .featured__post-tags .featured__post-tag {
  display: inline;
}

.lp__hero.blog__featured-hero .featured__post-meta .featured__post-tags .featured__post-tag a {
  font-family: Roboto;
  font-size: 18px;
  display: inline;
  font-weight: bold;
  text-transform: capitalize;
  color: #a1a1a1;
}

.lp__hero.blog__featured-hero .featured__post-meta .featured__post-tags .featured__post-tag a:hover {
  text-decoration: underline;
}

.lp__hero.blog__featured-hero .post__excerpt {
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #111111;
  margin-bottom: 10px;
}

.lp__hero.blog__featured-hero .cta__single-button a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #FF6200;
  padding: 11px 26.5px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lp__hero.blog__featured-hero .cta__single-button a:hover {
  background-color: #ff7a00;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .lp__hero.blog__featured-hero {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 991px) {
  .lp__hero.blog__featured-hero {
    padding: 20px 15px;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item {
    flex-basis: 100%;
    padding-right: 0 !important;
    text-align: center;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item:first-child {
    padding: 0 !important;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item:first-child h1 {
    font-size: 18px;
    text-align: left;
    left: 0;
    transform: none;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item:first-child .cta__button {
    margin-bottom: 30px;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item:first-child .cta__button .cta__single-button {
    text-align: left;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item .featured__post-meta {
    text-align: left;
    font-size: 14px;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item .featured__post-meta .featured__post-tags .featured__post-tag a {
    font-size: 14px;
  }

  .lp__hero.blog__featured-hero .lp__hero-block .lp__hero-item .post__excerpt {
    font-size: 14px;
  }
}