/* careers page */

.page-template-template_careers #content {
	float: none;
	width: 100%;
	max-width: 100%;
}

.careers_page_banner {
	margin: 0 0 5% 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.careers_page_content {
	width: 50%;
	font-size: 18px;
	line-height: 1.5em;
}

.careers_page_button {
	width: 50%;
	text-align: left;
}

:lang(en) .careers_page_button {
	text-align: right;
}

.careers_page_button > a {
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 400;
	background-color: #ed3023;
	border-radius: 0px 0px 0px 0px;
	padding: 15px 50px 15px 50px;
}

.careers_sidebar {
	display: inline;
	float: right;
	width: 23%;
}

.careers {
	display: inline;
	float: left;
	width: 77%;
	padding-right: 30px;
}

.categories_list, .branches_list {
	background-color: #4d4d4d;
	color: #ffffff;
	/* font-family: Heebo; */
}

.branches_list {
	margin-top: 20px;
}

.categories_list ul, .branches_list ul {
	list-style: none;
	padding: 25px 20px 20px 20px;
}

.categories_list ul li, .branches_list ul li {
	line-height: 1.8em;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.categories_list ul li:hover, .branches_list ul li:hover,
.categories_list ul li.active,
.branches_list ul li.active {
	color: #ed3023;
	transition: all 0.3s ease;
}

.categories_list ul li i:before, .branches_list ul li i:before {
	font-family: fontawesome !important;
}

.categories_list h5, .branches_list h5 {
	padding: 15px 20px 0 20px;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

.categories_list span, .branches_list span {
	padding: 2px 20px 15px 20px;
	display: block;
	font-size: 16px;
	border-bottom: 1px solid black;
}

.categories_list ul li img, .branches_list ul li img {
	margin-left: 5px;
	width: 6%;
}

.job {
	display: flex;
	color: #4d4d4d;
	height: auto;
	margin-bottom: 60px;
	position: relative;
}

.job_content {
	width: 60%;
	padding-left: 25px;
}

.job_image {
	width: 40%;
}

.job_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h4.job_title {
	margin: 2px 0;
	font-size: 22px;
	font-weight: 400;
}

span.job_number {
	font-size: 20px;
}

.job_branches {
	font-size: 15px;
	/* font-family: Heebo; */
}

.job_description {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5em;
}

button.send_cv {
	margin-top: 10px;
	/* font-family: Heebo; */
	/* position: absolute; */
	bottom: 0;
	right: 0;
	background-color: #ed3023;
	border-color: #ed3023;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0;
	padding: 8px 30px;
}

button.send_cv:hover {
	background-color: rgba(237, 48, 35, 0.9);
}

.job span.hidden_email {
	display: none;
}

.child_cat{
	padding-right: 2vw !important;
	font-size: 18px !important;
	display: none;
}

.parent_icon {
	float: left;
	margin-top: 1vh;
	width: 6%;
}

.is_son {
	font-size: 16px !important;
	margin-right: 1.7vw;
}

.send_cv_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
}

.send_cv_popup_container {
	position: relative;
	background-color: #000000;
	padding: 30px;
	width: 500px;
}

.send_cv_popup i.fas.fa-times {
	font-family: fontawesome;
	position: absolute;
	top: 10px;
	left: 12px;
	color: #ed3023;
	font-size: 30px;
	cursor: pointer;
}

.send_cv_popup h5 {
	margin: 15px 0;
	color: #ffffff;
	text-align: center;
	font-size: 35px;
}


.send_cv_popup input[type="text"], .send_cv_popup input[type="tel"], .send_cv_popup input[type="email"] {
	font-size: 18px;
	padding: 10px 20px;
}

.send_cv_popup input[type="file"] {
	font-size: 18px;
}

.send_cv_popup form.wpcf7-form p {
	margin-bottom: 15px;
}

.send_cv_popup input#job_name {
	display: none;
}

.send_cv_popup input[type='submit'] {
	background-color: #ed3023;
	color: #ffffff;
	font-size: 18px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-radius: 0px 0px 0px 0px;
	padding: 12px 0;
	font-weight: bold;
}

.send_cv_popup span.ajax-loader {
	position: absolute;
}

@media (min-width:768px) {
	.mobile_filter_jobs, .mobile_filter_jobs_en {
		display: none;
	}
}


@media (max-width:767px) {
	
	.careers_page_banner {
		display: block;
	}

.careers_page_content {
	width: 100%;
}

.careers_page_button {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.careers_page_button > a {
	margin-top: 5px;
	font-size: 15px;
	padding: 10px 20px;
}

.careers_sidebar {
	display: none;
	float: none;
	width: 100%;
	padding: 20px;
	background-color: #f1eeee;
}

.careers {
	margin-top: 50px;
	display: block;
	float: none;
	width: 100%;
	padding-right: 0;
}

.job {
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #ffffff;
}

.job:last-child {
	border: none;
	padding-bottom: 0;
}

.job_content {
	margin-top: 10px;
	width: 100%;
	padding-left: 0;
}

.job_image {
	width: 100%;
	display: none;
}

button.send_cv {
	margin-top: 5px;
	font-size: 15px;
	padding: 10px 20px;
}

h4.job_title {
	font-size: 20px;
}

span.job_number {
	font-size: 18px;
}

.send_cv_popup_container {
	width: 90%;
}

.mobile_filter_jobs {
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 20px;
	background-color: #f1eeee;
	padding: 15px 0;
}

.mobile_filter_jobs i.fas.fa-chevron-down {
	font-family: fontawesome;
	font-size: 12px;
	vertical-align: middle;
}

.mobile_filter_jobs.opened i.fas.fa-chevron-down:before {
	content: '\f077';
}

}

/* careers page english */

.en_careers {
	display: inline;
	float: right;
	width: 70%;
	padding-right: 0;
}

.en_careers .job_content {
    padding-left: 0;
    padding-right: 25px;
}

.en_careers_sidebar {
	display: inline;
	float: left;
	width: 26%;
}

.en_parent_icon {
	float: right !important;
}

.is_son {
	font-size:18px !important;
	margin-right: 1.7vw;
}

.en_careers_sidebar .is_son {
	margin-right: 0vw;
	margin-left: 1.7vw;
}

button.send_cv_en {
	margin-top: 10px;
	font-family: Heebo;
	/* position: absolute; */
	bottom: 0;
	right: 0;
	background-color: #ed3023;
	border-color: #ed3023;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0;
	padding: 8px 30px;
}

@media (max-width: 767px){
	:lang(en) .careers_page_button {
    text-align: center;
}
	.en_careers_sidebar {
			display: none;
	float: none;
	width: 100%;
	padding: 20px;
	background-color: #f1eeee;
	}

.en_careers {
	margin-top: 50px;
	display: block;
	float: none;
	width: 100%;
	padding-right: 0;
}
.mobile_filter_jobs_en {
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 20px;
	background-color: #f1eeee;
	padding: 15px 0;
}

.mobile_filter_jobs_en i.fas.fa-chevron-down {
	font-family: fontawesome;
	font-size: 12px;
	vertical-align: middle;
}

.mobile_filter_jobs_en.opened i.fas.fa-chevron-down:before {
	content: '\f077';
}

}




/* remove all urdline page branches*/
.branches a:hover, .branches a:visited, .branches a:link, .branches a:active
{
	text-decoration: none !important;
}

