#wpadminbar{
	display: none !important;
}

.c--orange-light{
	background-color: #fff7f7;
}

.c--orange-bg{
	background-color: #f98a3c;
}

.c--orange-bg:hover{
	background-color: #e67726;
}

.c--orange-border{
	border-color: #f98a3c;
}

.c--orange-border:hover{
	border-color: #e67726;
}

.c--icon-orange{
	color: #f98a3c;
}

.c--icon-gray{
	color: #959595;
}

.c--icons-social{
	font-size: 1.5rem;
}

.c--btn-orange{
	background-color: #f98a3c;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 0.375rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.c--form-search input, .c--form-search select{
	border-start-start-radius: var(--radius-sm);
	border-end-start-radius: var(--radius-sm);
	border-start-end-radius: 0;
	border-end-end-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: var(--radius-sm);
	border-bottom-right-radius: var(--radius-sm);
	border-bottom-left-radius: 0;
	outline-style: var(--tw-outline-style);
	outline-width: 0px;
	height: 60px;
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding-inline-start: 45px;
    padding-inline-end: 45px;
    padding-top: 13px;
    padding-bottom: 15px;
    font-size: 15px !important;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	background-color: var(--color-gray-50) !important;
}

.c--form-search .jobsearch-banner-search{
	margin-bottom: 0 !important;
}

.c--form-search .jobsearch-search-container .jobsearch-banner-search ul li:last-child{
	max-width: none !important;
}

.c--form-search .jobsearch-banner-submit input, .c--form-search .jobsearch-banner-submit input:hover, .c--form-search .jobsearch-banner-submit input:active, .c--form-search .jobsearch-banner-submit input:focus{
	background-color: #f98a3c !important;
	color: #ffffff !important;
}

.c--form-search .selectize-control.single .selectize-input{
	background-color: var(--color-gray-50) !important;
}

.c--badge-jobs{
	z-index: 99999;
    top: -3px;
    right: -3px;
}

.c--container-job .c--text-orange{
	color: #f98a3c;
}