.hide-last-p p:last-child {
  display: none;
}
.news-feed {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.featured-post.featured-post--feed-post {
  width: calc(33.333% - 30px);
  margin: 15px;
  flex-wrap: wrap;
}
.featured-post--feed-post .featured-post--image {
  height: 190px;
}
.featured-post--feed-post .featured-post--content {
  align-items: flex-start;
  height: 100%;
  background-color: #EDECEC;
}
.featured-post--feed-post .featured-post--content div h2 a {
  font-family: 'AvertaStd';
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
}
.author-block--main-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #333400;
}
.author-block--main-subtitle {
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 32px;
  color: #333400;
}
.author-block--main-subtitle a {
  color: var(--secondary);
}

.livestream-page--banner {
  width: 100%;
}
.status-row-help {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c19b67;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-row-help img {
  margin-left: 7px;
}
.live-posts {
  height: calc(100% - 50px);
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
.live-posts::-webkit-scrollbar {
  display: none;
}
.live-status {
  height: 100%;
  background: #fff;
  border: 1px solid #dfe3e3;
  min-height: 400px;
  max-height: 400px;
  margin-right: 30px;
  padding: 30px;
  position: relative;
}
.live-status h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 23px;
  color: #333400;
}
.live-post {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #333400;
}
.live-post p {
  color: #333400;
}
.live-post a {
  text-decoration: underline;
  color: #333400;
}
.status-row {
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
}
.status-row > div:nth-of-type(1) {
  width: 35%;
  display: none;
}
.status-row > div:nth-of-type(2) {
  /*width: 65%;*/
  width: 100%;
}
.blog-page {
  // background: #f7f4ed;
  padding-top: 0;
  padding-bottom: 64px;
  min-height: 100vh;
}
.featured-post {
  display: flex;
  background: #fff;
  border: none;
  min-height: 400px;
  border-radius: 0;
  overflow: hidden;
}
.featured-post--content {
  width: 35%;
  color: #333400;
}
.featured-post--content p {
  color: #333400;
}
.featured-post--image {
  font-size: 0;
  width: 65%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/*.featured-post--talent .featured-post--content,*/
/*.featured-post--talent .featured-post--image {*/
/*  width: 50%;*/
/*}*/

.featured-post--talent .featured-post--content {
  width: 35%;
}

.featured-post--talent .featured-post--image {
  width: 65%;
}


.featured-post--feed-post .featured-post--content,
.featured-post--feed-post .featured-post--image {
  width: 100%;
}

.featured-post--content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-post--content div {
  padding: 30px;
}
.featured-post--content div h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333400;
  font-weight: 600 !important;
  font-family: var(--base-font) !important;
}
.featured-post--content div h2 a {
  color: #333400;
  font-size: 28px;
  font-family: 'Canela-Thin';
  font-weight: 300;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
}
.featured-post--content div h2 a:hover {
  text-decoration: underline;
}

@media only screen and (min-width:991px) and (max-width: 1199px) {}
@media only screen and (min-width:768px) and (max-width: 992px) {
 .featured-post--content,
 .featured-post--image,
 .status-row > div:nth-of-type(1),
 .status-row > div:nth-of-type(2) {
   width: 50%;
 }
 .featured-post--talent .featured-post--content, .featured-post--talent .featured-post--image {
   width: 100%;
 }
 .featured-post {
   flex-wrap: wrap;
 }
 .featured-post--talent .featured-post--image {
   height: 190px;
 }
 .featured-post.featured-post--feed-post {
   width: calc(50% - 30px);
 }

 .status-row > div:nth-of-type(2) {
   width: 100%;
 }

 .featured-post--talent .featured-post--image {
   width: 50%;
   height: auto;
 }
 .featured-post--talent .featured-post--content {
   width: 50%;
 }


}
@media only screen and (max-width:767px) {
   .featured-post--content,
   .featured-post--image,
   .status-row > div:nth-of-type(1),
   .status-row > div:nth-of-type(2) {
     width: 100%;
   }
   .featured-post--talent .featured-post--content, .featured-post--talent .featured-post--image {
     width: 100%;
   }
   .featured-post {
     flex-wrap: wrap;
   }
   .featured-post--talent .featured-post--image {
     height: 56vw;
   }
   .featured-post.featured-post--feed-post {
     width: 100%;
   }
   .featured-post--image {
     order: 1;
     height: 56vw;
   }
   .featured-post--content {
     order: 2;
   }
   .status-row {
     flex-wrap: wrap;
   }
   .live-status {
     margin-right: 0;
   }
   .featured-post.featured-post--talent {
     margin-top: 30px;
   }
}
