
.widget_featured_slider .slide-content p:last-child {
	margin-bottom: 0;
}

.widget_featured_slider .slide-content .slide-content {
	padding-bottom: 15px;
}

.widget_featured_slider .single-slide .slide-content .entry-title a {
	/* color: #4bb05d; */
	color: #fff;
	font-weight: bold;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}

.widget_featured_slider .slide-content .below-entry-meta {
	margin-bottom: 10px;
}

.widget_featured_slider .slide-content .entry-content {
	width: calc(100% - 110px);
	float: left;

    background: rgba(0, 0, 0, 0.35);
    padding: 5px 13px;
    margin-left: -15px;
}

.widget_featured_slider .slide-content .entry-content p {
	color: #fff;
	font-size: 18px;
}

.widget_featured_slider .slide-content .more-link-wrapper {
	position: absolute;
	bottom: 20px;
	right: 5%;
}