<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: MagCrunch-child
Version: 1.0
Description: A child theme of MagCrunch
Template: magcrunch
*/

@import url("../magcrunch/style.css");

/* Global Forum style */
  //.forum a { color: black !important; }

/* Forum Title */
.entry-title {
  //color: #212121;
}

/*bbp forum style */
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-topics  {
   Border:  1px solid  ; border-radius: 25px; border-color: #000000;
}
#bbpress-forums li.bbp-header {
  font-size: 14px;
}
#bbpress-forums li.bbp-body {
  font-size: 14px;
  font-weight: normal;
}
#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-topic-freshness  {
  font-size: 10px;
  font-weight: normal;
}
#bbpress-forums .bbp-forum-link {
  font-size: 12px;
  font-weight: normal;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  //background: #000000;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
  //background: #ffffff;
} 
#bbpress-forums ul.bbp-forums-list {
  //Border:  1px solid  ;
}
#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer {
  //Border:  1px solid  ;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
  //Border:  1px solid  ; 
  //border-color: #000000;
}
/* Forum Topic page
#bbpress-forums .bbp-topic-title {
  //Font-weight:  normal; 
  //Font-size: 14px;
}
/* Forum Reply Send button */
#bbpress-forums .button {
  //background-color: blue;
  //color: red;
}

/* Forum Reply Tag */
/* .form-allowed-tags{
  display:none;
}
#bbp_topic_tags {
  display: none;
}
#bbp_topic_tags] {
  display: none
}
*/

/* Forum Topic Header style */
#bbpress-forums div.bbp-forum-header, 
#bbpress-forums div.bbp-topic-header, 
#bbpress-forums div.bbp-reply-header {
  background-color: inherit;
}
span.bbp-admin-links {
  color: #2d2d2d;
 }
span.bbp-admin-links, span.bbp-admin-links a {
  color: #2d2d2d;
  font-weight: normal;
  font-size: 12px;
}
.bbp-reply-header a.bbp-reply-permalink {
  color: #2d2d2d;
  font-weight: normal;
}

/* Removed Author info */
/* #bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author{
  display: none !important;
}
*/
/* Removed Author Column, changes alignment*/ 
/* #bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 20px; // here what you need change it was 130
  padding: 12px 12px 12px 0;
  text-align: left;
} 
*/

/* Forum Reply HTML Tag */
.form-allowed-tags{
  display:none;
}

/* Remove Author Avatar */
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  display: none;
}

/* remove all small avatar */
.avatar-14 {
  display: none !important; 
}

/* Remove Author Role */
#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 {
  display: none;
}

/* Forum Search box */
#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  width: auto;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  width:50px
}

/* Forum Reply HTML Toolbar */
#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1em;
  background: #000;
  color: #fff;
  width: auto;
}


/* remove Forum Topic voice/participant column */
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
visibility: hidden;
} 

/* Newsletter button size */
.es_textbox_button {
	width:auto;
}
</pre></body></html>