/* If you want to add your own CSS code, please do it in this file */
@font-face {
  font-family: "Roboto Slab";
  src: url('../fonts/RobotoSlab-VariableFont.ttf') format('truetype')
}
body, body a, body p, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab" !important;
}
.single-joboffers #Subheader .column {
    display: block;
}
.single-joboffers #Subheader {
    background-color: #f7f9f9;
    background-image: url("../images/bg_subheader.png");
    height: auto;
}
._brlbs-content-blocker {
	text-align: center;
}
#Subheader .title {
	margin: 45px 0;
}
.page-template-gjos-page * {
	box-sizing: border-box;
}
.page-template-gjos-page .post-content-img {
	width: 25%;
    padding: 0px 40px;
	display: flex;
	align-items: center;
}
.page-template-gjos-page .post-content-title {
	width: 55%;
}
.page-template-gjos-page .post-content-title a {
	font-weight: 700;
	color: #000000;
}
.page-template-gjos-page .post-content-title a:hover {
	text-decoration: none;
	color: #000000;
}
.page-template-gjos-page .post-location {
	font-weight: 700;
	color: #000000;
}
.page-template-gjos-page .post-location {
	width: 20%;
}
.page-template-gjos-page .joboffer-header-item {
	padding: 20px 0 0 0;
	list-style: none;
}
.page-template-gjos-page .joboffer-header-item-1 {
	width: 25%;
	padding: 20px 40px 0 20px;
}
.page-template-gjos-page .joboffer-header-item-2 {
	width: 55%;
}
.page-template-gjos-page .joboffer-header-item-3 {
	width: 20%;
}
.page-template-gjos-page .post-content-img img {
	width: auto;
	max-height: 70px;
}
.joboffer-header-list ul {
	display: flex;
	align-items: center;
}
.joboffer-post-item-wrapper li {
	display: flex;
	align-items: center;
}
.page-template-gjos-page .isotope .isotope-item {
	display: flex;
	align-items: center;
	width: 100%;
}
.joboffer-post-item-wrapper.isotope {
	margin-bottom: 100px;
}
.joboffer-post {
	background: rgba(0,0,0,.08);
	padding: 20px 0;
	height: 110px;
	margin-top: 10px;
}
.job-offer-total-count {
	color: #01346b;
	font-size: 16px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
.filters-button-wrapper {
	display: flex;
}
.filters-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.filters-button-wrapper .button-group {
	margin-right: 20px;
}
.filter-button-group {
	height: 40px !important;
	border: 1px solid #01346b;
	background: #ffffff;
	padding: 8px 10px;
	color: #01346b;
	margin: 0;
}
.job-offer-img {
	margin: 40px 0;
}
.job-offer-subheading {
	color: #cccccc;
}
.page-template-gjos-page .fancy_heading,
.single-joboffers .fancy_heading {
	margin-bottom: 50px;
}
.job-offer-info {
	display: flex;
}
.job-offer-info p {
	margin-right: 40px;
}
.filter-reset-button a {
	cursor: pointer;
}
.single-job-offer-content-wrapper {
	display: flex;
}
.single-job-offer-text-wrapper {
	width: 70%;
}
.job-offer-text {
	padding-bottom: 25px;
}
.single-job-offer-sidebar {
	width: 25%;
	padding-left: 50px;
}
.single-job-offer-sidebar p {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px;
	margin: 0;
	text-align: center;
}
.single-job-offer-sidebar p:last-child {
	border-bottom: 0;
}
.single-joboffers ul {
	list-style: disc;
}
.single-joboffers h5 {
	margin-bottom: 35px;
}
.single-joboffers ul li {
	margin-left: 20px;
}
@media only screen and (max-width: 960px) {
	.filters-button-wrapper {
		display: block;
	}
	.filters-button-wrapper .button-group {
		margin: 12px 0;
	}

}
@media only screen and (max-width: 768px) {
	.page-template-gjos-page .joboffer-header-item-1 {
		padding: 20px 0 0 0;
	}
	.page-template-gjos-page .isotope .isotope-item {
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	.page-template-gjos-page .post-content-img {
		display: block;
		width: auto;
	}
	.page-template-gjos-page .post-content-title {
		width: auto;
	}
	.page-template-gjos-page .post-location {
		width: auto;
	}
	.joboffer-post {
		height: 160px;
	}
}
@media only screen and (max-width: 768px) {
	.joboffer-post {
		height: 180px;
	}
	.single-job-offer-content-wrapper {
		display: block;
	}
	.single-job-offer-text-wrapper {
		width: 100%;
	}
	.single-job-offer-sidebar {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.job-offer-info p {
		margin-right: 30px;
	}
	.job-offer-info {
		flex-wrap: wrap;
	}
	.joboffer-header-list {
		display: none;
	}
}