/* Color Tokens */

.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}

/* End Color Tokens */

/* Testimonial Area */

.testimonial-area {
	background-color: #201E1E; /* $dark */
	padding: 5em 0;
}

.testimonial-area .main {
}

.testimonial-area .main.flex {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-area .main .test-feed-header {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 50%;
}

.testimonial-area .main .test-feed-header h4 {
	text-transform: uppercase;
	color: #FEFEFE; /* $light */
	font-weight: 900;
	line-height: 1;
	padding-bottom: 1em;
}

.testimonial-area .main .test-feed-header h4 strong {
	font-size: 2.889em;
}

.testimonial-area .main .test-feed-header h4 em {
	display: -ms-flexbox;
	display: flex;
	color: #D7D7D7; /* $secondary */
	font-style: normal;
	padding-left: 1em;
	font-weight: 300;
	line-height: 1;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.89em;
}

.testimonial-area .main .test-feed-header h4 em span {
	font-size: 1.5em;
	font-weight: 900;
	color: #FF0009; /* $primary */
	padding-left: .25em;
}

.testimonial-area .main .test-section {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	width: 45%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-area .test-section header h2 {
	color: #FEFEFE; /* $light */
}

.testimonial-area .container {
	overflow: hidden;
	position: relative;
}

.testimonial-area .container ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	transition: transform .5s ease 0s;
	user-select: none;
}

.no-flexbox .testimonial-area .container ul {
	display: table;
	min-width: 100%;
}

.testimonial-area .container ul  li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.no-flexbox .testimonial-area .container ul li {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-area .container ul  li blockquote {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #FEFEFE; /* $light */
	width: 100%;
}

.testimonial-area .container ul  li h4 {
	color: #FEFEFE; /* $light */
	font-size: 1.25em;
	line-height: 1.6;
	margin: 0;
	padding: .5em 8%;
	position: relative;
	font-weight: 300;
}

.testimonial-area .container ul  li h4:after {
	content: ' ';
	position: absolute;
	width: 2em;
	height: 2em;
	background-image: url(../assets/images/quote-R.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: 0;
}

.testimonial-area .container ul  li h4:before {
	content: ' ';
	position: absolute;
	width: 2em;
	height: 2em;
	background-image: url(../assets/images/quote-L.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
}

.testimonial-area .container ul  li p {
	font-weight: bold;
	letter-spacing: .05em;
	color: #FFF212; /* $tertiary */
}

.testimonial-area .scroll-nav {
	position: absolute;
	top: 50%;
	width: 115%;
	left: -7.5%;
	transform: translateY(-50%);
}

.testimonial-area .scroll-nav icon {
	display: block;
	font-size: 1em;
	padding: .3em;
	cursor: pointer;
	transition: opacity .5s ease 0s, color .5s ease 0s;
	opacity: 1;
	text-align: center;
	color: #D7D7D7; /* $secondary */
}

.testimonial-area .scroll-nav icon:hover {
	color: #FF0009; /* $primary */
}

.testimonial-area .scroll-nav .prev {
	float: left;
}

.testimonial-area.start .scroll-nav .prev {
	opacity: .5;
	pointer-events: none;
}

.testimonial-area .scroll-nav .next {
	float: right;
}

.testimonial-area.end .scroll-nav .next {
	opacity: .5;
	pointer-events: none;
}

.testimonial-area .btn {
	display: table;
	margin: 1em auto 0;
}

.testimonial-area .btn icon {
}

@-webkit-keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

@-moz-keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

@-o-keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

@keyframes pull {
	0% { left: 0; }
	85% { left: -50%; }
	100% { left: 0; }
}

/* End Testimonial Area */

/* 1500px Responsive */

@media screen and (max-width:1500px) {
	.testimonial-area .container {
		margin: 0 4em;
	}

	.testimonial-area .scroll-nav {
		width: 96%;
		left: 2%;
	}
}

/* End 1500px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	.testimonial-area .container ul li h4 {
		font-size: 1.333em;
	}

	.testimonial-area .main .test-feed-header {
		width: 100%;
	}

	.testimonial-area .main .test-feed-header h4 {
		text-align: center;
	}

	.testimonial-area .main .test-feed-header h4 em {
		display: block;
	}

	.testimonial-area {
		padding: 3.5em 0;
	}

	.testimonial-area .main.flex {
		display: block;
	}

	.testimonial-area .main .test-section {
		width: 100%;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	.testimonial-area .container {
		margin: 0;
		position: relative;
	}

	.testimonial-area.show .container ul {
		animation: pull 1.5s ease 0s forwards;
	}

	.testimonial-area .scroll-nav {
		display: none;
	}

	.testimonial-area .main .test-feed-header h4 {
		font-size: .9em;
	}
}

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	.testimonial-area {
		padding: 2em 0;
	}

	.testimonial-area .container ul li h4 {
		font-size: 1.111em;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
}

/* End 550px Responsive */
