/* 5 --------------- List Posts Style --------------- */
.list-posts {
  margin-bottom: 22px;
}
.list-posts article {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  margin: 23px 0 0;
  padding-bottom: 25px;
  width: 100%;
}
.list-posts article:last-child {
  border-bottom: none;
}
.list-posts article .entry-thumbnail {
	max-width: 50%;
	margin: 0 30px 0 0;
	padding: 0;
	width: 45%;	
}
.list-posts article .entry-thumbnail>img {
	height: auto;
	max-width: 100%;
}
.list-posts article .entry-thumbnail .cover-img{
    padding: 30%;
}

.list-posts article .entry-content {
  padding-top: 7px;
}
.list-posts article .entry-content .entry-title {
  font-size: 37px;
  line-height: 1.2;
  margin: 17px 0 6px;
}
.list-posts article .entry-content .time:before,
.list-posts article .entry-content .time:after {
  display: none;
}
.entry-content .btn {
    margin-top: 9px;
}

.entry-content .btn {
    background: #af7152;
    border: 1px solid #af7152;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: inherit;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 0 13px;
    text-transform: capitalize;
}
.entry-content .btn:hover {
    background: #fff;
    color: #af7152;
}
.entry-content .category {
    border-bottom: 1px solid #af7152;
    color: #af7152;
    display: inline-block;    
    font-size: 10px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.entry-content .category a {
    color: #af7152;
}
.entry-content .category a:hover {   
    text-decoration: none;
}
.entry-content .entry-title {
    color: #000;
    display: inline-block;
    font-size: 24px;
    margin: 14px 0 4px;
    text-transform: uppercase;
    width: 100%;
}
.entry-content .entry-title a {
    color: #000;
}

.widget_recent_posts article .entry-thumbnail {
  margin: 0 20px 15px 0;
  max-width: 100px;
  padding: 0;
}
.widget_recent_posts article .entry-content .entry-title {
  font-size: 14px;
  text-transform: inherit;
}
.widget_recent_posts article .entry-content .time {
  padding: 0;
}
.widget_recent_posts article .entry-content .time:before,
.widget_recent_posts article .entry-content .time:after {
  display: none;
}
.widget_related_posts {
  display: inline-block;
  margin: 7% -10px;
}
.widget_related_posts div[class*="col-"] {
  padding: 0 10px;
}
.widget_related_posts article .entry-thumbnail {
  margin-bottom: 20px;
}
.widget_related_posts article .entry-thumbnail img{
  height: auto;
  max-width: 100%;
}
.widget_related_posts article .entry-title {
  font-size: 16px;
  margin: 0;
}
.widget_related_posts article .time {
  font-size: 10px;
}


@media (max-width: 767px) {
  .list-posts {
      margin-bottom: 0;
  }
  .list-posts article .entry-thumbnail,
  .list-posts article .entry-content {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 992px){
  .entry-title {
      font-size: 16px;
      margin-bottom: 0;
  }
  .list-posts article .entry-thumbnail, .list-posts article .entry-content {
      display: inline-block;
      width: 100%;
  }
  .list-posts article .entry-thumbnail {
      float: none !important;
      margin: 0 0 30px 0 !important;
      max-width: inherit;
  }
}
@media (max-width: 1200px){
  .list-posts article .entry-content {
      padding-top: 0;
  }
  .list-posts article .entry-content .entry-title {
      font-size: 18px;
  }
}
