.hireowl-jobs-widget li {
  border: none!important;
}

.hireowl-jobs-widget .slick-prev:before,
.hireowl-jobs-widget .slick-next:before {
  color: #1386D2;
}

.hireowl-jobs-widget .slick-slide {
  padding: 0 14px;
}

.hireowl-jobs-widget button {
  padding: 0!important;
  height: auto!important;
  margin: 0;
  line-height: 0!important;
  box-shadow: none!important;
}

.hireowl-jobs-widget h3 {
  margin: 0 0 5px 0;
  word-break: break-word;
}

.hireowl-jobs-widget .ho_w_posted_on {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.hireowl-jobs-widget .ho_w_description {
  max-height: 115px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hireowl-jobs-widget .ho_w_cta {
  text-align: center;
  margin-bottom: 0px;
}

.hireowl-jobs-widget .ho_w_cta a {
  display: inline-block;
  color: #fff!important;
  text-decoration: none;
  background-color: #1386D2;
  cursor: pointer;
  font-size: 12px;
  line-height: 36px;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #1386D2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.hireowl-jobs-widget .ho_w_cta a:hover {
  background-color: #17b;
  color: #fff;
}