/**
 * Posts list
 */
.community-posts-list {



}

.community-posts-list .post {
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 250ms;
  color: inherit;
}

/* .community-posts-list .post:hover {
  border: 1px solid #3785E4;
  box-shadow: 0px 0px 5px 0px rgba(55, 133, 228, 0.3);
} */

.community-posts-list .post i {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-right: 5px;
}

.community-posts-list .post i.dislike {
  transform: scale(-1, -1);
}

.community-posts-list .post.favorite {
  border-left: 5px solid #ffb927;
}

.community-posts-list .post.own {
  border-left: 5px solid #3785E4;
}

.community-posts-list .post.unpublished {
  border-left: 5px solid #bb0000;
}

.community-posts-list .post:hover {
  color: #000000;
  /* border: 2px solid #638A36; */
  /* background: rgba(255, 255, 255, 1); */
}

.community-posts-list .post .header {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  user-select: none;
}

.community-posts-list .post .header .subject a {
  transition: all 250ms;
  text-decoration: none;
  color: #000;
}

.community-posts-list .post .header .subject a:hover {
  color: #3060a0;
}

.community-posts-list .post .header .subject a:active {
  color: #000;
}

.community-posts-list .post .header .action-menu  {
  position: absolute;
  top: 0;
  right: 0;
}

.community-posts-list .post .body {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: left;
  white-space: normal;
}

.community-posts-list .post .body b,
.community-posts-list .post .body strong {
  font-weight: 700;
}

/* .community-posts-list .post .body > div {
  flex-grow: 1;
  flex-basis: 0;
} */

.community-posts-list .post .body .description {
  display: flex;
  align-items: center;
  width: 100%;
}

.community-posts-list .post .body .description .avatar {
  width: 100%;
  max-width: 65px;
  min-width: 65px;
  margin-right: 25px;
}

.community-posts-list .post .body .description .avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 65px;
}

.community-posts-list .post .body .description .excerpt {
  color: #000;
}

.community-posts-list .post .body .stats {
  display: flex;
  font-size: 80%;
  font-weight: bold;
  margin-left: 25px;
  margin-right: 0;
  text-align: right;
}

.community-posts-list .post .body .stats .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 35px;
  min-height: 35px;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 5px;
  background-color: #eee;
}

.community-posts-list .post .body .stats .counter i {
  margin-right: 5px;
}

.community-posts-list .post .body .stats .counter .dislike {
  transform: scaleY(-1);
  margin-bottom: -3px;
}

/* .community-posts-list .post .body .stats .counter .like {
  transform: scaleX(-1);
}

.community-posts-list .post .body .stats .counter .dislike {
  transform: scaleY(-1);
} */

/**
 * Posts and children
 *
 * Main post has highligted color
 */
.community-posts {

}

