@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,600,600i');

.material-testimonials{
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400;
}

.material-testimonials *{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.material-testimonials b,
.material-testimonials strong{
	font-weight: 600;
}

.material-testimonials a{
	text-decoration: none;
	color: inherit;
	box-shadow: none !important;
}

.material-testimonials a:hover,
.material-testimonials a:focus,
.material-testimonials a:active{
	text-decoration: none;
	color: inherit;
}

.material-testimonials p{
	margin-bottom: 15px;
}

.material-testimonials .testimonial p.testimonial-title {
    margin-bottom: 0px;
}

.material-testimonials .testimonial p.testimonial-subtitle {
    font-size: 0.85em;
}

.material-testimonials .owl-stage {
    display: flex;
}

.material-testimonials .owl-stage .owl-item {
    display: flex;
}

.material-testimonials .owl-stage .owl-item .item {
    display: flex;
    flex-basis: 100%
}

.material-testimonials .owl-nav [class*=owl-]{
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
}

.material-testimonials .shadow{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.material-testimonials .mattesti-social-icons{
	display: block;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.material-testimonials .mattesti-social-icons li{
	display: inline-block;
    margin-right: 6px!important;
    font-size: 16px!important;
}

.material-testimonials img{
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    display: inline-block !important;
}

.material-testimonials .testimonial-content>p:first-child:before{
	content: "\f10d";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
}

.material-testimonials .testimonial-content>p:last-child:after{
	content: "\f10e";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
}

.material-testimonials .testimonial.style1{
	padding: 20px;
	text-align: center;
	flex-basis: 100%
}

.material-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.material-testimonials .testimonial.style1 .testimonial-image,
.material-testimonials .testimonial.style3 .testimonial-image{
	position: relative;
	margin-bottom: 25px
}

.material-testimonials .testimonial.style1 .testimonial-image:after,
.material-testimonials .testimonial.style3 .testimonial-image:after{
	content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.material-testimonials .testimonial.style1 img,
.material-testimonials .testimonial.style3 img{
	border: 4px solid #fff;
	margin-bottom: 25px;
}

.material-testimonials .testimonial.style2 {
    padding-top: 70px;
    position: relative;
    display: flex;
    flex-basis: 100%;
}

.material-testimonials .testimonial.style2 .testimonial-wrapper {
    padding: 70px 20px 20px;
    text-align: center;
    flex-basis: 100%;
}

.material-testimonials .testimonial.style2 .testimonial-image {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%);
}

.material-testimonials .testimonial.style2 img{
	border: 4px solid #fff;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.material-testimonials .testimonial.style3{
	display: flex;
	padding: 15px;
}

.material-testimonials .testimonial.style3 .testimonial-wrapper-col1 {
    flex: 1 1 200px;
    padding: 10px;
    text-align: center;
}

.material-testimonials .testimonial.style3 .testimonial-wrapper-col2 {
    flex: 1 1 100%;
    padding: 10px;
    text-align: justify
}


.material-testimonials .testimonial.style4 {
    padding: 20px;
}

.material-testimonials .testimonial.style4 .testimonial-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.material-testimonials .testimonial.style4 .testimonial-wrapper:after{
	content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.material-testimonials .testimonial.style4 .testimonial-image,
.material-testimonials .testimonial.style4 .testimonial-col{
	padding: 10px;
}

.material-testimonials .testimonial.style4 img {
    border: 4px solid #fff;
}

.material-testimonials .testimonial.style4 .testimonial-content{
	padding: 10px;
	text-align: justify;
}

