/*
Theme Name: Asia Designer Directory Child Theme
Theme URI: https://ambient.sg
Author: Ambient
Author URI: https://ambient.sg
Template: asia
Description: Child Theme of Asia Designer Directory Theme
Version: 1.0
*/
.dropdown.bootstrap-select .btn {
  height: max-content;
}

.gform_heading {
  display: none;
}

.page-form .gform_body {
  font-family: "Poppins";
}

.page-form .gf_login_links {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.page-form .gf_login_links a {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  color: #6d6d6d;
}

.page-form .gf_login_links a:hover {
  color: #af8d51;
}

.page-form .gfield_error {
  background: transparent !important;
  border-width: 0 !important;
}

.page-form .gf_login_links br {
  display: none;
}

.page-form .gfield_checkbox li {
  display: flex;
  align-items: center;
}

.page-form .gfield_checkbox li label {
  margin-left: 10px !important;
  padding-top: 12px !important;
}

.page-form .gfield_label ~ .gfield_description {
  color: #6d6d6d;
  margin-bottom: 5px;
}

.page-form .ginput_container input ~ button {
  padding-top: 10px;
  color: #8c7141;
}

.page-form .gform_confirmation_wrapper {
  padding: 25px 15px;
  background: rgba(40, 167, 69, 0.6);
  color: #fff;
  font-weight: 600;
  font-style: italic;
}

.page-form .gform_confirmation_wrapper.error {
  background: rgb(255, 51, 51, 0.6);
}

#buddypress #header-cover-image {
  height: auto;
  background-position: center;
  position: relative;
}

#buddypress .mast-head-default {
  max-height: 300px;
}

#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="password"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  background-color: #272727;
  background-clip: padding-box;
  border: 1px solid #777777;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  opacity: 0.5;
}

#buddypress .standard-form input[type="text"]:focus,
#buddypress .standard-form input[type="email"]:focus,
#buddypress .standard-form input[type="password"]:focus,
#buddypress .standard-form input[type="tel"]:focus,
#buddypress .standard-form select:focus,
#buddypress .standard-form textarea:focus {
  color: #fff;
  background-color: #414040;
  border-color: #cccccc;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(39, 39, 39, 0.25);
  opacity: 1;
}

#buddypress .standard-form textarea {
  min-height: 120px;
}

#buddypress .standard-form .drodpown-toggle {
  background-color: #272727 !important;
  border: 1px solid #777777;
  border-radius: 2px;
}

#buddypress .standard-form button.dropdown-toggle {
  background: #272727;
  border: 1px solid #777777;
  border-radius: 2px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

#buddypress .standard-form fieldset {
  margin-bottom: 25px;
}

#buddypress .standard-form fieldset .clear-value {
  text-align: end;
  font-size: 14px;
}

#buddypress .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: 0;
}

#buddypress .standard-form fieldset legend {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
}

#buddypress .standard-form div.submit input {
  background: #af8d51;
  display: inline-block;
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  border-width: 0;
}

#buddypress .standard-form label {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
}

#buddypress .bp-template-notice.error {
  width: 80%;
  margin: auto !important;
  padding-top: 50px;
}

#buddypress .bp-template-notice.error p {
  background: rgb(255, 51, 51, 0.6) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-style: italic !important;
  font-family: "Poppins" !important;
  text-align: center;
  font-size: 16px !important;
  border-radius: 4px !important;
}

/* #profile-edit-form .preview::after {
    display: none;
} */

.bp-uploader-window {
  height: 300px;
}

.two-column .gform_body {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.two-column .gform_body ul:first-child {
  width: 65%;
}

.two-column .gform_body .column_2 {
  margin-left: auto !important;
  width: 30%;
}

.two-column .gform_button_select_files {
  background: #af8d51 !important;
  color: #fff !important;
  border: 1px solid #af8d51 !important;
  border-radius: 0;
}

/* .two-column .gform_footer{
    display: none;
} */

.two-column .gfield.richtext .wp-media-buttons .insert-media {
  background: #af8d52;
  color: #fff;
  border: 1px solid #af8d52;
  border-radius: 0;
  margin-bottom: 8px;
}

.two-column .gfield.richtext .wp-switch-editor {
  background: transparent;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 8px;
}

.two-column .html-active button.switch-html {
  background: #af8d52 !important;
  color: #fff !important;
  border: 1px solid #af8d52 !important;
  border-radius: 0;
  margin-bottom: 8px;
}

.two-column .tmce-active button.switch-tmce {
  background: #af8d52 !important;
  color: #fff !important;
  border: 1px solid #af8d52 !important;
  border-radius: 0;
  margin-bottom: 8px;
}

.two-column .mce-container-body {
  background-color: #af8d52 !important;
}
.two-column .mce-container-body .mce-toolbar .mce-ico {
  color: #fff;
}
.two-column .mce-container-body .mce-listbox {
  background-color: #272727 !important;
  color: #fff !important;
}
.two-column .mce-container-body .mce-listbox button {
  color: #fff !important;
}

.two-column .mce-container-body .mce-listbox .mce-caret {
  color: #fff !important;
  border-top: 6px solid #fff;
}

.two-column .gform_footer {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.my-profile_content [aria-label="Member secondary navigation"] {
  display: none !important;
}

.designer-page.my-profile {
  position: relative;
  z-index: 2;
}

body.right-bar-open .designer-page.my-profile {
  position: unset;
  z-index: 2;
}
body.right-bar-open .uploadfile.w-img {
  z-index: 0;
}

.fw-box .big-photo {
  max-height: 250px;
  overflow: hidden;
  min-height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fw-box .thumb-wrap .thumbnail-box {
  max-height: 80px;
  overflow: hidden;
}

.uploadfile .preview::after {
  display: none;
}

.featured-works-wrap .fw-box .thumb-wrap .thumbnail-box {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .uploadfile.w-img.cover-image{
    height: 300px;
    cursor: auto;
    overflow: hidden;
} */

/* .uploadfile.w-img.cover-image .masthead_default{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
} */

#avatar-to-crop.adjust {
  width: 100%;
}

#avatar-to-crop .jcrop-holder {
  /* width: 100% !important; */
  background-color: #272727 !important;
}

#avatar-to-crop .jcrop-holder {
  /* width: 100% !important; */
}

.bp-avatar .avatar-crop-management.adjust {
  margin: auto;
  display: block;
  float: unset;
  position: relative;
  overflow: visible;
  width: max-content;
}

.bp-avatar .avatar-crop-management.adjust .avatar-crop-submit {
  background: #af8d51 !important;
  color: #fff !important;
  border: 1px solid #af8d51 !important;
}

#bp-delete-cover-image-container #bp-delete-cover-image,
#bp-browse-button {
  background: #af8d51 !important;
  color: #fff !important;
  border: 1px solid #af8d51 !important;
  margin: auto;
  display: block;
  width: max-content;
}

