/**
 * bbPress RTL (Right-To-Left) CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links a {
 	 font-size: 16px;
 	 font-weight: bold;
 	 color: ;
}
span.bbp-admin-links {
  	font-size: 26px;
  	color: #8ebcab ;
}


/* =iframe responsive
-------------------------------------------------------------- */
iframe {
  /*border:#ede9df 1px solid;*/
  border:0;
  margin-bottom:20px;
  height="100%
overflow:hidden;
}


/* =Resume Directory Tables
-------------------------------------------------------------- */
.gf_directory td {
  padding: 5px;
}
.gf_directory th {
  padding: 5px;
  text-align:left;
}
.gfield_checkbox {
  list-style:none;
  list-style-image: none;
}
.search-box label {
  padding: 10px 5px;
  margin:0;
}
#lead_search {
  display:none;
}
#lead_search_button {
  margin-right:.625em;
  background: #cb8024;
  border-color: #cb8024;
  color: #fff;
  padding: 9px 15px !important;
}
#lead_search_button:hover {
  background: #e5993b;
  border-color: #e5993b;
  color: #fff;
}
/*.onsale{
  display:none;
}*/