.athemes-addons-posts-list .entry-date + .updated {
	display: none;
}
div[class^='athemes-addons-custom-'] {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;	
}
.post-info > * {
	margin-right: 10px;
}
.post-info > *:last-of-type {
	margin-right: 0;
}
.post-info.delimiter-dot > *,
.post-info.delimiter-vertical > *,
.post-info.delimiter-horizontal > * {
	margin-right: 0;
}
.post-info.delimiter-dot > *:after,
.post-info.delimiter-vertical > *:after,
.post-info.delimiter-horizontal > *:after {
	padding: 0 10px;
}
.post-info.delimiter-dot > *:last-child:after,
.post-info.delimiter-vertical > *:last-child:after,
.post-info.delimiter-horizontal > *:last-child:after {
	display: none;
}
.post-info.delimiter-dot > *:after {
	content: '';
	background: #000;
	opacity: 0.2;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;		
}
.post-info.delimiter-vertical > *:after {
	content: '\007C';
}
.post-info.delimiter-horizontal > *:after {
	content: '\0023AF';
}
.athemes-post-item {
	transition: all 0.3s ease;
}
.athemes-addons-posts-list .athemes-post-item .post-item-thumb,
.athemes-addons-posts-list .athemes-post-item .post-content > * {
	margin-bottom: 12px;
}
.athemes-post-item .post-content > *:last-child {
	margin-bottom: 0;
}
.athemes-post-item .post-content a {
	text-decoration: none;
}
.athemes-post-item .post-content .item-title {
	margin-top: 0;
	font-size: 24px;
}
.athemes-post-item .post-content .item-title a {
	color: var(--athemes-addons-headings-color, #1c1c1c);
}
.athemes-post-item .post-content .item-title:hover {
	opacity: 0.8;
}
.athemes-post-item .post-content .post-info a {
	color: var(--athemes-addons-meta-color, #767676);
}
.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-posts-list.style-list .athemes-post-item {
		display: flex;
		align-items: center;
	}
	.athemes-addons-posts-list.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-posts-list[data-skin-id="athemes-addons-posts-list-modern"] .post-content {
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin: 0 20px 0;
	position: relative;
	z-index: 11;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-modern"] .has-thumbnail .post-content {
	margin-top: -30px;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-modern"].style-list .post-content {
	margin: 0 0 0 -30px;
	width: calc(100% + 30px);
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-modern"] {
	text-align: center;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .athemes-post-item {
	background-size: cover;
	background-position: center;
	position: relative;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .athemes-post-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .athemes-post-item .post-content {
	position: relative;
	z-index: 11;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .post-content a {
	color: #fff;
	transition: all 0.3s ease;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .post-content a:hover {
	color: #fff;
	opacity: 0.8;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .post-info.delimiter-dot>:after {
	background: #fff;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-title-list"] .athemes-post-item {
	padding: 30px 0;
	border-bottom: 1px solid var(--athemes-addons-border-color, #ddd);
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-title-list"] .athemes-post-item:last-child {
	border-bottom: 0;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-title-list"] .post-content {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-title-list"] .post-content-inner {
	display: flex;
	align-items: center;
	margin: 0;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-title-list"] .item-title {
	margin: 0;
	font-size: 42px;
}
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-banner"] .item-title,
.athemes-addons-posts-list[data-skin-id="athemes-addons-posts-list-modern"] .item-title {
    font-size: 20px;
}
.athemes-addons-posts-list .list-counter {
	font-size: 42px;
	margin-right: 15px;
	color: var(--athemes-addons-meta-color, #767676);
}
.athemes-addons-posts-list .pagination {
	text-align: center;
	margin-top: 45px;
}
.athemes-addons-posts-list .pagination .page-numbers {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}