:root {
	--mxs29-global-color: #0036ff;
	--mxs29-global-color-rgb: 0, 54, 255;
	--mxs29-light-color: #f0f2f4;
	--mxs29-white-color: #ffffff;
    --mxs29-white-color-rgb: 255, 255, 255;
	--mxs29-blackish-color: #151313;
	--mxs29-blackish-color-rgb: 21, 19, 19;

}

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

.mxs29-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;
}
.mxs29-post-item {
	border-radius: 30px;
    border: 1px solid rgba(var(--mxs29-blackish-color-rgb), 0.15);
}
.mxs29-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.mxs29-featured-container a.mxs29-link {
	z-index: 0;
}
.mxs29-content-wrapper {
	padding: 35px 35px 55px 35px;
	position: relative;
}
.mxs29-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;
}
.mxs29-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(--mxs29-blackish-color);
  text-decoration: none;
}
.mxs29-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(--mxs29-global-color);
  text-decoration: none;
}
.mxs29-meta-category-wrapper {
	margin: 0;
}
.mxs29-meta-date {
	position: absolute;
	bottom: 0;
	right: 50px;
	margin: 0;
	padding: 10px 30px 10px 30px;
	border-radius: 30px 30px 0 0;
	background-color: var(--mxs29-white-color);
}
.mxs29-meta-line.mxs29-meta-date {
    font-size: 14px;
}

.mxs29-meta-line a, .mxs29-meta-line {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #565656;
}
.mxs29-meta-date::after,
.mxs29-meta-date::before {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
	box-shadow: 0 20px 0 0 var(--mxs29-white-color);
}
.mxs29-meta-date::before {
	right: 100%;
    border-bottom-right-radius: 20px;
}
.mxs29-meta-date::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}

.mxs29-meta-author {
	position: absolute;
	top: -1px;
	right: 50px;
	margin: 0;
	padding: 10px 30px 10px 30px;
	border-radius: 0 0 30px 30px;
	background-color: var(--mxs29-white-color);
}
.mxs29-meta-line.mxs29-meta-author {
    font-size: 14px;
}
.mxs29-meta-author:before,
.mxs29-meta-author:after{
		content: "";
        position: absolute;
        background-color: transparent;
        top: 0;
        height: 40px;
        width: 20px;
		box-shadow: 0 -20px 0 0 var(--mxs29-white-color);
	}
.mxs29-meta-author:before{
		right: 100%;
        border-top-right-radius: 20px;
	}
.mxs29-meta-author:after{
		left: 100%;
        border-top-left-radius: 20px;
	}

.newsbox_sett:hover .mxs29-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);
}
.mxs29-featured-wrapper,
.mxs29-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.mxs29-element-posts-wrapper .mxs29-blog-style-1{
	margin-bottom: 30px;
	padding: 0 15px;
}

.mxs29-price-btn {
	border-radius: 20px 20px 0 0px;
	padding: 8px;
	background-color: var(--mxs29-white-color);
	border: 1px solid #e5e5e5;
	border-bottom: none;
	position: absolute;
	bottom: -1px;
	right: 50px;
	
}
.mxs29-price-btn::before,
.mxs29-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(--mxs29-white-color);
}
.mxs29-price-btn::before {
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.mxs29-price-btn::after {
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}
.mxs29-price-btn .mxs29-button {
	display: inline-block;
	padding: 12px 30px 12px 30px;
	border-radius: 50px;
	color: var(--mxs29-white-color);
	background-color: var(--mxs29-blackish-color);
}
.mxs29-price-btn .mxs29-button:hover {
	color: var(--mxs29-white-color);
	background-color: var(--mxs29-global-color);
}
