.round{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.clear{clear: both;}

.comments{
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 0;
}

.comments > header{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
}

.comments > header h1{
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    color: #888;
}

.comments > header p{
    font-size: 0.850em;
    font-weight: 300;
    text-transform: uppercase;
    color: #999;
}

.comments > header h1 span{
    display: block;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: none;
}

.comments_count{
    float: left;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    background: #eee;
    font-size: 0.8em;
    color: #999;
}

.comments_single{
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 10px !important;
}

.comments_single_avatar{
    float: left;
    width: 5%;
}

.comments_single_avatar img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comments_single_content{
    float: right;
    width: 95%;
    padding-left: 30px;
}

.comments_single header{
    display: block;
    width: 100%;
}

.comments_single header h1{
    font-size: 1.1em;
    font-weight: 300;
}

.comments_single_comment{
    float: left;
    width: 100%;
    font-size: 0.9em;
    color: #333;
    font-weight: 300;
}

.comments_single_ui{
    display: block;
    width: 100%;
    font-size: 0.875em;
    color: #333;
}

.comments_single_ui span{
    display: inline-block;
    margin-right: 10px;
}

.comments_single_ui .stars{
    color: #DBAD3C;
    text-shadow: 1px 1px #fff;
}

.comments_single_ui .liked,
.comments_single_ui .date{
    color: #666;
    font-size: 0.8em;
}

.comments_single_ui .like{
    color: #666;
    font-size: 0.8em;
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
}

.comments_single_ui .response{
    color: #666;
    font-size: 0.8em;
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
}

.comments_single_ui .like:hover,
.comments_single_ui .response:hover{
    text-decoration: underline;
}

.comments_single_likes{
    display: block;
    width: 100%;
    color: #666;
    font-size: 0.8em;
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #d1d1d1;
    display: none;
}

.comments_single_likes:before{
    content: "â™¥";
    margin-right: 8px;
    color: #C63D3A;
    font-size: 1.3em;
}

.comments_single form{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.comments > form{
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    border-top: 3px solid #ccc;
}

.comments > form label span,
.comments_single label span{
    font-size: 1em;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
    padding-left: 5px;
}
.comments i{color: #DBAD3C !important;}

.comments > form textarea,
.comments_single form textarea{
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comments > form select,
.comments_single form select{
    width: auto;
    border-radius: 5px;
}

.comments > form img,
.comments > form .btn,
.comments_single form img,
.comments_single form .btn{
    float: right;
    padding: 11px 20px;
    background: #DBAD3C;
}
.comments_single form .btn:hover{
    background: #D8A327;
}
.comments > form img,
.comments_single form img{
    height: 25px;
    margin-top: 6px;
    margin-left: 10px;
    display: none;
}

.comment_response{
    border-top: 1px dotted #ccc;
    margin: 3px 0;
    padding: 15px;
    background: #f7f7f7;
}

.comment_response .comments_single_ui{
    margin-bottom: 10px;
}
.comment_response .comments_single_comment{
    margin-bottom: 5px;
}

.comment_response:last-child{
    padding-bottom: 0;
}

.comments > form .wc_close{
    display: none;
}

.comments .label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.comments .label span{
    font-size: 1em;
}

.comments .label_50 label{
    float: left;
    width: 49%;
}

.comments .label_50 label:nth-of-type(2n+0){
    margin-left: 2%;
}

.comments > form .btn,
.comments_single form .btn{
    margin-left: 16px;
}

.comments input,
.comments select{
    border: 1px solid #ccc;
}

.ajax_response{
    display: none;
}

.comment_login_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

.comment_login_content{
    width: 500px;
    max-width: 90%;
    background: #fff;
    margin: 4% auto;
}

.comment_login_content input{
    border: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: 300;
}

.comment_login_content header{
    background: #00B594;
    color: #eee;
    padding: 20px;
    text-align: center;
    position: relative;
}

.comment_login_content header h1{
    font-weight: bold;
    line-height: 1.3;
    text-transform: capitalize;
}

.comment_login_content header p{
    font-size: 0.8em;
}

.comment_login_content header .trigger{
    margin: 10px 0 0 0;
}

.comment_login_close{
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 5px 11px;
    font-size: 0.8em;
    background: #C63D3A;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comment_login_close:hover{
    background: #F45563;
}

.comment_login_fields{
    padding: 30px 30px 15px 30px;
}

.comment_login_fields label{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.comment_login_fields span{
    font-size: 0.8em;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #999;
}

.comment_login_actions{
    padding: 20px;
    background: #f2f2f2;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.comment_login_actions img{
    height: 26px;
    margin-left: 10px;
    margin-top: -3px;
    display: none;
}

.comment_login_actions .btn{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    width: 80%;
}

.comment_login_fields .comment_login_create,
.comment_login_fields .comment_login_join{
    display: none;
}

.comment_recover_back,
.comment_recover_password{
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.comment_recover_password:hover{
    text-decoration: none;
}

.comment_recover_label{
    padding: 30px;
    background: #fbfbfb;
    display: none;
}

.comment_recover_label span{
    font-size: 0.9em;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.comment_recover_label b{
    font-size: 1.5em;
    text-transform: lowercase;
}

.comment_recover_label input{
    text-align: center;
}

.comment_recover_label .comment_recover_back,
.comment_recover_label .comment_recover_password{
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    display: inline-block;
}

.comment_recover_label .comment_recover_back{
    margin-left: 10px;
}
.comment_recover_label .comment_recover_back:hover,
.comment_recover_label .comment_recover_password:hover{
    text-decoration: underline;
}

@media (max-width: 900px){
    .comments > form select,
    .comments_single form select{
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .comments > form img,
    .comments_single form img{
        float: none;
    }

    .comments > form .btn,
    .comments_single form .btn{
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 600px){
    .comments header{
        text-align: center;
    }.comments_single_content header{
        text-align: left;
    }
    .comments_single_avatar{
        display: none;
    }

    .comments_single_content{
        float: left;
        width: 100%;
        padding-left: 0;
    }
}