

/*COMMENTS SECTION*/
#comments {
  position: relative;
  /*z-index: 999;*/
}
#comments h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
#comments h2 > i{
  color: #303D9C;
  font-size: 23px;
  margin-right: 5px;
}
#comments h2 > span i{
  color: #d6bc07;
  font-size: 21px;
}
.comment{
  width: 100%;
  margin: 0 auto;
  position: relative;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.title_comment_row{
  padding: 35px 0 5px;
}
.addCommentBox input[type="button"]{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  margin: 10px 0;
  float: right;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
.title_cf{
  font-size: 16px;
  color: #414141;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom:#e8e8e8 solid 3px;
  text-align: left;
}
.title_comment{
  font-size: 14px;
  color: #414141;
  margin-bottom: 5px;
  text-align: left;
}
.commentTextBox{
  height: 80px;
  width: 100%;
  border: #e7e6e3 solid 1px;
  resize: none;
  padding: 5px;
  outline: none;
  font-family: Arial, sans-serif !important;
  font-size: 13px;
}
.comment_row{
  overflow: hidden;
  padding: 10px 10px 10px;
  text-align: left;
  position: relative;
  margin: 0 auto 10px;
}
.comment_row.img_cr{
  overflow: visible;
}
.comment_row:first-child{
  border-top: 0;
}
.clear {
    clear: both;
}
.user_img{
  float: left;
  width: 13%;
  /*height: 80px;*/
  /*border-radius: 50%;*/
  overflow: hidden;
  margin-right: 10px;
}
.user_img img{
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-top: 8px;
  max-width: 79px;
}
.inf_user{
  position: relative;
  width: 100%;
}
.inf_user2 {
  padding-left: 30px;
  margin-top: 18px;
}
.inf_user2 div.text_user >.name_user {
  font-weight: 400;
  color: #1863b1;
}
.name_user{
  font-size: 12px;
  color: #303D9C;
  font-weight: 700;
  margin-right: 15px;
  width: 100%;
}
.date_comm{
  font-size: 12px;
  color: #475a86;
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
}
.text_user{
  line-height: 18px;
  font-size: 13px;
  color: #1d1d1d;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 21px 0 0;
}
div.likes a {
  font-size: 11px;
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 700;
  pointer-events: none;
  text-transform: uppercase;
}
div.likes a span {
  color: gray;
  font-weight: 400
}
.comment_row.img_cr .name_user{
  padding-top: 0;
}
.comment_row.img_cr .img_prize{
  margin-top: 5px;
}
#comments .fr {
  width: 83%;
  float: right;
  position: relative;
}
.com_cont {
  width: 95%;
  display: block;
  background: #F2F3F5;
  max-width: 580px;
  /*border-radius: 10px;*/
  margin: 0 auto;
  /*padding: 20px 0;*/
}
.like-wrap {
  max-width: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 35px;
  padding: 0 5px;
  /*background: #fff;*/
  /*box-shadow: 1px 1px 5px rgba(0,0,0,0.3);*/
  /*padding-left: 30px;*/
  /*padding-right: 17px*/
}
.like-wrap span {
  font-size: 12px;
  /*display: block;*/
  color: #333;
  margin-left: 5px;
}
.like-wrap img {
  display: inline-block;
  margin: 0 -2px;
  max-width: 17px;
  vertical-align: middle;
}
.vert {
    display: inline-block;
    vertical-align: middle;
}
input.vert {
    width: 74%;
    border-radius: 29px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    text-indent: 7px;
}
a.vert {
    /*border: 2px solid#c6c6c6; */
    background: #4b87c8;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 8px;
    width: 15%;
    text-align: center;
}
img.vert {
    width: 11%;
}
#top-bar {
    padding: 0 10px;
    box-sizing: border-box;
}
p.vert {
    font-size: 22px;
    color: #ababab;
    margin-left: 3px;
    margin-top: 10px;
    width: 9%
}

@media screen and (max-width: 580px) {
    input.vert {
        /*width: 57%;*/

    }
    a.vert {
        width: 19%;
        font-size: 12px;
    }
    p.vert {
        width: 6%;
    }
    .fa-smile-o {
        display: none;
    }
}
/*.like-wrap:after {
  content: "";
  position: absolute;
  background: url(../img/like.png);
  width: 20px;
  height: 20px;
  left: 6px;
  top: 2.5px;
  background-size: 100%;
}*/
.lwh:after {

}
#comments .comment_row {
  /*display: none;*/
}
.name-wrap {
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 12px;
}
.likes {
  padding-left: 8px;
}
#top-bar hr {
  margin-top: 0;
}
.reacts {
  margin-left: 10px;
}
.reacts img {
  display: inline-block;
  vertical-align: middle;
  max-width: 18px;
  margin: 0 -4px;
}
.reacts p {
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
  color: #4065AD;
  font-size: 14px;
}
.reacts p:hover {
  text-decoration: underline;
}
.controls {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 15px;
}
.controls p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  cursor: pointer;
  color: #9097A4;
}
.controls p i {
  margin-right: 5px ;
}
/*END COMMENTS SECTION*/
