
/*** TESTIMONIAL *****/
.testimonial-box-loop {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.testimonial-box-loop > svg, .testimonial-box-loop > img {
	width: 70px;
	height: 58px;
}

.testimonial-author {
	font-weight: 500;
	margin-top: 10px;
}

.pagination-nav {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	justify-content: center;
}

.pagination-nav > * {
	margin: 25px 5px 5px 5px;
	border: 1px solid #ccc;
	padding: 10px 10px;
	line-height: 1.15;
	min-width: 40px;
	text-align: center;
}

.pagination-nav a:hover, .pagination-nav .current {
	background-color: #bd001f;
	color: #fff;
}

.scroll-loading, .loading-reviews {
	margin-top: 30px;
}

.scroll-loading svg, .scroll-loading img, .loading-reviews svg, .loading-reviews img {
	width: 80px;
	height: 70px;
	margin: 0 auto;
}

/*** REVIEW *****/
.review-us {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.review-us br {
	display: none;
}

.review-us a {
	margin: 10px;
	display: block;
	display: flex;
	padding: 10px;
	border: 1px solid #ddd;
	align-items: center;
	justify-content: center;
	width: 278px;
	max-width: 100%;
	text-align: center;
}

.review-us img {
	margin: 0 !important;
	height: 130px;
	object-fit: contain;
}

.review-us a:hover {
	border-color: #bd001f;
}

/*** BLOG POST *****/
.blog-list-box {
	background-color: #fafafa;
	height: 100%;
	padding: 20px;
	border-bottom: 2px solid #cecece;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.blog-list-image {
	padding-bottom: 56.24%;
	position: relative;
	overflow: hidden;
	background-color: #eee;
	margin: -15px -15px 10px -15px;
}

.blog-list-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-list-title {
	font-size: 20px;
	line-height: 1.5;
}

.blog-list-content {
	margin-top: 10px;
}

.blog-list-title a {
	display: block;
}

.blog-list-title a:not(:hover) {
	color: #000;
}

.read-more {
	text-transform: uppercase;
	align-items: center;
	display: flex;
	justify-content: space-between;
	color: #bd001f;
	font-weight: 500;
}