#gform_preview_10_3 {
  display: flex;
  flex-wrap: wrap;
}

.gform_preview__edit {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

#gform_browse_button_14_3_edit {
  display: none;
}

#gform_preview_10_3 .preview {
  width: 180px !important;
  height: 180px !important;
}

.gform_preview__edit .preview {
  width: 180px !important;
  height: 180px !important;
}

#buddypress input[type="submit"] {
  color: #ffffff;
  background-color: #af8d51;
  border-color: #af8d51;
  padding: 12px 32px;
}

.form-connect textarea {
  max-height: 140px;
  height: 140px !important;
  min-height: 140px !important;
}

.menu a.active {
  color: #af8d51;
}

.acf-image-uploader .image-wrap img {
  display: block !important;
}

#bp-delete-avatar {
  color: #ffffff !important;
  background-color: #af8d51 !important;
  border-color: #af8d51 !important;
  padding: 12px 32px !important;
  width: max-content;
  margin: auto;
  display: block;
}

.bp-avatar-status .warning {
  display: none !important;
}

.tag.no-hover:hover {
  background: #373737 !important;
}

.form-limited {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gform_preview_14_3 {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

#gform_preview_14_3 .preview {
  width: 180px !important;
  height: 180px !important;
}

.field_384,
.field_385 {
  display: none;
}

/* dev-directory */
.designs_card .like_share_button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.like_share_button {
  display: flex;
  justify-content: flex-end;
}
.home_discover .designs_card {
  margin-bottom: 0px;
  height: 100%;
  background: #fff;
  border: 2px solid #000;
}
.like_share_button .addtoany_shortcode {
  padding-top: 18px;
}

.designs_card .wpulike-default .count-box {
  background-color: unset;
  color: #777777;

  box-shadow: unset;
  padding: 2px 0px 0px 5px;
  margin: 0px 5px 0px 0px;

  line-height: 20px;
}
.wpulike-default .count-box {
  background-color: unset;
  color: #777777;

  box-shadow: unset;
  padding: 5px 0px 0px 5px;
  margin: 0px 5px 0px 0px;
}
.wpulike-default .count-box:before {
  content: unset;
}
.designs_card .wpulike-default .wp_ulike_put_image:after {
  transform: translateX(-50%) translateY(-55%);
}
.wpulike-default .wp_ulike_btn {
  background: unset;

  min-height: 0px;
  min-width: 0px;
  padding: 0px;
  margin-right: 10px;
}
.wpulike-default .wp_ulike_btn:focus,
.wpulike-default .wp_ulike_btn:hover {
  background: unset;
}
.wpulike-default .wp_ulike_btn:disabled:active,
.wpulike-default .wp_ulike_btn:disabled:focus,
.wpulike-default .wp_ulike_btn:disabled:hover,
.wpulike-default .wp_ulike_btn[disabled="disabled"]:active,
.wpulike-default .wp_ulike_btn[disabled="disabled"]:focus,
.wpulike-default .wp_ulike_btn[disabled="disabled"]:hover {
  background: unset;
}

.designs_card .like_share_button .addtoany_shortcode {
  padding-top: 0px;
}
.designs_card .wpulike {
  padding: 0px;
}
.addtoany_shortcode a.addtoany_share img {
  width: 16px;
  filter: grayscale(var(--value, 100%));
  --value: 100%;
}
.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  filter: grayscale(var(--value, 100%));
  --value: 100%;
}

#a2apage_dropdown {
  width: 225px;
}

#a2apage_mini_services a.a2a_i .a2a_svg,
#a2apage_mini_services a.a2a_more .a2a_svg,
.a2apage_wide.a2a_wide a.a2a_more .a2a_svg {
  background-size: 24px;
  margin-top: 5px;
  height: 14px;
  line-height: 24px;
  width: 14px;
}
.a2a_menu.a2a_full a {
  font-size: 14px;
}

.a2a_mini_services a.a2a_i,
.a2a_mini_services i.a2a_i {
  width: 100px;
}
.a2a_menu a,
.a2a_menu a.a2a_i,
.a2a_menu a.a2a_i:visited,
.a2a_menu a.a2a_more,
i.a2a_i {
  font-size: 11px;
  padding: 2px 0px 2px 5px;
}
a.a2a_menu_show_more_less {
  padding: 0px;
  margin: 0px;
}
.heateorSssSharingRound:last-child {
  display: none;
}
.designs_card ul.heateor_sss_follow_ul,
.designs_card ul.heateor_sss_sharing_ul {
  padding-top: 0px;
}
ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
  padding-top: 17px;
}
.heateorSssSharingRound {
  opacity: 0.4;
}
.heateorSssSharingRound:hover {
  opacity: 1;
}

/* timeline */

