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

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

.testimonials .archive-description {
	background-color: #6e8f60;
	color: #fff;
	text-align: center;
}

.testimonials .archive-description .archive-title {
	color: #fff;
}

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

.testimonials .testimonial.entry {
	background-color: #fff;
	border: 1px solid #6e8f60;
	font-size: 18px;
	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: #ffb54d;
	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: #e6988e;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 15px 40px;
    z-index: 999;
    /*right: -68px;
	top: 50%;
	-webkit-transform-origin: 50%  51%;
    transform: rotate(-90deg);*/
    text-align: center;
}

.testimonials .to-top.top-is-visible {
	display: none;
}

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

.testimonials .fa-message-captions::before {
    content: "\e1de";
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 860px) {
	.testimonials .testimonial.entry {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.testimonials .testimonial.entry {
		padding: 10px;
	}

	.testimonials .testimonial.entry p {
		margin-bottom: 0;
	}
}
