h4 {
  margin-bottom: 0 !important;
}

.back_button {
  background: url(/wp-content/themes/kea/template-parts/templates/blog/images/back-button.png);
  width: 42px;
  height: 48px;
  background-size: cover;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 999;
  cursor: pointer;
}

.single_job_container {
  max-width: 1024px;
  width: 100%;
  margin: 80px auto 0 auto;
  position: relative;
}

.job_left,
.job_right {
  display: inline-block;
  vertical-align: top;
}

.job_left {
  width: 255px;
}

.job_right {
  width: 730px;
  margin-left: 30px;
}

.fa {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #F15A22;
}

.job_featured_image {
  /* position: relative; */
}

.job_featured_image img {
  max-width: 100%;
  margin: 0 auto;
}

.job_social_icons ul {
  padding-left: 0 !important;
}

.job_social_icons ul li {
  list-style-type: none !important;
  display: inline-block;
  padding-right: 10px;
}

p.status, p.company_address {
  margin-bottom: 0;
  font-weight: 700;
  color: #001730;
  opacity: 0.6;
}

.job_button_wrapper {
  display: block;
  margin-top: 30px;
  max-width: 250px;
  width: 100%;
  height: 80px;
  text-align: center;
}

.job_button_wrapper a {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  width: 250px;
  padding: 0;
  background: #f15922;
  display: block;
  margin-top: 0;
  border-radius: 12px;
  height: 40px;
  font-size: 20px;
  text-transform: initial;
  color: #fff !important;
  display: inline-grid;
  text-decoration: none;
  line-height: 0;
  align-items: center;
}

.job_button_wrapper a:focus {
  opacity: 0.75;
}

.job_button_wrapper a:active {
  transform: scale(0.9);
}

.job_title h2,
.job_title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #001730;
}

.job_description {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}

#job_mobile {
  display: none;
}

.kea_jobs_content {
  margin-top: 0 !important;
}

.kea_sliding_jobs_thumbnail img {
  height: 200px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.job_social_icons {
  margin-top: 20px;
}

@media only screen and (min-width:1024px) {
  .entry-content h3 {
    padding-left: 0;
  }
}

@media only screen and (min-width:1024px) and (max-width:1180px) {
  .job_right {
    margin-left: 30px;
    width: 650px;
  }

  .back_button {
    right: 0;
  }
}

@media only screen and (max-width:1023px) {
  #job_mobile {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px;
  }

  #job_desktop {
    display: none;
  }

  .job_featured_image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .job_title,
  .job_details,
  .job_social_icons,
  .job_description,
  .job_button_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job_featured_image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job_title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .job_Mdetails {
    padding-left: 15px;
    padding-right: 15px;
  }

  p.company_name {
    margin-bottom: 20px;
  }

  p.company_address {
    margin-bottom: 20px;
  }

  p.application_status {
    margin-bottom: 10px;
  }

  .job_button_wrapper {
    max-width: 100%;
  }

  .mback_button_container {
    text-align: center;
  }

  button.mback_button {
    text-align: center;
    letter-spacing: 0.02em;
    margin-top: 0;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #f25a21;
    max-width: 332px;
    width: 100%;
    background: #ffffff !important;
    border: 1px solid #f25a21 !important;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    color: #f25a21 !important;
    margin-bottom: 20px;
    border-radius: 12px;
    height: 50px;
    font-size: 20px;
    text-transform: initial;
  }

  button.mback_button:hover {
    height: 56px;
    margin-top: -3px;
    margin-left: -5px;
    margin-right: -5px;
    max-width: 342px;
    background: #fff;
  }

  span.job_icons {
    background: url(/wp-content/themes/kea/images/back-button-white.png);
    height: 18px;
    width: 18px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0;
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width:640px) {
  .job_title h2 {
    margin-bottom: 0
  }
}
