:root {
 --brg20-color: #f65024;
 --txt20-color: #f65024;
}

.em-blog-content .mos-img img {display: none !important;}

.em-blog-content .mos-img { padding-bottom: 30px;}

.single-blog-box {
  position: relative;
  z-index: 1;
}

.single-blog-thumb {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

.single-blog-thumb img {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.single-blog-thumb:hover img {
  filter: saturate(300%) contrast(120%);
}

.blog-top-button {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-top-button a,.blog-top-button p {
  padding: 2px 15px 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background: var(--txt20-color);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.blog-top-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
  border: 3px double var(--txt20-color);
  border-radius: 0px;
  transform: scale(0);
  transition: 0.5s;
}

.blog-top-button a:hover:before {
  transform: scale(1);
}

.em-blog-content {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
  padding: 22px 30px 18px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-blog-content:before {
  position: absolute;
  content: "";
  bottom: 62px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: rgba(29, 33, 36, 0.12);
}
.meta-blog-text {
  bottom: 1px;
  right: 1px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
}

.meta-blog-text p {
  padding: 0px;
  margin: 0;
}

.meta-blog-text i, .em-blog-icon-title i {
  color: var(--txt20-color);
}

.single-blog-box:hover .em-blog-title h2 a {
  color: var(--txt20-color);
}

.single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
  filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
}

.em-blog-title h2 {
  font-size: 22px;
  padding: 2px 0 4px;
}

.em-blog-title h2 a {
  display: inline-block;
  color: #000;
  font-weight: 600;
  transition: 0.5s;
  line-height: 30px;
}

.em-blog-thumb {
  float: left;
}

.em-blog-icon {
  float: left;
}

.em-blog-icon-title {
  display: inline-block;
}

.em-blog-icon-title h6 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 0;
}
.blog-button {
  text-align: right;
}

.blog-button a {
  display: inline-block;
  transition: 0.5s;
  font-weight: 600;
}
.blog-button a:hover {
  color: var(--txt20-color);
}
.em-blog-icon {
  order: 6;
}
.blog-button {
  order: 7;
}
.newsbox_item .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 4 !important;
	margin-bottom: 10px !important;
}

.newsbox_item .tags > li {
	margin: 0;
}

.newsbox_item .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 2px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: var(--brg20-color);
}

.newsbox_item .tags > li a:hover {
background-color: var(--brg20-color);
  color: #fff !important;
}

.newsbox_item .tags > li {margin-left: 5px;}