/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

span.voted {
    cursor: not-allowed;
}
span.vote-up {
    cursor: pointer;
}
span.vote-down {
    cursor: pointer;
}
span.voted-blue {
    color: #2E2EBF;
}
span.voted-red {
    color: red;
}

#reviews ol.commmentlist.featured-holder {
    list-style-type: none;
    /*margin: 0 0 1.5em;
    padding: 3em 3em 0;
    border: 1px solid #eeeeee;
    border-radius: 5px;*/
}

#reviews ol.commmentlist.featured-holder span.dashicons.dashicons-star-filled {
    color: #FFDF00;
}

#reviews ol.commmentlist.featured-holder .comment-content{
    margin-left: 140px;
}

#comments .comment-list > li > .children {
    margin: 25px 0 0 140px;
    padding: 0;
    list-style: none;
}
#comments .comment-list .children {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}
#comments .children .comment-author.vcard {
    width: 47px;
}
ul.vote-up-down-wrapper li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
    vertical-align: top;
}
ul.vote-up-down-wrapper {
    display: inline;
}
ul.vote-up-down-wrapper li span {
    display: block;
    /*margin: 10px 0px;*/
}
.comment-metadata {
    padding-bottom: 20px !important;
}
