
.container1 > .box {
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  height: auto;
  margin: 15px auto;
  /*max-width: 500px;*/
  overflow: hidden;
  padding: 5px 0 0;
  position: relative;
}
.container1 > .box > [class*="box-"] {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.container1 > .box > [class*="box-"] img {
  display: block;
  
  /*width: 100%;*/
}
.container1 > .box > .box-header {
  margin: 0 auto;
  padding: 0 10px 10px;
  width: initial;
}
.container1 > .box > .box-header > h3 {
  font-size: 15px;
  font-weight: 700;
  height: 60px;
  margin: 5px auto;
  overflow: hidden;
  padding: 5px 0 0;
  position: relative;
}
.container1 > .box > .box-header > h3 > a {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.container1 > .box > .box-header > h3 > span {
  color: #9197A3;
  display: block;
  font-size: 13px;
  font-weight: 400;
  /*margin-top: -8px;*/
  padding-top: 5px;
}
.container1 > .box > .box-header > h3 > span .fa {
  font-size: 15px;
  margin-left: 5px;
}
.container1 > .box > .box-header > span {
  background: #F4F4F4;
  border-radius: 3px;
  color: #BCBFC6;
  cursor: pointer;
  font-size: 24px;
  height: 18px;
  line-height: 18px;
  margin: 5px auto 0;
  padding: 3px 4px;
  position: absolute;
  right: 40px;
  top: 0;
}
.container1 > .box > .box-header > span:hover {
  color: #888;
}
.container1 > .box > .box-header > span > i {
  height: 18px;
  line-height: 18px;
}
.container1 > .box > .box-header img {
  border-radius: 100px;
  float: left;
  height: 60px;
  margin: -5px 20px 0 0;
  object-fit: cover;
  width: 60px;
}
.container1 > .box > .box-content {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: initial;
}
.container1 > .box > .box-content > .content {
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: initial;
}
.container1 > .box > .box-content > .bottom {
  margin: 0 auto;
  padding: 0 10px; 
  position: relative;
  width: initial;
}
.container1 > .box > .box-content > .bottom > p {
  color: #71747A;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
}
.container1 > .box > .box-content > .bottom > span {
  background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0));
  height: 160px;
  left: 0;
  line-height: 160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: right;
  top: -160px;
  vertical-align: bottom;
  width: 100%;
}
.container1 > .box > .box-content > .bottom > span > span {
  background: rgba(0,0,0,.35);
  border-radius: 4px;
  bottom: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 20px;
  margin: 0 30px 25px auto;
  opacity: .75;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.container1 > .box > .box-content > .bottom > span > span:hover {
  opacity: 1;
}
.container1 > .box > .box-likes {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.container1 > .box > .box-likes > .row {
  border-top: 1px solid #F4F4F4;
  padding: 20px 0 0 0;
}
.container1 > .box > .box-likes > .row > span {
  display: inline-block;
  font-size: 13px;
  margin: 0 2px 0 0;
  position: relative;
  vertical-align: middle;
}
.container1 > .box > .box-likes > .row:first-child {
  float: left;
  width: 60%;
}
.container1 > .box > .box-likes > .row:last-child {
  float: left;
  text-align: end;
  width: 40%;
}
.container1 > .box > .box-likes > .row:first-child > span:nth-child(4) {
  background: #4D679F;
  border-radius: 50px;
  font-weight: bold;
  padding: 0 8px 0 6px;
}
.container1 > .box > .box-likes > .row:first-child > span:nth-child(4) > a {
  color: #FFF;
}
.container1 > .box > .box-likes > .row:first-child > span,
.container1 > .box > .box-likes > .row:last-child > span {
  color: #9197A3;
}
.container1 > .box > .box-likes > .row:last-child > span {
  display: inline-block;
  verrtical-align: middle;
}
.container1 > .box > .box-likes > .row img {
  border-radius: 100px;
  height: 28px;
  object-fit: cover;
  width: 28px;
}
.container1 > .box > .box-buttons {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.container1 > .box > .box-buttons *,*::before,*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container1 > .box > .box-buttons > .row {
  border-bottom: 1px solid #F4F4F4;
  border-top: 1px solid #F4F4F4;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.container1 > .box > .box-buttons > .row > button:last-child {
  border: 0;
}
.container1 > .box > .box-buttons > .row > button {
  background: #FFF;
  border: 0;
  border-right: 1px solid #F4F4F4;
  color: #9197A3;
  font-size: 20px;
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  *outline: 1px #08F;
  padding: 0;
  width: 33.33333333333%;
}
.container1 > .box > .box-buttons > .row > button:hover {
  background: #F5F5F5;
  color: #7D8696;
}
.container1 > .box > .box-buttons > .row > button:focus {
  background: #F0F2F2;
  color: #6C7588;
  box-shadow: inset 0 0 10px rgba(0,0,0,.2);
  outline-color: #08F;
}
.container1 > .box > .box-click {
  color: #4D679F;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}
.container1 > .box > .box-click > span {
  cursor: pointer;
}
.container1 > .box > .box-click > span i {
  font-size: 18px;
  margin-right: 5px;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments > .comment {
  border-top: 1px solid #F4F4F4;
  margin: 0;
  overflow: hidden;
  /*padding: 16px 10px;*/
  padding: 3px 10px 10px 10px;
  position: relative;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments > .comment > img {
  border-radius: 100px;
  float: left;
  height: 46px;
  margin: 0;
  object-fit: cover;
  width: 46px;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments > .comment > .content {
  height: auto;
  line-height: 20px;
  margin: 0 0 0 70px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: initial;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments > .comment > .content > h3 {
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 4px auto 0;
  text-transform: capitalize;
  width: 150px;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments > .comment > .content > h3 > span {
  color: #9197A3;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}
.container1 > .box > .box_comment > .box_comment_display> .box-comments > .comment > .content > p {
  color: #4B4D53;
  font-size: 13px;
  margin: 5px;
  padding: 0;
}
.container1 > .box > .box-new-comment {
  background: #0e0f48;
  margin: 0;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
}
.container1 > .box > .box-new-comment > .image1 > img {
  border-radius: 100px;
  /*float: left;*/
  height: 46px;
/*  margin: 0;
  object-fit: cover;*/
  width: 46px; 
}
.container1 > .box > .box-new-comment > .content {
  border-radius: 20px;
  margin: 4px 0 0 52px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: initial;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.container1 > .box > .box-new-comment > .content > .row {
  background: transparent;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.container1 > .box > .box-new-comment > .content > .row:last-child {
  color: #C6C9D0;
  font-size: 22px;
  height: 28px;
  line-height: 27px;
  margin: 2px 0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 10px;
  width: 40px;
}
.container1 > .box > .box-new-comment > .content > .row:last-child > span {cursor: pointer;}
.container1 > .box > .box-new-comment > .content > .row > textarea {
  border: 1px solid transparent;
  border-radius: 20px;
  color: #555;
  outline: 0;
  padding: 0 40px 0 10px;
  resize: none;
  width: calc(100% - 52px) !important;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.container1 > .box.update,
.container1 > .box.text {
  border: 1px solid #E0E1E4;
  box-shadow: none;
  padding: 20px 0 0;
}
.container1 > .box.update > .box-header,
.container1 > .box.text > .box-header {
  padding: 0 30px;
}
.container1 > .box.update > .box-header > span,
.container1 > .box.text > .box-header > span{
  background: transparent;
  color: #9298A4;
  font-size: 32px;
  margin: -10px auto 0;
}
.container1 > .box.update > .box-content > .content > p,
.container1 > .box.text > .box-content > .content > p {
  border-top: 1px solid #F4F4F4;
  color: #4D5057;
  font-size: 14px;
  line-height: 22px;
  padding: 26px 30px;
}
.container1 > .box.update > .box-content > .content > .img {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: initial;
}
.container1 > .box.update > .box-content > .content > .img:before {
  border: 1px solid rgba(0,0,0,.25);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /*width: 100%;*/
}
.container1 > .box.text > .box-buttons > .row > button {
  font-size: 13px;
}
.container1 > .box.text > .box-buttons > .row > button > span {
  font-size: 20px;
}
.container1 > .box.image > .box-new-comment > .content,
.container1 > .box.image > .box-new-comment > .content > .row > textarea,
.container1 > .box.video > .box-new-comment > .content,
.container1 > .box.video > .box-new-comment > .content > .row > textarea {
  background: #9298A4;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;  
}
.container1 > .box > .box-new-comment > .content > .row > textarea:focus,
.container1 > .box.image > .box-new-comment > .content:active > .row {background: #FFF;}
.container1 > .box > .box-new-comment > .content > .row > textarea:focus,
.container1 > .box.video  .box-new-comment > .content:active > .row {background: #FFF;}      

.btn-like:hover {background: #caccd0}

.btn-comment:hover {background: #caccd0}