/*
Authors: Arslan Akram, Mohsin Rafique
Author URI: https://mohsinrafique.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl_2.0.html
Created on: 27_Jun_2018, 03:08:04
*/
/*--------------------------------------------------------------------------------
# Comments
--------------------------------------------------------------------------------*/
.amp-wp-comments-wrapper {
  border: 1px solid #e2e2e2;
  background: #fff;
  margin: 15px 0 20px;
  padding: 16px 8px 16px 12px;
  position: relative;
  line-height: 18px;
}

.amp-wp-comments-wrapper .amp-wp-comments-title {
  display: inline-block;
  line-height: 34px;
}

.amp-wp-comments-wrapper .counts-label {
  color: #929292;
}

.amp-wp-comments-wrapper .amp-btn.add-comment {
  float: right;
  line-height: 30px;
}

/* -------------------------------------------------------------------------------
## Global RTL -> Comments
-------------------------------------------------------------------------------- */
.amp-wp-comment-list,
.amp-wp-comment-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amp-wp-comment-list .comment {
  position: relative;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f3f3f3;
}

.amp-wp-comment-list .comment.comment::after {
  clear: both;
  content: ' ';
  display: block;
}

.amp-wp-comment-list .comment .comment-avatar img {
  border-radius: 50%;
}

.amp-wp-comment-list .comment .column-1 {
  float: left;
  width: 55px;
}

.amp-wp-comment-list .comment .column-2 {
  padding-left: 75px;
}

.amp-wp-comment-list .comment .comment-author {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.amp-wp-comment-list .comment .comment-content {
  color: #838383;
  margin-top: 8px;
  line-height: 1.57;
  font-size: 14px;
}

.amp-wp-comment-list .comment .comment-content p:last-child {
  margin-bottom: 0;
}

.amp-wp-comment-list .comment .comment-published {
  margin-left: 10px;
  font-size: 12px;
  color: #a2a2a2;
  font-style: italic;
}

.amp-wp-comment-list .comment .comment-footer a,
.amp-wp-comment-list .comment .comment-footer .fa {
  font-size: 14px;
  text-decoration: none;
}

.amp-wp-comment-list .comment .comment-footer a + a {
  margin-left: 10px;
}

.amp-wp-comment-list .children {
  padding: 0 0 0 30px;
}

.comments-pagination {
  margin: 10px 0;
  color: #adadad;
  font-size: small;
}

.comments-pagination a {
  padding: 6px 15px;
  background: #e53935;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 15px;
}
