/* Testimonials Feed */
.testimonials-feed {
	position: relative;
	background-color: #31251C; /* $dark */
	background-image: url(../images/testimonials-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}

.testimonials-feed h4 {
	color: #0845A2 !important; /* $primary */
	font-size: 2.389em;
	font-style: normal;
}

.testimonials-feed section {
	padding: 0 2em;
	position: relative;
}

.testimonials-feed ul {
	margin: 3em 0;
}

.testimonials-feed li {
	padding: 0 1.5em;
	text-align: left;
	position: relative;
}

.testimonials-feed li p {
	background-color: rgba(255,255,255,0.8);
	padding: 1.5em 7%;
	margin: 0;
	position: relative;
	width: 100%;
	border: solid 1px #83C0FF; /* $light */
	font-weight: 400;
}

.testimonials-feed li span {
	max-height: 15em;
	overflow: auto;
	display: block;
	padding-right: 0.75em;
	padding-bottom: 1.05em;
	position: relative;
	font-style: italic;
}

.testimonials-feed li ::-webkit-scrollbar {
	width: 6px;
	border-radius: 5em;
}

.testimonials-feed li ::-webkit-scrollbar-thumb {
	border-radius: 5em;
	background-color: #0845A2; /* $primary */
}

.testimonials-feed li ::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0.075);
	border-radius: 5em;
}

.testimonials-feed li strong {
	display: block;
	font-size: 1.5em;
	font-weight: 400;
	color: #E03636; /* $secondary */
	font-style: normal;
	margin-top: 0.35em;
	position: relative;
	z-index: 1;
}

.testimonials-feed .scrolling-list-nav {
}

.testimonials-feed .total-1 + .scrolling-list-nav, .testimonials-feed .total-2 + .scrolling-list-nav, .testimonials-feed .total-3 + .scrolling-list-nav {
	display: none;
}

.testimonials-feed .scrolling-list-nav span {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	color: #E03636; /* $secondary */
	font-size: 1.85em;
	cursor: pointer;
	transition: 0.35s ease;
	opacity: 0.25;
}

.testimonials-feed .scrolling-list-nav span:hover {
	opacity: 0.4;
}

.testimonials-feed .scrolling-list-nav .prev {
	left: 0;
}

.testimonials-feed .scrolling-list-nav .next {
	right: 0;
}

.testimonials-feed .scrolling-list-nav span:before {
	font-family: 'icomoon-ult';
}

.testimonials-feed .scrolling-list-nav .prev:before {
	content: '\e914';
}

.testimonials-feed .scrolling-list-nav .next:before {
	content: '\e915';
}

.testimonials-feed a.btn {
	color: #FFFFFF; /* $white */
}
/* End Testimonials Feed */

/* Testimonials Feed [Landing] */
.landing .testimonials-feed {
}

.landing .testimonials-feed ul {
	margin: 3em 0 0;
}

.landing .testimonials-feed footer {
	display: none;
}
/* End Testimonials Feed [Landing] */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.testimonials-feed li {
		padding: 0 0.5em;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.testimonials-feed li {
		padding: 0;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
