ul.careers_listing {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.careers_listing li.career {
    border-bottom: 3px solid #e6e6e6;
    text-transform: uppercase;
}

ul.careers_listing li.career a {
    display: block;
    padding: 2rem 0 1.5rem 0;
}

h3.career_title {
    font: 1.3rem 'Roboto', 'NarkisTam',sans-serif;
    color: #707070;
    padding: 0 0 0.8rem 0;
    margin: 0;
}

span.careers_learn_more {
    font: bold 1rem 'Roboto', 'NarkisTam',sans-serif;
    color: #0072c6;
}

.page-id-14942 .elementor-widget-breadcrumbs #breadcrumbs {
    display: none;
}

.search_careers {
    background: #f6f6f6;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 2.5rem 3rem 4rem 3rem;
    margin: 30px 0;
}

.search_careers form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.search_careers form .search_careers_field {
    width: 42%;
    padding-left: 20px;
}

.search_careers form .search_careers_field h3 {
    font: 500 1.1rem 'Roboto', 'NarkisTam',sans-serif;
    color: #00305e;
    padding: 0 0 0.5rem 0;
    margin: 0;
}

.search_careers form .search_careers_field select {
    background-color: transparent;
    box-shadow: none;
    background: no-repeat url(https://igals5.sg-host.com/wp-content/themes/hello-theme-child-master/assets/images/dd-arrow.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto !important;
    background-position: 0 50%;
    text-transform: uppercase;
    padding: 0 1px;
    white-space: normal;
    border: 0;
    border-bottom: 1px solid #adafaa;
    border-radius: 0;
}

.search_careers form .search_careers_submit {
    width: 16%;
}

.search_careers form .search_careers_submit .button {
    background: #0374C5;
    width: 3.6rem;
    height: 3.6rem;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no_careers_found div {
    font-size: 30px;
    font-weight: 900;
    color: #00305e;
    text-align: center;
    background-image: url(https://igals5.sg-host.com/wp-content/themes/hello-theme-child-master/assets/images/resultNotFound.png);
    margin: 10px auto;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 60px;
	font-weight: bold;
}

.no_careers_found div:after {
    content: "";
    width: 5rem;
    height: 0.2rem;
    background: #00305e;
    position: absolute;
    bottom: 55%;
    left: 46%;
}

.careers_load_more {
    display: table;
    background: linear-gradient(to right, #002f52, #0072c6);
    color: #ffffff;
    font: bold 1.4rem 'Roboto', 'NarkisTam',sans-serif;
    margin: 4rem auto 0 auto;
    padding: 0.8rem 3rem;
    border-radius: 3px;
    cursor: pointer;
}

h1.job_title {
    color: #00305E;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0;
    margin: 0;
	width: 55%;
}

h2.job_location {
    font-weight: 400 !important;
    margin: 0;
	width: 55%;
	font-size: 2.5rem !important;
}

hr.job_title_hr {
    border: none;
    border-top: 5.5px solid #00305e;
    width: 70px;
    margin: 10px 0 !important;
}

.job_description_title {
    color: #00305e;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #00305e;
    margin: 5rem 0 2.9rem 0;
    text-align: center;
    cursor: pointer;
}

.send_cv_title {
    color: #00305e;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #00305e;
    margin: 2.5rem 0 2.9rem 0;
    text-align: center;
    cursor: pointer;
}

.job_description_title h2,
.send_cv_title h3 {
    font-weight: 300 !important;
    margin: 0;
    font-size: 1.8rem !important;
}

.job_description {
    font-size: 1rem;
}

label[for=form-field-cv] {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #adafaa;
    height: 75px;
    cursor: pointer;
}

label[for=form-field-cv]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(https://igals5.sg-host.com/wp-content/themes/hello-theme-child-master/assets/images/add-btn.png);
    background-size: cover;
    pointer-events: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.elementor-field-group-cv:after {
    content: ' ניתן להעלות קבצים מסוג: jpg, docs, pdf בלבד ';
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
}

input#form-field-cv {
    opacity: 0;
}

span.cv_filename {
    position: absolute;
    width: 80%;
    line-height: 1.1em;
    font-size: 0.95rem;
	word-break: break-all;
}

.send_cv .elementor-field-type-submit button {
    background: linear-gradient(to right, #002f52, #0072c6);
}

.send_cv .elementor-field-type-submit button:hover {
    background: #00305e !important;
}

.elementor-field-group-cv .elementor-form-help-inline {
    position: absolute;
    bottom: -30px;
}

@media (min-width:1025) {
	
	h3.career_title br {
		display: none;
	}
	
}

@media (max-width:767px) {
	
.search_careers {
    padding: 2rem 2rem 4rem;
    margin: 80px 0 20px 0;
}

.search_careers form {
    display: block;
}

.search_careers form .search_careers_field {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
}

.search_careers form .search_careers_submit {
    width: 100%;
    margin-top: 30px;
}

.search_careers form .search_careers_submit .button {
    width: 100%;
    height: 3.5rem;
    background: linear-gradient(to right, #002f52, #0072c6);
}

.search_careers form .search_careers_submit .button img {
    width: 0.95rem;
}

.search_careers form .search_careers_submit .button:after {
    content: 'חיפוש';
    color: #ffffff;
    font-family: 'Roboto', 'NarkisTam',sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    padding-right: 10px;
}

ul.careers_listing {
    margin: 50px 0 0 0;
    border-top: 1px solid #e6e6e6;
}

ul.careers_listing li.career {
    border-bottom: 1px solid #e6e6e6;
	position: relative;
}

li.career:after {
    content: "";
    background-image: url(https://www.shikunbinui.com/assets/img/arrow-gray-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    position: absolute;
    right: auto;
    left: 15px;
    top: calc(50% - 7.5px);
}

ul.careers_listing li.career a {
    padding: 1.5rem 0 1rem;
}

h3.career_title {
    font-size: 1.1rem;
    padding: 0 0 0.8rem 2.5rem;
    line-height: 1.4em;
}

span.careers_learn_more {
    display: none;
}

.careers_load_more {
    font-size: 1.1rem;
    padding: 1.1rem 3rem;
}

.no_careers_found div {
    line-height: 1.2em;
}

.no_careers_found div:after {
    bottom: 43%;
    left: 38%;
}

h1.job_title {
    font-size: 1.8rem !important;
    line-height: 1.3em;
	width: 100%;
}

h2.job_location {
    width: 100%;
    font-size: 1.6rem !important;
}

hr.job_title_hr {
    border-top: 4px solid #00305e;
    width: 85px;
    margin: 20px 0 !important;
}

.job_description_title {
    background-color: #f6f6f6;
    padding: 20px 15px;
    margin: 40px 0 0 0;
}

.job_description_title h2, .send_cv_title h3 {
    font-size: 1.4rem!important;
	position: relative;
}

.job_description_title h2:after, .send_cv_title h3:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #777777;
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.job_description {
    padding: 20px;
    display: none;
}

.send_cv_title {
    background-color: #f6f6f6;
    padding: 20px 15px;
    margin: 10px 0 0 0;
}

.send_cv {
    display: none;
}

.send_cv .elementor-field-group {
    margin-bottom: 25px !important;
}

.elementor-15491 .elementor-element.elementor-element-2f205ef > .elementor-widget-container {
    margin: 20px 0px 0px 0px !important;
}
	
}