/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:14:12 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.gecko_js_job_main_container {
	padding: 0;
}

.gecko_js_job_left {
	padding-left: 0;
}

.gecko_js_job_right {
	padding-right: 0;
}

.gecko_js_job_main_container .row {
	margin-left: auto;
	margin-right: auto;
}

.gecko_js_job_title {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    font-family: Cabin, sans-serif;
    text-decoration: none !important;
    transition: all .3s ease !important;
    display: block;
}

.gecko_js_job_title:hover, .gecko_js_job_title:focus{
    color: #488A3F;
    transition: all .3s ease !important;
}

.gecko_js_job_more_info_div {
    display: flex;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Lato", sans-serif;
}

.gecko_js_job_more_info_div span {
    margin-left: 10px;
    margin-right: 10px;
}

.gecko_js_job_seperator {
    width: 100%;
    object-fit: contain !important;
    aspect-ratio: auto;
}

.gecko_js_job_apply_button {
    border-radius: 100px;
    background: #4A8B40;
    color: #FCFCFA;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    padding: 8px;
    display: block;
    text-decoration: none !important;
    transition: all .3s ease !important;
}

.gecko_js_job_apply_button:hover {
	background: #f1eee6;
    color: #1e2f29;
    transition: all .3s ease !important;
}

.job_search_count_customs .fl-heading-text {
    display: flex;
}

.job_search_count_customs .fl-heading-text .facetwp-counts {
    margin-left: 5px;
	margin-right: 5px;
}

.job_search_left_facet_customs .facetwp-facet-title {
    color: #333;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.26px;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
}

.job_search_left_facet_customs .facetwp-facet {
    margin-bottom: 0;
}

.job_search_left_facet_customs .fs-label-wrap {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
}

.job_search_left_facet_customs .fs-label {
    padding: 0 !important;
	color: #777;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.job_search_left_facet_customs .fs-wrap {
    width: 100%;
}

.job_search_left_facet_customs span.fs-arrow {
	display: none !important;
}

.job_search_left_facet_customs .fs-option.selected i {
    background: url(/wp-content/uploads/2024/08/Dot-2.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
    background-color: transparent !important;
}

.job_search_left_facet_customs .fs-option i {
    background-image: url(/wp-content/uploads/2024/08/Dot-1.svg);
    border: 1px solid transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 16px !important;
    height: 16px !important;
}

.job_search_left_facet_customs .fs-dropdown {
    border: none;
	z-index: 6;
}

.job_search_left_facet_customs .fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.job_search_left_facet_customs .fs-dropdown .fs-options::-webkit-scrollbar {
    width: 10px;
}

.job_search_left_facet_customs .fs-dropdown .fs-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.job_search_left_facet_customs .fs-dropdown .fs-options::-webkit-scrollbar-thumb {
    background: #777777; 
    border-radius: 5px;
}

.job_search_left_facet_customs .fs-dropdown .fs-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.job_search_left_facet_customs .fs-dropdown .fs-options {
    scrollbar-width: thin;
    scrollbar-color: #777777 #f1f1f1;
}

.job_search_left_facet_customs .fs-search {
    padding: 10px 5px;
}

.job_search_left_facet_customs .fs-search input {
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.job_search_left_facet_customs .fs-search input::placeholder {
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.clear_facet_customs .facetwp-reset {
    border-radius: 100px;
    background: #f1eee6;
    color: #1e2f29;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    padding: 11px;
    display: block;
    text-decoration: none !important;
    transition: all .3s ease !important;
    border: 0;
    width: 230px;
}

.clear_facet_customs .facetwp-reset:hover {
	background: #4A8B40;
    color: #FCFCFA;
    transition: all .3s ease !important;
}

.job_search_facet_submit_button .fwp-submit {
    border-radius: 100px;
    background: #4A8B40;
    color: #FCFCFA;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    padding: 11px;
    display: block;
    text-decoration: none !important;
    transition: all .3s ease !important;
    border: 0;
    width: 230px;
}

.job_search_facet_submit_button .fwp-submit:hover {
	background: #f1eee6;
    color: #1e2f29;
    transition: all .3s ease !important;
}

.job_search_top_facet .facetwp-facet {
    margin-bottom: 0;
}

.job_search_top_facet .facetwp-search {
    border-radius: 100px;
    background: #F1EEE6 !important;
	border: none !important;
    padding: 9px 20px !important;
    width: 100%;
	color: #333;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.job_search_top_facet .facetwp-search::placeholder {
	color: #333;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.job_search_top_facet .facetwp-autocomplete {
    border-radius: 100px;
    background: #F1EEE6 !important;
	border: none !important;
    padding: 9px 20px !important;
    width: 100%;
	color: #333;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.job_search_top_facet .facetwp-autocomplete::placeholder {
	color: #333;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.job_search_top_facet input.facetwp-autocomplete-update {
	display: none !important;
}

.job_search_top_facet i.facetwp-icon {
	display: none !important;
}

.job_search_top_facet .facetwp-input-wrap {
	display: block;
}

.pager_pagination_customs .facetwp-pager {
    text-align: center;
	position: relative;
}

.pager_pagination_customs .facetwp-page {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 1px
}

.pager_pagination_customs .facetwp-page.active {
	color: #4A8B40;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.pager_pagination_customs .facetwp-page.next img {
	margin-left: 5px;
}

.pager_pagination_customs .facetwp-page.prev img {
	margin-right: 5px;
}

.pager_pagination_customs .facetwp-page.next {
    text-decoration: none !important;
    float: right;
    color: #333 !important;
}

.pager_pagination_customs .facetwp-page.prev {
    text-decoration: none !important;
    float: left;
    color: #333  !important;
}

.job_search_top_facet .fcomplete-wrap {
    z-index: 5;
}