.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml .timeline-box h1 span {
  display: table-cell;
  height: auto;
  color: #af8d51;
  font-family: "Libre Baskerville Bold" !important;
}
.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml
  .timeline-box
  .at-read-more {
  border-radius: 5px;
  background: #af8d51;
  width: 90px;
  margin: 15px 0px !important;
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
.p-tl-cont.timeline_section.ptl-vert-tml p {
  font-family: "Poppins", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif, BlinkMacSystemFont, Roboto, Apple Color Emoji !important;
}
.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml .timeline-box h1,
.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml .timeline-box h2,
.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml .month-box,
.p-tl-cont.ptl-tmpl-1.timeline_section .tag span,
.p-tl-cont.ptl-tmpl-1.timeline_section .menu-timeline span {
  font-family: "Libre Baskerville Bold" !important;
}
.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml .month-box {
  color: #000;
}
.timeline-box {
  background: #fff !important;
}
.p-tl-cont.ptl-tmpl-1.timeline_section.ptl-vert-tml .timeline-box .ptl-desc {
  font-style: inherit;
  color: #000 !important;
}

/* job manager  */
.job_listings {
  max-width: 1248px;
  margin: 0 auto;
}
.job_listings .job_filters .search_keywords input,
.job_listings .job_filters .search_location input {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.7rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 2px;
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #af8d51;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.88889em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 15px 11px;
  text-decoration: none;
  vertical-align: bottom;
}
.job_listings .job_filters .job_types li {
  color: #777;
  padding: 0.5em 2em;
  border-right: none;
  width: 100%;
  font-size: 16px;
}
.job_listings .job_types input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.job_filters .job_types li label {
  margin-bottom: 0;
}
.job_listings .type-job_listing h3 {
  color: #af8d51;
}
.job_listings ul.job_listings li.job_listing.job_position_filled a {
  opacity: 1;
}
.search_jobs #search_categories,
.select2-container {
  display: none;
}
.search_jobs .dropdown.bootstrap-select .btn.bs-placeholder {
  color: #000;
}
.job_listings .meta li:first-child {
  font-size: 16px;
}
.job_listings .meta .date-post {
  font-size: 14px;
}
.job_listings .company .job-type {
  padding: 0 10px;
  color: #af8d51;
}

@media (min-width: 992px) {
  .search_jobs {
    display: flex;
  }
  .search_jobs .job_filters .search_jobs div.search_keywords,
  .job_filters .search_jobs div.search_keywords,
  .search_jobs .job_filters .search_jobs div.search_keywords,
  .job_filters .search_jobs div.search_location,
  .search_jobs .job_filters .search_jobs div.search_keywords,
  .job_filters .search_jobs div.search_categories,
  .search_jobs .job_filters .search_jobs div.search_keywords,
  .job_filters .search_jobs div.search_submit {
    float: none;
    width: 25%;
    padding: 0 5px;
  }
  .footer_top_logo {
    margin: 0 auto 50px;
  }
  .footer_top_logo p {
    padding-top: 40px;
  }
}

.job_listings ul.job_listings li.job_listing.job_position_featured a {
  background: no-repeat;
}
.job_listings ul.job_listings li.job_listing.job_position_featured a:hover {
  background: #fff;
}
.job_listings ul.job_listings li.job_listing a:hover .company,
.job_listings ul.job_listings li.job_listing a:hover .location,
.job_listings ul.job_listings li.job_listing a:hover .date {
  color: #222;
}
.job_listings .tagline {
  font-size: 14px;
}
.job_listings ul.job_listings li.job_listing a:hover {
  opacity: 0.9;
}
.page div.job_listings {
  padding-bottom: 7rem;
  padding-top: 3rem;
}
.portfolio .dseginer-portofolio-wrap .left-box {
  padding: 80px 0px 48px 0;
}
.portfolio .dseginer-portofolio-wrap .left-box .project-details ul li b {
  width: 170px;
}

/* plugin - mailchimp */
.designer-page.my-profile .tab-content,
.designer-page .more-portofolio {
  padding-bottom: 0px;
}

.subscribe-email {
  width: 100%;
  background: #af8d51;
  padding: 25px 30px 40px 30px;
  border-radius: 5px;
  margin: 30px 0px;
}
.form-text-email h2 {
  font-size: 24px;
  margin-bottom: 0px;
  padding-top: 10px;
}

#buddypress .subscribe-email input[type="submit"] {
  color: #fff;
  background: #000000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 0px;
  border-radius: 5px;
  max-width: 176px;
  width: 100%;
}
#buddypress .subscribe-email input[type="submit"]:hover {
  border: none;
}

.form-subscribe-submit {
  text-align: right;
}
.subscribe-email input[type="email"] {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #957845;
  outline: none;
  border: none;
  border-radius: 2px;
  padding-left: 20px;
}
.subscribe-email input[type="email"]::placeholder {
  color: #fff;
}

#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress .standard-form button,
#buddypress a.button,
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress input[type="submit"],
#buddypress ul.button-nav li a,
a.bp-title-button {
  border: none;
}
.form-subscribe .gform_wrapper form {
  display: flex;
  align-items: flex-end;
}
.form-subscribe .gform_wrapper .gform_footer.top_label {
  width: 176px;
}
.form-subscribe .form-control,
body
  .form-subscribe
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .form-subscribe .gform_wrapper textarea {
  background: #957845;
  border: none;
  border-radius: 2px;
  height: unset;
  padding: 11px 12px;
  color: #fff;
  outline: none;
}
body .form-subscribe .gform_wrapper .gform_footer {
  padding: 4px 0px 0px 20px !important;
}
body .form-subscribe .gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 0px;
}
.subscribe-email .row {
  align-items: flex-end;
}
.subscribe-email .gform_wrapper {
  margin: 0px;
}
.form-subscribe .gform_wrapper .gform_body {
  width: calc(100% - 196px);
}
body
  .form-subscribe
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .field_description_below
  .gfield_description {
  position: absolute;
  top: 50px;
  padding: 0px !important;
  color: #bd0000;
}
body
  .form-subscribe
  .gform_wrapper
  form
  .gform_body
  .gform_fields
  .field_description_below
  input {
  border-color: #bd0000 !important;
}
body
  .form-subscribe
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  margin: 0px 0px -3px 0px !important;
}
body
  .subscribe-email
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  padding: 0px !important;
  color: #bf0000;
}

#gform_preview_4_8 {
  display: flex;
}

