.mwt-elementor-posts-carousel-item-content {
	position: relative;
	z-index: 5;
}

.mwt-elementor-posts-carousel-categories {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.mwt-elementor-posts-carousel-article a.posts-list-thumbnail {
	position: relative;
}

.mwt-elementor-posts-carousel-article a.posts-list-thumbnail:hover img {
	opacity: 1;
}
.mwt-elementor-posts-carousel-article a.posts-list-thumbnail:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	z-index: 1;
    transition: all .2s linear;
}
.mwt-elementor-posts-carousel-article:hover a.posts-list-thumbnail:before {
	opacity: 1;
}

.mwt-elementor-posts-carousel-category {
	display: inline-block;
}
.mwt-elementor-posts-carousel-post-title {
	margin: 0;
	overflow: hidden;
}

.mwt-elementor-posts-carousel-author {
	position: relative;
}

.mwt-elementor-posts-carousel-btn-arrow a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mwt-elementor-posts-carousel-read-more {
    display: block;
    width: 100%;
    height: 1em;
    line-height: 1em;
}

.mwt-elementor-posts-carousel-read-more::before {
    content: "\f107";
    font-family: FontAwesome;
    position: relative;
    top: 0;
    transition: top 0.2s ease 0s;
}

.mwt-elementor-posts-carousel-read-more:hover::before {
    top: 5px;
}