.jobs-width
{
    width: 100% !important;
}
.featured_custom_element
{
    color: #d6d5cb;
    font-size: 13px;
    min-height: 18px
}
.featured_custom_element:hover
{
    color: #d6d5cb;
}
.featured_custom_title
{
    color: #2dc6ff;
    font-size: 28px;
}
.meta_custom
{
    list-style: none;
    padding: 0;
}
.full-time
{
    background-color: #90da36 !important;
}
.contract
{
    background-color: #1572bc !important;
}
.internship
{
    background-color: #6033cc !important;
}
.part-time
{
    background-color: #f08d3c !important; ;
}
.temporary
{
    background-color: #d93674 !important;
}
.company_name_custom
{
    padding-left: 20px;
    font-size: 14px;
    color: #8b8b8a;

}
.meta_custom_left
{
    width: 50%;
    float: left;
}
.meta_custom_left .featured_custom_title{
  color: #0065B7;
  font-size: 20px;
  text-decoration: underline;
}
.meta_custom_right
{
    width: 50%;
    float: right;
    text-align: right;
    padding: 20px 0 20px 0px;
    font-size: 15px;
    color: #000000;
}
article.job_listing #gps-single-post-image:not(.job-logo){
  display: none;
}
.job_listing .job-type{
  color: #212b32;
}
.meta_custom_bottom .cta, .single_job_listing .application .application_button, .sidebar-job-meta .application .application_button{
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  font-size: 16px;
  border: none;
}
.application .application_button:focus{
  outline: none;
}
.sidebar-job-meta .application .application_details{
  clear: both;
    border: 1px solid #eee;
    padding: 0.75em 1em 0;
    margin: 1em 0;
    line-height: 1.5em;
    display: block;
    position: relative;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.location_custom
{
    width: 100%;
}
.date_custom
{
    font-size: 15px;
    color: #8b8b8a;
}
.table_custom
{
    padding: 7px 0px 30px 31px !important
}
.company_job
{
    position: relative;
    border: 1px solid #eee;
    padding: 1em;
    margin: 0 0 2em;
    display: block;
    clear: both;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-sizing: content-box;
}
.name_job_custom
{
    margin-bottom: 0 !important;
}
.gp-jobs-show-widget{
    display: none!important;
}
ul.job_listings li.job_listing, .sidebar-job-meta{
    border-bottom: 5px solid #d4d6d6;
    background-color: #fff;
    width: 47%;
    display: inline-block;
    margin-bottom: 3%;
}
ul.job_listings li.job_listing:nth-child(odd){
  margin-right: 3%;
}
ul.job_listings li.job_listing a{
  padding: 0 20px 20px;
}
.location_custom::before{
  content: "";
  background: url('../../img/location-dot-solid.png') top left no-repeat;
  background-size: 12px;
  width: 12px;
  height: 16px;
  margin-left: -20px;
  margin-top: 5px;
  position: absolute;
}
.sidebar-job-meta .location_custom{
  margin-left: 20px;
}
.ind-job-listing .job-listing-meta, .ind-job-listing .company_job{
  display: none;
}

@media (max-width: 768px){
  ul.job_listings li.job_listing{
      width: 100%;
      margin-bottom: 30px;
  }
  ul.job_listings li.job_listing:nth-child(odd){
    margin-right: 0;
  }
  .meta_custom_right
  {
      width: 100%;
      float: left;
      text-align: left;
      padding: 0 0 20px 0;
  }
  .meta_custom_left{
    width: 100%;
  }
  .location_custom{
    margin-left: 20px;
  }
  .sidebar-job-meta{
    border-bottom: none;
  }
  .sidebar-job-meta .meta_custom_bottom{
    display: none!important;
  }
}