.validation_message ul li {
  font-size: 14px;
  font-weight: normal;
  color: #EE5253;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  #buddypress .subscribe-email input[type="submit"] {
    padding: 14px 40px;
  }
  .single-content-freelance .box-sidebar {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .form-subscribe {
    padding: 20px 0px 5px 0px;
  }
  .subscribe-email input[type="email"] {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .job_listings .style-filter a.freelacne_style,
  .job_listings .style-filter a.active.freelacne_style {
    padding: 12px;
  }
  #job-manager-job-dashboard table.job-manager-jobs tr .date {
    text-align: end;
    font-size: 14px;
  }
  #job-manager-job-dashboard table.job-manager-jobs tr .job_type {
    font-size: 14px;
  }
  #job-manager-job-dashboard table.job-manager-jobs tr td.job_title {
    padding: 10px 10px 10px 0;
    font-size: 14px;
  }
  .form-subscribe {
    padding: 0px 0px 5px 0px;
  }
  .form-subscribe-input {
    margin-bottom: 20px;
  }
  .subscribe-email input[type="email"] {
    padding: 8px 10px 8px 20px;
  }
  .form-subscribe .gform_wrapper form {
    flex-direction: column;
  }
  .gform_wrapper .gform_body {
    margin: 20px 0px 35px 0px;
  }
  body .form-subscribe .gform_wrapper .gform_footer.top_label {
    padding: 0px !important;
  }
  body
    .form-subscribe
    .gform_wrapper
    form
    .gform_body
    .gform_fields
    .field_description_below
    .gfield_description {
    position: unset;
  }
  #buddypress .subscribe-email .form-subscribe input[type="submit"] {
    padding: 14px 40px;
  }
  body .form-subscribe .gform_wrapper .gform_footer.top_label {
    text-align: left;
    width: 176px;
  }
  .subscribe-email .form-subscribe .gform_wrapper .gform_body {
    width: 100%;
  }
  .portfolio .dseginer-portofolio-wrap .left-box {
    padding: 80px 25px 48px 25px;
  }
  .dseginer-portofolio-wrap .right-box img {
    height: auto !important;
  }
  .subscribe-email .form-subscribe .gform_wrapper form {
    align-items: unset;
  }
}

@media (max-width: 576px) {
  .subscribe-email input[type="email"] {
    margin-bottom: 20px;
    width: 98%;
  }

  .form-subscribe-submit {
    text-align: left;
    margin-left: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body .form-subscribe .gform_wrapper .gform_footer {
    padding: 4px 0px 0px 10px !important;
  }
  .subscribe-email {
    padding: 20px 30px 45px 18px;
  }
}
.job_listings .meta li:first-child,
.job_listings .position strong {
  color: #fff;
}
.job_listings .search_jobs {
  display: block;
}

.job_listings .job_filters .search_jobs div.search_keywords,
.job_listings .job_filters .search_jobs div.search_location,
.job_listings .job_filters .search_jobs div.search_categories,
.job_listings .job_filters .search_jobs div.search_submit {
  width: 100%;
  padding: 10px;
}
.job_listings .search_jobs .dropdown.bootstrap-select .btn.bs-placeholder {
  background: #fff;
  opacity: 1;
  color: #777777;
  border-radius: 2px;
  border: solid 1px #ccc;
}
.job_listings .job_filters {
  border-radius: 10px;
  background: #fff;
}
.job_listings .job_filters .job_types {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.job_listings .search_submit input[type="submit"] {
  border-radius: 2px;
}
.job-manager-jobs .job_type {
  vertical-align: top;
}
.job_listings ul.job_listings li.job_listing {
  border-bottom: 1px solid #cccccc47;
}
.job_listings ul.job_listings {
  border-top: 1px solid #cccccc47;
}
.job_listings .bs-placeholder .filter-option-inner-inner {
  color: #757575;
  font-size: 14px;
}
.job_listings .filter-option-inner-inner {
  color: #000;
  font-size: 14px;
}
.job_listings .filter-option-inner-inner:focus {
  color: red;
}
.job_listings .showing_jobs {
  background: #fff;
  color: #757575;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.job_listings .showing_jobs span {
  font-size: 14px;
  line-height: 20px;
}
.job_listings .job_filters .showing_jobs {
  padding: 1em;
}

/*style content list*/

.style-content-list {
  display: block;
  padding: 2em 1em;
  border: 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 1.5em;
  text-decoration: none;
  position: relative;
}
.style-content-list .style-link {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.job_listings ul.job_listings li.job_listing a.style-link:hover {
  opacity: 0.2;
  transition: all 0.5s ease;
}
.style-content-list .company_logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  box-shadow: none;
  top: 35px;
}
.style-content-list .position {
  float: left;
  width: 55%;
  padding: 0 0 0 60px;
  line-height: 1.5em;
}
.style-content-list .position h3 {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 20px;
}
.style-content-list .meta {
  float: right;
  text-align: right;
  width: 30%;
  padding: 0 0 0 1em;
  margin: 0;
  line-height: 1.5em;
  color: #999;
  list-style: none outside;
}
.style-content-list .view-apply a {
  float: left;
  padding: 0.5rem 1rem !important;
  border-radius: 5px;
  border: 1px solid #ccc9;
  font-size: 14px;
}
.view-apply {
  display: none;
}
.style-content-list:hover .view-apply {
  display: flex;
  float: right;
  transition: all 0.5s ease;
}
.style-content-list:hover .date {
  display: none;
}
.style-content-list:hover .view-apply a {
  border-radius: 2px;
  border: 1px solid #af8d51;
  color: #af8d51;
}
.style-content-list:hover .apply-job a {
  margin-left: 20px;
}
.job_listings .company span.job-type::before {
  content: "";
  width: 5px;
  display: inline-block;
  height: 5px;
  border-radius: 50%;
  background: #af8d51;
  margin: 0 6px 0 0;
}
.job_listings .company span::before {
  content: "";
  width: 5px;
  display: inline-block;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin: 0 6px 0 0;
}
.job_listings .add-new-job a {
  border: solid 1px #af8d51;
  color: #af8d51;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 14px;
  transition: all 0.5s ease;
  border-radius: 2px;
}
.job_listings .add-new-job a:hover {
  background: #af8d51;
  color: #fff;
  transition: all 0.5s ease;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 14px;
}
.description-dashboard .add-new-job a {
  background: #af8d51;
  color: #fff;
  border-radius: 2px;
  padding: 12px 32px;
  border: solid 1px #af8d51;
  line-height: 20px;
  font-size: 14px;
}
.description-dashboard .add-new-job a:hover {
  border: solid 1px #af8d51;
  border-radius: 2px;
  color: #af8d51;
  background: transparent;
  transition: all 0.5s ease;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 14px;
}
.job_listings .add-new-job {
  margin-bottom: 50px;
}
.job_listings .company span {
  font-size: 14px;
}

.job_listings .style-filter {
  display: flex;
  margin-bottom: 50px;
}
.job_listings .style-filter li {
  margin-right: 20px;
}
.job_listings .style-filter a {
  padding: 12px 32px;
  border: solid 1px transparent;
  font-size: 14px;
}
.job_listings .style-filter a.active {
  border: solid 1px #af8d51;
  background: #af8d51;
  border-radius: 2px;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 14px;
  transition: all 0.5s ease;
}
.job_listings .style-filter a:hover {
  background: no-repeat;
  transition: all 0.5s ease;
}
.job_listings .freelacne_style:hover,
.job_listings .link-jobs-filter:hover {
  border: solid 1px #af8d51;
  border-radius: 2px;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 14px;
}
.job_listings .title-job {
  margin-bottom: 40px;
}

/*job dashboard*/
#job-manager-job-dashboard {
  max-width: 1248px;
  margin: 0 auto;
  padding: 3rem 0 5rem;
}
.job-manager-jobs {
  width: 100%;
}
.job-manager-jobs tr {
  border-bottom: 1px solid #ccc9;
}
#job-manager-job-dashboard table.job-manager-jobs td,
#job-manager-job-dashboard table.job-manager-jobs th {
  padding: 1em 1em 1em 0;
}
#job-manager-job-dashboard table.job-manager-jobs th {
  color: #af8d51;
}
#job-manager-job-dashboard table.job-manager-jobs th.job_title,
#job-manager-job-dashboard table.job-manager-jobs td.job_title {
  width: 75%;
}
/* post-a-job */
.post-job {
  padding-top: 3rem;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  vertical-align: middle;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 14px;
  transition: all 0.5s ease;
  border-radius: 2px;
}
.job-manager-form fieldset .account-sign-in .button::before {
  vertical-align: middle;
}
.form-post-job .job-manager-form fieldset {
  border-bottom: 0px;
}
.form-post-job {
  padding-bottom: 50px;
}
.form-post-job fieldset label {
  width: 100%;
}
.form-post-job fieldset div.field {
  float: left;
}
.form-post-job .job-manager-form fieldset input.input-text,
.form-post-job .job-manager-form fieldset input.input-date,
.form-post-job .job-manager-form fieldset textarea,
.form-post-job .job-manager-form fieldset select {
  background-color: transparent;
  border-radius: 5px;
  padding: 10px 16px;
  height: 45px;
  border: 1px solid #999;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.form-post-job .job-manager-form fieldset input.input-text::placeholder,
.form-post-job .job-manager-form fieldset input.input-date::placeholder,
.form-post-job .job-manager-form fieldset textarea::placeholder,
.form-post-job .job-manager-form fieldset select::placeholder {
  color: #b4afaf;
}
.form-post-job
  .job-manager-form
  fieldset
  input.input-text.wp-job-manager-file-upload {
  height: 50px;
}
.form-post-job a.text-cancel input {
  font-weight: 400;
}
.form-post-job input:active[type="text"] {
  background-color: #fff;
  border-color: #e7e7e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-post-job input:focus[type="text"],
.form-post-job .job-manager-form fieldset input:hover[type="text"] {
  background-color: transparent;
  border-color: rgba(175, 141, 81, 0.8);
  -webkit-box-shadow: 0 0 0 2px rgba(175, 141, 81, 0.8);
  box-shadow: 0 0 0 2px rgba(175, 141, 81, 0.8);
  transition: all 0.5s;
}
.form-post-job #wp-job_description-wrap:hover {
  background-color: #fff;
  border-color: rgba(175, 141, 81, 0.8);
  -webkit-box-shadow: 0 0 0 2px rgba(175, 141, 81, 0.8);
  box-shadow: 0 0 0 2px rgba(175, 141, 81, 0.8);
  transition: all 0.5s;
  border-radius: 2px;
}

.form-post-job .job-manager-form fieldset label {
  color: #fff;
}
.form-post-job .job-manager-form fieldset label span {
  color: red;
}
.form-post-job h2 {
  color: #af8d51;
}
.form-post-job .account-sign-in a:hover {
  color: #fff;
}

.form-post-job
  .job-manager-form
  fieldset.fieldset-company_logo
  input.input-text {
  color: transparent;
  padding: 5px 15px;
  height: 45px;
}
.form-post-job
  .job-manager-form
  fieldset.fieldset-company_logo
  input#file-upload-button {
  background: #af8d51;
}
input#company_logo::-webkit-file-upload-button {
  padding: 0px 15px;
}

