.ldev-review-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ldev-reviews-list .ldev-review-flex{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.ldev-reviews-list{
	margin-bottom: 20px;
}
.ldev-reviews-list .ldev-review-item{padding: 15px 0;border-bottom: 1px solid #EEEEEE;}
.ldev-reviews-list .ldev-review-item-info{padding-left: 15px;}
.ldev-review-item-date{
	color: #999;
	font-size: 14px;
}
.ldev-review-item-autor{
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000;
	margin-bottom: 7px;
	display: block;
}
.google__review--top{
	margin-bottom: 17px;
}
.google__reviews--pagination{
	text-align: center;
	margin-top: 20px;
}
.google__reviews{
	padding-top: 80px;
	padding-bottom: 120px;
}
.ldev-review-item-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #6e6e6e;
}
.ldev-review-item-avatar img{max-width: 100%}

.ldev-review-item-avatar.thumb-size-50{min-width: 50px;}
.ldev-review-item-avatar.thumb-size-75{min-width: 75px;}
.ldev-review-item-avatar.thumb-size-100{min-width: 100px;}
.ldev-review-item-avatar.thumb-size-150{min-width: 150px;}
.ldev-review-item-avatar.thumb-size-250{min-width: 250px;}
.ldev-review-item-avatar.thumb-size-300{min-width: 300px;}

.ldev-review-item-reply{
	margin: 15px 0 0 15px;
	border-left: 1px solid #eee;
	padding-left: 15px;

}
.ldev-review-location-name{

}

#show-more-reviews{margin-top: 20px}

.ldev-review-carousel .owl-wrapper-outer{
	box-shadow: none;
	-webkit-box-shadow: none;
}

.ldev-reviews-grid{margin-bottom: 15px;}

.ldev-reviews-grid>.ldev-reviews-row{
	display: flex;
	flex-wrap: wrap;
}
.ldev-reviews-grid .ldev-review-item-avatar img,
.ldev-review-carousel .ldev-review-item-avatar img
{
	display: block;
	margin: 0 auto;
}

.ldev-review-item .rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

/*Google widget*/
.ldev-reviews-google-rating{
	padding: 15px;
	background-color: #f1f1f1;
	border-radius: 15px;

	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: center;
}
.google-rating-title b{
	font-weight: 600;
}
.ldev-reviews-google-rating{margin-bottom: 65px;}
.ldev-reviews-google-rating .google-rating-title{
	font-size: 2em;
	font-size: 20px;
	margin-bottom: 8px;
}
.google-rating-wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.google__reviews .btn.btn-primary{
	border-radius: 10px;
	width: 220px;
	height: 49px;
	background: #1e1e1e;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.google__review.swiper-slide{
	width: calc(100% / 4 - 15px);
	height: auto;
}
.google__reviews .swiper-container{
	overflow: hidden;
}
.google__review--top{
	display: flex;
	align-items: center;
}
.google__review--ico{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	flex-shrink: 0;
}
.ldev-reviews-google-rating .google-rating-stars{
	margin: 0 4px;
	display: flex;
	align-items: center;
}
.ldev-reviews-google-rating .google-rating-stars svg{
	flex-shrink: 0;
}
.ldev-reviews-google-rating .google-rating-average{
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
}
.ldev-reviews-google-rating .fa-stack{
	height: 2.3em;
}
.ldev-reviews-google-rating .fa-star{
	color: #FC0;
}

.ldev-reviews-google-rating .google-rating-map-link{font-size: 12px}


/*fixed widget*/

.google-rating-widget-fixed{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	z-index: 999;
	bottom: 5px;
	left: 5px;
	background: #fff;
	padding: 5px 8px;
	border:1px solid #e6e6e6;
}
.google-rating-widget-logo{margin-right: 8px;}
.google-rating-widget-title{
	font-size: 14px;
}

.google-rating-widget-rating-value{
	font-size:18px;
	text-align: center;
}
.google-rating-widget-stars .fa-star{color: #FC0;}
.google-rating-widget-stars .fa-stack{
	width: 16px;
	height: 16px;
}
.google-rating-widget-stars .fa-stack-2x{font-size: 16px;}

.google-rating-widget-total a{
	text-decoration: underline;
	color:inherit;
}
@media (max-width: 1199.98px) {
	.google__review.swiper-slide {
		width: calc(100% / 3 - 13.333px);
	}
}
@media (max-width: 1192.98px) {
	.google__review.swiper-slide {
		width: calc(100% / 2 - 10px);
	}
}
@media (max-width: 767.98px) {
	.google__review.swiper-slide {
		width: 100%;
	}
	.google__reviews .btn.btn-primary{
		width: 150px;
	}
	.google__reviews{
		padding-top: 20px;
		padding-bottom: 45px;
	}
}