/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ===========================
   Qutoof bbPress Modern Style (No Green)
   =========================== */


#bbpress-forums {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
      padding-top: 10px;
}


#bbpress-forums h1, 
#bbpress-forums h2, 
#bbpress-forums h3 {
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}


#bbpress-forums a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

#bbpress-forums a:hover {
  color: #FF6C30;
}


#bbpress-forums #bbp-search-form {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

#bbpress-forums #bbp-search-form input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  padding: 10px 14px;
  font-size: 15px;
  width: 220px;
  transition: all 0.3s ease;
}

#bbpress-forums #bbp-search-form input[type="text"]:focus {
  border-color: #FF6C30;
  box-shadow: 0 0 6px rgba(255,108,48,0.25);
  outline: none;
}

#bbpress-forums #bbp-search-form button {
  background: #FF6C30;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 10px 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

#bbpress-forums #bbp-search-form button:hover {
  background: #e55a20;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 22px;
  border: 1px solid #eee;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

#bbpress-forums li.bbp-body ul.forum:hover,
#bbpress-forums li.bbp-body ul.topic:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
  border-color: #FF6C30;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  color: #222;
}


#bbpress-forums .bbp-forum-content {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-topic-freshness {
  font-size: 13px;
  color: #999;
  margin-top: 12px;
}


#bbpress-forums .button,
#bbpress-forums button,
#bbpress-forums input[type=submit] {
  background: #FF6C30;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

#bbpress-forums .button:hover,
#bbpress-forums button:hover,
#bbpress-forums input[type=submit]:hover {
  background: #e55a20;
}


#bbpress-forums fieldset.bbp-form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 28px;
  margin-top: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

#bbpress-forums fieldset.bbp-form legend {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

#bbpress-forums textarea,
#bbpress-forums input[type=text] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 14px;
  font-size: 15px;
  margin-bottom: 18px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#bbpress-forums textarea:focus,
#bbpress-forums input[type=text]:focus {
  border-color: #FF6C30;
  box-shadow: 0 0 6px rgba(255,108,48,0.25);
  outline: none;
}


#bbpress-forums .bbp-reply-header {
  background: #fafafa;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  border-radius: 8px 8px 0 0;
}

#bbpress-forums .bbp-reply-content {
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

/* ====== Pagination ====== */
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 15px;
  margin: 0 4px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  transition: all 0.3s ease;
}

#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current {
  background: #FF6C30;
  color: #fff;
  border-color: #FF6C30;
}

#bbpress-forums li.bbp-body, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header{
    padding: 20px;
}

#bbpress-forums li.bbp-header{
    background: linear-gradient(90deg, #ff5433, #5694ff);
     border-radius: 10px 10px 0 0;
}

#bbpress-forums ul.bbp-forums{
    border: 1px solid #eee;
    border-radius: 10px;
   
}


#bbpress-forums li.bbp-header ul{
        display: flex;
    justify-content: center;
    align-items: center;
}

#bbpress-forums .forum-titles li{
        font-size: 16px;
    font-weight: 500;
    color: #fff;
}


#bbpress-forums .bbp-body li.bbp-forum-topic-count ,#bbpress-forums .bbp-body li.bbp-forum-reply-count{
        color: #000000;
        font-size: 14px;
}


#bbpress-forums .bbp-forum-freshness, #bbpress-forums .bbp-topic-freshness{
    font-size: 16px;
    color: #fff;
    margin-top: 0;
}

#bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink{
    font-weight: 500;
}


#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
    font-size: 14px;
}


#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
        display: flex;
    justify-content: center;
    align-items: center;
}

#bbpress-forums a{
        color: #f3735e;
        font-weight: 500;
}


#bbpress-forums p.bbp-topic-meta img.avatar{
        border: 1px solid #eee;
    max-height: 30px;
    max-width: 30px;
}

#bbpress-forums .bbp-author-avatar img{
    margin-bottom: 2px;
}

#bbpress-forums li.bbp-footer{
    background-color: #fff;
}

#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p{
    margin: 0;
    font-size: 14px;
}

#bbpress-forums #bbp-search-form{
    margin-bottom: 0;
}

div.bbp-template-notice li, div.bbp-template-notice p{
    font-size: 14px;
}

#bbpress-forums fieldset.bbp-form legend{
    margin-bottom: 0;
    font-weight: 500;
}

#bbpress-forums fieldset.bbp-form input[type=text]{
    min-height: 40px;
    height: 40px;
    padding: 5px;
}
#bbpress-forums textarea, #bbpress-forums input[type=text]{
    border: 1px solid #eee;
    border-radius: 5px;
}


body #bbpress-forums fieldset.bbp-form{
        border: 1px solid #eee;
}

#bbpress-forums ul.bbp-replies li.bbp-header .bbp-reply-author{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#bbpress-forums ul.bbp-replies li.bbp-header .bbp-reply-content{
    background: transparent;
    border: none;
     color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#bbpress-forums div.bbp-reply-content{
        padding: 12px 12px 12px 12px;
}


#bbpress-forums #bbp-user-body #bbp-user-engagements .bbp-search-form{
    display: none;
}