.comment-row {

    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: table;
}
.comment-row .profile-img {
    width: 50px;
    float: left;
    border-radius: 50%;
}
.comment-row .user-wrapper {
    width: 80%;
    line-height: 1.2;
    float: left;
    padding-left: 15px;
}
.comment-row .username {
    float: left;
    color: #daa300;
    font-weight: bold;
    font-size: 13px;
}
.clear {
    clear: both;
}
.sub {
    width: 92%!important;
    float: right!important;
}
.comment-row .user-comment {
    font-size: 14px!important;
    font-weight: 500;
    color: #ffffff;
    margin-top: 6px;
    font-family: sans-serif!important;
}
.share-facebook {
    float: left;text-align: left;
    font-size: 14px;
    margin-left: 20px;
}
.share-facebook label{
    font-weight: 500;
}
.like-reply {
    font-size: 12px!important;
    cursor: pointer;
}
.time {
    color: gray!important;
    margin-left: 0px!important;
    margin-top: 9px!important;
    font-weight: 500!important;
}
.like-reply a {
    font-weight: 500!important;
    color: #daa300!important;
}
.comment-wrapper {
    background: #eff3f8;
    margin-top: 0px;
}
.comment-wrapper .comments-title {
    font-size: 0.9em;
    font-weight: bold;
    background: #d8dfea;
    color: #daa300;
    border-top: 1px solid #daa300;
    margin: 0px;
    padding: 2px 0 2px 10px;
}
.comments-title {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.comment-wrapper .comment-area {
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #c7c7c7;
}
.comment-wrapper .comment-area {
    height: inherit!important;
}
.comment-wrapper .comment-input {
    border: 1px solid #DDD;
    padding: 0px 15px 20px 15px;
    color: #CCC;
    outline: none;
    font-size: 0.8em;
    min-height: 60px;
    width: 95%;
    margin: 15px auto;
}
.comment-wrapper .comment-input {
    color: #3e3e3e!important;
}
.comment-wrapper .commbt {
    width: 97.5%;
    height: 50px;
    /* margin: 0px 0px 0 auto; */
}
.comment-wrapper .comment-button {
    width: 140px;
    line-height: 22px;
    margin: 0px;
    text-align: center;
    float: right!important;
    background: #daa300;
    color: #FFF;
    font-size: 12px;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    border: none;
    float: right;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.like i {
    background: url(../images/sprite.png);
    background-position: -33px -170px;
    display: inline-block;
    width: 15px;
    height: 13px;
}
.row-desktop {
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 700px) {
    .comment-row .user-comment {
        font-size: 0.7em;
        margin-top: 4px;
    }
    .row-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-desktop {
        margin-left: 0px;
        margin-right: 0px;
    }
    .comment-wrapper .comment-button {
        width: 100px;
        line-height: 22px;
        margin: 0px;
        text-align: center;
        float: right!important;
        background: #daa300;
        color: #FFF;
        font-size: 12px;
        padding-top: 7px!important;
        padding-bottom: 7px!important;
        border: none;
        float: right;
        outline: none;
        cursor: pointer;
        text-decoration: none;
    }
}
#controls {
    width: 100%;
    position: absolute;
    bottom: 0px!important;
    font-size: 130%;
    background: rgb(0, 0, 0)!important;
}