/*
	@version 20250313
	#customized false
*/

/* 
	NOTE:
	DO NOT EDIT THIS FILE.  IF YOU NEED TO MAKE ANY CHANGES, MODIFY theme.css IN THE THEME'S ROOT DIRECTORY.
	IF YOU NEED TO ADD CUSTOM STYLES, DO SO AT THE BOTTOM OF style.css, ALSO IN THE THEME'S ROOT DIRECTORY.
	MODIFYING THIS FILE WILL CAUSE ISSUES IN THE FUTURE FOR UPDATES AND TROUBLESHOOTING.
*/

.recent-post-excerpt .readmore-link {display: none;}
.cxis-recent-post .readmore-link {display: none;}

.testimonialdisplayorder-3 .cxis-recent-post-inner {
	border-radius: 8px;
	padding: 30px;
	background: #fff;
}
.testimonialdisplayorder-3 .recent-post-title {margin-bottom: 20px;}
.testimonialdisplayorder-3 .recent-post-title h4 {
	font-size: 23px;
	font-weight: bold;
	color: #042631;
}
.testimonialdisplayorder-3 .recent-post-content {
	font-size: 16px;
	line-height: 1.25em;
	color: #042631;
}
.testimonialdisplayorder-3 .fa-star {color: #EB583C; font-size: 25px;}
.testimonialdisplayorder-3 .meta-prep {display: none;}

.testimonialdisplayorder-3 .rp-testimonial-fields-top {margin-bottom: 25px;}
.testimonialdisplayorder-3 .recent-post-meta, .testimonialdisplayorder-3 .recent-post-testimonial-author-company {color: #818B8E; font-size: 16px;}

.rp-image-fixed-height {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

.cxis-recent-post-group:not(.is-carousel) .recent-post-thumb img {width: auto !important; height: auto !important;}

@media only screen and (min-width: 992px) {
	.testimonialdisplayorder-3 .rptft-flex {
		display: flex;
		align-items: center;
	}
	.testimonialdisplayorder-3 .rptft-flex .rp-testimonial-fields-top-element + .rp-testimonial-fields-top-element {margin-left: 10px;}
}
@media only screen and (max-width: 991.98px) {
	.testimonialdisplayorder-3 .cxis-recent-post-inner {padding: 15px;}
}