/********************************************************************
	Testimonials CSS
********************************************************************/
.testimonials .header-hero .cs-header-title,
.testimonials .header-hero .cs-header-image {
	display: none;
}

.testimonials .archive-title-container {
    padding: 60px 0 0;
    text-align: center;
}

.testimonials .archive-title-container .wrap {
	
}

.testimonials .archive-title-container h1 {
	font-size: 60px;
}

.header-hero {
	padding-bottom: 100px;
}

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

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

.testimonials .testimonial.entry {
	background-color: #fff;
	color: #8D8E8E;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	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 .fa-quote-left::before {
    content: "\f10d";
    color: #8B0E04;
    font-size: 60px;
	display: block;
	margin-bottom: 15px;
}

.testimonials a.uk-button.uk-button-default.review-btn {
	background: #ff353e;
	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 a.uk-button.uk-button-default.review-btn:hover {
	background: #000;
}

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