
/* COMMENTING STYLES */

fieldset div.error_message, div.error { font-size: 0.8em; }

div.commenting {
   
    width: 100%;
}

div.commenting, #nocomments { float: left; }

div#commentarea { padding: 10px 20px 10px 13px; }

div#comment_button {
    cursor: pointer;
    margin: 2% 0;
	text-align:center;
}


div.comment {
    margin: 2% 0;
    float: left;
}

div.comment h4 { margin-top: 0 !important; }

div.comment.reply {
    margin: 2% 0 1% 4%;
    min-width: 50%;
}

@media screen and (max-width:480px) {

div.comment, div.comment.reply { min-width: 92%; }
}

div.reply {
    background-color: #f5f5f5;
    margin-left: 20px;
    padding: 1% 2%;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.reply-thread {
    border: solid 1px #c1c1c1;
    border-top: none;
    border-right: none;
    height: 150px;
    width: 14px;
    position: relative;
    top: -100px;
    float: left;
    left: -41px;
    display: none;
}

div.reply div.reply-thread { display: inline-block; }

div.reply i.fa-comment-o, div.comment_moderator i.fa-comment-o { display: none; }

div.comment.comment_moderator h4, div.comment.reply.comment_moderator h4 { }

div.comment_moderator .JQflagComment { display: none; }

i.comments-summit {
    display: inline-block;
    background-image: url(../img/icon-comment-summit.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 14px 14px;
    width: 15px !important;
    height: 15px !important;
}

div.comment_content { font-size: 15px; }

div.comment_author { }

div.comment_date { font-size: .6em; }

div.comment_author { font-size: .6em; }

div.comment-thanks {
    font-size: 0.9em;
    clear: both;
    border: solid 1px #eee;
    padding: 0.4em;
    background-color: #fff;
}

div.comment_icon {
    float: left;
    display: inline-block;
    width: 20px;
}

div.comment_title {
    float: left;
    display: inline-block;
    margin: 1px 0 5px 4px;
}

div.comment_title i { font-style: normal; }

div.comments {
    clear: both;
    margin-left: 1.3em;
}

div.comments p { margin-top: 0; }

div.comment-form, div.reply-form {
    border: 1px solid #c1c1c1;
    padding: 10px 15px 0 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #f5f5f5;
}

div#comment_form input.comment_submit, a.comment_submit {
    float: right;
    font-weight: normal;
    padding: 6px 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #922209;
    cursor: pointer;
    font-weight: normal;
    color: #ffffff;
    margin: 5px 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

div#comment_form input.comment_submit:hover {
    box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
}

div#comment_form input[type=text], div#comment_form input[type=email], div#comment_form textarea, div#reply_form input[type=text], div#reply_form input[type=email], div#reply_form textarea {
    border-radius: 3px;
    border: solid 1px #ccc;
    padding: .5em 2%;
    width: 96%;
}

div#comment_form input[type=text]:focus, div#comment_form input[type=email]:focus {
    box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
}

div.comment-intro {
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #ededed;
    padding: 9px;
    font-size: 90%;
}

div.social_login a {
    display: block;
    float: left;
    padding: 4px 4px 4px 24px;
    margin: 6px;
    background-repeat: no-repeat;
    background-position: left;
    border: solid 1px #940029;
    border-radius: 3px;
    background-color: #b55c4f;
    color: #fff;
}

div.social_login a:hover {
    text-decoration: none;
    background-color: #2e516b;
    border: solid 1px #2e516b;
    box-shadow: 1px 1px 2px #ccc;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
}

div.social_login a.google { background-image: url(/img/social_login__icon_google.png); }

div.social_login a.twitter { background-image: url(/img/social_login__icon_twitter.png); }

div.social_login a.facebook { background-image: url(/img/social_login__icon_facebook.png); }

a.post_comment {
    display: block;
    float: left;
    clear: right;
    text-decoration: none;
    background-image: url(/img/comment_icon.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    padding-left: 30px;
}

a.post_comment:hover { box-shadow: 1px 1px 2px #ccc; }

div.rule {
    border-bottom: inset 1px #ccc;
    margin: 0 0 10px;
}

div.submit { min-height: 0; }

.comment-key {
    float: right;
    width: auto;
}

.comment-key h5 {
    margin: 0 1em 0 0;
    float: left;
    font-size: 0.8em;
}

.comment-key h5 i.comments-summit {
    background-size: 11px 11px;
    width: 11px !important;
    height: 11px !important;
}

h3.comments-title {}

#nocomments { margin: 0.7em 0; }

input#formkey_user { margin-bottom: 4px; }

@media screen and (max-width: 769px) {

.comment-key {
    float: left;
    clear: left;
    margin: 0 0 1em;
}
}

a.comment-button {
    display: block;
    padding: 2px 6px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    width: auto;
    float: left;
    margin: 4px 2px 0 0;
    background-color: transparent;
    font-weight: normal;
    cursor: pointer;
    line-height: normal;
}

a.comment-button:hover {
    /*-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	-o-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;*/
    background-color: #dddddd;
    text-decoration: none;
}

a.comment-button:active {
    -webkit-box-shadow: inset 0 0 3px #333;
    -moz-box-shadow: inset 0 0 3px #333;
    -o-box-shadow: inset 0 0 3px #333;
    box-shadow: inset 0 0 3px #333;
    background-color: #dddddd;
}

a.comment-button {
    font-size: .7em;
    text-transform: uppercase;
    border: none;
}

a.comment-button:hover {
    color: #fff;
    background-color: #737373;
}

a.comment-button-big {
    font-size: 1.27em;
    border: solid 1px #adadad;
    text-transform: none;
    padding: 4px 8px;
}

/*rating...*/

div.rating_box {
    float: right;
    font-size: 11px;
    font-size: .7rem;
    padding: 0 10px 5px 10px;
    line-height: normal;
}

.rating-phrase { font-style: italic; }

@media screen and (max-width: 950px) {

div.rating_box { max-width: 160px; }

div.rating_average, div.rating_stars { }
}

@media screen and (max-width: 767px) {

div.rating_box { }
}
