.logo {
  width: 19%;
}

.top-area {
  width: 80%;
}
.top-area > ul {
  margin-right: 5px;
}
.top-area > ul.main-menu > li::after {
  content: "";
}
.top-area .user-img img {
  max-width: 60px;
}

.copyright {
  float: none;
}

.version {
  font-size: 12px;
  font-weight: 300;
  color: #545454;
}

.news-tags .badge {
  font-size: 13px;
  padding: 10px;
  text-transform: uppercase;
}

#topcontrol {
  transform: none;
}

.site-name {
  color: #008174;
  font-weight: bold;
  font-size: 26px;
}

a.like.liked {
  color: #008174;
}

.newpst-input textarea, .newpst-input input {
  border: 1px solid #eeeeee;
  border-radius: 6px 6px 0 0;
  padding: 10px;
  width: 100%;
}
.newpst-input input {
  margin-bottom: 1rem;
}
.newpst-input textarea {
  float: left;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.central-meta.item {
  position: relative;
  padding: 10px 25px;
}
.central-meta.item textarea {
  border-bottom: 1px solid #eeeeee;
}
.central-meta.item .action-btn {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  z-index: 999;
}
.central-meta.item .action-btn:hover {
  opacity: 1;
}
.central-meta.item .action-btn.go-live {
  right: 30px;
}
.central-meta.item.preview {
  opacity: 0.6;
  transition: opacity;
}
.central-meta.item.preview:hover {
  opacity: 1;
}

.we-comet {
  position: relative;
  padding: 3px 5px;
}
.we-comet li {
  display: block;
  margin-bottom: 10px;
}
.we-comet li ul {
  margin-top: 0;
}
.we-comet .delete-comment {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
.we-comet .delete-comment:hover {
  opacity: 1;
}
.we-comet .edit-comment {
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 0.5;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
.we-comet .edit-comment.deleteInvisible {
  right: 0;
}
.we-comet .edit-comment:hover {
  opacity: 1;
}

.post-comt-box form button {
  bottom: 10px;
  color: #008174;
}

.comment-text {
  word-break: break-word;
  font-size: 12px;
}

#new-post .chosen-container {
  margin-bottom: 1rem;
}
#new-post input[type=file] {
  display: none;
}
#new-post .attachments {
  margin-top: 10px;
  border: 0 none;
  display: inline-block;
  float: right;
  padding: 10px 0 10px 10px;
  background: transparent !important;
}

.dropdowns.active > a i {
  top: auto;
  bottom: auto;
}

#list-page-thumbnails a img {
  padding: 5px 0 0;
}

.we-video-info ul li {
  margin-right: 20px;
  font-size: 10px;
}
.we-video-info ul li:not(.attachment) {
  font-size: 17px;
}
.we-video-info ul li a, .we-video-info ul li i {
  font-weight: bold;
}

.friend-name a:hover {
  text-decoration: underline;
}
.friend-name ins {
  float: left;
  font-weight: 500;
  width: 100%;
  font-size: 14.5px;
  text-decoration: none;
}
.friend-name ins > span {
  float: none;
}
.friend-name span {
  color: #999;
  float: left;
  font-size: 12px;
  text-transform: capitalize;
  width: 100%;
}
.friend-name button > span {
  float: none;
  color: #000;
}

.ck.ck-editor__editable_inline {
  border: 1px solid #eee !important;
}

.realText {
  word-break: break-word;
}
.realText.leadText {
  font-weight: 500;
}
.realText.leadText * {
  font-weight: 500;
}
.realText p {
  margin-bottom: 0;
}

@media screen and (max-width: 2000px) {
  .realText.leadText {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 260px;
    font-size: 22px;
  }
  .realText * {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .realText.leadText {
    -webkit-line-clamp: 4;
    max-height: 230px;
    font-size: 19px;
  }
  .realText * {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .realText.leadText {
    -webkit-line-clamp: 3;
    max-height: 135px;
    font-size: 17px;
  }
  .realText * {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .realText.leadText {
    -webkit-line-clamp: 2;
    max-height: 70px;
    font-size: 15px;
  }
  .realText * {
    font-size: 15px;
  }
}
/**
 * FilePond Custom Styles
 */
.filepond--root {
  margin-top: 10px;
}

.filepond--drop-label {
  color: #4c4e53;
  min-height: 2em;
}

.filepond--label-action {
  text-decoration-color: #babdc0;
}

.filepond--panel-root {
  border-radius: 2em;
  background-color: #edf0f4;
  height: 1em;
}

.filepond--item-panel {
  background-color: #595e68;
}

.filepond--drip-blob {
  background-color: #7f8a9a;
}

.friend-name {
  position: relative;
}
.friend-name .badge {
  position: absolute;
  top: 5px;
  width: auto;
  left: auto;
  color: #fff;
}
.friend-name .badge-label {
  right: 30px;
}

@media (max-width: 768px) {
  .friend-name .badge {
    top: 35px;
  }
}
.modal-xl {
  max-width: 60%;
}

/*# sourceMappingURL=plus.css.map */
