.contents-nav-wrap .contents-nav-title {
font-weight: bold;
margin-bottom: 0;
background: var(--key-color);
color: #fff;
padding: 5px 10px;
border: 2px solid var(--bg3);    
}
.contents-nav-wrap nav {
margin: 5px 0;
}
.contents-nav-wrap ul {
padding: 0 !important;
display: flex;
flex-wrap: wrap;
}
.contents-nav-wrap li {
list-style: none;
background-color: var(--bg2);
width: calc(100% / 3);
margin: 0 !important;
border: 2px solid var(--bg3);
}
.contents-nav-wrap a {
text-decoration: none;
color: var(--text-main);
font-size: 14px;
height: 100%;
position: relative;
margin-left: 25px;
padding: 8px 0;
display: block;
align-content: center;
}
.contents-nav-wrap nav a::before {
font-family: "Font Awesome 5 Free";
content: "\f0da";
font-weight: 900;
font-size: 20px;
line-height: 0;
position: absolute;
top: 50%;
left: -15px;
transform: translate(0, 50%);
}
@media (max-width: 700px) {
.contents-nav-wrap li {
width: calc(100% / 2);
}
}#comment-form-image {
display: flex;
justify-content: flex-end;
}
#comment-form-image input {
display: none;
}
#comment-form-image button {
padding: 5px 10px;
border-radius: 8px;
border: 1px solid #ccc;
background: none;
}
#comment-form-image button:hover {
cursor: pointer;
}
#comment-form-image .comment-form-image-text {
font-size: 18px;
color: #888;
}
#comment-form-image .fa-image {
padding-left: 2px;
}
#comment-form-image #comment-form-image-name {
color: #888;
padding-left: 2px;
} .comment-uploaded-image img {
max-height: 200px;
}#commentform {
font-size: 14px;
}
#commentform>* {
margin-bottom: 15px;
}
p.comment-notes , p.comment-form-email {
display: none;
}
#commentform textarea{
background: transparent;
color: var(--text-main);
}
#commentform .comment-form-comment {
margin-bottom: 10px;
}
#commentform .comment-form-author label,
#commentform .comment-form-cookies-consent,
#commentform .comment-form-url {
display: none;
}
#submit {
padding: 10px 0;
color: #fff;
border: 1px solid #fff;
border-radius: 30px;
background: var(--key-color);
} .comments-list {
padding: 0;
font-size: 15px;
}
#comment-area ol li {
list-style: none;
}
#comment-area .children li {
padding-left: 15px;
position: relative;
}
#comment-area .children:nth-child(n+2) li::before {
content: '';
position: absolute;
left: -10px;
top: 45%;
transform: translate(-50%, -50%);
height: 50%;
width: 1px;
background-color: #ccc;
}
.comments-list li {
margin-bottom: 20px;
}
.comment-author {
display: flex;
}
.comment-author img {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #ccc;
padding: 2px;
}
cite.fn {
font-weight: bold;
margin-left: 5px;
align-content: flex-end;
}
.comment-meta {
font-size: 12px;
color: #999;
margin-left: 5px;
align-content: flex-end;
}
.comment-text {
margin: 10px 5px 10px 5px;
}
.comment-text p {
margin-bottom: 10px;
}
.comment-reply {
text-align: right;
}
.comment-reply a {
display: inline-block;
padding: 5px 15px;
color: #999;
text-decoration: none;
border-radius: 20px;
font-size: 12px;
}
#reply-title {
font-weight: initial;
}
#cancel-comment-reply-link {
margin-left: 10px;
}
.comment-pagination {
text-align: center;
margin-bottom: 60px;
}
.comment-pagination .page-numbers {
height: 35px;
width: 35px;
text-decoration: none;
border-radius: 50%;
font-size: 12px;
line-height: 35px;
}