/* content plugin styles */

.jcomments-links {
	margin-top: 10px;
	clear: both;
	text-align: left;
}
.comments-link {
	background-position: 0 -27px;
}

/* JComments common styles */

#jc {
	clear: both;
}
#jc a:link,
#jc a:visited,
#jc a:hover {
	outline: none;
}
#jc .busy {
	display: none;
	margin: 3px auto;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url('images/jc_busy.gif') no-repeat;
}
#jc p.message {
	color: #777;
	background-color: inherit;
	background-image: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	text-indent: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #D2DADB;
}
#comments {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	text-indent: 0;
}
#comments a {
	text-decoration: none;
}
#comments a[rel*=external],
#comments a[rel*=external]:active,
#comments a[rel*=external]:hover,
#comments a[rel*=external]:focus {
	background: url('images/jc_link.gif') no-repeat center right;
	padding: 0 10px 0 0;
	margin: 0 2px;
	display: inline-block;
}
#jc .h6 {
	padding: 10px 0;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
	background-color: inherit;
	border-bottom: 2px dashed #c8c8c8;
}
#jc .h6:before {
	content: "\f086";
	margin-right: 8px;
	font-family: "Font Awesome 6 Free";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

/* Jcomments Readmore */

.comments-readmore {
    position: absolute;
	bottom: 15px;
	width: calc(100% - 30px) !important;
    padding: 0 !important;
}
.comments-readmore .row {
    flex-wrap: nowrap;
}
.comments-readmore .col-md-auto {
    flex: 0 0 auto !important;
    width: auto !important;
    padding-right: 0;
}

/* List footer */

.comments-list-footer {
	margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

/* Show/hide form */

#comments-form-link .showform {
	margin: 5px 0 22px 22px;
	font-weight: bold;
}

/* Comment */

#comments .comment-box {
	margin: 0;
	padding: 0;
}
#comments .comment-avatar {
	float: left;
	margin: 0 .5rem .5rem 0;
	min-width: 32px;
	padding: 0;
}
#comments .avatar-indent {
	padding-left: 40px;
}
.comment-info {
    padding-bottom: 25px;
}
.comment-info dd {
	float: left;
	margin-top: .2em;
	margin-right: .5em;
}
#comments .comment-anchor::before {
  margin-right: 5px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f075";
}

/* Avatar */

#comments .comment-avatar img {
	max-width: 200px;
	border: none !important;
}
#comments .comment-body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

/* Quote, Code and Hidden block styles */

#comments .quote, #comments blockquote, #comments .code {
	margin: 5px 0;
}
#comments blockquote {
	border-left: 0.25em solid #849B9F;
	color: #849B9F;
	text-align: left;
	padding: 8px;
    background-color: rgba(0, 0, 0, .05);
}
#comments .code {
	background: none;
	border: none;
	padding: 0;
}
#comments figure {
	margin-bottom: 1rem;
}

/* Quote and Reply to buttons panel */

#comments .comments-buttons {
	float: right;
	margin: 5px !important;
}
#comments .email, #comments .emailactive {
	text-decoration: none;
	white-space: normal;
	margin: 0;
	padding: 0;
	line-height: 10px;
	cursor: pointer;
	border-bottom: 1px dotted #999;
}
#comments .email {
	color: #444;
	background-color: inherit;
}
#comments .emailactive {
	color: #cc0000;
	background-color: inherit;
}
#comments .email img, #comments .emailactive img {
	padding: 0;
}
#comments .comment-body img {
	padding: 0;
	border: 0 none;
}
#comments .comment-body .img {
	padding: 4px 0 !important;
	max-width: 500px;
}
#comments .toolbar {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 8px 0 0 0;
	padding: 5px 0 0 0;
}
#comments .toolbar .main-actions {
	float: left;
}
#comments .toolbar .main-actions a {
	padding: 0 5px 0 0;
}
#comments .toolbar .user-actions {
	float: right;
}
#comments .toolbar .user-actions a {
	padding: 0 0 0 5px;
}

/* Comments list */

#comments .even, #comments .odd {
	margin-bottom: 25px;
}
.comments-list-child .comment {
	background-color: #fafafa;
	margin-left: 1rem;
}
#comments-list .comments-inline-edit {
	padding: 5px;
}
#comments .comment.hide-children + .comments-list-child {
	display: none;
}

/* Comment form */

#comments-form {
    gap: 1rem !important;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
