#title-post{
  display: none;
}
#sett-post{
  /*display: none;*/
  margin-top: 25px;
  margin-bottom: 25px;
}
#sett-post .checkbox{
  margin-top:unset;
}

.new-postbox .attachments{
  margin-top: 25px;
}
.postbox .new-postbox form input {
  background: #edf2f6 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
}
#text-post{
  background: #edf2f6 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  min-height: 60px;
  box-shadow:none;
}

#text-post p{
  margin: 0px;
  line-height: 18px;
}

.attachments span{
  margin-right: 15px;
  cursor: pointer;
}

.attachments .add-loc{
  cursor: pointer;
  font-size: 18px;
  color: #fa6342;
}

.c-form #title-post{
  display: block;
}

iframe{
  border: unset;
}

.users-thumb-list > a{
  margin-left: -22px;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.post-title h1{
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;

  margin: 0;
  
}

.file-post{
  margin: 20px 0 !important;
}

.file-post h4{
  color: black;
  margin-bottom: 15px;
}

.file-post-list{
  padding: 0px;
  border-top: 1px solid #eeeeee;
}

.file-post-list li{
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee !important;
}

.file-post-list a{
  font-size: 20px;
  color: coral;
}

#images-post{
  margin-top: 15px;
  border: 1.2px dashed coral;
  padding: 10px;
  border-radius: 4px;
  display: block;
}

#files_post{
  margin-top: 15px;
  border: 1.2px dashed coral;
  padding: 10px;
  border-radius: 4px;
  display: block;
}


