.srm-collection {
	line-height: 19px;
	padding-bottom: 25px;
}

/* DIVI theme shows the indicator marker for some reason */
.srm-collection .carousel-indicators li::marker {
	content: "" !important;
}

/* Hide Featured Image */
#postimagediv {
	display: none;
	visibility: hidden;
}

.srm-collection-review {
	min-width: 10em;
	padding: 20px;
	min-height: 350px;
	margin-top: 25px;
}

.srm-collection-review-border-shadow {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.srm-collection-review-source {
	opacity: 0.5;
    bottom: -10px;
    position: relative;
}

.srm-collection-review-source img {
	width: 25px;
	border-radius: 5px;
}

.srm-collection-review-meta {
	margin-top: 10px;
	clear: both;
	height: auto;
	margin-bottom: 1em;
}

.srm-collection-review-name {
	clear: both;
}

.srm-collection-review-star {
	color: #ffd800;
	font-size: 16px;
}

.srm-collection-review-avatar {

}

.srm-collection-review-text {

}

.srm-collection-review-avatar img {
	border-radius: 10px;
}

.srm-collection-review-avatar-small {
	max-height: 50px !important;
}

.srm-collection-review-avatar-medium {
    max-height: 100px !important;
}

.srm-collection-review-avatar-large {
    max-height: 200px !important;
}

.srm-collection-empty {
	text-align: center;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
	color: orangered;
}

.srm-collection-empty .fas {
	color: orange;
	font-size: 32px;
}

/* CAROUSEL */
.carousel-item {
	margin-left: 5% !important;
	width: 85% !important;
}

.carousel-indicators {
	bottom: -15px !important;
	margin-bottom: -5px !important;
}

.carousel-indicators li {
	width: 10px !important;
	height: 10px !important;
	border-radius: 100% !important;
}

.carousel-indicators .dark {
	background-color: dimgrey !important;
}

.carousel-control-prev-icon.dark {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon.dark {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next, .carousel-control-prev {
	width: 10% !important;
}

.srm-collection-powered-by {
	font-size: 80%;
	text-align: center;
	margin-top: 30px;
}

/* Average Rating */
.srm-collection-average {
    border-top: solid thick deepskyblue;
    width: 20em;
}

.srm-collection-average-star {
    color: #ffd800;
    font-size: 32px;
}

.srm-collection-average-profiles {
    opacity: 0.5;
}

.srm-collection-average-profiles img {
    width: 25px;
    border-radius: 5px;
}

.srm-collection-average-subtext {
    font-size: 10px;
    color: lightgrey;
}