
.oew-carousel {
	margin: 0;
}

.oew-carousel .swiper-container, .oew-carousel .swiper {
	width: 95%;
}

.oew-carousel .swiper-container.has-dots, .oew-carousel .swiper.has-dots {
	padding-bottom: 10px;
}

.oew-carousel .oew-carousel-slide {
	padding: 0 15px;
	text-align: center;
}

.oew-carousel .oew-carousel-entry-media img {
	width: 100%;
}

.oew-carousel .oew-carousel-entry-details {
	background-color: #f5f5f5;
	padding: 15px;
}

.oew-carousel .entry-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.oew-carousel .meta {
	display: block;
	font-size: 12px;
	margin: 0 0 8px;
	padding: 0;
}

.oew-carousel .meta li {
	float: none;
	padding: 0;
	display: inline-block;
	margin-right: 12px;
	letter-spacing: .6px;
	text-transform: lowercase;
}

.oew-carousel .meta li i {
	color: #13aff0;
	font-size: 12px;
}

.oew-carousel .meta li:last-child {
	margin-right: 0;
}

.oew-carousel .meta li:after {
	display: none;
}

.oew-carousel p {
	margin: 0 0 10px;
}

.oew-carousel p:last-child {
	margin: 0;
}

.oew-carousel .readmore-btn {
	display: block;
	margin-top: 14px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.oew-carousel .readmore-btn a {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	letter-spacing: 1px;
}

.oew-carousel .oew-swiper-buttons {
	background-image: none;
	outline: none;
	margin-top: 0;
	width: 40px;
	top: calc(50% - 20px);
	text-align: center;
}

.oew-carousel .oew-swiper-buttons.nitro-lazy {
	background-image: none !important;
}

.oew-carousel .oew-swiper-buttons::after {
	content: none;
}

.oew-carousel .oew-swiper-buttons svg {
	width: 20px;
}

.oew-carousel .oew-swiper-buttons, .oew-carousel .oew-swiper-buttons svg {
	height: 40px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.oew-carousel .swiper-button-next {
	right: 0;
}

.oew-carousel .swiper-button-prev {
	left: 0;
}

.oew-carousel .swiper-pagination {
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
}

.oew-carousel .swiper-pagination-bullet {
	background: #ccc;
	margin: 0 4px;
	height: 8px;
	width: 8px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.oew-carousel .swiper-pagination-bullet-active {
	background: #000;
}

body.rtl .oew-carousel .meta li {
	margin-left: 12px;
	margin-right: 0;
}

body.rtl .oew-carousel .meta li:last-child {
	margin-left: 0;
}

body.rtl .oew-carousel .swiper-button-next {
	right: auto;
	left: 0;
}

body.rtl .oew-carousel .swiper-button-prev {
	left: auto;
	right: 0;
}

.oew-carousel-blog .post-badge {
	position: absolute;
	top: 0;
	background: #69727d;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	font-weight: 400;
	margin: 20px;
	border-radius: 999px;
}