.new-job-features span:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10.42%, rgba(249, 197, 36, 0.2)),
    color-stop(139.58%, rgba(249, 197, 36, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(249, 197, 36, 0.2) 10.42%,
    rgba(249, 197, 36, 0) 139.58%
  );
  top: -10px;
  left: 15px;
}
.new-job-features svg {
  fill: #f9c524;
}
.icon-32 {
  width: 32px;
  height: 32px;
}
.header-post-job-inner {
  display: flex;
}

.header-post-job-title {
  color: #af8d51;
}
.icon-job-feature {
  display: block;
  margin-bottom: 10px;
}

.title-job-feature {
  color: #af8d51;
}
.text-description {
  margin-top: 10px;
}
.form-post-job .dropdown.bootstrap-select .btn,
.form-post-job
  .dropdown.bootstrap-select
  .page-form
  .gform_wrapper
  .button.gform_button_select_files,
.form-post-job
  .page-form
  .gform_wrapper
  .dropdown.bootstrap-select
  .button.gform_button_select_files {
  background: transparent;
  color: #fff;
  border: 1px solid #999;
}

.form-post-job input[type="submit"],
.form-post-job-preview input[type="submit"] {
  font-weight: 400;
}
.form-post-job input:hover[type="submit"],
.form-post-job .button:hover,
.form-post-job-preview input[type="submit"]:hover {
  background: #8c7141;
  transition: all 0.5s;
}

.job_listing_preview_title,
.entry-content .job_listing_preview_title {
  background: none;
  margin-top: 10px;
}
.job_listing_preview_title h2,
.entry-content .job_listing_preview_title h2 {
  color: #af8d51;
}
.job_listing_preview {
  border: 2px solid #af8d51;
}
.single_job_listing .company {
  border: 1px solid #af8d51;
}
.form-post-job .dropdown.bootstrap-select .btn {
  transition: all 0.5s;
}
.form-post-job .dropdown.bootstrap-select .btn:active,
.form-post-job .dropdown.bootstrap-select .btn:hover,
.form-post-job .dropdown.bootstrap-select .btn:focus {
  border-color: rgba(175, 141, 81, 0.8);
  -webkit-box-shadow: 0 0 0 4px rgba(175, 141, 81, 0.8);
  box-shadow: 0 0 0 2px rgba(175, 141, 81, 0.8);
  transition: all 0.5s;
  background-color: transparent;
}
.form-post-job .dropdown.bootstrap-select .btn::after {
  border-color: #fff transparent;
}
.form-post-job .fieldset-job_description {
  order: 10;
  max-width: 100%;
}
.form-post-job .fieldset-job_description.col-md-6 {
  flex: 0 0 100%;
}

