/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.job-ad-wrapper .textarea {
  -webkit-appearance: none;
  background-color: #eee;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
}

.job-ad-wrapper .et_contact_bottom_container {
  float: right;
  text-align: right;
  margin-top: -1.5%;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
}

.job-ad-wrapper .et_pb_contact_submit {
  font-family: inherit;
  display: inline-block;
  margin: 0 0 0 18px;
  cursor: pointer;
}

.job-ad-wrapper .et_pb_button {
  border: 1px solid #E94E14 !important;
  background: #E94E14 !important;
  color: #fff !important;
}

.job-ad-wrapper .et_pb_contact_right p input {
  max-width: 50px;
  padding: 16px;
}

.job-ad-wrapper .et_pb_contact_form_label {
  display: none;
}

.job-ad-wrapper input.job-ad-error {
  border: 1px solid red !important;
}

.job-ad-wrapper label.job-ad-error {
  color: red;
}

.job-ad-wrapper #job-ad-apply-wrapper .file-btn {
  padding: 20px;
  max-width: 155px;
  display: block;
  font-size: 1.2rem;
  line-height: 11px;
  background-color: transparent !important;
  color: #142728 !important;
  text-align: center;
  border: 1px solid #F8C9BA;
  border-radius: 6px;
  margin-bottom: 20px;
}

.job-ad-wrapper #job-ad-apply-wrapper .file-btn {
  width: 155px;
}

.job-ad-wrapper #job-ad-cv-filename {
  margin-left: 20px;
  align-self: center;
}

.job-ad-cv-wrapper {
  display: flex;
  flex-direction: row;
}

#ansok {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.job-ads-filter-container {
  display: flex;
  justify-content: space-around;
}

.job-ads-filter-container p {
  flex: 1;
}

.job-ads-filter-container .input {
  -webkit-appearance: none;
  background-color: #eee;
  width: 92%;
  border-width: 0;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  padding: 16px;
}

.job-ads-filter-container .input:disabled {
  color: #999;
}

.job-ads-list-container {
  display: flex;
  flex-direction: column;
}

.job-ads-list-container p {
  flex: 1;
}

.post-meta-container {
  display: flex;
  flex-direction: column;
}

.post-meta-container .published {
  font-style: italic;
  font-size: 12px;
}

.job-ads-list-container .post-meta-container .meta-item {
  width: 20%
}

.job-ad-open-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 80px;
}

.job-ad-open-apply .btn {
  padding: 22px 19px;
  font-size: 2rem;
  min-width: unset;
  line-height: normal;
  white-space: nowrap;
  margin-left: 5px;
  background-image: url("/wp-content/themes/socionomera/assets/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 15px);
  padding-right: 60px;
  color: #000;
  background-color: #F8C9BA;
}

.job-board-qualifications {
  .title {
    margin-top: 12px;
  }
}
