/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.rr-comments#epoch-wrap{
    clear: both;
    position: relative;
    margin-bottom: 38px !important;
    /* display: inline-block; */
    border-top:none !important;
    color: #5a5a5a !important;
    border: none!important;
    padding: 20px 5px 0px !important;
    max-width: 100%;
}

/* Native Wordpress Comments enhancements.*/
.rr-comments .comment-count-area{
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 7px;
}
.rr-comments .comment-form-comment{
    height:155px;
}
.rr-comments .comment-form-comment label{
    font-size:14px;
}
.rr-comments .comment-notes{
    display: none;
    position: relative;
    font-size: 9px;
    z-index: 99999;
}
.rr-comments #commentform p.comment-form-author, .rr-comments #commentform p.comment-form-email,.rr-comments #epoch-comments div.comment-respond p.comment-form-author,.rr-comments #epoch-comments div.comment-respond p.comment-form-email,.rr-comments #epoch-comments div.comment-respond p.comment-form-url{
    display: none;
    height: 30px;
    margin-left: 10px;
    margin-top:-5px !important;
    position: relative;
    z-index:99999;
    width:35% !important;
}
.rr-comments .comment-form-author label,.rr-comments .comment-form-email label{
    font-size:12px;
    margin-left:10px;
    margin-top:12px;
}
.rr-comments .comment-form-author input[type=text],.rr-comments .comment-form-email input[type=text]{
    height:30px;
    background: #eee;
    margin-left:10px;
    border-radius:0;
}
.rr-small-social{
    font-size: 16px !important;
    float: right;
    top: 0px;
    min-width: 16px !important;
    margin-top: -11px !important;
    margin-right: -14px !important;
    margin-left: 5px !important;
}
.rr-comments p.form-submit{
    height:80px;
    border:1px solid #ddd;
}
@media only screen and (max-width: 600px) {
    .rr-comments #commentform p.comment-form-author, .rr-comments #commentform p.comment-form-email,.rr-comments #epoch-comments div.comment-respond p.comment-form-author,.rr-comments #epoch-comments div.comment-respond p.comment-form-email,.rr-comments #epoch-comments div.comment-respond p.comment-form-url{
        width:45% !important;
    }
}

/* Epoch style enhancements. */

.rr-comments,.rr-comments .comment-form,.rr-comments .epoch-commenting,.rr-comments .comment-respond{
    position: relative;
}
.rr-comments .comment-form{
    margin-bottom:0;
}
.rr-comments.epoch-wrapper input#submit{
    background: #5a5a5a !important;
    border: none;
    padding: 7px 15px;
    width: 125px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    border-radius:0 !important;
}

.rr-comments .epoch-child{
    margin-left:20px !important;
}

.rr-comments .epoch-social-heading{
    color: #5a5a5a;
    font-weight:600;
    text-transform: uppercase;
    font-size:10px;
    line-height:10px !important;
    margin:0 !important;
    padding:0 !important;
}
.rr-comments .epoch-social-footer{
    color: #5a5a5a;
    font-weight: 400;
    font-size: 33px;
    bottom: 5px;
    position: absolute;
    left: 81px;
    width: 33px;
    height: 33px;
    line-height: 0px;
}

.rr-comments #epoch-comments #respond, .rr-comments .epoch-child div.comment-respond{
    margin-left:0 !important;
}
.rr-comments #epoch-comments textarea, .rr-comments textarea#comment{
    background: #eee !important;
    font-size: 16px;
    padding: 16px;
    height:132px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

.rr-comments #epoch-comments{
    position: relative;
    top: 0px;
    margin-bottom:40px;
}

.rr-comments #epoch-comments .epoch-comment-meta{
    background: transparent !important;
    width: 100%;
    text-shadow: none !important;
    float: left;
    margin: 0 !important;
    padding: 0px;
    text-transform: none;
    letter-spacing: normal;
    color: inherit;
    font-weight: inherit;
    font-size:13px !important;
    max-height:35px !important;
}
.rr-comments #epoch-comments footer.epoch-comment-meta{
    background: transparent !important;
}
.rr-comments #epoch-comments .epoch-comment-link{
    float: right;
}
.rr-comments div.epoch-comment-content{
    margin-left:49px !important;
}

