/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.post-card .post-card-header {
  padding-left: 16px;
  padding-right: 50px;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.post-card .post-card-header .meta {
  margin-top: 0;
  line-height: 1;
}
.post-card .post-card-header .name-block .link-wrap {
  line-height: 1;
}
.post-card .post-card-header .original-post .inner,
.post-card .post-card-header .reply-to .inner {
  display: inline-block;
  background-color: #1A1A1A;
  color: #FFF;
  padding: 8px 16px;
  line-height: 1.2;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  right: -34px;
}
.post-card .post-card-header .reply-to .inner {
  background-color: #FFF;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.post-card .post-title-block .post-body {
  margin: 0 0 12px 0;
}
.post-card .post-title-block .post-body a {
  text-decoration: none;
}
.post-card .post-title-block .post-body a:hover {
  color: #8C8C8C;
}
.post-card .card-crumbs {
  padding: 0 15px 0 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.post-card .card-crumbs .circle-icon {
  margin-right: 8px;
}
.post-card .card-crumbs .circle-icon i {
  color: #8C8C8C;
}
.post-card .card-crumbs .post-icons {
  padding-right: 0;
}
.post-card .card-crumbs .post-icons i {
  color: #8C8C8C;
}
.post-card .card-crumbs .spoiler-icon {
  margin: 0 8px 0 0;
}
.post-card .floating-menu-holder.post-floating-menu {
  top: 10px;
  right: 10px;
}
.post-card .floating-menu-holder.post-floating-menu i {
  font-weight: 400;
}
.post-card .post-media {
  margin-bottom: 20px;
}
.post-card .post-body {
  padding: 0;
}
.post-card .post-body a {
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 700;
}
.post-card .post-body p:last-of-type {
  margin-bottom: 0;
}
.post-card .emojis-wrap {
  padding-top: 0;
}
.post-card .emojis-wrap .emojis {
  margin-bottom: 15px;
}
.post-card .post-bottom {
  padding-top: 0;
}
.post-card.repost .post-title-block {
  margin: 12px 0;
}
@media (max-width: 767px) {
  .post-card .post-card-header {
    padding-left: 0;
  }
}
.post-card .post-media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.post-card .post-media .gallery-grid-img {
  position: absolute;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.post-card .post-media .image-num-1,
.post-card .post-media .image-num-2 {
  aspect-ratio: 215/265;
  width: 50%;
}
.post-card .post-media .image-num-1 {
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card .post-media .image-num-2 {
  right: 0;
  top: 0;
}
.post-card .post-media .image-num-3,
.post-card .post-media .image-num-4,
.post-card .post-media .image-num-5 {
  aspect-ratio: 143.3/165;
  width: 33.3333%;
  border-top: 1px solid #FFF;
}
.post-card .post-media .image-num-3 {
  left: 0;
  bottom: 0;
}
.post-card .post-media .image-num-4 {
  left: 33.3333%;
  bottom: 0;
  border-left: 1px solid #FFF;
}
.post-card .post-media .image-num-5 {
  right: 0;
  bottom: 0;
  border-left: 1px solid #FFF;
}
.post-card .post-media.image-1 {
  aspect-ratio: unset;
}
.post-card .post-media.image-1 .single-image-wrap {
  display: block;
  width: 100%;
  background-color: #1A1A1A;
}
.post-card .post-media.image-1 img {
  max-height: 800px;
  width: auto;
  margin: 0 auto;
}
.post-card .post-media.image-2 .gallery-grid-img {
  aspect-ratio: 2;
  width: 100%;
}
.post-card .post-media.image-2 .image-num-1 {
  top: 0;
  left: 0;
  border: none;
}
.post-card .post-media.image-2 .image-num-2 {
  bottom: 0;
  left: 0;
  right: unset;
  top: unset;
  border-top: 1px solid #FFF;
}
.post-card .post-media.image-3 .gallery-grid-img {
  position: absolute;
  width: 50%;
}
.post-card .post-media.image-3 .image-num-1 {
  aspect-ratio: 0.5;
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card .post-media.image-3 .image-num-2,
.post-card .post-media.image-3 .image-num-3 {
  aspect-ratio: 1;
}
.post-card .post-media.image-3 .image-num-2 {
  right: 0;
  top: 0;
}
.post-card .post-media.image-3 .image-num-3 {
  right: 0;
  bottom: 0;
  left: unset;
  border-top: 1px solid #FFF;
}
.post-card .post-media.image-4 .gallery-grid-img {
  position: absolute;
  width: 50%;
}
.post-card .post-media.image-4 .image-num-1 {
  aspect-ratio: 0.5;
  left: 0;
  top: 0;
  border-right: 1px solid #FFF;
}
.post-card .post-media.image-4 .image-num-2,
.post-card .post-media.image-4 .image-num-3,
.post-card .post-media.image-4 .image-num-4 {
  aspect-ratio: 1.5;
  border-left: none;
}
.post-card .post-media.image-4 .image-num-2 {
  right: 0;
  top: 0;
}
.post-card .post-media.image-4 .image-num-3 {
  right: 0;
  left: unset;
  top: 33.3333%;
  border-top: 1px solid #FFF;
}
.post-card .post-media.image-4 .image-num-4 {
  right: 0;
  bottom: 0;
  left: unset;
  border-top: 1px solid #FFF;
}
@media (max-width: 767px) {
  .post-card .post-media.image-1 img {
    max-height: 665px;
  }
}
@media (max-width: 500px) {
  .post-card .post-media.image-1 img {
    max-height: 495px;
  }
}
@media (max-width: 400px) {
  .post-card .post-media.image-1 img {
    max-height: 375px;
  }
}
.post-card .img-count {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background-color: #A6A6A6;
  color: #FFF;
  font-size: 12px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  bottom: 16px;
  right: 12px;
  top: unset;
  padding: 0;
}
@media (max-width: 767px) {
  .post-card .spoiler-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.view_mode_masonry .post.post-card .post-bottom {
  padding-top: 17px;
}
body.view_mode_titles .post .author-block .name-block {
  margin-left: 16px;
}
@media (max-width: 767px) {
  body.view_mode_titles .post .author-block .name-block {
    margin-left: 0;
  }
}

/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.replies-wrap {
  background-color: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.replies-wrap > .post.post-card {
  margin-bottom: 16px;
  box-shadow: none;
  border: 1px solid #A3A3A3;
  border-radius: 8px;
}
.replies-wrap .leave-comment-btn {
  padding: 4px 8px 16px;
}
.comments-holder.comments-holder-top {
  padding-bottom: 0;
}
.comments-holder .comments-block > .comment {
  position: relative;
  padding: 16px 16px 16px 48px;
  margin-bottom: 16px;
  background-color: #FFF;
  box-shadow: none;
  border: 1px solid #A3A3A3;
  border-radius: 8px;
}
.comments-holder .comments-block > .comment:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 16px;
  width: 1px;
  height: calc(100% - 32px);
  background-color: #1A1A1A;
}
.comments-holder .comments-block > .comment .body {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.comments-holder .comments-block > .comment .body .post-link {
  text-decoration: none;
  font-size: 16px;
}


/*# sourceMappingURL=funchat-styles.css.map*/