/* 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_view .post-title-block {
  padding-bottom: 17px;
}
.post_view .post-media .slide {
  text-align: center;
}
.post_view .video {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.post_view .video iframe {
  margin: 0 auto;
}
.post_view .post-body h2,
.post_view .post-body h3,
.post_view .post-body h4,
.post_view .post-body h5,
.post_view .post-body h6 {
  font-weight: 600;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.post_view .post-body img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .post_view .user-right-sidebar {
    display: none;
  }
}
@media (max-width: 500px) {
  .post_view .video iframe {
    margin: 40px auto 0;
    height: 225px;
  }
}

/* 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_grid_view .post:not(.external, .repost) .post-body > *:not(.post-type) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.post_grid_view .post:not(.external, .repost) .post-body > *:not(.post-type):first-child {
  display: -webkit-box;
}
.post_grid_view .post:not(.external, .repost) .post-body > .post-title-text {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.post_grid_view .post.external .external-excerpt > * {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.post_grid_view .post.external .external-excerpt > *:first-child {
  display: -webkit-box;
}
.post .spoiler-icon {
  margin-left: 10px;
  margin-right: 0;
}
@media (max-width: 500px) {
  .post .post-actions {
    margin: 8px 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
============================================================================ */
.create_edit_community p.character-limit-exceeded {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.create_edit_community .topic-tree-wrapper {
  margin-bottom: 20px;
}
.create_edit_community .topic-tree-wrapper .tab-body {
  padding: 20px 0;
}
.create_edit_community .topic-tree-wrapper input {
  margin-bottom: 0;
  max-width: 300px;
}
.create_edit_community .topic-tree-wrapper .input-row {
  margin-bottom: 20px;
}
.create_edit_community .topic-tree-wrapper .mobile-tab-title {
  font-weight: bold;
  border-top: 1px solid #a9a9a9;
  padding: 20px 0;
  position: relative;
}
.create_edit_community .topic-tree-wrapper .mobile-tab-title:after {
  content: '\f2ec';
  font-family: 'Font Awesome 7 Pro';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  font-size: 8px;
}
.create_edit_community .topic-tree-wrapper .mobile-tab-title.active:after {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
}
.create_edit_community .topic-tree-wrapper .topic-column {
  padding-right: 15px;
}
.create_edit_community .topic-tree-wrapper .subtopic-column {
  padding-left: 15px;
}
.create_edit_community .topic-tree-wrapper .remove-topic,
.create_edit_community .topic-tree-wrapper .remove-subtopic {
  margin-right: 5px;
}
.create_edit_community .topic-tree-wrapper > .actions {
  padding-top: 20px;
  border-top: 1px solid #a9a9a9;
}


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