.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0 !important;
}

.dnxte-authovcard, .dnxte-blog-post-categories {
	display: inline-block;
}

.dnxte-authovcard a, .dnxte-blog-post-categories a {
	text-decoration: none;
	border-width: 0;
	border-style: solid;
}

.dnxte-authovcard a {
	font-size: 16px;
	color: #266de8;
	line-height: 20px;
	font-weight: 400;
}

.dnxte-authovcard a i {
	color: red;
	margin-right: 10px;
}

.dnxte-blog-post-categories a {
	display: inline-block;
}

.dnxte-blog-post-categories a:first-of-type {
	margin-left: 0 !important;
}

.dnxte-blog-post-date {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #266de8;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
	border-radius: 5px;
}

.dnxte-blog-post-date span {
	display: block;
	text-align: center;
}

span.author.vcard img {
	max-width: 16px;
}

.dnxte-blog-carousel-slide-active.is_equal_height_on .swiper-wrapper, .dnxte_blog_slider_container.multi-position-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dnxte_blog_slider_container.arrow-position-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.swiper-button-container.multi-position-button-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative !important;
}

.swiper-button-container.multi-position-button-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.swiper-button-container.multi-position-button-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-button-container.multi-position-button-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dnxte_blog_slider .multi-position-button {
	position: relative !important;
	left: auto;
	right: auto;
	margin-right: 10px;
}

.dnxte_blog_slider .swiper-button-container {
	position: absolute;
	top: 50%;
	z-index: 1;
}

.dnxte_blogslider_arrows_default {
	right: -1% !important;
	left: -1% !important;
}

.dnxte_blogslider_arrows_outer {
	right: -8% !important;
	left: -8% !important;
}

.dnxte_blogslider_arrows_inner {
	right: 25px !important;
	left: 25px !important;
}

.dnxte_blogslider_arrows_default_right {
	right: 0 !important;
}

.dnxte_blogslider_arrows_default_left {
	left: 0 !important;
}

.dnxte_blogslider_arrows_inner_right {
	right: 25px !important;
}

.dnxte_blogslider_arrows_inner_left {
	left: 25px !important;
}

.dnxte-readmore-link {
	display: inline-block;
}

.dnxte-blog-carousel-slide-active.is_equal_height_on .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

.dnxte-blog-carousel-slide-active.is_equal_height_on [class*=dnxte-blog-carousel-layout-]:not(.dnxte-blog-carousel-layout-seven) .dnxte-blog-carousel-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.dnxte-blog-carousel-slide-active.is_equal_height_on [class*=dnxte-blog-carousel-layout-]:not(.dnxte-blog-carousel-layout-seven) .dnxte-blog-carousel-wrap .dnxte-content-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

[class*=dnxte-blog-carousel-layout-]:not(.dnxte-blog-carousel-layout-seven):not(.dnxte-blog-carousel-layout-eight) .blog-wrap-no-image {
	height: 300px;
	width: 100%;
	background-color: rgba(248, 237, 235, .4);
	display: inline-table;
}

.dnxte-blog-carousel-layout-eight .blog-wrap-no-image, .dnxte-blog-carousel-layout-seven .blog-wrap-no-image {
	width: 40%;
}

.dnxte-blog-carousel-slide-active.is_equal_height_on [class*=dnxte-blog-carousel-layout-]:not(.dnxte-blog-carousel-layout-one):not(.dnxte-blog-carousel-layout-three):not(.dnxte-blog-carousel-layout-four):not(.dnxte-blog-carousel-layout-five):not(.dnxte-blog-carousel-layout-six):not(.dnxte-blog-carousel-layout-seven):not(.dnxte-blog-carousel-layout-two) .dnxte-blog-carousel-wrap .dnxte-content-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: auto;
	margin: 0 auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.dnxte-blog-carousel-layout-one .dnxte-entry-title {
	color: #121418;
}

.dnxte-blog-carousel-layout-one .dnxte-readmorewrapper a {
	border-width: 0;
	font-size: 16px;
	color: #121418;
}

