/*
Theme Name: Site Theme
Description: This is a custom child theme
Theme URI:   https://ps://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://ps://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.single .heading-title {
	display: none!important;
}

.job_listing.featured {
  padding: 10px;
  background-color: transparent;
  display: inline-block;
}

.job_listing.featured:after {
  content: "Featured";
  font-size: 12px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.job_listing.featured:before {
  content: "\f005"; /* star icon */
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 5px;
}