.wpjb-errors,
.wpjb-messages{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
}
.wpjb-errors .wpjb-error{
	margin-bottom: 15px;
	border-left: 4px solid #dc3232;
	padding: 8px 15px;
	font-size: 16px;
	line-height: 1.2;
	margin-left: 0;
	margin-bottom: 20px;
}
.wpjb-messages .wpjb-message{
	margin-bottom: 15px;
	border-left: 4px solid #00a0d2;
	padding: 8px 15px;
	font-size: 16px;
	line-height: 1.2;
	margin-left: 0;
	margin-bottom: 20px;
}

.wpjb-row{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.wpjb-search-fields{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-start;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
	margin-bottom: 25px;
}
.wpjb-field{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 15px 15px 0;
}
.wpjb-field.wpjb-field-large{
	flex-grow: 2;
}
.wpjb-field:last-child{
	margin-right: 0;
}
.wpjb-field.wpjb-field-row{
	flex-direction: row;
	justify-content: space-between;
}
.wpjb-field .wpjb-label{
	display: block;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 8px;
	padding: 0;
}
.wpjb-field input[type="number"],
.wpjb-field input[type="text"]{
	display: block;
	box-sizing: border-box;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	width: 100%;
}
.wpjb-field select{
	display: block;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	font-weight: 400;
	padding: 9px 20px 9px 10px;
	background: #ffffff;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	outline-offset: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/expand_arrow.png') 98% center no-repeat;
	background-size: 15px auto;
}
.checkbox-wrapper{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	width: 40px;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.checkbox-wrapper::after{
	background: transparent;
	color: #0073aa;
	content: "";
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	border-color: #0073aa;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
}
.checkbox-wrapper.wpjb-active-checkbox::after{
	content: "\2713";
	font-weight: 700;
}
.checkbox-wrapper input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.wpjb-label:last-child{
	margin: 0 0 15px 0;
}
a.wpjb-button,
button.wpjb-button,
.wpjb-jobs-board .wpjb-field a.wpjb-button{
	transition: background 150ms ease-in-out;
	background: #0073aa;
	border: 1px solid #0073aa;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	outline: none;
	padding: 10px 20px;
	text-decoration: none;
	vertical-align: bottom;
}
a.wpjb-button:hover,
button.wpjb-button:hover,
.wpjb-jobs-board .wpjb-field a.wpjb-button:hover{
	background: #005c87;
}
a.wpjb-button-outline,
.wpjb-jobs-board .wpjb-field a.wpjb-button-outline{
	transition: all 150ms ease-in-out;
	background: transparent;
	border: 1px solid #0073aa;
	border-radius: 0;
	box-sizing: border-box;
	color: #0073aa;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	outline: none;
	padding: 10px 20px;
	text-decoration: none;
	vertical-align: bottom;
	/* margin-left: 10px; */
}
a.wpjb-button-outline:hover,
.wpjb-jobs-board .wpjb-field a.wpjb-button-outline:hover{
	background: #0073aa;
	color: #ffffff;
}

#wpjb-jobs-board a.wpjb-toggle-button{
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 12px 20px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #0073aa;
	color: #0073aa;
	font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
#wpjb-jobs-board a.wpjb-toggle-button.has-margin{
	margin-bottom: 25px;
}

.wpjb-search-fields-secondary{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	padding-right: 15px;
}
.wpjb-container-reversed .wpjb-search-fields-secondary{
	padding-right: 0;
	padding-left: 15px;
	justify-content: flex-end;
}
.wpjb-container-reversed .wpjb-search-fields-secondary .wpjb-field{
	margin-right: 0;
	margin-left: 15px;
}
.wpjb-search-fields-secondary .wpjb-field.wpjb-field-large{
	width: 100%;
	margin-right: 0;
}
.wpjb-search-fields-secondary .wpjb-field.wpjb-field-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.wpjb-search-fields-secondary .wpjb-field.wpjb-field-large input[type="text"],
.wpjb-search-fields-secondary .wpjb-field.wpjb-field-large input[type="number"],
.wpjb-search-fields-secondary .wpjb-field.wpjb-field-large select{
	width: 100%;
}
.wpjb-search-fields-secondary .wpjb-field.wpjb-field-row a{
	margin-bottom: 10px;
	display: block;
	text-align: center;
	width: 100%;
}
.wpjb-checkbox-group{
	display: flex;
	flex-direction: column;
	padding: 0 14px 0 0;
	width: 100%;
}
.wpjb-checkbox-group label{
	display: block;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 20px;
	cursor: pointer;
	font-weight: 400;
}
.wpjb-checkbox-group input{
	margin: 0 5px 5px 0;
}

.wpjb-job-listing{
	box-sizing: border-box;
	margin: 0 0 25px;
	padding: 13px;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
	box-shadow: 0 2px 14px #cecece;
}
.wpjb-title-row{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 15px;
}
.job-title{
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}
.wpjb-job-listing .wpjb-title-row .job-title a{
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	color: #0073aa;
}
.job-timestamp,
.job-remote-tag,
.job-address,
.job-price{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0 4px 0;
	font-size: 15px;
	line-height: 18px;
}
.job-timestamp .dashicons,
.job-remote-tag .dashicons,
.job-address .dashicons,
.job-price .dashicons{
	text-align: left;
	margin-right: 10px;
	font-size: 18px;
	line-height: 20px;
}
.job-columns{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	flex-grow: 2;
	margin-top: 15px;
}
.job-categories,
.job-tags,
.job-types{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0 15px 0px 0;
	font-size: 15px;
	line-height: 20px;
}
.job-categories strong,
.job-tags strong,
.job-types strong{
	margin-right: 7px;
}
.wpjb-jobs-board .wpjb-job-listing .job-categories a,
.wpjb-jobs-board .wpjb-job-listing .job-tags a,
.wpjb-jobs-board .wpjb-job-listing .job-types a{
	text-decoration: none;
}
.wpjb-item-row{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.wpjb-job-listing .wpjb-item-row{
	margin-bottom: 0px;
}
.wpjb-item-thumbnail{
	width: 165px;
	max-width: 25%;
	margin: 0 15px 0 0;
	box-sizing: border-box;
}
.wpjb-item-content{
	max-width: 75%;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}
.wpjb-item-thumbnail img{
	width: 100%;
	max-width: 150px;
	max-height: 150px;
	display: block;
	margin: 0 0 15px;
}
.wpjb-item-footer{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
.wpjb-item-cta{
	display: block;
	width: 100%;
	margin: 0;
}
.wpjb-item-cta a.wpjb-item-apply{
	display: block;
	width: 165px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 8px 13px;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0 25px 0 0;
	color: #ffffff;
	text-decoration: none !important;
	background: #0073aa;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-bottom: 10px;
}
.wpjb-item-cta a.wpjb-item-apply:hover{
	background: #005c87;
}
.wpjb-item-cta a.wpjb-item-save,
.wpjb-item-cta a.wpjb-item-save:hover{
	display: block;
	width: 165px;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 8px 13px;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	margin: 0 25px 0 0;
	color: #0073aa;
	text-decoration: none !important;
	background: transparent;
	border: 1px solid #0073aa;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.wpjb-item-cta a.wpjb-item-save .dashicons{
	font-size: 15px;
	line-height: 15px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.wpjb-item-cta a.wpjb-item-save:hover{
	background: #005c87;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.wpjb-item-cta a.wpjb-item-save:hover .dashicons{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.wpjb-item-cta a.wpjb-item-save.wpjb-fav-job{
	background: transparent;
	color: #dc3232;
}

.wpjb-jobs-pagination ul{
	display: flex;
	margin: 0 auto 15px;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	list-style: none;
	padding: 0;
}
.wpjb-jobs-pagination ul li{
	margin: 0 10px 10px;
	padding: 0;
}
.wpjb-jobs-pagination ul li a{
	display: inline-block;
	margin: 0;
	padding: 8px 13px;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #0073aa;
	color: #0073aa;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.wpjb-jobs-pagination ul li a.wpjb-active-page{
	background: #0073aa;
	color: #ffffff;
}

#wpjb-jobs-board{
	position: relative;
	/* max-width: 800px; */
	width: 100%;
}

.wpjb-blocks-filter-overlay{
	position: absolute;
	width: calc( 100% + 30px );
	height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;
	margin-left: -15px;
	margin-right: -15px;
	background: #f9f9f9;
	min-height: 50px;
	z-index: 9999;
}
.wpjb-blocks-filter-overlay .wpjb-circle-spinner{
	width: 40px;
	height: 40px;

	position: absolute;
	margin: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wpjb-blocks-filter-overlay .wpjb-circle-spinner .wpjb-double-bounce1,
.wpjb-blocks-filter-overlay .wpjb-circle-spinner .wpjb-double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #000000;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.wpjb-blocks-filter-overlay .wpjb-circle-spinner .wpjb-double-bounce2{
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.wpjb-form{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.wpjb-form .wpjb-form-row{
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	width: 100%;
}
.wpjb-form .wpjb-form-row.has-col{
	flex-direction: row;
}
.wpjb-form .wpjb-col{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	width: 50%;
	flex-grow: 2;
}
.wpjb-form .wpjb-col:first-child{
	padding-left: 0;
	padding-right: 10px;
}

.wpjb-form .wpjb-form-row-image img{
	max-width: 100%;
	width: 150px;
	height: auto;
	display: block;
}
.wpjb-form .wpjb-radio-group,
.wpjb-form .wpjb-checkbox-group{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wpjb-form .wpjb-radio-group label,
.wpjb-form .wpjb-checkbox-group label{
	margin-right: 22px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
.wpjb-form .wpjb-radio-group label input[type="radio"],
.wpjb-form .wpjb-checkbox-group label input[type="checkbox"]{
	margin-right: 5px;
}
.wpjb-form strong{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}
.wpjb-form label{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}
.wpjb-form select{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	padding: 8px 20px 8px 10px;
	background: #ffffff;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	outline-offset: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/expand_arrow.png') 98% center no-repeat;
	background-size: 15px auto;
}
.wpjb-form input[type="file"]{
	padding: 0 5px 0 0;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.wpjb-form input[type="text"],
.wpjb-form input[type="email"],
.wpjb-form input[type="url"],
.wpjb-form input[type="password"],
.wpjb-form input[type="search"],
.wpjb-form input[type="number"],
.wpjb-form input[type="tel"],
.wpjb-form input[type="range"],
.wpjb-form input[type="date"],
.wpjb-form input[type="month"],
.wpjb-form input[type="week"],
.wpjb-form input[type="time"],
.wpjb-form input[type="datetime"],
.wpjb-form input[type="datetime-local"],
.wpjb-form input[type="color"],
.wpjb-form textarea{
	background: #ffffff;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	outline: none;
	padding: 8px 10px;
	-webkit-appearance: none;
	outline-offset: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

a.wpjb-button-red,
button.wpjb-button-red{
	transition: background 150ms ease-in-out;
	background: #a00;
	border: 1px solid #a00;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	outline: none;
	padding: 10px 20px;
	text-decoration: none;
	vertical-align: bottom;
}
a.wpjb-button-red:hover,
button.wpjb-button-red:hover{
	background: #dc3232;
	border-color: #dc3232;
}

.wpjb-single-job-wrapper{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.wpjb-single-job-row{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.wpfb-icon-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.wpfb-icon-row .dashicons{
	margin-right: 10px;
}

.wpjb-apply-button,
.wpjb-apply-button:visited{
	transition: background 150ms ease-in-out;
	background: #0073aa;
	border: 1px solid #0073aa;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	outline: none;
	padding: 10px 20px;
	text-decoration: none;
	vertical-align: bottom;
}
.wpjb-apply-button:hover{
	background: #005c87;
	color: #ffffff;
}

.wpjb-apply-form-wrapper{
	display: block;
	width: 100%;
	padding: 25px;
	background: #e9e9e9;
	max-width: 640px;
	margin: 0 auto;
}
.wpjb-apply-form-wrapper .wpjb-apply-form{
	width: 100%;
	display: block;
}
.wpjb-apply-form-wrapper .wpjb-apply-form form{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
}
.wpjb-apply-form-wrapper .wpjb-apply-form .wpjb-form-row{
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.wpjb-apply-form-wrapper .wpjb-apply-form .wpjb-form-row input,
.wpjb-apply-form-wrapper .wpjb-apply-form .wpjb-form-row file,
.wpjb-apply-form-wrapper .wpjb-apply-form .wpjb-form-row button{
	display: block;
	width: 100%;
}

.wpjb-table{
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	overflow-x: auto;
}
.wpjb-table thead th{
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	padding: .5rem;
    border-top: 1px solid #dee2e6;
	text-align: inherit;
}
.wpjb-table tr{
	background-color: #ffffff;
}
.wpjb-table tbody tr:hover{
	background-color: rgba(0,0,0,.05);
}
.wpjb-table td,
.wpjb-table th{
	padding: .5rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	word-break: normal;
}
.wpjb-pagination{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
}
.wpjb-pagination li{
	margin: 0 10px 5px 0;
}
.wpjb-pagination li a{
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #dee2e6;
	line-height: 1;
	text-decoration: none;
}
.wpjb-pagination li a.active-page{
	background-color: #dee2e6;
}

.wpjb-container{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	align-items: flex-start;
}
.wpjb-container.wpjb-container-reversed{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
	align-items: flex-start;
}
.wpjb-container .wpjb-container-col-small{
	max-width: 25%;
	width: 250px;
}
.wpjb-container .wpjb-container-col-small.is-mobile{
	padding: 15px;
	background: #f9f9f9;
	margin-bottom: 35px;
}
.wpjb-container .wpjb-container-col-large{
	width: 100%;
	flex-grow: 2;
}

.wpjb-job-listings-header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.wpjb-sort label{
	display: inline-block;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 10px 0;
	padding: 0;
	font-weight: 400;
}
.wpjb-sort select{
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	font-weight: 400;
	padding: 6px 20px 6px 10px;
	background: #ffffff;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	outline-offset: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/expand_arrow.png') 98% center no-repeat;
	background-size: 15px auto;
}
.wpjb-jobs-count{
	display: inline-block;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: 400;
}
.wpjb-job-listing em .dashicons{
	font-size: 16px;
	line-height: 20px;
}


@media (max-width: 768px){
	.wpjb-search-fields{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wpjb-search-fields .wpjb-field{
		width: 50%;
		margin: 0 0 10px 0;
	}
	.wpjb-search-fields .wpjb-field.wpjb-field-large{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.wpjb-search-fields-secondary{
		flex-direction: row;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.wpjb-search-fields-secondary .wpjb-field.wpjb-field-large{
		width: 50%;
		margin: 0 0 15px;
	}
	.wpjb-search-fields-secondary .wpjb-field.wpjb-field-row{
		width: 100%;
		margin: 0 0 15px;
		justify-content: center;
	}
	.wpjb-search-fields-secondary .wpjb-field.wpjb-field-row a{
		width: 50%;
		text-align: center;
		justify-content: center;
	}
	.wpjb-container,
	.wpjb-container.wpjb-container-reversed{
		display: flex;
		flex-direction: column;
	}
	.wpjb-container .wpjb-container-col-small{
		max-width: 100%;
		width: 100%;
	}
	.wpjb-job-listings-header{
		flex-direction: column-reverse;
	}
	.wpjb-sort{
		margin-bottom: 15px;
	}
	.wpjb-jobs-count{
		margin-bottom: 15px;
		width: 100%;
		font-size: 15px;
		line-height: 1.3;
		font-weight: 400;
		text-align: center;
	}
	.wpjb-item-row{
		flex-direction: column;
	}
	.wpjb-item-thumbnail{
		width: 100%;
		height: auto;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.wpjb-item-thumbnail img{
		width: auto;
		height: auto;
		margin: 0 0 15px;
		max-width: 100%;
	}
	.wpjb-item-content{
		width: 100%;
		max-width: 100%;
	}
}
