#job_list article.type-jobs .job-image .elementor-post__thumbnail,
#job_list .job-image { 
	overflow: hidden;
}
#job_list article.type-jobs .job-image .elementor-post__thumbnail img {
  transition: transform .5s ease-in-out;
  max-height: 450px;
  width: 100% !important;
}
#job_list article.type-jobs:hover .job-image .elementor-post__thumbnail img {
  transform: rotate(5deg) scale(1.25);
  opacity: 0.9;
}

#job_list .elementor-post__card {
    overflow: hidden;
    min-height: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#job_list .elementor-post__card .job-container {
	height: 100%;
}

#job_list .elementor-post__card .job-container .elementor-post__text {
	padding: 20px 30px;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
}

#job_list .has_thumb .elementor-post__card .job-container .elementor-post__text {
    height: calc(100% - 320px);
}

#job_list .elementor-post__card .job-container .elementor-post__text .elementor-post__read-more {
    margin-bottom: 5px;
	align-self: center;
}

#job_list .elementor-post__card .job-container .elementor-post__text *:empty {
	display: none;
}

#job-filter:not(:empty) {
	margin-bottom: 2rem!important;
}

#job-filter.style-click ul.deep-0 {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
    margin-bottom: 1rem;
	padding-inline-start: 0;
}

#job-filter.style-click ul.deep-0 li.cat-item {
	margin-inline-start: 1.5rem;
}

#job-filter.style-click ul.deep-0 li {
	list-style-type: none;
    list-style: none;
	margin: 0px 5px;
}


#job-filter.style-click ul.deep-0 a.parent-category:not(.active):before {
	visibility: hidden;
	transition: all 0.25s;
}

#job-filter.style-click ul.deep-0 a.parent-category.active {
	background-color: transparent!important;
    position: relative;
    z-index: 0;
}
#job-filter.style-click ul.deep-0 a.parent-category.active:hover {
	color: #000!important;
}

#job-filter.style-click ul.deep-0 a.parent-category.active span {
	float: left;
}

#job-filter.style-click ul.deep-0 a.parent-category.active:before {
	visibility: visible;
	content: '';
    background: var( --e-global-color-accent );
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: -1;
}

#job-filter.style-click ul.deep-0 a.parent-category.active:after {
	font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
	content: "\f00d";
	display: inline-block;
	margin-left: 0.5rem;
	vertical-align: middle;
}

#job-filter.style-click ul.deep-0 a.parent-category:before {
	position: relative;
}

#job_list .job.elementor-posts-container {
	display: flex!important;
	position: absolute;
	opacity: 0;
	max-width: 400px;
	transform: scale(0) translate(-50%, -50%);
	transition: all 500ms ease-in;
}
#job_list .job.elementor-posts-container.hide {
	position: absolute;
	opacity: 0;
	transform: scale(0) translate(-50%, -50%);
	transition: all 250ms ease-in;
}

#job_list .job.elementor-posts-container.show {
	position: relative;
	opacity: 1;
	transform: scale(1) translate(0%, 0%);
	transition: all 500ms ease-out;
}