.thrive-fe-upcoming-events-boxed {
	
}
.thrive-fe-upcoming-events-boxed .img-responsive {
	height: 200px;
	width: 100%;
	background: gray;
	position: relative;
	overflow: hidden;  
}
.thrive-fe-upcoming-events-boxed .img-responsive img {
	display: block;
    width: 100%;
    height: auto;
}
.thrive-fe-upcoming-events-boxed .img-responsive .box-date {
	position: absolute;
	top: 9px;
	left: 10px;
	text-align: center;
}
.thrive-fe-upcoming-events-boxed .img-responsive .box-date .box-date-top {
	background: #fff;
	font-size: 17px;
}
.thrive-fe-upcoming-events-boxed .img-responsive .box-date .box-date-bottom {
	background: #000;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
	border: 1px solid #ccc;
    border-top: none;
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper {
	padding: 15px 34px;
    background-color: #ffe216;
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper .box-details {
	height: 177px;
	overflow: hidden;
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper .box-details h3 {
	margin-bottom: 15px;
    max-height: 108px;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    min-height: 49px;
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper .box-details p {
	
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper .box-button {
	text-align: right;
    border-top: 1px solid #333;
    padding-top: 13px;
    margin-top: 25px;
	margin-bottom: 3px;
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper .box-button a {
	background: #000;
    color: #fff;
    padding: 10px 16px 9px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.thrive-fe-upcoming-events-boxed .box-details-wrapper .box-button a:hover {
	background: #ececec;
	color: #000;
}
.thrive-fe-upcoming-events-boxed .owl-nav {
	padding-top: 12px;
}
.thrive-fe-upcoming-events-boxed .owl-nav .owl-prev {
	border: 1px solid #ccc !important;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
	outline: none !important;
}
.thrive-fe-upcoming-events-boxed .owl-nav .owl-prev span {
	position: relative;
    top: -6px;
    font-size: 18px;
    left: -1px;
}
.thrive-fe-upcoming-events-boxed .owl-nav .owl-next {
	border: 1px solid #ccc !important;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
	outline: none !important;
}
.thrive-fe-upcoming-events-boxed .owl-nav .owl-next span {
	position: relative;
    top: -6px;
    font-size: 18px;
    left: 0;
}