header .dropdown-menu>li>a{
    font-size: 20px !important;
    color: #c3c3c3 !important;
  }
  header .dropdown-menu>li>a:hover{
    color:#fff !important;
  }
  .main-menu-item li.current-menu-item > a{
    color: #fff !important;
  }
  a:hover{
    color:#000000 !important;
  }
  textarea.bbp-the-content{
    font-size: 15px !important;
  }
  #bbpress-forums fieldset.bbp-form input[type=text]{
    font-size: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: max-content !important;
  }
  #bbpress-forums fieldset.bbp-form #bbp_topic_subscription{
    -webkit-transform: scale(1) !important;
    margin-right: 5px !important;
  }
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-title{
    margin-top: -10px;
  }
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-info:hover:before,
  #bbpress-forums li.bbp-body ul.topic .bbp-topic-title:hover:before,
  #bbpress-forums .bbp-body li.bbp-forum-freshness .bbp-author-name,
  #bbpress-forums .bbp-body li.bbp-topic-freshness .bbp-author-name,
  li.bbp-topic-title .bbp-topic-permalink:hover,
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-info:hover .bbp-forum-title:hover,
  #bbpress-forums li.bbp-body ul.topic .bbp-topic-title:hover .bbp-topic-permalink:hover,
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-info .ld-bbpress-desc-link a:hover,
  #bbpress-forums p.bbp-topic-meta span:hover,
  #bbpress-forums div.bbp-reply-author:hover .bbp-author-name,
  #bbpress-forums li > a:hover,
  li.bbp-topic-title:hover {
    color: #179bd7 !important;
  }
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-info:hover .bbp-forum-title,
  #bbpress-forums li.bbp-body ul.topic .bbp-topic-title:hover:before,
  #bbpress-forums li.bbp-body ul.topic .bbp-topic-title:hover .bbp-topic-permalink,
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-info:hover:before{
    color: #000 !important;
  }
  #bbp-search-form #bbp_search_submit{
    margin-top: -1px !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 0px 10px !important;
  }
  .bbp-search-form input[type=submit]{
    background-color:#000 !important;
    font-size: 15px !important;
    padding: 8px 12px !important;
    margin: 5px 0px !important;
    border-radius: 4px !important;
  }
  .bbp-search-form input[type=submit]:hover,
  #bbp-search-form #bbp_search_submit:hover{
    background-color: #179bd7 !important;
  }
  #wpadminbar .quicklinks ul > li > a:hover{
    color: white !important;
  }
  #bbpress-forums li * {
    text-shadow: none;
    color: black;
  }
  #bbpress-forums .bbp-body li.bbp-forum-freshness .date-post a,
  #bbpress-forums .bbp-body li.bbp-topic-freshness .date-post a {
    position: absolute;
    top: -15px !important;
    left: 30px !important;
  }
  div.bbp-submit-wrapper .button{
    background-color: #5e3332 !important;
    color: #fff !important;
  }
  #bbpress-forums div.bbp-reply-author .bbp-author-role{
    margin-top: 0px !important;
    color: #000 !important;
    font-size:  10px !important;
  }
  #bbpress-forums div.bbp-reply-author .bbp-author-name{
    margin-top: 5px !important;
  }
  #bbpress-forums #subscription-toggle a{
    color: #179bd7 !important;
  }
  .bbp-reply-content p{
    font-size: 15px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
  }
  input.form-control.search-field {
    font-size: 25px !important;
  }
  content-wrapper textarea.bbp-the-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !important;
  }
  #bbpress-forums .bbp-breadcrumb a,
  #bbpress-forums .bbp-breadcrumb span{
    font-size: 15px !important;
  }
  #bbpress-forums li.bbp-body ul.topic:first-child {
    border-top: 1px solid #e5e5e5;
  }
  #bbpress-forums li.bbp-body ul.forum{
    border-bottom:none;
    border-top: 1px solid #e5e5e5 !important;
  }
  @media only screen and (max-width: 450px){
    .thumbnail-overflow .date-block{
        display: none !important;
    }
    #bbpress-forums li.bbp-body{
      display: block !important;
    }
    #bbpress-forums li{
      display:flex !important;
      flex-direction: column-reverse !important;
    }
    #bbpress-forums div.bbp-reply-author .bbp-author-name {
      margin: 0px 32% !important;
    }
    #bbpress-forums div.bbp-reply-content{
      text-align: center;
      padding: 5px;
    }
    #bbpress-forums span.bbp-admin-links{
      padding:75px;
    }
    #bbpress-forums .bbp-body li.bbp-forum-freshness,
    #bbpress-forums .bbp-header li.bbp-forum-freshness,
    #bbpress-forums .bbp-footer li.bbp-forum-freshness{
      display: none !important;
    }
    #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header{
      background: none !important;
    }
    #bbpress-forums li.bbp-forum-info{
      display: block !important;
    }
  }