/*
  Pluggin Name: ObajeSoft WP Scrolling
  Pluggin URL: https://www.obajesoft.com.ng
  Author: Prince Abdulrahman Obaje
  Author URL: https://www.obajesoft.com.ng
*/

@font-face {
    font-family: BenchNine;  
    src: url(http://localhost/news.com/wp-content/plugins/obajesoft-recent-post/fonts/BenchNine/BenchNine-Light.ttf);  
    font-weight: normal;  
}

.row:after {
  content: "";
  display: table;
  clear: both;
  margin-left: 0px;
}

div .owps-container{
  float: left;
  padding: 6px 4px;
}

div .owps-content{
  display: inline-block;
  padding: 5px;
}

.clearfix {
  overflow: auto;
}

.owps-entry-title{
  /* font-family: inherit;  */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px; 
  font-weight: bolder;
  color: inherit;
  margin: 0px;
  padding: 2px 0px;
}
.owps-entry-category{
  margin-top: 0px;
  padding: 2px 0px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 14px; 
}

.img-responsives{
  width: 65px;
  border-radius: 5px;
}