.wpjb-visionr-job-box {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    width: 30%;
    margin: 20px;
}

.wpjb-visionr-job-box ol,
.entry-content .wpjb-visionr-job-box ol,
.wpjb-visionr-job-box li,
.entry-content .wpjb-visionr-job-box li { 

    list-style: none;
    margin: 0px;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 30px;
}

.entry-content .wpjb-visionr-job-box ol {
    margin: 10px;
    margin-left: 26px;
    margin-top: 23px;
}


h3.wpjb-visionr-job-box-header,
.entry-content h3.wpjb-visionr-job-box-header {

    background-color: #95C11F;
    color: #fff;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px;
    padding: 18px;
    border-radius: 20px 20px 0% 0%;
}

.wpjb-slider-button {
    border-radius: 36px;
    background-color: #000;
    color: #fff;
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    margin: auto;
    padding: 12px 24px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 20px 10px;
}

.wpjb-slider-button:hover {
    color: #fff;
}

h4.wpjb-middle-heading {
    color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    width: 100%;
}

.wpjb-visionr-form-search {

    display: inline-block;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    border: 0px;
    width: 40%;
    margin-right: 2%;
    height: 40px;
    padding: 0 10px;
}
.wpjb-visionr-form-search-category {

    display: inline-block;
    font-family: "Work Sans", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    border: 0px;
    width: 30%;
    margin-right: 2%;
    height: 40px;
    padding: 0 10px;
}

input[type="submit"].wpjb-visionr-form-search-btn {

    color: #fff;
    width: 15%;
    display: inline-block;
    background: none;
    background-color: #95C11F;
    border: 0px;
    border-radius: 30px;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    white-space: normal;
    word-wrap: break-word;
}

input[type="submit"].wpjb-visionr-form-search-btn:hover {
    color: #fff;
    background: none;
    background-color: #95C11F;
}


body .wpjb .wpjb-search-group-visible {
    width: calc( 100% - 138px );
}

body .wpjb .wpjb-list-search {
    width: 132px;
}

#wpjb_search_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wpjb-line-minor {
    display: none;
}

button.slick-next,
button.slick-prev {
	background-color: transparent !important;
	outline: none;
	border: 0px;
	z-index: 1000;
}

body .wpjb ul,
body .wpjb li{
	list-style-type: disc;
    margin-left: 20px;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-0 {
	width: 39%;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-0 .wpjb-hint {
	font-size: 10px;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-1 {
	width: 29%;
	margin: 0 1% 12px 0%;
}
.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-2 {
	width: 29%;
	margin: 0 0% 12px 0%;
}

.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-2 select {
	width: 100%;
    display: inline;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin: 0;
    padding: 6px;
    font-size: 13px;
}
body .wpjb span.wpjb-input-description {
	margin-left: 12px;
}

body .wpjb .wpjb-line-minor ul {
	 list-style: none;
}
body .wpjb .wpjb-line-minor ul li {
	 list-style: none;
}

body .wpjb .wpjb-line-minor ul li:before {
	 content: "\2713";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #95C11F; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.slick-dotted.slick-slider button {
	outline: none;
	height: 35px;
    padding: 0px 25px;
}

.wpjb .wpjb-form .wpjb-input-cols-1 {
	list-style-type: none;
	margin-left: 0px;
}

@media only screen and (max-width: 980px) {
  input[type="submit"].wpjb-visionr-form-search-btn {
    width: auto;
	  margin-top: 16px;
  }
  .wpjb-visionr-form-search-category {
	 width: 45%;
	}

}

@media (min-width: 320px) and (max-width: 760px) {
	
	.visionr-wpjb-main-page input,
	.visionr-wpjb-main-page select{
		margin-bottom: 12px;
		width: 100% !important;
	}
	
	#wpjb_search_details div { 
		width: 100%;
	}
	
body .wpjb .wpjb-search-group-visible {
    width: 100% !important;
}
	
.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-0 {
	width: 100%;
}
.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-1 {
	width: 100%;
	margin: 0 1% 12px 0%;
}
.wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-visionr-field-2 {
	width: 100%;
	margin: 0 0% 12px 0%;
}
	
	.wpjb_search_results_data {
		font-size: 12px;
	}
}

.wpjb-slick-featured-slider {
	overflow: hidden;
}


.wpjb .wpjb-text ul li:before {
  content: '\2713';
  display: inline-block;
  color: #99cc00;
  padding: 0 6px 0 0;
}

.wpjb .wpjb-text ul li {
  list-style-type: none;
  font-size: 1em;
}

.wpjb .wpjb-text p {
	margin: 0px;
}

#single-job-header-image {
	
}