.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: 3% -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: 20px;
  margin: 0;
}
.widget_related_posts article .time {
  font-size: 16px;
}


@media (max-width: 767px) {
 
}

@media (max-width: 992px){
 
}
@media (max-width: 1200px){

}
