/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2023 | 09:30:53 */
.single-jobs h2,
.single-jobs h3,
.single-jobs h4 {
	margin-top: 1.5em;
	text-align: left;
	font-family: inherit;
}

.single-jobs h2::after,
.single-jobs h3::after,
.single-jobs h4::after {
	display:none !important;
}

/* Jobs Backend */
.jobs-wrapper h2,
.jobs-wrapper h3,
.jobs-wrapper h4 {
	margin-top: 1.5em;
	text-align: left;
	font-family: inherit;
}

.jobs-wrapper h2::after,
.jobs-wrapper h3::after,
.jobs-wrapper h4::after {
	display:none !important;
}







.single-jobs ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
}



.layout-header-menu {
	clear: left;
	clear: right;
}


.article-navigation {
	margin-top: 50px;
	margin-bottom 50px;
	padding: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.nav-previous a h3,
.nav-next a h3 {
	font-size: 16px !important;
	font-weight: normal;
}

@media( max-width: 980px ) {	
.nav-previous,
.nav-next {
	float: none;
	text-align: center;
	margin: 0 !important;
	padding: 10px 0 !important;
}
.nav-links {
	margin: 0 !important;
	padding: 0 !important;
}
}