.athemes-addons-news-ticker-container {
	display: flex;
	--ticker-height: 60px;
}
.athemes-addons-news-ticker {
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 10px 30px;
	height: var(--ticker-height);
}
.athemes-addons-news-ticker-container .news-ticker-title {
	--ticker-background: #1c1c1c;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	background-color: var(--ticker-background);
	padding: 0 30px;
	height: var(--ticker-height);
}
.athemes-addons-news-ticker-container .news-ticker-title svg {
	width: 22px;
	fill: #fff;
}
.athemes-addons-news-ticker-container .news-ticker-title .title {
	margin: 0;
	color: #fff;
	font-size: 20px;
}
.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-arrow-small,
.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-arrow-large,
.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-diagonal-left,
.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-diagonal-right {
	position: relative;
}

.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-arrow-small::after {
	content: '';
	position: absolute;
	z-index: 11;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid var(--ticker-background);
}
.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-arrow-large::after {
	content: '';
	position: absolute;
	z-index: 11;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	border-top: calc(var(--ticker-height) / 2) solid transparent;
	border-bottom: calc(var(--ticker-height) / 2) solid transparent;
	border-left: calc(var(--ticker-height) / 2) solid var(--ticker-background);
}

.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-diagonal-left::after {
	content: '';
	position: absolute;
	z-index: 11;
	right: -30px;
	top: 0;
	border-top: var(--ticker-height) solid var(--ticker-background);
	border-right: 30px solid transparent;
}

.athemes-addons-news-ticker-container .news-ticker-title.title-decoration-diagonal-right::after {
	content: '';
	position: absolute;
	z-index: 11;
	right: -30px;
	bottom: 0;
	border-bottom: var(--ticker-height) solid var(--ticker-background);
	border-right: 30px solid transparent;
}

.athemes-addons-news-ticker-container .news-ticker-icon {
	display: flex;
}
.athemes-addons-news-ticker-container i,
.athemes-addons-news-ticker-container svg {
	fill: #000;
	opacity: 1;
	transition: fill 0.2s ease-in-out;
}
.athemes-addons-news-ticker .post-item-thumb img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.athemes-addons-news-ticker-container .post-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.athemes-addons-news-ticker .entry-date + .updated {
	display: none;
}
.post-info > * {
	margin-right: 10px;
}
.post-info > *:last-of-type {
	margin-right: 0;
}
.athemes-addons-news-ticker .athemes-post-item {
	transition: all 0.3s ease;
	display: flex;
	gap: 15px;
	width: auto !important;
	margin-right: 50px;
}
.athemes-post-item .post-content a {
	text-decoration: none;
}
.athemes-addons-news-ticker .athemes-post-item .item-title {
	font-size: 18px;
	margin: 0;
}
.athemes-addons-news-ticker .athemes-post-item .post-content .item-title a {
	color: var(--athemes-addons-headings-color, #1c1c1c);
}
.athemes-addons-news-ticker .athemes-post-item .post-content .item-title:hover {
	opacity: 0.8;
}
.athemes-addons-news-ticker .athemes-post-item .post-content .post-info a {
	color: var(--athemes-addons-meta-color, #767676);
}
.athemes-addons-news-ticker .athemes-post-item .post-content .post-info a:hover {
	color: var(--athemes-addons-meta-hover-color, #000);
}
.athemes-post-item .read-more-wrapper {
	margin-top: 20px;
}
@media (min-width:991px) {
	.athemes-addons-news-ticker.style-list .athemes-post-item {
		display: flex;
		align-items: center;
	}
	.athemes-addons-news-ticker.style-list .post-content {
		padding-left: 30px;
	}
}
.athemes-post-item .post-content .cats-label a {
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
	background: #333;
	border-radius: 5px;
	color: #fff;
}
.athemes-post-item .post-content .cats-label a:hover {
	background: #000;
	color: #fff;
}
.athemes-posts-pagination {
	display: flex;
	margin-top: 30px;
}
.athemes-posts-pagination a {
	display: inline-block;
	padding: 5px;
	text-decoration: none !important;
	color: var(--athemes-addons-meta-color, #767676);
}
.athemes-addons-news-ticker .swiper-wrapper {
	transition-timing-function:linear !important;
	height: 100% !important;
	align-items: center;
}
