.apply-button {
  /* display: inline-block; */
  /* padding: 4px 20px;
      background-color: #CBFB45;
      color: #151515 !important;
      font-weight: 400 !important;
      text-decoration: none;
      border-radius: 6px;

      margin-left: 20px; */
  background-color: #151515;
  margin-top: 0px;
}

.apply-button:hover {
  background-color: #151515;
  /* color: black !important; */
  /* background-color: white; */
}

.awx-lst-jobs a:hover {
  color: #cbfb45 !important;
  opacity: 1;
}

#frm_application {
  /* display: none; */
}

#form-field-field_job_title,
#form-field-field_location {
}

#awx-txt-job-title {
  font-size: 48px !important;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
}

#awx-txt-location {
  font-size: 24px !important;
  font-weight: 300;
  text-transform: uppercase;
  color: #cbfb45;
}

@media (max-width: 992px) {
  .apply-button {
    margin-top: 30px;
  }
}
