File: //opt/Newsmag/style-bbpress.css
/* ----------------------------------------------------------------------------
responsive settings
*/
/* responsive portrait tablet */
/* responsive portrait phone */
/* ----------------------------------------------------------------------------
module settings
*/
/* ----------------------------------------------------------------------------
header_menu settings
*/
/* ----------------------------------------------------------------------------
bbPress plugin
*/
.bbpress .td-page-title {
margin-top: 20px;
margin-bottom: 1px;
}
.bbpress .td-page-title a {
color: #222222;
}
#bbpress-forums {
position: relative;
padding-top: 35px;
}
#bbpress-forums .bbp-breadcrumb {
position: absolute;
top: 4px;
}
#bbpress-forums .bbp-breadcrumb p {
font-family: 'Open Sans', arial, sans-serif;
color: #c3c3c3;
line-height: 14px;
}
#bbpress-forums .bbp-breadcrumb a,
#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {
font-size: 10px;
color: #c3c3c3;
}
#bbpress-forums .bbp-breadcrumb a:hover,
#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current:hover {
color: #777777;
}
#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-sep {
font-size: 10px;
margin: 0px 5px 0px 5px;
}
#bbpress-forums .bbp-search-form {
width: 100%;
background-color: #f3f3f3;
padding: 20px;
}
#bbpress-forums #bbp-search-form {
position: relative;
float: none;
}
#bbpress-forums #bbp-search-form #bbp_search {
width: 95%;
height: 30px;
}
#bbpress-forums #bbp-search-form .button {
position: absolute;
top: 0;
right: 0;
border-radius: 0px 3px 3px 0px;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
border: none;
margin-bottom: 0px;
width: 100%;
}
#bbpress-forums ul.bbp-replies .bbp-reply-header,
#bbpress-forums ul.bbp-search-results .bbp-reply-header,
#bbpress-forums ul.bbp-replies .bbp-topic-header,
#bbpress-forums ul.bbp-search-results .bbp-topic-header {
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums ul.bbp-replies .bbp-reply-header,
#bbpress-forums ul.bbp-search-results .bbp-reply-header,
#bbpress-forums ul.bbp-replies .bbp-topic-header,
#bbpress-forums ul.bbp-search-results .bbp-topic-header {
border-bottom: 1px dashed #e8e8e8;
}
}
#bbpress-forums li.bbp-header {
margin-top: 20px;
padding-left: 16px;
background: none #222222;
color: #ffffff;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness {
padding-right: 10px;
}
#bbpress-forums li.bbp-footer {
background: none transparent;
}
#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count,
#bbpress-forums .bbp-topic-freshness,
#bbpress-forums .bbp-topic-voice-count,
#bbpress-forums .bbp-topic-reply-count {
text-align: right;
}
#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-topic-freshness {
width: 33%;
padding-right: 50px;
padding-left: 10px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-topic-freshness {
padding-right: 0px;
}
}
#bbpress-forums .bbp-forum-freshness a,
#bbpress-forums .bbp-topic-freshness a {
color: #222222;
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: 600;
}
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:hover {
color: #4db2ec;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: transparent;
}
#bbpress-forums li.bbp-body {
margin-top: 20px;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
padding-top: 10px;
padding-right: 0px;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness,
#bbpress-forums li.bbp-body .bbp-forum-topic-count,
#bbpress-forums li.bbp-body .bbp-forum-reply-count,
#bbpress-forums li.bbp-body .bbp-topic-freshness,
#bbpress-forums li.bbp-body .bbp-topic-voice-count,
#bbpress-forums li.bbp-body .bbp-topic-reply-count {
font-size: 11px;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness > a,
#bbpress-forums li.bbp-body .bbp-topic-freshness > a {
font-size: 10px;
color: #c3c3c3;
font-weight: normal;
line-height: 12px;
display: inline-block;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness {
margin-bottom: 7px;
}
#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title {
position: relative;
width: 49%;
line-height: 21px;
}
#bbpress-forums .bbp-forum-content {
font-style: italic;
color: #c3c3c3;
line-height: 17px;
}
#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-topic-reply-count {
width: 9%;
}
#bbpress-forums .bbp-body .bbp-forum-freshness,
#bbpress-forums .bbp-body .bbp-topic-freshness {
position: relative;
}
#bbpress-forums .bbp-body .bbp-forum-freshness img,
#bbpress-forums .bbp-body .bbp-topic-freshness img {
position: absolute;
right: 0;
top: 3px;
margin: 0px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums .bbp-body .bbp-forum-freshness img,
#bbpress-forums .bbp-body .bbp-topic-freshness img {
display: none;
}
}
#bbpress-forums .bbp-body .bbp-forum-freshness p,
#bbpress-forums .bbp-body .bbp-topic-freshness p {
margin: 0px;
line-height: 17px;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
border: none;
width: 40px;
}
#bbpress-forums .bbp-forums-list li {
color: #ffffff;
display: block;
}
#bbpress-forums .bbp-forums-list li a {
color: #444444;
}
#bbpress-forums .bbp-forums-list li a:hover {
color: #4db2ec;
}
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
font-family: 'Open Sans', arial, sans-serif;
font-size: 14px;
font-weight: 700;
color: #111111;
}
#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover {
color: #4db2ec;
}
#bbpress-forums .bbp-topic-started-by,
#bbpress-forums .bbp-topic-started-in {
color: #c3c3c3;
font-size: 10px;
}
#bbpress-forums .bbp-topic-started-by a,
#bbpress-forums .bbp-topic-started-in a {
color: #666666;
}
#bbpress-forums .bbp-topic-started-by a:hover,
#bbpress-forums .bbp-topic-started-in a:hover {
color: #4db2ec;
}
#bbpress-forums .bbp-topic-started-by img,
#bbpress-forums .bbp-topic-started-in img {
position: absolute;
top: 2px;
left: 0px;
margin: 0px;
}
#bbpress-forums .bbp-topics li.bbp-header {
margin-top: 0px;
}
#bbpress-forums p.bbp-topic-meta span {
white-space: initial;
}
#bbpress-forums li.bbp-body ul.topic {
padding-left: 0px;
padding-bottom: 19px;
padding-top: 14px;
}
#bbpress-forums li.bbp-body li.bbp-topic-title {
line-height: 15px;
position: relative;
top: 1px;
}
#bbpress-forums li.bbp-body li.bbp-topic-title .bbp-topic-meta {
margin: 0px 0px 0px 50px;
display: inline-block;
line-height: 15px;
}
#bbpress-forums li.bbp-body li.bbp-topic-title .bbp-topic-permalink {
margin: 0px 0px 4px 50px;
display: block;
line-height: 20px;
}
#bbpress-forums .bbp-body .super-sticky,
#bbpress-forums .bbp-body .sticky {
background-color: #fcfcfc !important;
}
#bbpress-forums .bbp-body .super-sticky li.bbp-topic-title,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title {
top: 1px;
}
#bbpress-forums .bbp-body .super-sticky .bbp-topic-started-by img,
#bbpress-forums .bbp-body .sticky .bbp-topic-started-by img {
top: 2px;
}
#bbpress-forums .bbp-body .super-sticky li.bbp-topic-title .bbp-topic-permalink,
#bbpress-forums .bbp-body .sticky li.bbp-topic-title .bbp-topic-permalink {
margin-bottom: 3px;
color: #4db2ec;
}
#bbpress-forums li.bbp-topic-freshness {
width: 27%;
}
#bbpress-forums li.bbp-topic-title {
width: 55%;
}
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
border-radius: 0px;
}
#bbpress-forums div.bbp-template-notice p {
margin: 9px 0px 9px 9px !important;
position: relative;
font-size: 11px;
line-height: 20px;
}
#bbpress-forums div.bbp-template-notice img {
width: 20px !important;
display: inline;
vertical-align: middle;
margin-bottom: 0px !important;
margin-left: 5px;
margin-right: 5px;
}
#bbpress-forums .wp-editor-area {
border: 1px solid #e6e6e6;
}
#bbpress-forums button {
border: none;
box-shadow: none;
color: #ffffff;
background: none #222222;
font-size: 11px;
padding: 10px;
text-shadow: none;
border-radius: 3px;
line-height: 1;
margin-bottom: 10px;
}
#bbpress-forums button:hover {
background-color: #4db2ec;
}
#bbpress-forums .bbp-replies .bbp-header {
margin-top: 0px;
}
#bbpress-forums .bbp-body .hentry {
padding: 0px;
}
#bbpress-forums ul.bbp-replies .bbp-body .hentry,
#bbpress-forums ul.bbp-search-results .bbp-body .hentry {
margin-bottom: 40px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums ul.bbp-replies .bbp-body .hentry,
#bbpress-forums ul.bbp-search-results .bbp-body .hentry {
margin: 0;
}
}
#bbpress-forums .bbp-reply-post-date,
#bbpress-forums .bbp-topic-post-date {
font-size: 11px;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
padding: 4px 8px 5px 8px;
background-color: #fcfcfc;
border-bottom: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
padding: 4px 0 5px 0;
}
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-search-author {
width: 80px !important;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-search-author a.bbp-author-name {
font-family: 'Open Sans', arial, sans-serif;
font-weight: 600;
line-height: 16px;
margin: 0px;
width: 80px;
word-wrap: break-word;
}
#bbpress-forums div.bbp-forum-author br,
#bbpress-forums div.bbp-topic-author br,
#bbpress-forums div.bbp-reply-author br,
#bbpress-forums div.bbp-search-author br {
display: none;
}
#bbpress-forums div.bbp-forum-author img,
#bbpress-forums div.bbp-topic-author img,
#bbpress-forums div.bbp-reply-author img,
#bbpress-forums div.bbp-search-author img {
display: inline-block;
margin-bottom: 2px;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-search-author .bbp-author-role {
color: #c3c3c3;
font-size: 10px;
font-style: normal;
line-height: 20px;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author {
text-align: left;
}
#bbpress-forums li.bbp-header div.bbp-forum-content,
#bbpress-forums li.bbp-header div.bbp-topic-content,
#bbpress-forums li.bbp-header div.bbp-reply-content {
margin-left: 85px;
}
#bbpress-forums li.bbp-footer div {
display: none;
}
#bbpress-forums .bbp-forum-header a.bbp-forum-permalink,
#bbpress-forums .bbp-topic-header a.bbp-topic-permalink,
#bbpress-forums .bbp-reply-header a.bbp-reply-permalink {
font-size: 10px;
color: #555555;
position: relative;
top: 1px;
margin-left: 20px;
}
#bbpress-forums .bbp-forum-header a.bbp-forum-permalink:hover,
#bbpress-forums .bbp-topic-header a.bbp-topic-permalink:hover,
#bbpress-forums .bbp-reply-header a.bbp-reply-permalink:hover {
color: #000000;
}
#bbpress-forums .bbp-body div.bbp-forum-content,
#bbpress-forums .bbp-body div.bbp-topic-content,
#bbpress-forums .bbp-body div.bbp-reply-content {
margin-left: 100px !important;
}
#bbpress-forums .bbp-forums .bbp-body div.bbp-forum-content {
margin-left: 0px !important;
}
#bbpress-forums fieldset.bbp-form {
margin-bottom: 0px;
}
#bbpress-forums .bbp-reply-form {
margin-top: 20px;
}
#bbpress-forums div.bbp-forum-title,
#bbpress-forums div.bbp-topic-title,
#bbpress-forums div.bbp-reply-title {
clear: both;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
font-size: 12px;
color: #c3c3c3;
margin: 3px 0px 3px 0px;
}
#bbpress-forums div.bbp-forum-title h3 a,
#bbpress-forums div.bbp-topic-title h3 a,
#bbpress-forums div.bbp-reply-title h3 a {
font-size: 12px;
font-weight: 600;
margin-left: 10px;
}
#bbpress-forums div.bbp-forum-title .bbp-topic-title-meta,
#bbpress-forums div.bbp-topic-title .bbp-topic-title-meta,
#bbpress-forums div.bbp-reply-title .bbp-topic-title-meta {
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
color: #c3c3c3;
}
#bbpress-forums div.bbp-forum-title .bbp-topic-title-meta a,
#bbpress-forums div.bbp-topic-title .bbp-topic-title-meta a,
#bbpress-forums div.bbp-reply-title .bbp-topic-title-meta a {
font-size: 12px;
font-weight: 600;
margin-left: 10px;
}
#bbpress-forums .bbp-topic-header .bbp-meta .bbp-topic-permalink {
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
}
#bbpress-forums #subscription-toggle {
color: #575757;
font-weight: normal;
margin-right: 8px;
}
#bbpress-forums #subscription-toggle a,
#bbpress-forums #favorite-toggle a {
color: #ffffff;
}
#bbpress-forums #subscription-toggle a:hover,
#bbpress-forums #favorite-toggle a:hover {
color: #4db2ec;
}
#bbpress-forums .bbp-pagination .current {
background-color: #4db2ec;
border-color: #4db2ec;
color: #ffffff;
}
#bbpress-forums .bbp-pagination a,
#bbpress-forums .bbp-pagination span {
border: 1px solid #e6e6e6;
border-radius: 3px;
color: #444444;
display: inline-block;
float: left;
line-height: 21px;
margin-left: 5px;
min-width: 28px;
padding: 2px 5px 3px;
text-align: center;
}
#bbpress-forums .bbp-pagination a:hover {
background-color: #444444;
border-color: #444444;
color: #ffffff;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination .bbp-pagination-links span.current {
opacity: 1;
}
#bbpress-forums .bbp-topic-tags p {
font-size: 10px;
color: #c3c3c3;
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-body li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title,
#bbpress-forums li.bbp-body li.bbp-topic-title {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-body li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title,
#bbpress-forums li.bbp-body li.bbp-topic-title {
width: 100%;
}
}
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
width: 20%;
}
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
width: 58%;
}
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
font-size: 10px;
}
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title {
text-align: center;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
}
}
div.bbp-search-form input,
div.bbp-search-form button {
/* responsive portrait phone */
}
@media (max-width: 510px) {
div.bbp-search-form input,
div.bbp-search-form button {
padding: 8px 15px;
}
}
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
font-size: 17px;
line-height: 16px;
}
}
#bbpress-forums .bbp-body ul {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums .bbp-body ul {
padding-bottom: 5px !important;
}
}
#bbpress-forums .bbp-body div.bbp-reply-author {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: 0;
min-height: inherit;
}
}
#bbpress-forums .bbp-topic-tags p {
/* responsive portrait phone */
}
@media (max-width: 510px) {
#bbpress-forums .bbp-topic-tags p {
margin-top: 10px;
margin-bottom: 20px !important;
}
}
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums div.bbp-reply-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
width: 20px;
margin: 0 10px 0 0 !important;
vertical-align: top;
position: relative;
top: 0;
}
}
#bbpress-forums .reply .bbp-reply-author,
#bbpress-forums .topic .bbp-topic-author,
#bbpress-forums .topic .bbp-reply-author {
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums .reply .bbp-reply-author,
#bbpress-forums .topic .bbp-topic-author,
#bbpress-forums .topic .bbp-reply-author {
width: 100% !important;
text-align: left;
color: #c3c3c3;
font-size: 10px;
padding: 6px 0 2px 0 !important;
margin-bottom: 6px !important;
background-color: #fcfcfc;
border-bottom: 1px solid #e6e6e6;
}
}
@media (max-width: 767px) {
#bbpress-forums .reply .bbp-reply-author .bbp-author-name,
#bbpress-forums .topic .bbp-topic-author .bbp-author-name,
#bbpress-forums .topic .bbp-reply-author .bbp-author-name {
font-size: 12px;
}
}
#bbpress-forums .reply .bbp-reply-author .bbp-author-name,
#bbpress-forums .topic .bbp-topic-author .bbp-author-name,
#bbpress-forums .topic .bbp-reply-author .bbp-author-name,
#bbpress-forums .reply .bbp-reply-author .bbp-author-role,
#bbpress-forums .topic .bbp-topic-author .bbp-author-role,
#bbpress-forums .topic .bbp-reply-author .bbp-author-role,
#bbpress-forums .reply .bbp-reply-author .bbp-reply-ip,
#bbpress-forums .topic .bbp-topic-author .bbp-reply-ip,
#bbpress-forums .topic .bbp-reply-author .bbp-reply-ip {
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums .reply .bbp-reply-author .bbp-author-name,
#bbpress-forums .topic .bbp-topic-author .bbp-author-name,
#bbpress-forums .topic .bbp-reply-author .bbp-author-name,
#bbpress-forums .reply .bbp-reply-author .bbp-author-role,
#bbpress-forums .topic .bbp-topic-author .bbp-author-role,
#bbpress-forums .topic .bbp-reply-author .bbp-author-role,
#bbpress-forums .reply .bbp-reply-author .bbp-reply-ip,
#bbpress-forums .topic .bbp-topic-author .bbp-reply-ip,
#bbpress-forums .topic .bbp-reply-author .bbp-reply-ip {
display: inline-block;
margin-right: 10px;
text-align: left;
width: auto;
}
}
#bbpress-forums .bbp-body .reply .bbp-reply-content,
#bbpress-forums .bbp-body .topic .bbp-reply-content,
#bbpress-forums .bbp-body .topic .bbp-topic-content {
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums .bbp-body .reply .bbp-reply-content,
#bbpress-forums .bbp-body .topic .bbp-reply-content,
#bbpress-forums .bbp-body .topic .bbp-topic-content {
margin: 0 !important;
padding: 0 8px 12px 30px;
}
}
#bbpress-forums .bbp-body .reply .bbp-reply-content p,
#bbpress-forums .bbp-body .topic .bbp-reply-content p,
#bbpress-forums .bbp-body .topic .bbp-topic-content p {
/* responsive portrait phone */
}
@media (max-width: 767px) {
#bbpress-forums .bbp-body .reply .bbp-reply-content p,
#bbpress-forums .bbp-body .topic .bbp-reply-content p,
#bbpress-forums .bbp-body .topic .bbp-topic-content p {
margin-bottom: 21px;
}
}
/* widgets
*/
.widget_display_search {
margin-bottom: 20px;
}
.widget_display_search form {
position: relative;
margin-top: 21px;
}
.widget_display_search .block-title {
margin-bottom: 0px;
}
.widget_display_search label {
display: none;
}
.widget_display_search #bbp_search {
height: 32px;
width: 95%;
}
.widget_display_search #bbp_search_submit {
position: absolute;
top: 0;
right: 0;
border-radius: 0 3px 3px 0;
}
.bbp_widget_login {
margin-bottom: 20px;
}
.bbp_widget_login .block-title {
margin-bottom: 0;
display: block;
}
.bbp_widget_login fieldset {
border: none;
margin: 0;
padding: 0;
}
.bbp_widget_login fieldset #user_pass {
border: 1px solid #e6e6e6;
color: #444444;
font-size: 12px;
height: 34px;
line-height: 21px;
max-width: 100%;
padding: 3px 9px;
width: 100%;
}
.bbp_widget_login fieldset #user_pass:focus {
border-color: #cccccc;
}
.bbp_widget_login .button {
border: none;
box-shadow: none;
color: #ffffff;
background: none #222222;
font-size: 11px;
padding: 8px 14px;
text-shadow: none;
border-radius: 3px;
line-height: 1;
margin-bottom: 10px;
}
.bbp_widget_login .button:hover {
background-color: #4db2ec;
color: #ffffff;
}
.bbp_widget_login h4 {
margin: 6px 10px 0 0;
font-size: 14px;
display: inline-block;
}
.bbp_widget_login .bbp-logged-in {
margin-top: 20px;
display: inline-block;
}
.widget_display_replies,
.widget_display_topics {
margin-bottom: 20px;
display: inline-block;
}
.widget_display_replies .block-title,
.widget_display_topics .block-title {
margin-bottom: 0;
display: block;
}
.widget_display_replies li,
.widget_display_topics li {
line-height: 20px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #e6e6e6;
}
.widget_display_replies ul,
.widget_display_topics ul {
margin-top: 20px;
}
.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name {
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: 600;
color: #4db2ec;
left: -2px;
position: relative;
}
.widget_display_replies div,
.widget_display_topics div {
display: block;
font-size: 11px;
color: #c3c3c3;
}
.widget_display_replies .bbp-reply-topic-title,
.widget_display_topics .bbp-reply-topic-title {
left: 3px;
position: relative;
}
.widget_display_replies img,
.widget_display_topics img {
float: left;
width: 40px;
margin-right: 10px;
margin-bottom: 10px;
}
.widget_display_stats .block-title {
margin-bottom: 0;
}
.widget_display_stats dl {
margin-top: 20px;
}
.widget_display_stats dd {
display: inline-block;
margin: 0 0 10px 0;
text-align: right;
width: 30%;
padding-bottom: 4px;
padding-top: 4px;
border-bottom: 1px dashed #e6e6e6;
}
.widget_display_stats dt {
display: inline-block;
float: left;
width: 70%;
margin-bottom: 10px;
padding-bottom: 4px;
padding-top: 4px;
border-bottom: 1px dashed #e6e6e6;
}
.td-footer-container .button {
background-color: #000000;
}
.td-footer-container .widget_display_stats dt,
.td-footer-container .widget_display_stats dd,
.td-footer-container .widget_display_replies li,
.td-footer-container .widget_display_topics li {
border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
.widget_display_replies,
.widget_display_topics {
width: 100%;
}
@media (max-width: 480px) {
.bbp-search-results .bbp-topic-author {
position: relative;
padding-left: 80px;
}
.bbp-search-results .bbp-topic-author img.avatar {
position: absolute;
left: 0;
max-width: 60px !important;
margin: 0 !important;
}
.bbp-search-results .bbp-topic-author a.bbp-author-name {
display: inline-block !important;
text-align: left;
}
}
#bbpress-forums #bbp-single-user-details {
width: 100%;
margin-bottom: 20px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
display: inline-block;
}
#bbp-user-navigation ul {
text-align: center;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
margin-right: auto;
margin-left: auto;
}
#bbpress-forums #bbp-user-body {
margin-left: 0;
}
.bbp-row-actions #favorite-toggle a,
.bbp-row-actions #subscription-toggle a {
position: absolute;
top: 2px;
left: 0;
z-index: 1;
font-size: 9px;
line-height: 12px;
color: #faa !important;
}