/*
 * Template Name: Testimonials
 */


.ip-banner{}
.ip-banner canvas{
	aspect-ratio: 1600/480;
}

#inner-page-wrapper{
	margin-bottom: 0;
	padding: 0 0 150px;
}

#cltesti-ip{}
.cltesti-title{
	margin: 0 0 78px;
}
.cltesti-feed{}
.cltesti-single {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 67px 0;
}
.cltesti-single .cltesti-block{
	width: 425px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.cltesti-single .cltesti-stars{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.cltesti-single .cltesti-stars i{
	color: var(--secondary);
	margin-left: 9px;
	font-size: 21px;
}
.cltesti-single .cltesti-stars i:first-child{
	margin-left: 0;
}
.cltesti-single .cltesti-desc{
	font-size: 18px;
	line-height: 1.667;
	margin: 33px 0 0;
}
.cltesti-single .cltesti-desc p:not(:nth-of-type(1)){
	margin: 20px 0 0;
}
.cltesti-single .cltesti-rm{
	margin: 23px 0 0;
}
.cltesti-single .cltesti-rm a{
	color: var(--secondary);
	font-size: 15px;
	letter-spacing: 0.100em;
	text-transform: uppercase;
}
.cltesti-single .cltesti-rm a:hover{
	color: #fff;
}
.cltesti-single .cltesti-author{
	border-top: 2px solid var(--secondary);
	font-family: var(--font-family-title);
	font-size: 20px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	padding: 16px 0 0;
	margin: 58px 0 0;
}

.cltesti-content{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1069px;
	margin: 0 auto;
}
.cltesti-col {
    width: calc(50% - 10px);
    max-width: 512px;
}
.cltesti-col:not(:first-child){
	margin-top: 89px;
}
.cltesti-col .cltesti-single:not(:first-child){
	margin-top: 40px;
}

.cltesti-navigation{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-family: var(--open-sans);
	text-transform: uppercase;
	color: var(--secondary);
	margin: 89px 0 0;
}
.cltesti-arrow{}
.cltesti-arrow a{
	color: var(--secondary);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.200em;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.cltesti-arrow a:hover{
	color: var(--primary);
}
.cltesti-arrow a em{
	margin: 0 10px 0 0;
}
.cltesti-arrow.next a em{
	margin: 0 0 0 10px;
}
.cltesti-pagination{
	margin: 0 10px;
}
.cltesti-pagination ul{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.cltesti-pagination li{
	margin-left: 15px;
}
.cltesti-pagination li:first-child{
	margin-left: 0;
}
.cltesti-pagination li a{
	color: var(--secondary);
	font-weight: 600;
	font-size: 16px;
}
.cltesti-pagination li a:hover{
	color: var(--primary);
}
.cltesti-pagination li a.active{
	color: var(--primary);
	pointer-events: none;
}
.cltesti-pagination li span{}

@media only screen and (min-width: 992px) {

}
@media only screen and (max-width: 1199px) {
	.cltesti-col .cltesti-single:not(:first-child) {
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.cltesti-single{
		max-width: 512px;
		margin: 20px auto 0;
	}
	.cltesti-single:first-child{
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {
	.cltesti-single .cltesti-desc {
	    font-size: 16px;
	}
}