.single-careers p{
	font-family:"Neue Einstellung";
}
.cp-container {
    display: flex;
    gap: 30px;
}

.cp-sidebar {
    width: 25%;
}
.sidebar_box {
    background: #ede7d5;
    padding: 20px;
}
.sidebar_box h3 {
    font-family: "Coterie";
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 5.4px;
    color: var(--e-global-color-text);
}
.cp-sidebar ul {
    list-style: none;
    padding: 0;
}

.cp-sidebar li {
    margin-bottom: 10px;
}

.cp-sidebar a {
    text-decoration: none;
    color: #333;
}
.sidebar_box a {
    text-decoration: none;
    color: #333;
	font-family:"Neue Einstellung";
    width: 100%;
    display: block;
    background: #f6f0de;
    padding: 10px 20px;
    border: 1px solid #dfd8c5;
	transition:0.3s;
}
.sidebar_item.active {
    background: #423d32;
    color: white;
}
.sidebar_item:hover{
	background: #423d32;
	color:white;
}
.cp-jobs {
    width: 75%;
}
.job_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cp-job-card {
    border: 1px solid #dfd8c5;
    padding: 20px;
    margin-bottom: 20px;
/*     border-radius: 6px; */
	transition:0.3s;
}
.cp-job-card:hover{
    background: #ede7d5;
}
.cp-job-card h2 {
    margin-top: 0;
}
.job_title {
    font-family: "Neue Einstellung";
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1.3px;
    color: var(--e-global-color-text);
}
.job-skills {
    display: flex;
    align-items: start;
    font-size: 14px;
    font-family: 'Neue Einstellung';
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #dfd8c5;
    border-bottom: 1px solid #dfd8c5;
    margin: 28px 0 22px;
}
.job-skills p {
    width: 31%;
    margin: 0;
}
.cp-desc{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cp-single-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.cp-single-container h1 {
    margin-bottom: 20px;
}

/* ========= Career Page ========= */
.single-careers{
	background: #F6F0DE;
}
.sigle_jobtitle {
    font-family: 'Coterie';
	font-size:26px;
}
.cp-single-container {
    padding: 100px 13px;
}
.cp-single-container .cp-description h3 {
    font-family: "Neue Einstellung";
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 1.3px;
    color: var(--e-global-color-text);
    margin: 43px 0 20px;
}
.single-careers .job-skills{
	background: #ede7d5;
	padding:10px;
}
.single-careers ul{
	padding-left:1rem;
}
.job-btn-box {
    margin-top: 30px;
}
.apply-btn {
    padding: 2px 20px 3px;
    background: #423d32;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
    border: 1px solid #423d32;
    font-family: "Neue Einstellung";
    font-weight: 400;
    font-size: 18px;
    border-radius: 0;
}
.apply-btn:hover{
	color:white;
}
.goback-btn{
	padding: 2px 20px 3px;
    background: transparent;
    cursor: pointer;
    color: #444;
    transition: all 0.2s ease;
    border: 1px solid #000;
    font-family: "Neue Einstellung";
    font-weight: 400;
    font-size: 18px;
    border-radius: 0;
}
/* ========= Career Page ========= */