.dnxte-blog-carousel-layout-one .dnxte-readmorewrapper a:hover {
	background: 0 0;
	color: #4a42ec;
}

.dnxte-blog-carousel-layout-one .dnxte-content-wrapper h2 {
	font-size: 24px;
	line-height: 30px;
	color: #121212;
	text-transform: capitalize;
	font-weight: 500;
}

.dnxte-blog-carousel-layout-one .dnxte-post-meta {
	margin-bottom: 10px;
}

.dnxte-blog-carousel-layout-one .dnxte-post-meta .author.vcard {
	font-size: 16px;
	line-height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 5px;
}

.dnxte-blog-carousel-layout-one .dnxte-blog-post-categories a, .dnxte-blog-carousel-layout-one .dnxte-blog-post-content {
	font-size: 16px;
	line-height: 25px;
	color: rgba(0, 0, 0, .69);
}

.dnxte-blog-carousel-layout-three .swiper-slide {
	overflow: visible;
}

.dnxte-blog-carousel-layout-three .dnxte-content-wrapper {
	position: absolute;
	top: 16%;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .2);
}

.dnxte-blog-carousel-layout-four .dnxte-blog-imgoverlay {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	z-index: 9;
	-webkit-transition: all .2s;
	transition: all .2s;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)) !important;
	background-image: linear-gradient(180deg, transparent 0, #000 100%) !important;
}

.dnxte-blog-carousel-layout-four .dnxte-content-wrapper {
	position: absolute;
	top: 12%;
	background: 0 0;
}

.dnxte-blog-carousel-layout-five .dnxte-post-thumb a img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.dnxte-blog-carousel-layout-five .dnxte-blog-carousel-wrap:hover .dnxte-post-thumb a img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dnxte-blog-carousel-layout-five .dnxte-content-wrapper {
	position: absolute;
	top: 15%;
	background: 0 0;
	color: #fff;
}

.dnxte-blog-carousel-layout-five .dnxte-content-wrapper .dnxte-entry-title, .dnxte-blog-carousel-layout-four .dnxte-content-wrapper, .dnxte-blog-carousel-layout-four .dnxte-content-wrapper .dnxte-entry-title {
	color: #fff;
}

.dnxte-blog-carousel-layout-five .dnxte-content-wrapper .author.vcard a, .dnxte-blog-carousel-layout-five .dnxte-content-wrapper .dnxte-readmorewrapper a, .dnxte-blog-carousel-layout-four .dnxte-content-wrapper .author.vcard a, .dnxte-blog-carousel-layout-four .dnxte-content-wrapper .dnxte-readmorewrapper a {
	color: #ded3d3;
}

.dnxte-blog-carousel-layout-six .dnxte-post-thumb {
	position: relative;
	overflow: hidden;
	height: 300px;
	max-width: initial;
}

.dnxte-blog-carousel-layout-six .dnxte-empty-thumb {
	background-color: #ddd;
}

.dnxte-blog-carousel-layout-six .dnxte-post-thumb a, .dnxte-blog-carousel-layout-six .dnxte-post-thumb a img {
	height: 100%;
}

.dnxte-blog-carousel-layout-six .dnxte-post-thumb a img {
	max-width: 100%;
	width: 100%;
}

