.dbp-post-ticker {
	position: relative;
	display: flex;
	align-items: center;
}

.dbp-post-ticker-title {
	color: #fff;
	font-size: 16px;
	border-style: solid;
}

.dbp-post-ticker .dbp-post-wrap {
	white-space: nowrap;
	display: inline-block;
	padding: 0 !important;
	list-style: none !important;
	margin-bottom: 0 !important;
}

.dbp-post-ticker .dbp-post-wrap li {
	white-space: nowrap;
	display: inline-block;
}
.dbp-post-ticker-container {
	overflow: hidden;
	flex: 1 1;
	min-height: 5px;
}
@keyframes post-move {
	0% {
		transform: translateX(var(--width));
	}
	100% {
		transform: translateX(-101%);
	}
}

.dbp-smart-post-wrapper {
	border-style: solid;
}

.dbp-smart-post-item {
	border-style: solid;
}

.dbp-smart-post .dbp-post-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.dbp-featured.box .dbp-smart-post-content * {
	color: #ffffff;
}

.dbp-smart-post-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: visible !important;
}

.dbp-smart-post-title h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.dbp-smart-post-filter {
	display: flex;
	align-items: center;
	flex: 1 1;
	justify-content: flex-end;
}

.flexMenu-viewMore > a {
	background-color: transparent !important;
}

.dbp-smart-post-filter-menu ul.flexMenu-popup {
	z-index: 999999;
	top: 40px;
	left: 0px;
	padding: 20px !important;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(31, 28, 38, 0.1);
	box-shadow: 0 0 15px 0 rgba(31, 28, 38, 0.1);
}

.flexMenu-popup li {
	display: block !important;
	margin: 0 0 5px !important;
}

.flexMenu-popup li:last-child {
	margin-bottom: 0 !important;
}

.flexMenu-popup a {
	display: block;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	white-space: nowrap;
}

.box .dbp-smart-post-thumb,
.box .dbp-smart-post-item-inner,
.dbp-default .dbp-smart-post-item-inner {
	height: 100%;
}

.box.dbp-featured .dbp-smart-post-thumb:before {
	content: '';
	background-image: linear-gradient(
		0deg,
		#171616 0%,
		rgba(41, 52, 78, 0) 50%
	);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}

.box .dbp-smart-post-thumb.empty-thumb {
	height: 300px !important;
	background-color: #efefef;
}

.dbp-smart-post-thumb {
	overflow: hidden;
	position: relative;
}

.box .dbp-smart-post-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.dbp-smart-post-filter-menu ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.dbp-smart-post-filter-menu ul li {
	display: inline-block;
}

.dbp-smart-post-filter-nav div {
	display: flex;
	justify-content: center;
	align-items: center;
	border-style: solid;
	cursor: pointer;
}

@keyframes ajaxLoad {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dbp-smart-post-item {
	animation: ajaxLoad 400ms forwards;
}

/*
.dbp-smart-post-filter-nav div[disabled]{
	pointer-events: none;
} */

.dbp-smart-post-filter-nav {
	display: flex;
	margin-left: 12px;
}

.dbp-smart-post-thumb img {
	width: 100%;
}

.dbp-smart-post-wrapper {
	width: 100%;
	position: relative;
}

.dbp-smart-post-item-inner {
	position: relative;
}

.dbp-smart-post-item.dbp-default .dbp-smart-post-thumb img {
	object-fit: cover;
	width: 100%;
}

.dbp-smart-post-meta {
	display: flex;
}

.dbp-default .dbp-smart-post-content {
	flex: 1 1;
}

.dbp-smart-post-meta div {
	display: flex;
	align-items: center;
	/* white-space: nowrap; */
}

.dbp-smart-post-item.dbp-featured.box .dbp-smart-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.dbp-smart-post-topbar {
	border-style: solid;
	border-bottom-width: 2px;
}

.dbp-smart-post-filter-nav div:before {
	font-family: ETmodules !important;
	line-height: 0.5;
	line-height: 1.35;
	vertical-align: middle;
	font-size: inherit;
}

.dbp-smart-post-filter-nav .dbp-nav-prev:before {
	content: '4';
}

.dbp-smart-post-filter-nav .dbp-nav-next:before {
	content: '5';
}

.dbp-smart-post-filter-nav [disabled] {
	cursor: default !important;
}

.dbp-smart-post .ajax-loader {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	left: 0;
	top: 0;
}

@media (max-width: 1200px) {
	.dbp-smart-post-wrapper.has-featured {
		flex-wrap: wrap;
	}

	.dbp-smart-post .dbp-smart-post-item.dbp-featured {
		flex: 0 0 100% !important;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
}

/* @media (max-width: 767px) {
    .dbp-smart-post-wrapper:not(.has-featured),
    .dbp-smart-post .dbp-smart-post-list {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }
} */


