 /* Navigation */
#channel-tabbar ul li a::before  {
    font-family: "Font Awesome 5 Pro" !important; 
    font-weight: 900 !important; 
    background: none !important;
    opacity: 1 !important;
    display: inline !important;
  }
  .navbar_home:before {
    content: "\f4b6" !important;
  }
  .navbar_social_groups::before {
    content: "\f500" !important;
  }
  .navbar_vendors::before {
    content: "\f49e" !important;
  }
  .navbar_chat::before {
    content: "\f4a6" !important;
  }
  .navbar_faq::before {
    content: "\f059" !important;
  }
  .navbar_subscribe::before {
    content: "\f005" !important;
  }
  .navbar_advertise::before {
    content: "\f641" !important;
  }
  .navbar_mailing_list::before {
    content: "\f0e0" !important;
  }
  .navbar_contact_us::before {
    content: "\f095" !important;
  }
  .navbar_icmag_chat::before {
    content: "\f4a6" !important;
  }
  .navbar_search::before {
    content: "\f002" !important;
  }
  
  /* Listings */
  span.b-icon__speech-double-large--blue {
    background-image: none !important;
    text-indent: 0px !important;
  }
  span.b-icon__speech-single2--blue {
    background-image: none !important;
    text-indent: 0px !important;
    height: auto !important;
    width: auto !important;
    margin-top: 0px !important;
  }
  span.b-icon__speech-double-large--blue::before {
    font-family: "Font Awesome 5 Pro" !important; 
    font-size: 27px !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    display: inline !important;
    content: "\f55f" !important;
    color: #268444 !important;
  }
  span.b-icon__speech-single2--blue::before {
    font-family: "Font Awesome 5 Pro" !important; 
    font-size: 11px !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    display: inline !important;
    content: "\f55f" !important;
    color: #268444 !important;
  }
  span.b-icon__speech-double-large--gray {
    background-image: none !important;
    text-indent: 0px !important;
  }
  span.b-icon__speech-single2--gray {
    background-image: none !important;
    text-indent: 0px !important;
    height: auto !important;
    width: auto !important;
    margin-top: 0px !important;
  } 
  span.b-icon__speech-double-large--gray::before {
    font-family: "Font Awesome 5 Pro" !important; 
    font-size: 27px !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    display: inline !important;
    content: "\f55f" !important;
    color: #D1DEE5 !important;
  }
  span.b-icon__speech-single2--gray::before {
    font-family: "Font Awesome 5 Pro" !important; 
    font-size: 11px !important;
    font-weight: 900 !important;
    opacity: 1 !important;
    display: inline !important;
    content: "\f55f" !important;
    color: #D1DEE5 !important;
  }