/* Basic */
#jobs_wrapper .no-results {
  margin-top: 20px;
}

/* Home Kat */
#jobs-list-home-categories ul.et_pb_tabs_controls {
  background-color: transparent;
}
#jobs-list-home-categories .et_pb_tabs_controls li.et_pb_tab_active {
  border-bottom: 1px solid transparent;
}
#jobs-list-home-categories .et_pb_tabs_controls li {
  border-left: none;
  border-right: none;
  margin-right: 10px;
  border-bottom: 1px solid #f49100;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#jobs-list-home-categories ul.et_pb_tabs_controls:after {
  border: none;
}
#jobs-category-listing-home ul {
  list-style-type: none;
  padding-left: 0;
  display: table;
}
#jobs-category-listing-home ul li {
  line-height: 1.5rem;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: table-row;
}
#jobs-category-listing-home ul li::before {
  content: '> ';
  display: table-cell;
  text-align: right;
  padding-right: 0.3em;
  color: #f49100;
}
#jobs-category-listing-home ul li a {
  color: #f49100;
}
#jobs-category-listing-home ul li#cat-4561 a {
  font-weight: bold;
}
#jobs-category-listing-home ul li a:hover {
  color: #f49100;
}
#jobs-city-listing-home ul {
  list-style-type: none;
  padding-left: 0;
  display: table;
}
#jobs-city-listing-home ul li {
  line-height: 1.5rem;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: table-row;
}
#jobs-city-listing-home ul li::before {
  content: '> ';
  display: table-cell;
  text-align: right;
  padding-right: 0.3em;
  color: #f49100;
}
#jobs-city-listing-home ul li a {
  color: #f49100;
}
#jobs-city-listing-home ul li a:hover {
  color: #f49100;
}

/* Searchbar Home */
#jobs-searchbar-home {
  background-color: transparent;
  text-align: center;
}
#jobs-searchbar-home .input,
#jobs-searchbar-home .facetwp-location {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  padding: 16px;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#jobs-searchbar-home select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 10px;
  font-weight: bold;
}
#jobs-searchbar-home #search_button {
  background-color: #000;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 1.35rem;
  border: none;
  cursor: pointer;
}
#jobs-searchbar-home ::-webkit-input-placeholder,
#jobs-searchbar-home :-ms-input-placeholder,
#jobs-searchbar-home ::placeholder {
  color: #000;
}

#jobs-searchbar-home .location-wrap {
  width: 75%;
}
#jobs-searchbar-home .facetwp-type-proximity {
  text-align: left;
}
#jobs-searchbar-home .facetwp-radius-dropdown {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  height: 50px;
  width: 20%;
  float: right;
}
#jobs-searchbar-home .facetwp-type-proximity .location-results {
  z-index: 999999;
}
#jobs-searchbar-home .facetwp-facet {
  margin-bottom: 0;
}

/* TOP Jobs Home */
#jobs-top-jobs .jobs-top-jobs-item {
  text-align: center;
  padding-bottom: 30px;
}
#jobs-top-jobs .jobs-top-jobs-item .jobs-top-jobs-title {
  font-size: 1rem;
  font-family: Roboto;
  font-weight: 900;
  line-height: 1rem;
}
#jobs-top-jobs .jobs-top-jobs-item .jobs-top-jobs-company,
#jobs-top-jobs .jobs-top-jobs-item .jobs-top-jobs-location {
  color: grey;
  font-weight: 600;
  font-size: 0.938rem;
  line-height: 1rem;
}
#jobs-top-jobs .jobs-top-jobs-item .jobs-top-jobs-location {
  margin-bottom: 10px;
}
#jobs-top-jobs .jobs-top-jobs-item .jobs-top-jobs-link {
  background-color: #000;
  color: #fff;
  padding: 2px;
  font-size: 0.875rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
#jobs-top-jobs .no-results {
  text-align: center;
}
#jobs-top-jobs .jobs-top-jobs-item .img-wrapper {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#jobs-top-jobs .jobs-top-jobs-item .img-wrapper img {
  vertical-align: center;
}