.rr-comments div.epoch-comment-content p{
    position: relative;
    top: -10px;
    margin:0!important;
}
.rr-comments .epoch-comment-author{
    font-weight:600;
}
.epoch-comment-body.epoch-single-comment{
    border-top:1px solid #eee !important;
    position: relative;
    padding-top:15px!important;
}
.rr-comments .epoch-divide{
    display: none;
}
.rr-comments .epoch-comment-author-avatar img{
    width:36px !important;
    height:36px !important;
    margin-left:0 !important;
}

.rr-comments #epoch-comments a.epoch-author-link, .epoch-comment-content p a{
    color: #256995;
    text-shadow: none !important;
}
.rr-comments ul.epoch-comment-actions{
    height:10px;
}
.rr-comments ul.epoch-comment-actions li{
    background: #5a5a5a !important;
    color: white !important;
    padding: 4px 9px !important;
    font-weight: 400;
    font-size:10px;
    line-height:14px;
    float: right;
}
.rr-comments ul.epoch-comment-actions li a.comment-reply-link{
    color: white!important;
}
.rr-comments #epoch-comments div.comment-respond p.comment-form-comment{
    width:100% !important;
}
.rr-comments #epoch-comments #respond{
    margin-top:0px !important;
    margin-bottom:100px !important;
}
.rr-comments .postmatic-social-comment-logout{

}
.rr-comments .postmatic-social-comment-logout a{
    border-radius: 0 !important;
    font-size: 10px;
    padding: 0px 3px !important;
    margin-top:-3px !important;
    margin-left: 10px;
    color: #222;
    border: 1px solid #aaa !important;
}

@media only screen and (max-width: 600px) {
    .rr-comments.epoch-wrapper input#submit{
        width: 100%;
        bottom: -31px;
        right: 0px;
    }
}

@-webkit-keyframes thumb {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(0.9); }
    100% { -webkit-transform: scale(1); }
}


/* Postmatic Social Commenting enhancements. Change placement of social icons and improve user experience.*/
.rr-comments .postmatic-social-comment-buttons, .rr-comments .postmatic-social-comment-logout{
    padding: 10px 10px 0 10px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    height:80px;
}

.rr-comments .postmatic-social-comment-buttons{
    width: 100%;
}

.rr-comments .postmatic-sc-button:hover, .epoch-social-footer:hover{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.rr-comments .postmatic-sc-button:hover, .epoch-social-footer:hover {
    background-color: transparent !important;
    color: inherit  !important;
    opacity:.8;
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
}
.rr-comments a.postmatic-sc-button,
.rr-comments i.postmatic-sc-button{
    background: transparent;
    font-size:33px;
    margin-left: -7px;
    margin-top:5px;
    font-family: FontAwesome!important;
}
.postmatic-sc-button.postmatic-sc-facebook-button:hover {
    color: #3b5998 !important;
}
.postmatic-sc-button.postmatic-sc-twitter-button:hover {
    color: #00C4F4 !important;
}

/*Postmatic Crowd Control enhancements */
.rr-comments .pmcc-comments-report-link{
    display: block !important;
    position: absolute;
    bottom: -32px;
    right: 50px;
    line-height: normal !important;
}
.rr-comments .pmcc-comments-report-link a{
    color: transparent !important;
    font-weight:600;
    border:1px solid #aaa !important;
    display: block !important;
    font-size:0;
    padding:4px 9px !important;
}
.rr-comments .pmcc-comments-report-link a:hover{
    text-decoration: none;
}
.rr-comments .pmcc-comments-report-link a:after{
    content:'Flag';
    color: #aaa;
    font-size:10px;
}
.rr-comments .pmcc-comments-report-link strong{
    color: white;
    background: white !important;
    font-size: 0;
    padding-top: 5px !important;
    border-radius: 0 !important;
    display: block;
    width: 45px !important;
    height: 22px !important;
    text-align: center;
    margin-right: 0px !important;
}
.rr-comments .pmcc-comments-report-link strong:after{
    content:'Flagged';
    color: #aaa;
    font-size: 10px;
}