.job-dashboard-actions a {
  color: #af8d51;
}
.job-manager-jobs .date {
  float: right;
}
.single_job_listing .company img {
  border-radius: 50%;
}
.single_job_listing .meta li.job-type {
  background-color: transparent;
  color: #af8d51;
  font-weight: bold;
}
.single-ddp_article article a.google_map_link {
  color: #999;
}
.single_job_listing .job-listing-meta {
  position: relative;
}
.single_job_listing .job-listing-meta .job-type::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #af8d51;
  display: inline-block;
  margin-right: 10px;
}

input[type="file"] {
  background-color: #af8d51;
}
::-webkit-file-upload-button {
  background: #af8d51;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 0px 5px;
}
.job-manager-form fieldset small.description {
  opacity: 0.75;
  font-size: 0.83em;
  margin: 1.2em 0 0 0;
  display: none;
  line-height: 1.2em;
  color: #fff !important;
}
.single-ddp_article .single_job_listing .meta .date-posted::before {
  margin: 0 8px 0 0;
}

.style-content-list .view-apply {
  margin-top: 8px;
}
div.job_listings a.load_more_jobs {
  width: 138px;
  border: 1px solid #af8d51;
  padding: 10px 10px;
  border-radius: 2px;
  color: #af8d51;
  margin: 40px auto 0;
}
div.job_listings a.load_more_jobs:hover {
  background-color: #af8d51;
  border-bottom: none;
  color: #fff;
  transition: all 0.5s ease;
}
div.job_listings .content-job-board .load_more_jobs:focus {
  background-color: #af8d51;
  border-bottom: none;
  color: #fff;
}
.single_job_listing .workplace-detail:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
  display: inline-block;
  margin-right: 8px;
}
.single_job_listing .job-listing-meta ul {
  list-style-type: none;
  padding-left: 0px;
}
.job_application .apply-job {
  padding: 1rem 0;
}
.job_application .apply-job a {
  border: solid 1px #af8d51;
  border-radius: 2px;
  padding: 10px 25px;
  color: #fff;
  background: #af8d51;
}
.single-ddp_article .single_job_listing .company .name {
  margin-top: 10px;
}
.single-ddp_article .single_job_listing .company .name strong {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 992px) {
  #filter-mobile {
    display: none;
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 1299px) {
  .job_listings .filter-jobs,
  .load_more_jobs {
    margin: 0 1.5rem;
  }
  .job_listings .row {
    margin: 0 12px;
  }
  .job_listings .style-content-list {
    padding-left: 0;
  }
  .job_listings .style-content-list .company_logo {
    left: 0;
  }
  #job-manager-job-dashboard {
    padding: 3rem 1.5rem 0;
  }
}
.job_listing_preview h1 {
  padding-top: 20px;
}
@media (max-width: 440px) {
  .account-sign-in .button {
    display: block;
    width: 100px;
    max-width: 100%;
    width: 130px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #job-manager-job-dashboard .date {
    width: 105px;
    max-width: 100%;
  }
  .job_listing_preview h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .style-content-list div.position {
    width: 65%;
  }
  .single-content-freelance .freelance-button-apply {
    position: absolute;
    bottom: -500px;
  }
  div.footer_top_logo img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .footer_top_logo {
    margin: 0 auto 40px;
  }
  .footer_top_logo img {
    width: 250px;
    padding-top: 30px;
  }
  #job-manager-job-dashboard table.job-manager-jobs tr td.job_title {
    padding: 10px 10px 10px 0;
  }
  #job-manager-job-dashboard table.job-manager-jobs tr td,
  #job-manager-job-dashboard table.job-manager-jobs tr th {
    padding: 10px 0;
  }
  .job_listings .meta .view-apply {
    display: none;
  }
  .job_filters .showing_jobs.wp-job-manager-showing-all a.reset {
    padding-left: 15px;
  }
  .filter-jobs .new-job {
    position: relative;
  }
  #filter-mobile {
    position: absolute;
    bottom: -10px;
    right: 0;
    font-size: 14x;
    line-height: 24px;
    padding: 10px 15px;
    font-weight: 100;
  }
  .filter-job-board {
    display: none;
  }
  .job_listings .content-job-board {
    order: 2;
  }
  .filter-job-board {
    order: 1;
    padding-bottom: 30px;
  }
  .style-content-list div.position h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .style-content-list div.position strong {
    font-size: 14px;
    line-height: 20px;
  }
  .job_listings .job-type,
  .style-content-list .company span {
    display: none;
  }
  .job_filters .showing_jobs span {
    padding: 0 12px;
  }
  .job_listings .title-job h1,
  .single-ddp_masthead .appear-up .masthead__title h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .job_listings .meta .date-post {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .form-post-job fieldset div.field {
    width: 100%;
  }
  .single-content-freelance .sidebar-container {
    margin-top: 30px;
  }
  .single-freelance .single-ddp_masthead {
    margin-bottom: 30px;
  }

  .masthead__title .date span {
    font-size: 14px;
  }
  .single_job_listing .meta ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .single-ddp_article article p.tagline {
    font-size: 14px;
  }
  .single_job_listing .company p.name {
    padding: 0 0 0 0.6em;
  }
  section.single-ddp_masthead {
    margin-bottom: 2rem;
  }
  .page .web-wrapper div.job_listings {
    padding-bottom: 3rem;
  }
  .single-content-freelance .all-content-job .job_description p {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .my-profile .two-column_wrapper form.gform_multi_column .gform_body {
    display: block;
  }
  .my-profile .two-column_wrapper form.gform_multi_column .gform_body ul {
    display: block;
    width: 100%;
    float:  none;
  }
}

/* freelance-page */
.freelance-item .categories li.job-type {
  border-radius: 2px;
  border: 1px solid #af8d51;
  padding: 0.5rem 1rem;
  margin: 0.5rem 1rem 0.5rem 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  background-color: none;
  display: inline-block;
}
.freelance-item .company_logo {
  border-radius: 50%;
}
.freelance-item {
  display: flex;
}

.freelance-item .freelance-details {
  flex: 10 2;
}
.freelance-item .position h2 {
  color: #af8d51;
}
.freelance-item .date {
  font-size: 14px;
}
.freelance-item .freelance-budget {
  flex: 3 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freelance-link-button {
  border-radius: 5px;
  background-color: #bd0000;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-top: 10px;
}

.freelance-item .freelance-details .position {
  width: 100% !important;
}

.freelance-item .freelance-details .company {
  margin-top: 10px;
}

.freelance-item .freelance-details .company .tagline {
  margin-left: 0 !important;
}
.content-job-board ul.job_listings li.job_listing a:focus {
  background-color: transparent;
}
.categories {
  padding: 0;
  margin: 1rem 0 0;
  display: inline-block;
  list-style: none;
}

.categories li.job-type {
  border-radius: 4px;
  border: solid 1px #ccc;
  padding: 0.5rem 1rem;
  margin: 0.5rem 1rem 0 0;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.job_listings ul.job_listings li.job_listing a:hover {
  opacity: 0.9;
  background-color: #333;
}

.job_listings ul.job_listings li.job_listing a:hover .freelance-item .date,
.job_listings ul.job_listings li.job_listing a:hover .freelance-item p {
  color: #fff;
}
.job-type-freelance a:hover {
  color: unset;
}
.freelance-item .date {
  padding-bottom: 10px;
}
.job_listings .type-job_listing .freelance-item .position h3 {
  padding-bottom: 10px;
}
.job_listings ul.job_listings li.job_listing a .freelance-item {
  padding: 25px 0px;
}
.job_budget {
  color: black;
  padding: 20px 20px 20px 30px;
  border-top: 1px solid #e5e5e5;
}
.freelance-item .job_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.job-type-freelance .style-content-list:hover .view-apply {
  float: none;
  transition: all 2s;
}
.job-type-freelance .style-content-list:hover .date {
  display: block;
}
.job-type-freelance .style-content-list .view-apply {
  float: none;
  transition: all 2s;
}

/* single-content-freelance */
.box-sidebar {
  padding: 0px 20px 0px 30px;
}
.sidebar-container {
  margin-top: 100px;
  margin-bottom: 48px;
  padding: 32px 12px 32px 32px;

  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #af8d51;
}
.single-content-freelance .company img {
  width: 48px;
  height: 48px;
  left: 16px;

  float: left;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 50%;
}
.single-content-freelance .company {
  position: relative;
  display: flex;

  padding: 16px 0px;
  margin: 0 0 16px;
  min-height: 48px;

  clear: both;
  box-sizing: content-box;
}
.single-content-freelance p.name {
  vertical-align: middle;
  align-items: center;
  display: flex;
  padding-left: 20px;
  color: #af8d51;
  font-size: 24px;
}
.single-content-freelance .job_application {
  display: flex;
  padding-top: 20px;
}
.single-content-freelance .icon.fill-current {
  fill: currentColor;
  height: 13px;
  width: 13px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 0px;
}
.single-content-freelance .job_application .apply-job a {
  border: solid 1px #af8d51;
  border-radius: 2px;
  padding: 8px 15px 8px 10px;
  color: #fff;
  background: #af8d51;
  margin-right: 20px;
}
.font-sublabel {
  color: #af8d51;
}
.font-label {
  margin: 8px 0px 24px 0px;
}
.single-content-freelance .job_description p {
  text-align: justify;
}

.job_listings ul.job_listings li.job_listing .view-apply a:hover {
  background: #af8d51;
  color: #fff;
  border: 1px #af8d51 solid;
  transition: all 0.5s ease;
  border-radius: 2px;
}
.single-ddp_article article .apply-job a:hover,
.single-ddp_article article .location a:hover {
  text-decoration: none;
}

.single_job_listing .meta li {
  line-height: 30px;
}
.showing_jobs .rss_link {
  display: none;
}
.job_filters .showing_jobs a.reset {
  color: #af8d51;
  float: none;
  display: block;
}
#job_description_ifr {
  min-height: 300px;
}
.job-manager-form fieldset div.field {
  width: 100%;
}
.job-manager-form fieldset div.field.account-sign-in {
  display: flex;
  flex-wrap: wrap; 
}
.job-manager-form fieldset .account-sign-in .button::before {
  content: "";
  width: 0px;
}
.job-manager-form fieldset.fieldset-job_description div.field {
  width: 100%;
}
.field-box {
  padding: 0px 12px;
}
.content-job-board ul.job_listings li.job_listing a:focus {
  background-color: transparent;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  color: #fff;
}

.job-manager-uploaded-file {
  position: relative;
}
.icon-remove-image {
  position: absolute;
  top: -15px;
  left: 55px;
}
.icon-remove-image svg {
  width: 20px;
}
.job_listing_preview .single_job_listing .location a {
  color: #999999;
}
.job_listing_preview.single_job_listing {
  padding: 1em;
}
.budget.on-mobile {
  display: none;
}
.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file
  .job-manager-uploaded-file-preview
  img {
  width: 64px;
}
.job_listing_preview .single_job_listing .company .name {
  padding: 13px 0px 0px 16px;
}

@media (max-width: 567px) {
  .description-dashboard div.add-new-job {
    position: inherit;
    margin-bottom: 30px;
  }
  .job_listing_preview_title {
    display: flex;
    flex-direction: column;
    padding: 10px 0px 20px 0px;
  }
  .job_listing_preview_title .button-submit {
    order: 2;
  }
  .job_listing_preview_title .title-preview {
    order: 1;
    padding-bottom: 15px;
  }
  .job_listing_preview_title .button,
  .entry-content .job_listing_preview_title .button {
    float: none;
  }
  .job-type-freelance .style-content-list:hover .view-apply {
    float: none;
    display: none;
    transition: all 2s;
  }
  .freelance-item .budget.on-mobile {
    display: block;
    padding-bottom: 10px;
  }
  .budget {
    display: none;
  }
  .job_listings .freelance-item .freelance-budget {
    display: none;
  }
  .freelance-item .freelance-details .categories li.job-type {
    padding: 5px 10px;
    font-size: 14px;
  }
  .job_listings .freelance-item {
    display: block;
  }
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  color: #fff;
}
.gform_wrapper ul.gfield_radio li:last-child {
  width: 70%;
}
@media (max-width: 479px) {
  .gform_wrapper ul.gfield_radio li,
  .gform_wrapper ul.gfield_radio li:last-child {
    width: 100%;
  }
  .ginput_container.ginput_container_radio ul li + li {
    width: 100%;
    padding-left: 0 !important;
  }
}
.description-dashboard {
  position: relative;
}
.description-dashboard .add-new-job {
  position: absolute;
  top: 0;
  right: 0;
}
.job-manager-message.job-manager-message,
.job-manager-error.job-manager-message,
.job-manager-info.job-manager-message {
  border-top-color: transparent;
  margin: 5rem auto !important;
  max-width: 700px;
  border-color: #ccc;
  border: solid 1px #af8d51;
  background: transparent;
  color: #fff;
  border-radius: 10px;
}
.job-information-fields input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #272727 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.job-manager-form fieldset.fieldset-job_position_filled small.description {
  display: inline-block;
  margin: 0px 0px 0px 20px;
  font-size: 16px;
}
.fieldset-job_position_filled input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.form-post-job .fieldset-type-checkbox {
  order: 8;
}
.form-post-job .fieldset-type-date {
  order: 7;
}
.job-manager-form fieldset.fieldset-job_position_filled div.field {
  display: flex;
  align-items: center;
  height: 45px;
}

.fieldset-type-file .field-box .field {
  display: flex;
}
.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file {
  margin: 0px 15px;
}
.job-manager-form fieldset .job-manager-uploaded-files {
  text-align: center;
}
.job-manager-form
  fieldset
  .job-manager-uploaded-files
  .job-manager-uploaded-file
  .job-manager-uploaded-file-preview
  img {
  height: 45px;
  border: 2px solid #af8d51;
  border-radius: 5px;
}
.job-manager-form fieldset {
  margin: 0px;
}
.showing_jobs span {
  display: none;
}

body .upgrade-account .gform_wrapper .gform_footer {
  text-align: left;
}

.membership .card {
  max-width: 500px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #AF8D51;  
}
.membership .card h3{
  color: #AF8D51; 
}
.membership .card ul {
  line-height: 32px;
  list-style-type: disc;
  padding-left: 32px;
}

.subsritiption .gform_footer {
  text-align: left !important;
}

.reset-submit .reset {
  color: #af8d51;
}
.reset-submit {
  display: none;
  color: #af8d51;
  padding-top: 10px;
  border-top: solid 1px #af8d51;
  margin: 10px 10px 0;
}
.showing_jobs {
  display: none !important;
}
.sidebar-container {
  margin-top: 100px;
}
.single-content-freelance {
  padding-bottom: 80px;
}
.error-submit {
  width: 700px;
  margin: 0px auto;
}
.job-manager-message.job-manager-error,
.job-manager-error.job-manager-error,
.job-manager-info.job-manager-error {
  border-radius: 5px;
  width: 700px;
  margin: 0px auto !important;
}

@media (max-width: 479px) {
  .static-page .box-title h1 {
    font-size: 45px;
  } 
}
.job_filters .search_submit input,
.job-manager-form input.button {
  background: #af8d51 !important;
}
.profile-edit #profile-edit-form .form-group {
    margin: 0;
}
#job_preview .job_listing_preview_title .job-manager-button-submit-listing {
  background-color: transparent;
}
#job_preview .job_listing_preview_title .job-manager-button-submit-listing:hover {
  border: solid 1px #af8d51;
  color: #af8d51;
}
#job_preview .job_listing_preview_title .job-manager-button-edit-listing {
  background-color: #af8d51;
}