@media (max-width: 768px) {
	#comments-form {
		width: 100%;
	}
	#comments .comments-list {
		padding: 0;
	}
}
div.comments-policy {
	padding: 5px;
	margin: .5rem 0;
}
#comments-form textarea {
	display: block;
	width: 100%;
	height: auto;
	margin: -1rem 0 !important;
	resize: none;
	border-radius: 0;
	border: 2px solid #ccc;
}
#comments-form input.selected,
#comments-form textarea.selected {
	color: #1a65b0;
	background-color: #ffffe0 !important;
	border: 2px solid #007fff;
}
#comments-form input.error,
#comments-form textarea.error {
	text-decoration: none;
	text-transform: none;
	background-color: #ffffe0;
	border: 2px solid #f00;
}
#comments-form .counter {
	color: #777;
	font-size: 1em;
}
#comments-inline-edit {
	padding: .5rem;
}
#comments-form .smiles {
	padding: 5px 5px 2px 5px;
	background-color: #fbfbfb;
	border: 2px solid #ccc;
	border-bottom: none;
}
#comments-form .smiles img.smile {
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: border-color 400ms;
}
#comments-form .smiles img.smile:hover {
	background-color: #ccc;
}
#comments-form img.captcha {
	padding: 0;
	margin: 0 0 3px 0;
	border: 1px solid #ccc;
}
#comments-form span.captcha {
	color: #777;
	cursor: pointer;
	display: inline-block;
}
#comments-form .h-captcha,
#comments-form .g-recaptcha .grecaptcha-badge {
	margin: 0 auto;
}
.comments-inline-report {
	margin-top: .5rem;
}
#comments-form input.captcha {
	width: 116px;
	margin: 3px 0 5px 0;
}
#comments-form textarea {
	min-width: 250px !important;
	resize: none;
}
#comments-form-message {
	padding: .5rem;
}
#comments-form .counterpanel {
	height: 13px;
	display: block;
	overflow: hidden;
	color: #ccc;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
	border-top-width: 0;
	max-width: 400px !important;
	width: 350px;
	background-color: #eee;
}
#comments-form .grippie {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 !important;
	padding: 2px 5px;
	color: #666;
	background-color: #fbfbfb;
	border: 2px solid #ccc;
	border-top: none;
	cursor: s-resize;
}
#comments-form .grippie::after {
	float: right;
	color: #666;
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	content: "\f0c9"; /* bars */
	transition: color 400ms;
}
#comments-form .grippie:hover::after {
	color: #007fff;
}
#comments-form .grippie .counter {
	margin: 0;
	padding: 0;
	color: #666;
}
#comments-form #comments-form-buttons {
    margin-top: 25px;
    text-align: center;
}
#comments-form #comments-form-send {
	display: inline-block;
	margin: 0 auto;
	padding: 6px 12px;
	font-size: 1rem;
}
#comments-form #comments-form-send::before {
	margin-right: 12px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	content: "\f075"; /* comment */
}
#comments-form #comments-form-reset {
    display: none;
}
#comments-form-smilespanel {
	display: none;
	cursor: pointer;
	padding: 2px;
	max-width: 200px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: auto;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 999999 !important;
}
#comments-footer, #comments-footer a {
	color: #ccc !important;
	background-color: inherit;
	font: normal 9px Verdana, Arial, Sans-Serif !important;
}
#comments-footer {
	display: block;
	height: 14px;
	border-top: 1px solid #ccc;
	padding-top: 1px;
	margin-top: 4px;
	text-align: right;
}
#comments-footer a {
	text-decoration: none !important;
	text-transform: none;
	padding: 0;
	margin: 0;
	border: none !important;
	float: right;
	background: none !important;
}

/* Vote */

#jc .comments-vote {
	width: 6em;
	float: right;
}
#jc .comments-vote .busy {
	margin: 0;
	float: right;
	width: 16px;
}
#jc .comments-vote .vote-value {
	font-weight: 700;
	line-height: 14px;
	margin: 0;
	float: right;
}

/* BBCode */

#jc .bbcode a, #jc .bbcode a:focus, #jc .bbcode a:active, #jc .bbcode a:hover {
	width: 23px;
	height: 23px;
	float: left;
	margin: 0 2px 0 0;
	display: block;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image: url('images/jc_bbcodes.gif');
	text-decoration: none;
	border: none !important;
}
#jc a.bbcode-empty {
	background-position: 0 0;
}
#jc a.bbcode-b {
	background-position: -30px 0 !important;
}
#jc a.bbcode-i {
	background-position: -60px 0 !important;
}
#jc a.bbcode-u {
	background-position: -90px 0 !important;
}
#jc a.bbcode-s {
	background-position: -120px 0 !important;
}
#jc a.bbcode-url {
	background-position: -150px 0 !important;
}
#jc a.bbcode-img {
	background-position: -180px 0 !important;
}
#jc a.bbcode-list {
	background-position: -210px 0 !important;
}
#jc a.bbcode-hide {
	background-position: -240px 0 !important;
}
#jc a.bbcode-quote {
	background-position: -270px 0 !important;
}
#jc a.bbcode-smile {
	background-position: -300px 0 !important;
}
#jc a.bbcode-youtube {
	background-position: -330px 0 !important;
}
#jc a.bbcode-google {
	background-position: -360px 0 !important;
}
#jc a.bbcode-wiki {
	background-position: -390px 0 !important;
}
#jc a.bbcode-facebook {
	background-position: -420px 0 !important;
}
#jc a.bbcode-flickr {
	background-position: -450px 0 !important;
}
#jc a.bbcode-instagram {
	background-position: -480px 0 !important;
}
#jc a.bbcode-vimeo {
	background-position: -510px 0 !important;
}
#jc .bbcode img {
	width: 23px;
	height: 23px;
	float: left;
	margin: 0 2px 0 0;
}

/* Rounded comments */

#jc .rbox {
	width: auto;
	margin: 0;
	padding: 10px 15px;
	overflow: hidden;
	text-align: left;
	line-height: 100%;
	background-color: #eee;
	border-radius: 10px;
}
