.blog-one__single .mos-img img,.blog-two .mos-img img {display: none !important;}

:root {
  --mxst-gray: #727272;
  --mxst-gray-rgb: 114, 114, 114;
  --mxst-white: #ffffff;
  --mxst-white-rgb: 255, 255, 255;
  --mxst-black: #16171a;
  --mxst-black-rgb: 22, 23, 26;
  --mxst-primary: #c00;
  --mxst-primary-rgb: 242, 237, 235;
  --mxst-bdr-color: #e3dbd8;
  --mxst-bdr-color-rgb: 227, 219, 216;
	--mxs3-light-color: #f0f2f4;
	--mxs3-white-color: #ffffff;
    --mxs3-white-color-rgb: 255, 255, 255;
	--mxs3-blackish-color: #151313;
	--mxs3-blackish-color-rgb: 21, 19, 19;

}

.blog-one__single {
  position: relative;
  display: block;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--mxst-black-rgb), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--thm-base);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-one__img>a>span {
  position: relative;
}

.blog-one__img>a>span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--mxst-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-one__img>a>span::after {
  content: '';
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--mxst-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__img>a:hover>span::before,
.blog-one__img>a:hover>span::after {
  background-color: var(--mxst-white);
}

.blog-one__single:hover .blog-one__img>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__date {
  position: absolute;
  left: 30px;
  bottom: 0;
  background-color: var(--mxst-black);
  padding: 9px 15px 5px;
  z-index: 2;
  color: #fff;
}


.blog-one__date p {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: var(--mxst-white);
}

.blog-one__date p span {
  font-size: 16px;
  position: relative;
  left: -3px;
}

.blog-one__content {
  position: relative;
  display: block;
  padding: 20px 30px 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.09);
}

.blog-one__tag-and-user {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__tag {
  position: relative;
  display: block;
  background-color: #f2edeb;
  padding: 4px 10px;
  font-size: 14px;
}

.blog-one__tag p {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.blog-one__user {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.blog-one__user .img {
  position: relative;
  display: block;
  width: 29px;
}

.blog-one__user .img img {
  width: 100%;
  border-radius: 50%;
}

.blog-one__user .text {
  margin-left: 10px;
  font-size: 14px;
}

.blog-one__user .text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.blog-one__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 9px;
  border-bottom: 1px solid var(--mxst-bdr-color);
}

.blog-one__title a {
  color: var(--mxst-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--mxst-primary);
}

.blog-one__comment-and-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-one__comment {
  position: relative;
  display: block;
}

.blog-one__comment p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.blog-one__comment p span {
  font-size: 14px;
  color: var(--mxst-primary);
  margin-right: 4px;
}

.blog-one__arrow {
  position: relative;
  display: block;  
}

.blog-one__arrow a {
  color: var(--mxst-white);
  background-color: var(--mxst-primary);
  padding: 7px 15px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__arrow a:hover {
  color: var(--mxst-primary);
  background-color: var(--mxst-bdr-color);
}


.blog-two .news-image {
  position: relative;
  z-index: 9;
}
.blog-two .news-image img {
  width: 100%;
  height: 100%;
}
.blog-two .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8%, var(--mxst-primary) 130%);
}
.blog-two .news-image .news-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 991px) {
  .blog-two .news-image .news-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-two .news-image .news-content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .blog-two .news-image .news-content {
    padding: 10px;
  }
}
.blog-two .news-image .news-content .post-date {
  color: var(--mxst-gray);
  background-color: var(--mxst-white);
  display: inline-block;
  font-weight: 500;
  padding-right: 15px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.blog-two .news-image .news-content .post-date i {
  padding: 8px 7px;
  background-color: var(--mxst-primary);
  color: var(--mxst-white);
  font-size: 20px;
}
.blog-two .news-image .news-content h3 {
  line-height: 155%;
}
.blog-two .news-image .news-content h3 a {
  color: var(--mxst-white);
}
.blog-two .news-image .news-content h3 a:hover {
  color: var(--mxst-primary);
}
.blog-two .news-image .news-content .post-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 15px;
}
.blog-two ul {
  list-style: none; padding-left: 0px;
}
.blog-two .news-image .news-content .post-items li, .blog-two .news-image .news-content .post-items li a,.blog-two .mos-img {
  color: var(--mxst-white);
}
.blog-two .news-image .news-content .post-items li a i {
  margin-right: 10px;
}

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

.mxs3-featured-wrapper img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mxs3-post-item {
	border-radius: 30px;
	background-color: #fff;
    border: 1px solid rgba(var(--mxs3-blackish-color-rgb), 0.15);
}
.mxs3-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.mxs3-featured-container a.mxs3-link {
	z-index: 0;
}
.mxs3-content-wrapper {
	padding: 35px 35px 55px 35px;
	position: relative;
}
.mxs3-post-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.mxs3-post-title a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: var(--mxs3-blackish-color);
  text-decoration: none;
}
.mxs3-post-title a:hover {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: var(--mxst-primary);
  text-decoration: none;
}
.mxs3-meta-category-wrapper {
	margin: 0;
}
.mxs3-meta-date {
	position: absolute;
	bottom: 0;
	right: 50px;
	margin: 0;
	padding: 12px 30px 12px 30px;
	border-radius: 30px 30px 0 0;
	background-color: var(--mxs3-white-color);
}
.mxs3-meta-line.mxs3-meta-date {
    font-size: 14px;
}
.mxs3-meta-author {
	position: absolute;
	top: -1px;
	right: 50px;
	margin: 0;
	padding: 12px 30px 12px 30px;
	border-radius: 0 0 30px 30px;
	background-color: var(--mxs3-white-color);
}
.mxs3-meta-line.mxs3-meta-author {
    font-size: 14px;
}
.mxs3-meta-line a, .mxs3-meta-line {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #565656;
}
.mxs3-meta-date::after,
.mxs3-meta-date::before {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
	box-shadow: 0 20px 0 0 var(--mxs3-white-color);
}
.mxs3-meta-date::before {
	right: 100%;
    border-bottom-right-radius: 20px;
}
.mxs3-meta-date::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}

.newsbox_sett:hover .mxs3-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.mxs3-featured-wrapper,
.mxs3-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.mxs3-element-posts-wrapper .mxs3-blog-style-1{
	margin-bottom: 30px;
	padding: 0 15px;
}

.mxs3-price-btn {
	border-radius: 20px 20px 0 0px;
	padding: 8px;
	background-color: var(--mxs3-white-color);
	border: 1px solid #e5e5e5;
	border-bottom: none;
	position: absolute;
	bottom: -1px;
	right: 50px;
	
}
.mxs3-price-btn::before,
.mxs3-price-btn::after {
	content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
    background-color: transparent;
	box-shadow: 0 20px 0 0 var(--mxs3-white-color);
}
.mxs3-price-btn::before {
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.mxs3-price-btn::after {
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}
.mxs3-price-btn .mxs3-button {
	display: inline-block;
	padding: 12px 30px 12px 30px;
	border-radius: 50px;
	color: var(--mxs3-white-color);
	background-color: var(--mxs3-blackish-color);
}
.mxs3-price-btn .mxs3-button:hover {
	color: var(--mxs3-white-color);
	background-color: var(--mxst-primary);
}
