.header .logo img {
    max-height: 60px !important;
    margin-right: 8px;
}

 /*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#reply-title,
.comments-title {
    font-size: 42px;
    margin: 0;
}
.comments-title,
#reply-title {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
#comments ol.children {
    margin-left: 120px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-left: 105px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
    border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 49px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
    border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 25px;
    position: relative;
    background-color: #006fbe;
    border: 2px solid #006fbe;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.comment-meta .url,
.comment-meta .fn {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.comment-meta .url:hover,
.comment-meta .url:focus {
    color: #006fbe;
}
.comment-metadata a,
.comment-metadata a time {
    color: #333;
}
.comment-metadata a,
.comment-metadata time {
    font-size: 14px;
    text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
    color: #006fbe;
}
.comment-metadata time {
    font-weight: 500;
}
.comment-metadata {
    display: block;
    margin-bottom: 10px;
}
.comment-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 80px;
}
.comment-content p {
    font-weight: 400;
    margin-bottom: 1em;
} */


/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.comments-area {
    padding: 10px 0;
  }
  
  .comments-area .comments-count {
    font-weight: bold;
  }
  
  .comments-area .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .comments-area .comment .comment-img {
    margin-right: 14px;
  }
  
  .comments-area .comment .comment-img img {
    width: 60px;
  }
  
  .comments-area .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .comments-area .comment h5 a {
    font-weight: bold;
    color: var(--default-color);
    transition: 0.3s;
  }
  
  .comments-area .comment h5 a:hover {
    color: var(--accent-color);
  }
  
  .comments-area .comment h5 .reply {
    padding-left: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
  }
  
  .comments-area .comment h5 .reply i {
    font-size: 20px;
  }
  
  .comments-area .comment time {
    display: block;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-bottom: 5px;
  }
  
  .comments-area .comment.comment-reply {
    padding-left: 40px;
  }

  .reply a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 25px;
    position: relative;
    background-color: #006fbe;
    border: 2px solid #006fbe;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comments-area ol li {
    list-style-type: none;
}

.footer .copyright {
    border-top: none;
}

.recent-posts-widget ul li {
    margin-top: 10px;
}