/*
---------------------------
REVIEWS
---------------------------
*/


.reviewbox {
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: ;
	flex-direction: column;
	padding: 20px;
	border: 1px solid rgba(0, 33, 100, 0.17);
	border-radius: 5px;
}


.reviewbox-heading {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reviewbox-author-image {
	width: 60px;
	height: 60px;
	border-radius: 200px;
	overflow: hidden;
	margin-right: 20px;
}
.reviewbox-author-title {
	flex-grow: 1;
}
.reviewbox-author-title h4 {
	font-size: 16px;
	line-height: 1;
	margin:0;
	font-weight: 600;
	
}
.reviewbox-author-title .reviewbox-author-date {
	font-size: 13px;
	line-height: 1;
	margin:0;
}
.reviewbox-heading .object-rating-stars {
	margin-top: 10px;
	align-self: flex-start;

}

.reviewbox-section {
	padding-top:10px;
}
.reviewbox-section p {
	font-size: 16px;
	font-weight: 400;
}
.reviewbox-text a {
	color: #fff;
	display: block;
	font-weight: 400;
}

.reviews.pagination {
	margin-top: 30px;
}