/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 13:15:50 */
html {
	font-size: 62.5%;
}

.site_menu .elementskit-dropdown.elementskit-submenu-panel a {
	font-size: 1.5rem !important;
}
.gradient_text h2 {
  background: linear-gradient(90deg, #52BB00, #aaff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#homepage-job-search-input,
.search-field input {
	background-image: url(https://dev-dream.website/powerupstaffing/wp-content/uploads/2025/08/search.svg);
	background-repeat: no-repeat;
	background-position: left 1.2rem center;
	padding-left: 5rem !important;
}
#homepage-location-input,
.location-field input {
	background-image: url(https://dev-dream.website/powerupstaffing/wp-content/uploads/2025/08/loaction.svg);
	background-repeat: no-repeat;
	background-position: left 1.2rem center;
	padding-left: 5rem !important;
}
/* #banner {
	background-position: bottom -12rem right -12rem;
}
 */
.home_search .job-search-bar {
	margin-top: 0;
}
.custom-post-grid {
	display: flex;
	gap: 1.8rem;
	flex-wrap: wrap;
}
.blog .custom-post-grid,
.single-post .custom-post-grid {
	padding-bottom: 11rem;
}
.post-card {
	width: calc(100% / 3 - 1.2rem);
}
.post-card-inner h3 a {
	color: #fff;
	font-family: CircularXX;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.6rem 0 1.7rem;
	display: inline-block;
}
.post-card-inner p a {
	color: #52BB00;
	font-family: CircularXX;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 450;
	line-height: 2;
	padding-top: 1.5rem;
	display: inline-block;
}
.site_menu ul {
	gap: 3.6rem;
}
.archive-title {
	color: #FFF;
	font-size: 5.9rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
}
.archive-description {
	color: #FFF;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.76;
	width: 50%;
	padding-top: 1.6rem;
}
.post-banner .custom_container {
	padding: 22rem 0 10rem 0;
}
.custom_container {
	max-width: 1360px;
	margin: 0 auto;
}
.blog, .single-post {
	background: #231e19;
}

.blog .announcement_bar,
.single-post .announcement_bar{
	background: #231E19 !important;
}

.blog .announcement_bar p, 
.blog .announcement_bar a ,
.single-post .announcement_bar p, 
.single-post .announcement_bar a {
	color: #fff !important;
}
/* .blog .site_header,
.single-post .site_header{
	filter: brightness(0) invert(1);
} */



.blog .pagination {
	margin: 0 auto 11rem;
	padding: 1.5rem 3rem;
	border-radius: 50rem;
	border: 1px solid #FFF;
	width: auto;
	max-width: fit-content;
	gap: 1.5rem;
	justify-content: center;
}
.pagination .page-numbers {
	padding: 0.8rem 2rem;
	color: #FFF;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 450;
	line-height: 1.66;
	list-style: none;
	display: flex;
}
.pagination .page-numbers.current {
	background: #52BB00;
	border-radius: 50rem;
}

.post-contact-inner {
	padding: 7rem 30rem;
	text-align: center;
	border-radius: 27px;
	background: #1483E3;
	margin-bottom: 5rem;
}
.post-contact-inner h2 {
	color: #FFF;
	text-align: center;
	font-family: CircularXX;
	font-size: 5.9rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
}
.post-contact-inner p {
	color: #FFF;
	text-align: center;
	font-family: CircularXX;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.6;
	padding-bottom: 4rem;
}
.site_white_btn {
	color: #231E19;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.6rem 2.9rem;
	display: inline-block;
	border-radius: 25rem;
	background: #FFF;
}
.post_content_text {
	padding: 9.5rem 0 13rem;
}
.post_content_text h2 {
	color: #FFF;
	font-family: CircularXX;
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3;
	padding: 1.7rem 0 0;
}
.post_content_text p {
	color: #FFF;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.76;
	padding-top: 2.4rem;
}
.post_content_text {
	padding: 9.5rem 0 13rem;
	width: 53%;
	margin: auto;
}
.post-artical.custom_container .size-full.wp-post-image {
	height: 51rem;
	object-fit: cover;
	object-position: top;
}
.single-post .post-banner .custom_container {
	padding: 25rem 0 5rem 0;
}
.mf-checkbox-option span::before,
.mf-radio-option span::before {
	margin-right: 1.5rem;
}

#banner video {
	object-fit: contain;
	object-position: right bottom;
}
.site_btn_blue {
	background-color: #1483E3;
	color: #fff;
}
.site_btn_blue:hover {
	border-color: #52BB00 !important;
}
.post-card img {
	height: 35rem;
	border: 1px solid #fff;
	object-fit: cover;
}

.footer_link_list ul li span {
	padding-left: 3rem !important;
	margin-right: 1rem !important;
}

.post-recent {
	background: #fff;
	padding: 10rem 0 0;
}
.site_h2 {
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.18;
}
.recent-post-flex {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-bottom: 6rem;
}

.site_border_btn {
	color: #231E19;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.6rem 2.9rem;
	display: inline-block;
	border: 1px solid #231E19;
	border-radius: 50rem;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 1.6rem;
}
.site_border_btn svg {
	width: 1.6rem;
}
.post-recent .post-card-inner h3 a{
	color: #231E19;
}
.post-recent .post-card-inner svg path {
	fill: #231E19;
}

.gradient_text h2 {
	font-family: "Cinzel", Sans-serif !important;
	background: linear-gradient(180deg, #52BB00 0, #fff0 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent !important;
}

.footer_menu .elementor-icon-list-item a {
	font-size: 1.7rem !important;
}





/*===================== JOB section =================================== */


.banner_job_search {
	display: flex;
	gap: 1rem;
}



.job_list_top {
	border-radius: 1.8rem;
	border: 1px solid #D5E3CA;
	background: #E9F6DF !important;
	padding: 5rem 3.5rem 6.5rem;
}
.job_list_top a {
	padding: 0 !important;
	background-color: transparent !important;
}
.job_list_top h3 {
	color: #000;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 1.5rem;
}
.job_list_top p {
	color: #000;
	font-family: CircularXX;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.76;
}
.job_cust_content {
	border-radius: 1.8rem;
	border: 1px solid #3B8204;
	background: #FFF;
	padding: 2.6rem 1.5rem;
	margin-top: 1.4rem;
}
.job_cust_content {
	border-radius: 1.8rem;
	border: 1px solid #3B8204;
	background: #FFF;
	padding: 2.6rem 1.5rem;
	margin-top: 1.4rem;
	display: flex;
	row-gap: 4.8rem;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job_list_bottom {
	width: calc(50% - 1rem);
}
.job_data_flex {
	display: flex;
	gap: 0.6rem;
}
.job_data_img, .job_data_img svg {
	width: 2rem;
}
.job_data_text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.job_data_text {
	color: #000;
	font-family: CircularXX;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 450;
	line-height: 1.2;
}
.job_data_text {
	font-size: 1.6rem;	
}
.job_listings {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
	border: none !important;
}

.job_listings > li {
  flex: 0 0 calc(100%/3 - 1.8rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.job_list_top {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job_list_top a {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




/* ===================================== JOB SINGLE PAGE ======================================== */


.custom_job_banner {
	padding: 21rem 0 6.5rem;
	background: #52BB0033;
}
.custom_job_banner h1 {
	color: #000;
	font-size: 5.9rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.32;
}
.custom_job_banner a {
	color: #000;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 3rem;
	display: flex;
	padding-top: 2rem;
	gap: 1rem;
	align-items: center;
}
.custom_job_banner a svg {
	transform: rotate(180deg);
}
.custom_job_factors {
	padding: 8rem 0 10rem;
}
.custom_job_factors h2 {
	color: #231E19;
	font-family: CircularXX;
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.18;
	padding: 0 0 5rem;
}
.custom_job_factors h3 {
	color: #000;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 3rem;
}
.job-content-single-page h2 {
	color: #231E19;
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.18;
	padding: 1rem 0 3rem;
}
.job-content-single-page p {
	color: #000;
	font-family: CircularXX;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.76;
	padding: 1rem 0 3rem;
}
.job-content-single-page ul {
	padding-top: 1rem;
	padding-bottom: 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.job-content-single-page ul li {
	color: #000;
	font-family: CircularXX;
	font-size: 1.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.76;
}
.job-content-single-page .site_h2_xl {
	color: #000;
	font-size: 5.9rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.32;
	padding-bottom: 5rem;
}
.job-content-single-page {
	padding-bottom: 10rem;
}
.custom_container_inner {
	width: 60%;
}
.custom_container_inner a {
	color: #1483E3;
	font-weight: bold;
	text-decoration: underline;
}
.suggestion-item {
	font-size: 1.5rem;
}









@media(min-width:1025px) {
.blog .site_icon img,
.single-post .site_icon img {
	filter: brightness(0) invert(1);
}
.blog .menu_div, 
.single-post .menu_div{
	border-color: #fff !important;
}
.blog .site_menu a,
.single-post .site_menu a,
.blog .site_menu a i,
.single-post .site_menu a i {
	color: #fff !important;
}

.blog .site_menu .elementskit-dropdown.elementskit-submenu-panel a,
.single-post .site_menu .elementskit-dropdown.elementskit-submenu-panel a {
	color: #231e19 !important;
}
.blog .lang_btn a, 
.single-post .lang_btn a {
	color: #fff !important;
}
.blog .lang_btn a svg path,
.single-post .lang_btn a svg path {
	fill: #fff;
}
.blog .lang_btn,
.single-post .lang_btn {
	border-color: #fff !important;
}
}







@media(max-width:1399px) and (min-width:1200px) {
	.e-con > .e-con-inner,
	 .custom_container {
	max-width: 1140px;
}
	html {
	font-size: 53%;
}

	
}



@media(max-width:1199px) and (min-width:1025px) {
	.e-con > .e-con-inner,
	 .custom_container {
	max-width: 960px;
}
	html {
	font-size: 44%;
}

	
}


@media(max-width:1024px) and (min-width:768px) {
	.e-con > .e-con-inner,
	 .custom_container {
	max-width: 720px;
}
	.post-banner .custom_container {
	padding: 27rem 0 5rem 0;
}

		.pagination .page-numbers {
	padding: 0.8rem 1.8rem;
	font-size: 15px;
}
	.blog .pagination {
	margin: 0 auto 5rem;
	padding: 0.5rem;
}
.post-contact-inner {
	padding: 5rem;
}	
.post-type-archive-job .custom_job_banner {
	padding: 27rem 0 15rem;
}	
.custom_container_inner {
	width: 80%;
}	
	
	
	
	
	
	
}




@media(max-width:1024px) {
	.site_menu .elementskit-menu-hamburger-icon {
	margin-bottom: 10px !important;
}	
.site_menu .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
	margin-bottom: 0px !important;
}
.archive-title {
	font-size: 30px;
}	
.archive-description {
	font-size: 15px;
	width: 100%;
}
	.post-card img {
	height: 15rem;
}	
	.post-card-inner h3 a {
	font-size: 18px;
}
	.blog .custom-post-grid, .single-post .custom-post-grid {
	padding-bottom: 5rem;
}

.post-contact-inner h2 {
	font-size: 30px;
}	

.post-contact-inner p {
	font-size: 18px;
}	
.job-collection-list-item-top {
	padding: 3rem 2rem 4rem;
}	
	
	.job-collection-list-item-top h3 {
	font-size: 20px;
}
	.job-collection-list-item-top p {
	font-size: 15px;
}
.job-collection-ul {
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
}	
.post-artical.custom_container .size-full.wp-post-image {
	height: 30rem;
}	
.post_content_text {
	padding: 5rem 0;
	width: 100%;
	margin: auto;
}	
.post_content_text p {
	font-size: 15px;
}	
	.post_content_text h2 {
	font-size: 30px;
	line-height: 1.2;
}
.post-recent {
	background: #fff;
	padding: 5rem 0 0;
}	
.site_white_btn {
	font-size: 14px;
}	
.site_border_btn {
	font-size: 14px;
}	
.custom_job_banner h1 {
	font-size: 35px;
}
.custom_job_banner p {
	font-size: 15px;
	width: 100%;
}		
.filter-group {
	padding: 2.5rem;
}	
.filter-group strong {
	font-size: 18px;
}	
.filter-group label input {
	width: 2rem;
	height: 2rem;
}
.filter-group label {
	font-size: 12px;
}	
.post-type-archive-job .job-collection-ul, 
.single-job .job-collection-ul {
	grid-template-columns: repeat(2, 1fr);
}	
.job-search-bar button {
	font-size: 15px;
	padding: 1.3rem 3rem;
}	
.job-search-bar input {
	height: 4.8rem !important;
}	
.custom_job_factors {
	padding: 5rem 0;
}	
	.custom_job_factors h2 {
	font-size: 30px;
	padding: 0 0 3rem;
}
.custom_job_factors h3 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 3rem;
}	
.job-content-single-page .site_h2_xl {
	font-size: 35px;
	padding-bottom: 3rem;
}	
.job-content-single-page h2 {
	font-size: 30px;
	padding: 1rem 0 1rem;
}
.job-content-single-page p {
	font-size: 15px;
}	
.job-content-single-page ul li {
	font-size: 15px;
}	
.job-content-single-page {
	padding-bottom: 5rem;
}	
.custom_job_banner a.apply_now {
	font-size: 14px;
}	
.custom_job_banner a {
	padding-bottom: 1rem;
	padding-top: 5rem;
}	
.site_h2 {
	font-size: 30px;
}	
.container.container--smaller {
	width: 100%;
}	

.form-block.upload_file_div {
	width: 100%;
}
#job-apply-form label {
	font-size: 15px;
	padding-bottom: 1rem;
}	
#job-apply-form .form-block {
	padding-bottom: 2.5rem;
}	
#job-apply-form {
	padding: 5rem 3rem 2rem;
	margin: 3rem auto;
}	
#job-apply-form input {
	height: 4.8rem;
	padding: 1.2rem 2.5rem;
}	
#job-apply-form select {
	height: 4.8rem;
}	
.site_menu .elementskit-dropdown.elementskit-submenu-panel a {
	font-size: 14px !important;
	padding: 10px 40px !important;
}	
	
	
	
	
	
}



@media(max-width:768px) {
	
	.filter-btns, .submit-button, .submit-button button {
	width: 100%;
}
.job-search-bar {
	flex-direction: column;
}	
.home_search .job-search-bar {
	flex-wrap: wrap;
	flex-direction: column;
}
	.home_search .job-search-bar #homepage-location-input {
	margin: 0 !important;
}
	.recent-post-flex {
	flex-direction: column;
	align-items: start;
}
	.footer_link_list ul {
	margin: 0 !important;
	flex-direction: column;
}
	.footer_link_list ul li span {
	padding: 0 !important;
	margin: 0 !important;
}
.job-collection-list {
	display: grid;
	gap: 1.8rem;
	grid-template-columns: repeat(1, 1fr);
}
.post-card {
	width: 100%;
}	
.post-card img {
	height: 25rem;
}	
.post-banner .custom_container {
	padding: 27rem 1.5rem 5rem 1.5rem;
}	
.custom_container {
	max-width: 100%;
	padding: 0 1.5rem;
}	
.blog .pagination {
	margin: 0 auto 5rem;
	padding: 0;
}	
.post-contact-inner {
	padding: 5rem 3rem;
}	
.single-post .post-banner .custom_container {
	padding: 27rem 1.5rem 5rem 1.5rem;
}	
.post-type-archive-job .custom_job_banner {
	padding: 27rem 0 22rem;
}	
.job-search-bar {
	justify-content: start;
	margin-top: -18rem;
	flex-wrap: wrap;
}	
.location-field {
	width: 100%;
}	
.search-field {
	width: 100%;
}	
.job-archive-content {
	flex-direction: column;
}	
.job-filters {
	width: 100%;
}	
.job-post-list {
	width: 100%;
}	
.custom_container_inner {
	width: 100%;
}	
#job-apply-form {
	padding: 5rem 2rem 2rem;
}	
.job-archive-content {
	padding: 2rem 0 5rem;
}	
	
.site_h3_filter {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 1.5rem;
	padding: 2rem 0;
	border-bottom: 1px solid #dcf1cc;
	text-transform: uppercase;
	color: #000;
}
.job-filters.active {
	padding: 0;
}	
.job-filters.active #job-filter-form {
	padding: 3rem 1.5rem 9rem;
}
.hide-all-filter {
	display: flex;
	align-content: center;
	align-items: center;
	background: #231E19;
	padding: 2rem 1.5rem;
	justify-content: space-between;
}	
.hide-all-filter h3 {
	color: #fff;
	text-transform: uppercase;
}
.show_result_filter {
	background: #fff;
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 1.5rem;
	box-shadow: 0 0 10px #0000004f;
}
.show_result_filter p {
	font-size: 15px;
	background: #0975D3;
	padding: 1rem 2.9rem;
	border-radius: 50rem;
	color: #fff;
}	
	
	
	
	
	
	
	
	
	
	
	
}



@media(min-width: 1025px) {
	.site_menu nav ul li ul {
	margin-top: 1.8rem;
}
}












@media(min-width:768px) {
	.display-all-filter, .hide-all-filter, .show_result_filter {
	display: none;
}
}




@media (max-width: 770px) {
  .job-filters {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; max-width: 100vw; height: 100vh;
    background: #fff;
    z-index: 100020;
    overflow-y: auto;
    padding: 32px 16px 48px 16px;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    transition: opacity 0.2s;
  }
  .job-filters.active { display: block; }
  body.filter-open { overflow: hidden; touch-action: none; }
}










