/*  Child post  */
.item-career{
	background-color: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
	display:flex;
	padding:10px;
	width: 624px;
    max-width: 100%;
    margin-bottom: 20px;
	justify-content:space-between;
	align-items:center;
	position:relative;
}
.item-career .link-card{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;

}
.item-career .link-container{
	position:relative;
	left:0;
	transition:.5s ease;
}
.item-career:hover .link-container{
	left:10px
}

.item-career .s1{
	width:100%;
	max-width:200px;
    height: 200px !important;
}
.item-career .s1 img{
	border-radius:2px;
}

.item-career .s2{
	width:100%;
    padding-right:12px;
	margin-left:30px;
}
.item-career .heading{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight:700;
	margin-bottom:10px;
	line-height:1.2
}
.item-career .text{
	height:55px;
	margin-bottom:30px;
}
.item-career .career-category{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
	color: #00CCBC;
}
.item-career .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: #000;
}

/* Filter  */
.career-filter > .media-boxes-filter-container.filters-container{
	border-radius : 75px;
	padding: 0px 40px;
	
}

.career-filter .dropdown-filters-container {
    display: flex;
}

.career-filter .media-boxes-drop-down{
	width: 250px;
}

.career-filter .media-boxes-drop-down-header {
    border-radius: 75px;
	margin-left: 15px;
}

.career-filter .media-boxes-drop-down-header:after {
    content: "\e90b";
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 40%;
    margin-top: -15px;
	background: linear-gradient(232.21deg, #00CCBC 0%, #665BAE 100%);
	padding: 7px 15px;
	border-radius: 100%;
}

@media(max-width:1024px){
	.item-career .heading{
		font-size: 22px;
	}
}

@media(max-width:1023px){
	.item-career{
		display:block; 
		width: 100%;
	}
	.item-career .s1 {
        margin-bottom:20px;
	}
	.item-career .s2 {
		width: 100%;
		padding-right: 0;
		margin-left: 0;
		text-align:left;
	}
	.item-career .heading{
		min-height:auto;
	}
	.item-career .text {
		height: 100px;
		margin-bottom: 10px;
	}

}

@media ( max-width : 650px){
	.item-career .s1{
		max-width:400px;
	}
	.item-career .s1 img{
		width: 400px;
	}

	.item-career .s2 .heading{
		margin-top: 120px;
		text-align: center;
	}
	.career-filter .dropdown-filters-container{
		display: block;
	}
	.item-career .link-container{
		text-align: center;
	}
}

@media (min-width: 360px and  max-width : 420px){
	.item-career .s1{
		max-width:300px;
	}
	.item-career .s1 img{
		width: 300px;
	}

	.item-career .s2 .heading{
		margin-top: 110px;
		text-align: center;
	}
}

@media ( max-width : 359px){
	.item-career .s2 .heading{
		margin-top: 80px;
		text-align: center;
	}
}