/********************************************************************
	Testimonials CSS
********************************************************************/

.testimonials .content {
	position: relative;
	width: 100%;
}

body.testimonials {
	background-color: #f8f8f8;
}

.testimonials .breadcrumbwrapper {
	border-bottom: 1px solid #ddd;
}

.testimonials .testimonial.entry {
	background-color: #fff;
	color: #8D8E8E;
	border-radius: 8px;
	font-size: 15px;
	padding: 30px;
	text-align: center;
}

.testimonials .testimonial.entry .entry-title {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.testimonials .testimonial.entry span.uk-icon {
	color: #0073e5;
	height: 34px;
	width: 34px;
}

.testimonials .testimonial.entry span.uk-icon svg {
	height: 50px;
	width: 50px;
}

.testimonials a.uk-button.uk-button-default.review-btn {
	background: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	position: fixed;
	right: -68px;
  z-index: 999;
  top: 50%;
	-webkit-transform-origin: 50%  51%;
  transform: rotate(-90deg);
  text-align: center;
}

.testimonials a.uk-button.uk-button-default.review-btn:hover {
	background: #020887;
}
