/* Carousel */
.swiper-slide{
	overflow: visible !important;
}

/* Item */
.rbt-post-adv-item {
	padding: 10px;
}

/* Inner */
.rbt-post-adv-item .rbt-inner-item {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
}

/* Info */
.rbt-post-adv-info {
	position: relative;
	padding: 20px;
	z-index: 1;
}

/* Title */
.rbt-post-adv-title {
	margin: 10px 0px;
	font-size: 20px;
}

.rbt-post-adv-title a {
	color: #292929;
}

/* Excerpt */
.rbt-post-adv-excerpt {
	color:#676767;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2em;
}

/* Read More */
.rbt-post-adv-item .rbt-post-adv-readmore {
	display: inline-flex;
	color: #717070;
	transition: .5s;
}

.rbt-post-adv-item .rbt-post-adv-readmore-icon svg {
	width: 16px;
}

/* Thumbnail */
.rbt-post-adv-thumbnail {
	position: relative;
	overflow: hidden;
}

.rbt-post-adv-thumbnail img {
	width: 100%;
	display: block;
}

/************ Style One ****************/
.rbt-post-adv-skin-one .rbt-post-date {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	display: inline-block;
	min-width: 53px;
	border-radius: 10px;
	background-color: #777;
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
}

.rbt-post-adv-skin-one .style-post-category {
	position: absolute;
	top: -13px;
	right: 15px;
	left: 15px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

.rbt-post-adv-skin-one .style-post-category a {
	display: inline-block;
	overflow: hidden;
	padding: 0 10px;
	height: 25px;
	border-radius: 10px;
	background-color: #777;
	color: #fff;
	line-height: 25px;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.rbt-post-adv-skin-one .rbt-post-adv-title {
	margin-top: 10px;
}

/* Meta */
.rbt-post-adv-skin-one .rbt-post-meta {
	margin-bottom: 10px;
}

.rbt-post-adv-skin-one .rbt-post-meta .icon-post-meta {
	margin-right: 3px;
}

body.rtl .rbt-post-adv-skin-one .rbt-post-meta .icon-post-meta {
	margin-left: 2px;
}

/* Read More */
.rbt-post-adv-skin-one .rbt-post-adv-readmore i {
	opacity: 0;
	transition: opacity .35s ease;
	font-size: 12px;
}

.rbt-post-adv-skin-one .rbt-post-adv-readmore:hover i {
	opacity: 1;
	position: relative;
}

body.rtl .rbt-post-adv-skin-one .rbt-post-adv-readmore:hover i {
	animation: rbt-ShakePrev-right 2s infinite;
}

.rbt-post-adv-skin-one .rbt-post-adv-readmore:hover i {
	animation: rbt-ShakePrev-left 2s infinite;
}

@keyframes rbt-ShakePrev-right {
	0%   {right: 0px;}
	25%  {right: 5px;}
	50%  {right: 5px;}
	75%  {right: 0px;}
	100% {right: 0px;}
}

@keyframes rbt-ShakePrev-left {
	0%   {left: 0px;}
	25%  {left: 5px;}
	50%  {left: 5px;}
	75%  {left: 0px;}
	100% {left: 0px;}
}

.rbt-post-adv-skin-one .rbt-post-image-mask {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -5px;
	margin-right: -22px;
	text-align: center;
	font-size: 0;
}

.rbt-post-adv-skin-one .rbt-post-adv-item:hover .rbt-post-image-mask::before {
	transition-delay: .2s;
	animation-delay: .2s;
}

.rbt-post-adv-skin-one .rbt-post-adv-item:hover .rbt-post-image-mask::after, 
.rbt-post-adv-skin-one .rbt-post-adv-item:hover .rbt-post-image-mask::before, 
.rbt-post-adv-skin-one .rbt-post-adv-item:hover .rbt-post-image-mask span {
	opacity: 1;
	animation: wd-fadeInRight .3s ease;
	animation-delay: 0s;
}

.rbt-post-adv-skin-one .rbt-post-image-mask::before {
	transition-delay: .15s;
	animation-delay: .15s;
}

.rbt-post-adv-skin-one .rbt-post-image-mask::after, 
.rbt-post-adv-skin-one .rbt-post-image-mask::before, 
.rbt-post-adv-skin-one .rbt-post-image-mask span {
	display: inline-block;
	margin-left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	transition-delay: 0s;
	animation: wd-fadeOutLeft .3s ease;
}

.rbt-post-adv-skin-one .rbt-post-image-mask::after, 
.rbt-post-adv-skin-one .rbt-post-image-mask::before {
	content: "";
}

.rbt-post-adv-skin-one .rbt-post-adv-thumbnail a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity .7s ease;
}

.rbt-post-adv-skin-one .rbt-post-adv-item:hover .rbt-post-adv-thumbnail a::after {
	opacity: 1;
}