.community-posts > .post {
  display: flex;
  position: relative;
  padding: 80px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.community-posts > .post.favorite {
  border-left: 5px solid #ffb927;
}

.community-posts > .post.own {
  border-left: 5px solid #3785E4;
}

.community-posts > .post.unpublished {
  border-left: 5px solid #bb0000;
}

.community-posts > .post .sidebar {
  text-align: center;
  width: 100px;
  min-width: 100px;
}

.community-posts > .post .author {
  position: relative;
  margin-bottom: 15px;
}

.community-posts > .post .author.active > .info {
  display: block;
}

.community-posts > .post .avatar {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.community-posts > .post .avatar img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
  border-radius: 64px;
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.community-posts > .post .avatar img:hover {
  opacity: .8;
}

.community-posts > .post .author .info {
  display: none;
  position: absolute;
  top: 0;
  left: 100px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, .97);
  white-space: nowrap;
  text-align: left;
  z-index: 10;
}

.community-posts > .post .author .info .profile a {
  display: inline-block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  margin-top: 7px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 500ms;
  text-decoration: none;
  background-color: #000;
}

.community-posts > .post .author .info .profile a:hover {
  text-decoration: none;
  opacity: .85;
}

.community-posts > .post .sidebar .counter {
  display: inline-block;
  line-height: normal;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 55px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  text-align: center;
}

.community-posts > .post .sidebar .feedback {
  margin-bottom: 15px;
}

.community-posts > .post .sidebar .feedback i {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  transition: all 500ms;
  cursor: pointer;
}

.community-posts > .post .sidebar .feedback i.like {
  color: #808080;
}

.community-posts > .post .sidebar .feedback i.like.active,
.community-posts > .post .sidebar .feedback i.like:hover {
  color: #509800;
  fill: #509800;
}

.community-posts > .post .sidebar .feedback i.dislike {
  /* transform: scale(-1, -1); */
  margin-top: 5px;
  transform: scaleY(-1);
  color: #808080;
}

.community-posts > .post .sidebar .feedback i.dislike.active,
.community-posts > .post .sidebar .feedback i.dislike:hover {
  color: #aa0000;
  fill: #aa0000;
}

.community-posts > .post .sidebar .feedback i.is-disabled {
  cursor: default;
  color: #aaa !important;
  fill: #aaa !important;
}

.community-posts > .post .sidebar .feedback > div {
  display: block;
  margin-bottom: 5px;
}

.community-posts > .post .body {
  width: 100%;
  padding-left: 25px;
}

.community-posts > .post .body .subject {
  font-size: 125%;
  line-height: 150%;
  margin-bottom: 15px;
}

.community-posts > .post .body .subject * {
  text-decoration: none;
  color: inherit;
}

.community-posts > .post .body .text {

}

.community-posts > .post .body .text br {
  display: block;
  margin: 0;
}

.community-posts > .post .body .text .comments {
  margin-top: 15px;
}

.community-posts > .post .body .text .comments .form label {
  display: block;
}

.community-posts > .post .body .text .comments .form .heading {
  font-size: 125%;
  margin-left: 2px;
  margin-bottom: 10px;
}

.community-posts > .post .body .text .comments .comment .header {
  display: flex;
  margin-bottom: 15px;
  margin-left: 15px;
}

.community-posts > .post .body .text .comments .comment .header * {
  margin: 0;
  padding: 0;
  color: inherit;
  fill: inherit;
  text-decoration: none;
}

.community-posts > .post .body .text .comments .comment .header a {
  color: inherit !important;
}

.community-posts > .post .body .text .comments .comment .header .date {
  font-style: italic;
  color: #808080;
  padding-left: 15px;
}

.community-posts > .post .body .text .comments .comment .header .delete {
  margin-left: auto;
  padding-right: 15px;
}

.community-posts > .post .body .text .comments .comment .header .delete i {
  font-size: 18px;
  line-height: 18px;
  color: #808080;
  fill: #808080;
  transition: all 500ms;
}

.community-posts > .post .body .text .comments .comment .header .delete i:hover {
  color: #aa0000;
  fill: #aa0000;
}

.community-posts > .post .body .text .comments .comment .text {
  position: relative;
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 15px;
}

.community-posts > .post .body .text .comments .comment .text br {
  display: block;
  margin: 0;
}

.community-posts > .post .body .text .comments .comment .text p {
  margin-bottom: 15px;
}

.community-posts > .post .body .text .comments .comment .text p:last-of-type {
  margin-bottom: 0;
}

.community-posts > .post .body .text .comments .comment .text a {
  text-decoration: underline;
}

.community-posts > .post .body .text .comments .comment .text a:hover {
  text-decoration: none;
}

.community-posts > .post .body .text .comments .comment .text .triangle {
  position: absolute;
  top: -10px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
}

.community-posts > .post .body .text .comments textarea {
  height: 100px;
  margin-bottom: 15px;
}

.community-posts > .post .body .text .changed-notice,
.community-posts > .post .body .created {
  font-style: normal;
  font-size: 90%;
  margin-top: 10px;
  color: #808080;
}

.community-posts > .post .body .created {
  position: absolute;
  left: 15px;
  bottom: 20px;
}

.community-posts > .post .body .action-menu {
  position: absolute;
  top: 15px;
  right: 15px;
}

.community-posts > .post .body .stats {
  display: flex;
  position: absolute;
  white-space: nowrap;
  right: 15px;
  bottom: 15px;
}

.community-posts > .post .body .stats i {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}

.community-posts > .post .body .stats > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 35px;
  min-height: 35px;
  border-radius: 5px;
  margin-top: 0;
  margin-right: 0;
  background-color: #eee;
}

.community-posts > .post .body .stats > span i {
  margin-right: 5px;
}

/* Pagination */
.community-posts-list .pagination {
  text-align: center;
  margin-top: 15px;
}

.community-posts-list .pagination .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  margin: 0;
  color: #555;
  user-select: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  transition: background 250ms;
  background-color: #fff;
}

.community-posts-list .pagination .item:hover {
  background-color: #f0f0f0;
}

.community-posts-list .pagination .item.active {
  font-weight: bold;
  color: #fff;
  background-color: #000;
}








/* .community-posts > .post .subject {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.community-posts > .post .text {

}

.community-posts > .post .changed-notice {
  font-style: italic;
  font-size: 90%;
  margin-top: 10px;
  color: #808080;
}

.community-posts > .post .info {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
}

.community-posts > .post .info .feedback {
  white-space: nowrap;
  text-align: center;
}

.community-posts > .post .info .activity {
  text-align: center;
}

.community-posts > .post .info .counter {
  display: inline-block;
  line-height: normal;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 35px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  text-align: center;
}

.community-posts > .post .info i {
  font-size: 18px;
  line-height: 18px;
}

.community-posts > .post .info i,
.community-posts > .post .info span {
  display: inline-block;
}

.community-posts > .post .info i.like,
.community-posts > .post .info i.dislike {
  color: #808080;
  fill: #808080;
  cursor: pointer;
  transition: all 500ms;
}

.community-posts > .post .info i.dislike {
  transform: scale(-1, -1);
}

.community-posts > .post .info i.like:hover,
.community-posts > .post .info i.like.active {
  color: #007523;
  fill: #007523;
}

.community-posts > .post .info i.dislike:hover,
.community-posts > .post .info i.dislike.active {
  color: #aa0000;
  fill: #aa0000;
}

.community-posts > .post .info .separator {
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #D0D0D0;
}

.community-posts > .post .info div {
  flex-grow: 1;
  flex-basis: 0;
}

.community-posts > .post .info .actions {
  position: relative;
  text-align: right;
}

.community-posts .action-button {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
} */

/**
 * Responsive design
 */
@media only screen and (max-width: 680px) {

  .community-posts > .post {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .community-posts-list .post .body {
    display: block;
  }

  .community-posts-list .post .body .description .excerpt {

  }

  .community-posts-list .post .body .stats {
    margin: auto;
    margin-top: 15px;
    margin-left: 88px;
  }

  .community-posts-list .post .last-reply,
  .community-posts-list .post .info .stats {
    text-align: left;
    margin-top: 10px;
  }

}
