
/* styling for forums etc */

#bbpress-forums {
background: transparent;
clear: both;
margin-bottom: 20px;
overflow: hidden;
font-size: 12px;
}

.bbp-body{
  padding: 6px!important;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
 background: #f3f3f3;
 border-top: 1px solid #eee;
 font-weight: bold;
 padding: 8px!important;
 text-align: center;
}
 
#bbpress-forums li.bbp-header {
 background: #eaeaea;
}


#bbpress-forums ul.bbp-forums li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-title, #bbpress-forums ul.bbp-forums ul.topic li.bbp-forum-info .bbp-forum-title, #bbpress-forums ul.bbp-replies li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-title, #bbpress-forums ul.bbp-replies li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-title, #bbpress-forums ul.bbp-topics li.bbp-body ul.forum li.bbp-forum-info .bbp-forum-title, #bbpress-forums ul.bbp-topics li.bbp-body ul.topic li.bbp-forum-info .bbp-forum-title {
  font-size: 14px!important;
  font-weight: 400;
  line-height: 16px!important;
  padding: 6px!important;
}

#bbpress-forums div.bbp-reply-header {
    background-color: #f4f4f4;
}

.bbp-topic-freshness{
    display: block;
    color: #bbb;
    font-size: 11px!important;
    line-height: 16px!important;
}

#bbpress-forums a, #bbpress-forums a:hover {
    display: block;
    color: #bbb;
    font-size: 12px!important;
    line-height: 16px!important;  
}

.bbp-topic-freshness li>a{
    display: block;
    color: #bbb;
    font-size: 12px!important;
    line-height: 16px!important;
}

.bbp-topic-freshness li>a:hover{
    display: block;
    color: #bbb;
    font-size: 12px!important;
    line-height: 16px!important;
}
.bbp-topic-freshness li>a:focus{
    display: block;
    color: #bbb;
    font-size: 12px!important;
    line-height: 16px!important;
}

.bbp-topic-freshness li>a:visited{
    display: block;
    color: #bbb;
    font-size: 12px!important;
    line-height: 16px!important;
}

div.bbp-template-notice.info {
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
}


#bbpress-forums div.even,
#bbpress-forums ul.even {
 background-color: #fff;
}
 
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
 background-color: #fbfbfb;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
 background-color: #ffffe0 !important;
 font-size: 1.1em;
}

#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
 color: #ccc;
}

#bbpress-forums ul.bbp-threaded-replies {
 margin-left: 50px;
}

#bbpress-forums .bbp-topic-content,
#bbpress-forums .bbp-reply-content {
    font-size: 12px;
}

span.bbp-admin-links {
 float: right;
 color: #ddd;
}
 
span.bbp-admin-links a {
 color: #bbb;
 font-weight: normal;
 font-size: 10px;
 text-transform: uppercase;
 text-decoration: none;
}


div.bbp-template-notice,
div.indicator-hint {
 border-width: 1px;
 border-style: solid;
 padding: 0 0.6em;
 margin: 5px 0 15px;
 border-radius: 3px;
 background-color: #ffffe0;
 border-color: #e6db55;
 color: #000;
 clear: both;
}
div.bbp-template-notice a {
 color: #555;
 text-decoration: none;
}
 div.bbp-template-notice a:hover {
 color: #000;
 }
 div.bbp-template-notice.info {
 border: #cee1ef 1px solid;
 background-color: #f0f8ff;
 }
 div.bbp-template-notice.important {
 border: #e6db55 1px solid;
 background-color: #fffbcc;
 }
 div.bbp-template-notice.error,
 div.bbp-template-notice.warning {
 background-color: #ffebe8;
 border-color: #c00;
 }
 div.bbp-template-notice.error a,
 div.bbp-template-notice.warning a {
 color: #c00;
 }
 div.bbp-template-notice p {
 margin: 0.5em 0 6px 0 !important;
 padding: 2px;
 font-size: 12px;
 line-height: 140%;
 }

 #bbpress-forums .submit {
    background-color: #a0668d;
    color: #FFFFFF;
    float: center;
    vertical-align: middle;
    border-radius: 10px;
    height: 35px;
    width: 80px;
    font-size: 18px;
}

.widget_display_topics .bbp-author-avatar { 
    display: none ! important; 
}
 
.bbp-topic-freshness-author  .bbp-author-avatar { 
    display: none ! important; 
}