:root {
 --brg25-color:#ff7800;
}
.single_post_text .mos-img img {display: none !important;}
.mos-img img {display: none !important;}

.widgets_small .post_img {
 position:absolute;
 left:0;
 top:0;
 height:77px;
 width:100px
}
.widgets_small .post_img img {
 width:100%;
 height:100%;
 transition:all .3s;
 object-fit:cover;
 overflow:hidden
}
.widgets_small:hover .post_img img {
 transform:scale(1.1);
 transition:all .3s
}
.widgets_small .tranding img {
 height:12px;
 width:6px;
 padding-top:2px
}
.single_post {
 position:relative;
 z-index:2;
 transition:all .3s
}
.single_post .single_post_text a:hover {
 color:#333;
 transition:all .3s
}

.single_post_text .meta {
 color:#333;
 text-transform:uppercase;
 line-height:24px;
 margin-bottom:5px;
 position:relative;
 z-index:2
}
.single_post_text .meta span {
 color:#50585f;
 text-transform:capitalize
}
.single_post_text a {
 color:#17222b;
 font-weight:500
}
.single_post_text h4 {
 font-size:16px;
 color:#17222b;
 font-weight:500;
 line-height:21px
}
.single_post_text h4 a {
 color:#17222b;
 font-weight:500
}
.post_img {
 position:relative;
 z-index:2
}
.post_img img {
 object-fit:cover
}

.post_img .comment span {
 color: #fff;
 background: var(--brg25-color);
 padding: 5px;
 margin-left: 5px;
display: block;
text-align: center;
font-size: 12px;
}
.single_post_text a.b-btn {
 color:  var(--brg25-color);
}
.widget_tab ul {
 margin:0;
 padding:0;
 margin-bottom: 10px;
 border:none
}
.widget_tab ul li {
 list-style:none;
 margin-right:10px;
 display: inline;
}

.widget_tab ul li {
 background:#fff;
 font-size:12px;
 text-transform:uppercase;
 line-height:12px;
 padding:8px;
 width:100%;
}

.post_type5 {
 margin-right:20px;
 padding-left:95px
}
.post_type5 .single_post_text p {
 font-size:15px;
 font-weight:300;
 opacity:.85;
 line-height:21px;
 margin-top:5px
}
.post_type5 .post_img {
 width:80px;
 height:70px
}
.post_type5 .post_img img {
 width:80px;
 height:70px
}
.newsbox_item .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
	display: block;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 10px !important;
}

.newsbox_item .tags > li {
	margin: 0;
}

.newsbox_item .tags > li a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}

.newsbox_item .tags > li a:hover {
  background-color: #333;
  color: #fff !important;
}

.newsbox_item .tags > li {margin-left: 5px;}