/**************POSTS MODULE STYLE*****************/
.post-module-divider{width:100%;height:2px;background:#f1f1f1;}
a.alith-read-more{padding:6px 18px 6px 18px;background:transparent;margin:0px 0px 0px 0px;border-style:solid;border-color:#e0e0e0;border-width:1px;text-transform:uppercase;font-size:11px;color:#53585c;letter-spacing:.5px;}
a.alith-read-more:hover{color:#fff;}
.post-module-layout-3 .entry-meta-before{position:absolute;bottom:0;left:15px;}
.post-module-layout-8{padding-left:15px;}
.post-module-layout-8 .entry-meta-dot:first-child::before{display:none;}

/**************POSTS ASIDE STYLE*****************/

/*Posts Aside Layout 1*/
.no-meta-dots .entry-meta-dot::before{content:none;}

/*Posts Aside Layout 3*/
.posts-aside-layout-3 .post-count-number{font-size:18px;text-align:center;width:24px;height:24px;line-height:24px;font-style:italic;background:#eee;padding:10px;border-radius:100%;box-sizing:content-box;transition:all .3s;margin-right:15px;font-family:time;}
.posts-aside-layout-3 .post-title-small{width:calc(100% - 40px);width:-moz-calc(100% - 40px);width:-webkit-calc(100% - 40px);}
.posts-aside-layout-3 .post-title-small .entry-meta-dot:first-child:before{content:none;}
.alith_epk_divider_line{height:3px;background:#eee;}

/*Posts Aside Layout 4*/
.posts-aside-layout-4 .alith_epk_divider_line:last-child,
.posts-aside-layout-6 .alith_epk_divider_line:last-child{display:none;}
.posts-aside-layout-4 .post-count-number{position:absolute;left:0;bottom:0;background:rgba(255,255,255,0.8);width:40px;height:40px;line-height:40px;text-align:center;font-size:18px;font-style:italic;font-family:time;}
.posts-aside-layout-4 .alith_epk_divider_line{margin-bottom:20px!important;}

/*Posts Aside Layout 6*/
.alith_title_arrow::before{color:#f70d28;position:absolute;left:0;top:0;content:"\f0da";font-family:FontAwesome;text-rendering:auto;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;}
.alith_title_arrow{padding-left:10px;position:relative;}
.posts-aside-layout-6 li{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #eee}
.posts-aside-layout-6 li:last-child{border:0;}

/**************POSTS CARAUSEL STYLE*****************/
.carausel_slider_creative{text-align:center;}
.carausel_slider_creative .entry-meta{display: block;}
.carausel_slider_creative .owl-dot span {
	position: relative;
	background: #1a1a1a;
	width: 6px;
	height: 6px;
	margin: 10px !important;
	display: block;
	position: relative;
	border-radius: 50%;
	opacity: 0.5;
}.carausel_slider_creative .owl-dot.active span {
	opacity: 1;
}
.carausel_slider_creative .owl-dot span::before {
	content: " ";
	width: 18px;
	height: 18px;
	display: inline-block;
	border: 2px solid rgba(255,255,255,0);
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -6px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: scale(.5);
}
.carausel_slider_creative .owl-dot.active span::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.carausel_slider_creative .owl-dot.active span::before {
	border: 2px solid #1a1a1a;
}