/* Searchbar */
#jobs-searchbar {
  background-color: transparent;
  padding: 10px;
  text-align: center;
}
#jobs-searchbar .facetwp-autocomplete,
#jobs-searchbar .facetwp-sort-select,
#jobs-searchbar .facetwp-dropdown,
#jobs-searchbar select.input,
#jobs-searchbar .facetwp-location {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 30px;
}
#jobs-searchbar .facetwp-sort-select,
#jobs-searchbar .facetwp-dropdown,
#jobs-searchbar select.input {
  padding: 0;
  padding-left: 7px;
}
#jobs-searchbar #search_button {
  background-color: #000;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 1.35rem;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#jobs-searchbar ::-webkit-input-placeholder,
#jobs-searchbar :-ms-input-placeholder,
#jobs-searchbar ::placeholder {
  color: #000;
}
#jobs-searchbar input.facetwp-autocomplete-update {
  display: none;
}
#jobs-searchbar .facetwp-facet {
  margin-bottom: 10px;
}
#result-counter .facetwp-counts {
  text-align: right;
  margin-top: 30px;
  font-weight: bold;
  font-size: 0.9rem;
  border-bottom: 3px solid #000;
}
#jobs-searchbar .facetwp-type-proximity {
  text-align: left;
}
#jobs-searchbar .facetwp-type-proximity .location-wrap {
  width: 70%;
}
#jobs-searchbar .facetwp-radius-dropdown {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  height: 30px;
  width: 82px;
  float: right;
}
#jobs-searchbar .facetwp-type-proximity .location-results {
  z-index: 999999;
}
#jobs-searchbar input.facetwp-location {
  min-width: initial;
}

/* Joblisting */
.job-listing-item {
  padding: 15px;
  padding-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.job-listing-item:last-child {
  border-bottom: none;
}
.job-listing-item .jli-title a {
  font-size: 1rem;
  font-family: Roboto;
}
.job-listing-item .jli-title a:hover {
  color: #f49100;
  text-decoration: underline;
}
.job-listing-item .jli-company,
.job-listing-item .jli-date,
.job-listing-item .jli-location {
  color: #686868;
}
.job-listing-item .fas {
  color: #333;
  width: 15px;
  margin-right: 7px;
  text-align: center;
}
.job-listing-item .jli-premium {
  display: none;
}
.autocomplete-suggestions {
  font-size: 11px;
}

/* Premium */
.job-listing-item-premium-1 {
  background-color: #faf5eb;
}
.job-listing-item-premium-1 .jli-premium {
  background-color: #000;
  color: #fff;
  width: 80px;
  text-align: center;
  font-size: 13px;
  padding: 3px 7px;
  line-height: 1rem;
  margin-top: -15px;
  position: absolute;
  right: 0;
  display: block;
}
.job-listing-item-premium-1 .jli-date-location {
  margin-top: 20px;
}

/* Premium Single */
body.single-jobs footer {
  display: none;
}

/* Facet */
.facetwp-pager a {
  color: #f49100;
}

@media only screen and (max-width: 1120px) {
  #jobs-searchbar .facetwp-type-proximity .location-wrap {
    width: 60%;
  }
  #jobs-searchbar .facetwp-autocomplete-update i {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 981px) {
  #jobs-searchbar-home .location-wrap,
  #jobs-searchbar-home .facetwp-radius-dropdown {
    width: 100%;
  }
  #jobs-searchbar-home .location-wrap,
  #jobs-searchbar-home #search_keywords {
    margin-bottom: 10px;
  }
  #jobs-searchbar-home #search_button {
    margin-top: 10px;
  }
  #jobs-searchbar .facetwp-type-proximity .location-wrap {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  #jobs-top-jobs .jobs-top-jobs-item {
    margin-bottom: 20px;
  }
  #jobs-searchbar #search_button {
    margin-top: 5px;
  }
  #jobs-searchbar .facetwp-radius-dropdown {
    width: 100%;
    margin-top: 10px;
  }
  #jobs-searchbar .facetwp-type-proximity .location-wrap {
    width: 100%;
  }
  #jobs-searchbar .facetwp-facet-job_categories,
  .tax-jobs_categories #jobs-searchbar .facetwp-facet-jobs_company {
    margin-top: 10px;
  }
  #jobs-searchbar .facetwp-autocomplete-update i {
    font-size: inherit;
  }
}
