
/*------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/
.blog-nine-wrape a.main-thumbnail img{

  --x: 2.5px;
  --y: 5px;
  clip-path: polygon( var(--y) var(--y), calc(100% - var(--y)) var(--y), calc(100% - var(--y)) calc(100% - var(--y)), var(--y) calc(100% - var(--y)), 0 calc(100% - var(--x) - var(--y)), 0 calc(var(--x) + var(--y)));
  transform: perspective(1000px) rotateY(40deg);
  outline: var(--y) solid rgba(0,0,0,0.4) !important;
  outline-offset: calc(-1*var(--y));
  transition: 1s all;
  max-width: 250px;
  display: block;
  margin-bottom: 15px !important;
}
.blog-nine-wrape a.main-thumbnail img:hover {
	--y: 0px;
 transform:perspective(1000px) rotateY(0deg);
  clip-path:polygon(
       var(--y)              var(--y),
       calc(100% - var(--y)) var(--y),
       calc(100% - var(--y)) calc(100% - var(--y)),
       var(--y)              calc(100% - var(--y)),
       var(--y)  calc(100% - var(--x) - var(--y)),
       var(--y)  calc(var(--x) + var(--y))
    );
}
body h5 {
  margin-bottom: 8px!important;
}
#coolnews, .row {
  background: #fff0!important;
}
: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;
  position: relative;
  z-index: 2;
  max-width: 180px;
  float: left;
}
.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;
  transition: 0.3s;
  width: 120px;
}
.blog-nine-wrape a.main-thumbnail:hover img {
}
.blog-nine-wrape .blog-body {
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
.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: 0px 0px 0px 120px;
  box-shadow: 0px 0px 0px rgba(24, 16, 16, 0.05);
  border-radius: 0px 0px 0px 0px;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-nine-wrape .blog-body .body {
  }
}
@media only screen and (max-width: 575px) {
  .blog-nine-wrape .blog-body .body {
    padding: 20px;
  }
  .blog-nine-wrape a.main-thumbnail img {
  width: 100%!important;
}
.blog-nine-wrape .blog-body .body {
   margin-left: 0px!important;
}
}
.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: 1.6em;
  line-height: 1.25;
  font-weight: bold;
}
@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 a.main-thumbnail {
  float: none;
  width: 100%;
}
#coolnews113 .fix-padd {
  margin: 0px!important;
}
 .blog-nine-wrape .blog-body .body {
    padding: 0px!important;
  }
.blog-nine-wrape a.main-thumbnail {
  max-width: 300px!important;
  overflow: visible!important;
  margin-bottom: 50px !important;
  margin-top: 25px;

}
#coolnews .rts-btn.btn-light-3 {
  margin-left: auto;
  margin-right: auto;
}
}
.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 {
  border-radius: 0px;
  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;
}