/*
 Theme Name:   Careerup Child
 Theme URI:    https://themeforest.net/item/careerup-job-board-wordpress-theme/24002090
 Description:  Careerup Child Theme
 Author:       ApusTheme
 Author URI:   https://themeforest.net/user/apustheme
 Template:     careerup
 Version:      1.0.0
 Text Domain:  careerup-child
*/


.cmb-row.cmb-type-taxonomy-select.cmb2-id--employer-location {
  display: none !important;
}
.cmb-row.cmb-type-text-small.cmb2-id--employer-founded-date {
  display: none !important;
}
.cmb-row.cmb-type-text.cmb2-id--employer-address.table-layout {
  /* display: none !important; */
}
.cmb-row.cmb-type-taxonomy-multicheck.cmb2-id--employer-category {
    display: none !important;
}
.cmb-row.cmb-repeat-group-wrap.cmb-type-group.cmb2-id--employer-team-members.cmb-repeat {
    display: none !important;
}
.form-group.space-25.wp_job_board_candidate_show.select2-wrapper{
  display: none !important;
}
.form-group.space-25.wp_job_board_employer_show.select2-wrapper{
  display: none !important;
}
.cmb-row.cmb-type-taxonomy-select.cmb2-id--job-location{
  display:none !important;
}
.cmb-row.cmb-type-text.cmb2-id--job-address.table-layout{
  /* display: none !important; */
}
.cmb-row.cmb-type-select.cmb2-id--job-custom-gender {
    display: none !important;
}
.cmb-row.cmb-type-multicheck.cmb2-id--job-custom-industry{
  display: none !important;
}
.cmb-row.cmb-type-multicheck.cmb2-id--job-custom-qualification {
  display: none !important;
}
.cmb-row.cmb-type-multicheck.cmb2-id--job-custom-career-level {
  display: none !important;
}
.header-mobile{
  background-color: white !important;
}

.cmb-row.cmb-type-select.cmb2-id--job-apply-type {
    display: none !important;
}

/* .list li:nth-child(2) {
  display: none !important;
} */
.socials-apply{
  display:none !important;
}

.cmb-row.cmb-type-multicheck.cmb2-id--candidate-custom-languages {
    display: none !important;
}

.cmb-row.cmb-type-multicheck.cmb2-id--candidate-custom-qualification {
    display: none !important;
}

/* .cmb-row.cmb-type-select.cmb2-id--candidate-custom-age {
    display: none !important;
} */

.cmb-row.cmb-type-text.cmb2-id--candidate-video-url.table-layout {
    display: none !important;
}
.cmb-row.cmb-type-wp-job-board-tags.cmb2-id--candidate-tags {
    display: none !important;
}
.cmb-row.cmb-repeat-group-wrap.cmb-type-group.cmb2-id--candidate-socials.cmb-repeat {
    /* display: none !important; */
}

.cmb-row.cmb-repeat-group-wrap.cmb-type-group.cmb2-id--candidate-skill.cmb-repeat {
    /* display: none !important; */
}
.cmb-row.cmb-repeat-group-wrap.cmb-type-group.cmb2-id--candidate-award.cmb-repeat {
    /* display: none !important; */
}

.cmb-row.cmb-repeat-group-wrap.cmb-type-group.cmb2-id--candidate-experience.cmb-repeat {
    /* display: none !important; */
}

.cmb-row.cmb-repeat-group-wrap.cmb-type-group.cmb2-id--candidate-education.cmb-repeat {
    /* display: none !important; */
}

.skill-percents {
    display: none !important;
}

.cmb-row.cmb-type-wp-job-board-file.cmb2-id--employer-cover-photo {
    display: none !important;
}

.cmb-row.cmb-type-text.cmb2-id--job-apply-url.table-layout {
    display: none !important;
}


.header-tabs-nav {
    display: none !important;
}

a.btn.btn-theme.btn-block.btn-download-cv {
    display: none !important;
}

a.btn.btn-theme.btn-job-alert {
    display: none !important;
}

.jobs-alert-ordering-wrapper {
    display: none !important;
}

.search_distance_wrapper.clearfix{
  display: none !important;
}
/* removed the button in the header  */

a.btn.btn-theme.btn-login.login {
    display: none !important;
}

/* Fixed modal in Yachty */

.slimbtn a{
  color:white !important;
}


/* hide the employer email  */

.employer-email {
    display: none !important;
}

.candidate-btn{
  background-color: #2d51a3;
    padding: 15px;
    border-radius: 5px;
    border: none;
    color: white;
    width: 300px;
    font-size: 16px;
}


/* homepage icon */

.st-mr-5{
  margin-right: 5px;
}

.home-btn{
    background-color: #252834;
    padding: 15px;
    border-radius: 5px;
    border: none;
    color: white;
    width: 300px;
    font-size: 16px;
}
