.bp-element-posts .list-post {
  list-style: none; }
  .bp-element-posts .list-post .item {
    clear: both; }
    .bp-element-posts .list-post .item .content .title {
      font-size: 18px;
      color: #666; }
    .bp-element-posts .list-post .item .content .list-meta {
      margin-top: 10px; }
      .bp-element-posts .list-post .item .content .list-meta .post-date {
        font-size: 16px;
        color: #999; }
        .bp-element-posts .list-post .item .content .list-meta .post-date:before {
          content: "\f469";
          display: inline-block;
          font-family: Dashicons;
          width: 14px;
          height: 15px;
          margin-right: 5px; }
  .bp-element-posts .list-post .thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px; }
  .bp-element-posts .list-post .content {
    position: relative;
    top: -7px; }

.bp-element-posts.layout-list-2 .list-post .item {
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-top: 0; }
  .bp-element-posts.layout-list-2 .list-post .item .thumbnail {
    float: left;
    margin-right: 25px;
    max-width: 100px; }
  .bp-element-posts.layout-list-2 .list-post .item .content .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 6px;
    transition: all .3s;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .bp-element-posts.layout-list-2 .list-post .item .content .title a {
      color: #202121; }
      .bp-element-posts.layout-list-2 .list-post .item .content .title a:hover {
        color: #ffb606; }
  .bp-element-posts.layout-list-2 .list-post .item .content .list-meta {
    margin-top: 0; }
    .bp-element-posts.layout-list-2 .list-post .item .content .list-meta .post-date {
      font-size: 16px;
      font-weight: 300;
      color: #f8b944; }
  .bp-element-posts.layout-list-2 .list-post .item .content .course-price .value {
    font-size: 16px;
    font-weight: 500;
    color: #f8b944; }

.bp-element-posts.layout-list-1 .list-posts .item {
  padding-bottom: 35px;
  padding-right: 25px; }
  .bp-element-posts.layout-list-1 .list-posts .item + .item {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 34px; }
  .bp-element-posts.layout-list-1 .list-posts .item:last-child {
    padding-bottom: 0; }
  .bp-element-posts.layout-list-1 .list-posts .item .content .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.555555;
    color: #292929; }
    .bp-element-posts.layout-list-1 .list-posts .item .content .title:hover {
      text-decoration: none;
      color: #3ac569; }
  .bp-element-posts.layout-list-1 .list-posts .item .content .list-meta {
    margin-top: 13px; }
    .bp-element-posts.layout-list-1 .list-posts .item .content .list-meta .post-date {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5;
      color: #7c7c7c; }
      .bp-element-posts.layout-list-1 .list-posts .item .content .list-meta .post-date i {
        color: #3ac569;
        margin-right: 6px; }

.bp-element-posts.layout-slider .heading-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 100px; }
  .bp-element-posts.layout-slider .heading-post .title {
    margin-bottom: 0;
    margin-right: 20px;
    color: #fff; }
  .bp-element-posts.layout-slider .heading-post .link {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #f8b944;
    border-bottom: 1px solid #f8b944;
    margin-bottom: 7px;
    transition: all 0.2s; }

.bp-element-posts.layout-slider .slide-posts {
  margin-right: -20px;
  margin-left: -20px; }
  .bp-element-posts.layout-slider .slide-posts .item-slick {
    padding: 0 20px 30px 20px; }
  .bp-element-posts.layout-slider .slide-posts .wrap-arrow-slick {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px 57px 20px;
    margin-top: -33px; }
    .bp-element-posts.layout-slider .slide-posts .wrap-arrow-slick .arow-slick {
      font-size: 20px;
      color: #828282;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border: 1px solid #707070;
      transition: all 0.2s;
      cursor: pointer;
      margin-left: 5px; }
      .bp-element-posts.layout-slider .slide-posts .wrap-arrow-slick .arow-slick:hover {
        background: #f8b944;
        border-color: #f8b944;
        color: #fff; }

.bp-element-posts.layout-slider .post-item {
  box-shadow: 5px 5px 15px 5px rgba(105, 105, 105, 0.08);
  padding: 20px 20px 38px 20px;
  background: #fff; }
  .bp-element-posts.layout-slider .post-item .pic {
    margin-bottom: 33px; }
    .bp-element-posts.layout-slider .post-item .pic img {
      width: 100%; }
  .bp-element-posts.layout-slider .post-item .content .date {
    font-family: Heebo;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #f8b944;
    margin-bottom: 8px; }
  .bp-element-posts.layout-slider .post-item .content .title {
    margin-bottom: 20px; }
    .bp-element-posts.layout-slider .post-item .content .title a {
      font-family: Heebo;
      font-weight: 400;
      font-size: 18px;
      line-height: 1.444444;
      color: #292929;
      transition: all 0.2s; }
      .bp-element-posts.layout-slider .post-item .content .title a:hover {
        text-decoration: none;
        color: #f8b944; }
  .bp-element-posts.layout-slider .post-item .content .description {
    font-family: Heebo;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #747474;
    margin-bottom: 26px; }
  .bp-element-posts.layout-slider .post-item .content .link {
    font-family: Heebo;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #292929;
    transition: all 0.2s;
    text-decoration: underline; }
    .bp-element-posts.layout-slider .post-item .content .link:hover {
      color: #f8b944; }

.bp-element-posts.layout-grid .item .thumb img {
  width: 100%; }

.bp-element-posts.layout-grid .item .content {
  text-align: center;
  padding: 28px 37px 50px;
  border: solid 1px #ebebeb;
  transition: all .5s; }
  .bp-element-posts.layout-grid .item .content:hover {
    box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1); }
  .bp-element-posts.layout-grid .item .content .title {
    font-size: 20px;
    margin-bottom: 15px; }
  .bp-element-posts.layout-grid .item .content .list-meta > span {
    margin: 0 9px; }
    .bp-element-posts.layout-grid .item .content .list-meta > span:last-child {
      margin-right: 0; }
    .bp-element-posts.layout-grid .item .content .list-meta > span:first-child {
      margin-left: 0; }
  .bp-element-posts.layout-grid .item .content .post-author {
    margin-right: 38px;
    font-weight: 300;
    text-transform: capitalize; }
    .bp-element-posts.layout-grid .item .content .post-author a {
      color: inherit; }
      .bp-element-posts.layout-grid .item .content .post-author a:hover {
        color: #e9003f; }
    .bp-element-posts.layout-grid .item .content .post-author img {
      border-radius: 50%;
      margin-right: 8px; }
  .bp-element-posts.layout-grid .item .content .simplefavorite-button {
    color: #666; }
    .bp-element-posts.layout-grid .item .content .simplefavorite-button i {
      font-size: 16px;
      color: #999999; }
    .bp-element-posts.layout-grid .item .content .simplefavorite-button:hover span {
      color: #e9003f; }
  .bp-element-posts.layout-grid .item .content .comments-meta a {
    color: inherit; }
    .bp-element-posts.layout-grid .item .content .comments-meta a:hover {
      color: #e9003f; }
  .bp-element-posts.layout-grid .item .content .comments-meta i {
    font-size: 16px;
    color: #999999; }
  .bp-element-posts.layout-grid .item .content .excerpt {
    margin-top: 18px; }
  .bp-element-posts.layout-grid .item .content .read-more {
    margin-top: 30px; }
    .bp-element-posts.layout-grid .item .content .read-more a {
      line-height: 43px;
      height: 43px;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      padding: 0 39px;
      display: inline-block;
      border-radius: 30px;
      border: solid 1px #c2c2c2;
      color: inherit; }
      .bp-element-posts.layout-grid .item .content .read-more a:hover {
        border-color: #e9003f;
        background-color: #e9003f;
        color: #fff; }

@media (max-width: 1400px) {
  .bp-element-posts.layout-list-2 .list-post .item .thumbnail {
    width: 88px;
    margin-right: 20px; }
  .bp-element-posts.layout-list-2 .list-post .item .content .list-meta .post-date {
    font-size: 14px; } }