.dnxte-blog-carousel-layout-six .dnxte-author-avatar {
	top: 300px;
	position: absolute;
	left: 30px;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	padding: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.dnxte-blog-carousel-layout-six .dnxte-author-avatar img {
	max-width: 100%;
	height: auto;
	border-radius: 100px;
}

.is_equal_height_on .dnxte-blog-carousel-layout-six .dnxte-content-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.dnxte-blog-carousel-layout-six .dnxte-content-wrapper {
	position: relative;
	padding: 30px;
	background: #fff;
	z-index: 99;
}

.is_equal_height_on .dnxte-blog-carousel-layout-six {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: initial;
	flex-direction: initial;
}

.dnxte-blog-carousel-layout-six .dnxte-entry-title {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}

.dnxte-blog-carousel-layout-six .dnxte-entry-title a {
	text-decoration: none;
	font-size: 20px;
	color: #333;
	text-transform: capitalize;
	display: block;
}

.dnxte-blog-carousel-layout-six .dnxte-blog-post-content {
	padding-bottom: 15px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.dnxte-blog-carousel-layout-six .dnxte-post-meta {
	margin-top: auto;
}

.dnxte-blog-carousel-layout-seven .dnxte-post-meta>div:first-child, .dnxte-blog-carousel-layout-six .dnxte-post-meta>div:first-child {
	margin-right: 15px;
}

.dnxte-blog-carousel-layout-six .dnxte-post-meta .dnxte-authovcard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dnxte-blog-carousel-layout-six .dnxte-authovcard a:first-child {
	margin-right: 5px;
	color: #555;
	font-size: 16px;
}

.dnxte-blog-carousel-layout-six .dnxte-authovcard a:last-child {
	color: #555;
	font-size: 16px;
	text-decoration: none;
}

.dnxte-blog-carousel-layout-six .dnxte-blog-published a:first-child {
	margin-right: 5px;
	color: #555;
	font-size: 16px;
}

.dnxte-blog-carousel-layout-six .dnxte-blog-published a:last-child {
	color: #555;
	font-size: 16px;
	text-decoration: none;
}

.dnxte-blog-carousel-layout-seven .blog-wrap {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.dnxte-blog-carousel-layout-seven .dnxte-empty-thumb {
	background-color: #ddd;
}

.dnxte-blog-carousel-layout-seven .dnxte-post-thumb a img {
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dnxte-blog-carousel-layout-seven .dnxte-author-avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}

.dnxte-blog-carousel-layout-seven .dnxte-author-avatar img {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-right: 5px;
}

.dnxte-blog-carousel-layout-seven .dnxte-author-avatar a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}

.is_equal_height_on .dnxte-blog-carousel-layout-seven .dnxte-content-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.dnxte-blog-carousel-layout-seven .dnxte-content-wrapper {
	position: relative;
	padding: 30px;
	background: #fff;
	z-index: 99;
}

.is_equal_height_on .dnxte-blog-published a {
	margin-top: auto;
}

.is_equal_height_on .dnxte-blog-carousel-layout-seven, .is_equal_height_on .dnxte-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.is_equal_height_on .dnxte-blog-carousel-layout-seven {
	-ms-flex-direction: initial;
	flex-direction: initial;
}

.dnxte-blog-carousel-layout-seven .dnxte-entry-title {
	padding-bottom: 15px;
	margin: 0;
}

.dnxte-blog-carousel-layout-seven .dnxte-entry-title a {
	text-decoration: none;
	font-size: 20px;
	color: #333;
	text-transform: capitalize;
}

.dnxte-blog-carousel-layout-seven .dnxte-blog-post-content {
	padding-bottom: 15px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.dnxte-blog-carousel-layout-seven .dnxte-post-meta {
	margin-top: auto;
}

.dnxte-blog-carousel-layout-seven .dnxte-blog-published a:first-child {
	margin-right: 5px;
	color: #555;
	font-size: 16px;
}

.dnxte-blog-carousel-layout-seven .dnxte-blog-published a:last-child {
	color: #555;
	font-size: 16px;
	text-decoration: none;
}

.is_equal_height_on .swiper-slide {
	height: 100%;
}

.author.vcard {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 0 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dnxte_meta_alignment_left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dnxte_meta_alignment_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dnxte_meta_alignment_right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width:980px) {
	.dnxte_meta_alignment_tablet_left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.dnxte_meta_alignment_tablet_center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.dnxte_meta_alignment_tablet_right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width:767px) {
	.dnxte_meta_alignment_phone_left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.dnxte_meta_alignment_phone_center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.dnxte_meta_alignment_phone_right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}