.card-img-top-holder:after {
	content: attr(data-category);
	position: relative;
	bottom: 34px;
	left: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 2px 5px;
	border-radius: 4px;
}

.carousel-img-holder:after {
	content: attr(data-category);
	position: relative;
	bottom: 34px;
	left: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 2px 5px;
	border-radius: 4px;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: unset !important;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 15px;
	list-style: none;
}
.carousel-indicators button:focus, .carousel-indicators button:active{
	outline: none !important;
}
.carousel-indicators [data-bs-target] {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
	margin: 0 5px;
  border-radius: 20px;
	padding: 5px;
	background: #65747E;
}
.carousel-indicators [data-bs-target].active {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
	margin: 0 5px;
  border-radius: 20px;
	padding: 5px;
	background: #0074EF;
}

.container.salvo-comments .comment-reply-title {
	font-family: 'CelebriSans-Bold', Arial, sans-serif !important;
	color: #21424E;
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize !important;
}
.container.salvo-comments .comment-form {
	max-width: 745px;
}
.container.salvo-comments .comment-form input#email,
.container.salvo-comments .comment-form input#url,
.container.salvo-comments .comment-form input#author {
	width: 100%;
}
.container.salvo-comments .comment-form-comment label {
	 display: none;
}
.container.salvo-comments .form-submit {
	margin-top: 20px;
}
.container.salvo-comments .form-submit .submit {
	float: right;
	font-family: "CelebriSans", Arial, sans-serif !important;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0em;
	padding: 0 43px;
	height: 46px;
	line-height: 43px;
	background: #0000D6;
	border: none !important;
	color: #fff;
	box-shadow: none;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comment .img-container img {
	border-radius: 50%;
}
.depth-1 .row .comment-text-section{
	border-bottom: solid 1px #808080;
	margin-bottom: 20px;
}

.depth-1:last-child .row .comment-text-section {
	border-bottom: none; 
}
.comment .row .comment-by p{
	margin-bottom: 0px;
	font-size: 16px;
}
ol.comment-list li.depth-1 { 
	border-bottom: solid 1px #808080;
	margin-bottom: 20px; 
}
ol.comment-list li.depth-1:not(ul) {
	border-bottom: none; 
}
ol.comment-list li:last-child {
	border-bottom: none; 
}
ul.children li:not( .alt ) .comment-text-section{
	border-bottom: none; 
}
ol.comment-list {
	list-style-type: none;
}
ul.children {
	list-style-type: none;
}
ul.children li{
	list-style-type: none;
}
li.comment:marker{
	list-style-type: none;
}
a.comment-reply-link:hover {
	text-decoration: underline;
	color: #009CDA;
}

a.comment-reply-link {
	color: #009CDA;
	text-decoration: none;
}
.comment-author-name {
	font-family: "CelebriSans-Bold", Arial, sans-serif !important;
	color: #21424E;
}
.comment-by .date {
	font-size: 14px;
}
.comment-by .comment-reply-link {
	font-size: 14px;
}