/*======================================
Theme Name: Bright Cat Marketing Child Theme
Theme URI: https://brightcatmarketing.com/
Description: This is a Divi Child Theme
Author: Bright Cat Marketing
Author URI: https://brightcatmarketing.com/
Author Email: hello@brightcatmarketing.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*add your custom CSS below this line*/


/* Reuse bbPress subscription icon styling */
#subscription-toggle a.subscription-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .tax-farming-company #subscription-toggle a{
    color: #6BC59A !important;
  }
  #subscription-toggle a.subscription-toggle:not(.is-subscribed) {
    color: #333;
    border-color: #ddd;
  }
  #subscription-toggle a.subscription-toggle:not(.is-subscribed):hover {
    background-color: #ffff;
    color: #b0c0a2;
    border-color: #ffff;
  }
  #subscription-toggle a.subscription-toggle.is-subscribed {
    background-color: #ffff;
    color: #6BC59A;
    border-color: #ffff;
  }
  #subscription-toggle a.subscription-toggle.is-subscribed:hover {
    background-color: #005f8d;
    border-color: #005f8d;
  }
  #subscription-toggle a.subscription-toggle:before {
    content: "\f0f3"; /* bell */
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
  }
  
  .tax-farming-company #subscription-toggle{
      display: block  !important;
  }
  
  .tax-farming-company #bbpress-forums div.bbp-reply-header{
    background-color: #f4f4f4 !important;
  }
  
  .tax-farming-company iframe#bbp_reply_content_ifr{
    height: 100px !important;
  }
  #bbpress-forums .youzify-bbp-box .youzify-bbp-box-content{
      padding: 0px !important;
  }
  
  #favorite-toggle{
      display: none !important;
  }
  #bbp_reply_submit{
    max-width: 200px;
    cursor: pointer;
  }