
/*------------------------------------------------------------------------
# mod_mx_awoseme-news Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
:root {
  --txttc-color: #e03d24;
  --black-color:rgb(0,0,0);
}

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

.blog-nine-wrape a.main-thumbnail {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  display: block;
  max-width: max-content;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  max-width: 94%;
}
.blog-nine-wrape a.main-thumbnail .badge-blog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 24px;
  background: var(--txttc-color);
  color: #fff;
  font-size: 16px;
}
.blog-nine-wrape a.main-thumbnail img {
  margin: 0 auto;
  border-radius: 10px;
  transition: 0.3s;
}
.blog-nine-wrape a.main-thumbnail:hover img {
  transform: scale(1.2);
}
.blog-nine-wrape .blog-body {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
.blog-nine-wrape .blog-body .blog-header {
  background: #F6F6F6;
  border-radius: 10px 10px 0 0;
  padding: 44px 30px 18px 30px;
  display: flex;
  align-items: center;
}
.blog-nine-wrape .blog-body .blog-header a {
  color: var(--txttc-color);
}
@media only screen and (max-width: 575px) {
  .blog-nine-wrape .blog-body .blog-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.blog-nine-wrape .blog-body .blog-header .left {
  display: flex;
  align-items: center;
}
.blog-nine-wrape .blog-body .blog-header .left i {
  color: var(--txttc-color);
  font-size: 16px;
}
.blog-nine-wrape .blog-body .blog-header .left span {
  color: #5D666F;
  margin-left: 7px;
  position: relative;
  margin-bottom: -2px;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-nine-wrape .blog-body .blog-header .left span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-nine-wrape .blog-body .blog-header .left span {
    font-size: 13px;
  }
}
.blog-nine-wrape .blog-body .blog-header .right {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-nine-wrape .blog-body .blog-header .right {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-nine-wrape .blog-body .blog-header .right {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-nine-wrape .blog-body .blog-header .right {
    margin-left: 0;
  }
}
.blog-nine-wrape .blog-body .blog-header .right i {
  color: var(--txttc-color);
  font-size: 16px;
}
.blog-nine-wrape .blog-body .blog-header .right span {
  color: #5D666F;
  margin-left: 7px;
  position: relative;
  font-size: 16px;
  margin-bottom: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-nine-wrape .blog-body .blog-header .right span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-nine-wrape .blog-body .blog-header .right span {
    font-size: 13px;
  }
}
.blog-nine-wrape .blog-body .body {
  padding: 26px;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-nine-wrape .blog-body .body {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-nine-wrape .blog-body .body {
    padding: 20px;
  }
}
.blog-nine-wrape .blog-body .body a {
  transition: 0.3s;
}
.blog-nine-wrape .blog-body .body a:hover .title {
  color: var(--txttc-color);
}
.blog-nine-wrape .blog-body .body a:hover {
  background: var(--txttc-color);
  color: #fff;
}
.blog-nine-wrape .blog-body .body .title {
  font-size: 24px;
  line-height: 34px;
  color: #1C2539;
}
@media only screen and (max-width: 1199px) {
  .blog-nine-wrape .blog-body .body .title {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-nine-wrape .blog-body .body .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.rts-btn {
  padding: 17px 30px;
  min-width: max-content;
  font-size: 16px;
  margin-top: 15px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 15px;
  transition: 0.3s;
}
.rts-btn.btn-light-3 {
  background: #f1f1f1;
  color: var(--txttc-color);
  border-radius: 5px;
  padding: 6px 19px;
  display: block;
  max-width: max-content;
  transition: 0.3s;
}
.rts-btn.btn-light-3:hover {
  background: #fff;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}
.rts-btn:focus {
  outline: none;
  box-shadow: none;
}