@media (max-width: 767px) {
  .footer_top .btn-wrap .btn {
    width: 100%;
    display: block;
  }
	.mobile-bg {
		background-color:#212121;
		background-image: unset !important;
	}
	.mobile-center, .mobile-center p, .mobile-center h1, .mobile-center h2, .mobile-center h3, .text-bottom, .text-bottom p, .text-bottom h2, .text-bottom h3 {
		text-align: center!important;
		align-self: baseline !important;
	}
	.mobile-hide{
		display: none
	}
	.social-media-mobile {
		background-color:#242424;
		background-image: unset !important;
		min-height: 15vh!important;
	}
	.media-rate-mobile {
		background-color:#212121;
		background-image: unset !important;
		min-height: 15vh!important;
	}
	.product-package-1{
		order: 1;
	}
	.product-package-2{
		order: 3;
	}
	.product-package-3{
		order: 2;
	}
}

#gform_wrapper_20 li .ginput_container_textarea textarea {
  height: 100px;
  min-height: 0;
}

.ddp-list_wrapper.ddp_news {
  padding: 0px;
}
.ddp-list_wrapper.ddp_showcase {
  padding: 70px 0px 0px;
}
.addin-ads-home-content, .addin-ads-home-content_mobile {
  padding-bottom: 70px;
}

.home_discover .designs_card .box-text .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.package_btn {
	margin:1em;
	border:none;
	padding:0.25em 3em 0.25em 1em;
	text-align:left;
	background:
		linear-gradient(-120deg, transparent 1em, rgba(47,58,60,255) 1.05em , rgba(47,58,60,255) 1.5em, transparent 1.45em, transparent 2em, rgba(47,58,60,255) 2.05em) top no-repeat,
		linear-gradient(300deg, transparent 1em, rgba(47,58,60,255) 1.05em , rgba(47,58,60,255) 1.5em, transparent 1.45em, transparent 2em, rgba(47,58,60,255) 2.05em) bottom no-repeat ;
	background-size: 100% 50%;
	color:white
}

.min-height-70{
	min-height: 70vh;
}
.min-height-50{
	min-height: 50vh;
}
.darker-bg {
	background-color:#212121;
}
.text-bottom {
	align-self:end;
}

/* Temporary fix waiting for errors to be found */
/* .youzify-sidebar-column.grid-column.youzify-profile-sidebar.youzify-right-sidebar {
  display: none;
} */