/*

Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

.job_listings .job_filters {
    width: 30%;
    float: left;
    background: transparent; 
    font-family: 'Work Sans', sans-serif;
}

div.job_listings ul.job_listings {
    width: 70%;
    float: left;
    border: 0;
    display: flex; 
    flex-wrap: wrap;  
    flex: 0 0 32%; 
    justify-content:space-between;
    position: relative;
}

ul.job_listings li.job_listing {
    width: 31%;
    border-bottom: 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    border-bottom: 5px solid #298FC2;
    margin-bottom: 30px;
}

ul.job_listings li.job_listing:nth-child(2n) {
    border-bottom: 5px solid #233B74;
}

ul.job_listings li.job_listing:nth-child(3n) {
    border-bottom: 5px solid #E07E3C;
}

ul.job_listings li.job_listing:nth-child(4n) {
    border-bottom: 5px solid #7A4183;
}

ul.job_listings li.job_listing a {
    padding: 0; 
    display: block;
    height: 100%;
}

ul.job_listings li.job_listing a:hover {
    background: transparent; 
}

ul.job_listings li.job_listing a div.position {
    padding: 10px 15px;
    font-family: 'Work Sans', sans-serif;
    width: 80%;
    color: #000;
}

ul.job_listings li.job_listing a div.position h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

ul.job_listings li.job_listing a div.position .location,
ul.job_listings li.job_listing a div.position .job-type {
    color: #636569;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 5px 0 0;
    display: inline-block;
    padding-left: 15px;    /* match the width of ::before */
    text-indent: -15px;    /* pull the first line back */
}

ul.job_listings li.job_listing a div.position .location {
    margin-top: 7px;
}

ul.job_listings li.job_listing a div.position .job-type {
    display: block;
    margin-bottom: 40px;
}

ul.job_listings li.job_listing a div.position .location:before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(https://staging.bigoutsource.com/wp-content/uploads/2025/06/icon-location-dot.svg);
    background-size: 10px 10px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

ul.job_listings li.job_listing a div.position .job-type:before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(https://staging.bigoutsource.com/wp-content/uploads/2025/06/icon-schedule.svg);
    background-size: 10px 10px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

ul.job_listings li.job_listing a div.position .job-categories {
    font-size: 12px;
    margin: 5px 0 40px;
    display: block;
}

ul.job_listings li.job_listing a div.position .apply-btn {
    font-size: 14px;
    font-weight: 500;
    color: #298FC2;
    position: absolute;
    bottom: 10px;
}

ul.job_listings li.job_listing:nth-child(2n) a div.position .apply-btn {
    color: #233B74;
}

ul.job_listings li.job_listing:nth-child(3n) a div.position .apply-btn {
    color: #E07E3C;
}

ul.job_listings li.job_listing:nth-child(4n) a div.position .apply-btn {
    color: #7A4183;
}

ul.job_listings li.job_listing a .meta {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

ul.job_listings li.job_listing a .meta .job-category {
    font-size: 10px;
    color: #fff;
    background: #E07E3C;
    border-radius: 3px;
    padding: 5px;
    font-weight: 500;
}

.job_filters .search_jobs div.filter_first, 
.job_filters .search_jobs div.search_keywords {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.job_filters .search_jobs div.filter_last, 
.job_filters .search_jobs div.search_location {
    width: 100%;
    padding: 0;
}

.job_filters .search_jobs div.search_remote_position {
    width: 100%;
    padding: 0;
}

.job_filters .search_jobs {
    padding: 0 30px 0 0;
}

.job_filters .search_jobs div.search_remote_position {
    margin-top: 10px;
}

.job_filters .search_jobs div.search_remote_position label#remote_position_label {
    font-size: 14px;
    margin-top: -4px;
}

.job_filters .job_types {
    background: #fff;
    margin-top: 10px;
    border: 0;
}

.job_filters .showing_jobs {
    display: none !important;
}

.job_filters .job_types li {
    border: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.job_filters .search_jobs input[type=submit] {
    border: 0;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: #233B74;
    color: #fff;
    border: 0;
}

.job_filters .search_jobs input[type=submit]:hover {
    background: #E07E3C;
    border: 0;
}

.job_filters .search_jobs input[type=text] {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .4rem .5rem;
    height: 42px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 20%;
    top: 80%;
}

.job_filters .search_jobs div.search_submit {
    margin: 10px 0 20px;
}

ul.job_listings li.job_listing a .meta .job-category.on-site {
    background: #298FC2;
}

ul.job_listings li.job_listing a .meta .job-category.hybrid {
    background: #E07E3C;
}

ul.job_listings li.job_listing a .meta .job-category.remote {
    background: #7A4183;
}

.job-type:before {
    content: ''
}

.single-job_listing {
    font-family: 'Work Sans', sans-serif;
    padding-top: 120px;
}

.single-job_listing footer {
    margin-top: 100px;
}

.single-job_listing .page-header .entry-title {
    max-width: none;
}

.single-job_listing h1 {
    font-weight: 800;
}

.single-job_listing .job_description h2 {
    font-weight: 800;
    font-size: 24px;
}

.single-job_listing .job_description h3 {
	font-weight: 700;
	font-size: 18px;
	color: #233B74;
}

.single-job_listing .job_description ul { 
	margin-bottom: 30px;
}

.single-job_listing .site-main.job_listing  {
     width: 100% !important;
     max-width: 1200px !important;
     margin: 0 auto;
     /*  padding-right: 50px; */
     box-sizing: border-box;
     /* padding-left: calc((100vw - 1260px) / 2); */
     max-width: none;
     padding: 0 5%;
}

.single-job_listing .job-type:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://staging.bigoutsource.com/wp-content/uploads/2025/06/icon-schedule.svg);
    background-size: 16px 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.single-job_listing .job-category:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://staging.bigoutsource.com/wp-content/uploads/2025/06/icon-briefcase.svg);
    background-size: 16px 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.single-job_listing .apply-job-form {
    display: inline-block;
    box-sizing: border-box;
    padding: 40px 30px;
    background: #fff;
    color: #636569;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.1);
    border-radius: 10px;
    width: 100%;
    
}

.single-job_listing .job-form-container {
    /* padding-right: calc((100vw - 1260px) / 2); */
    box-sizing: border-box;
    /* width: 35%; */
    width: 100% !important;
    max-width: 1200px !important;
    padding: 0 5%;
    margin: 0 auto;
}

.single-job_listing .job-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #25282A;
    margin-bottom: 20px;
}

.single-job_listing .apply-job-form input,
.single-job_listing .apply-job-form select,
.single-job_listing .apply-job-form textarea,
.single-job_listing .apply-job-form .nf-form-content .list-select-wrap .nf-field-element>div, 
.single-job_listing .apply-job-form .nf-form-content input:not([type=button]), 
.single-job_listing .apply-job-form .nf-form-content textarea{
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}

.single-job_listing .apply-job-form .nf-form-content label {
	color: #636569;
    font-size: 16px;
    font-weight: 500;
}

.single-job_listing .apply-job-form .nf-field-container.hr-container {
	margin: 30px 0;
    width: 100%;
    opacity: 50%;
}

.single-job_listing .apply-job-form .nf-form-content input[type="submit"] {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    background: #E07E3C;
    border-radius: 30px;
    border: 0;
    font-weight: 500;
    padding: 15px;
}

.single-job_listing .apply-job-form input[type="submit"]:hover {
    background: #298FC2;
}

.single-job_listing .apply-job-form input[type="text"]:active, 
.single-job_listing .apply-job-form input[type="email"]:active,
.single-job_listing .apply-job-form input[type="phone"]:active,
.single-job_listing .apply-job-form textarea:active {
	border-color: #636569;
}

.single_job_listing .meta {
    margin-top: 20px;
}

.job-listing-meta li,
.job-listing-meta li a {
    background: none !important;
    color: #233B74 !important;
    font-weight: 700;
    margin-bottom: 10px !important; 
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    width: 100%;
}

.job-back-button {
    max-width: 1200px;
    padding: 0 5%;
    margin: 80px auto;
}

.job-back-button a {
    background: #E3F0F6;
    padding: 15px 20px;
    color: #25282A;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.job-back-button a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://staging.bigoutsource.com/wp-content/uploads/2025/06/icon-back-arrow.svg);
    background-size: 16px 16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.job-back-button a:hover {
    color: #fff;
    background: #298FC2;
}

.job-back-button a:hover:before {
    background: url(https://staging.bigoutsource.com/wp-content/uploads/2025/06/icon-back-white-arrow.svg);
}

.single-job_listing .apply-job-form .nf-form-content .label-above .nf-field-label {
	margin-bottom: 5px;
}

.single-job_listing .apply-job-form .nf-form-content .nf-field-description {
	margin: -5px 0 5px;
}

.single-job_listing .listcheckbox-wrap .nf-field-element label:before,
.single-job_listing .checkbox-wrap .nf-field-label label.nf-checked-label:before {
	font-size: 14px;
    margin: 1px 4px;
}

.career-testimonial .elementor-testimonial__text {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 30px 80px;
}

.career-testimonial.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top: -50px;
}

@media screen and (max-width: 1350px) {

    .single-job_listing .site-main.job_listing  {
        padding-left: 5%;
    }

    .single-job_listing .job-form-container {
        padding-right: 5%;
    }

    .job-back-button {
        padding: 0 5%;
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {

	.textfloatbox {
    	position: relative;
    }

	.textfloat1 {
    	position: absolute;
        right: -50px;
        z-index: 2;
        padding: 20px;
        width: 100%;
        top: 20%;
        animation: float1 2.5s ease-in-out infinite;
    }
    
    .textfloat2 {
    	position: absolute;
        left: -50px;
        top: 0;
        padding: 20px;
        width: 100%;
        margin-top: 40px;
        animation: float2 2.5s ease-in-out infinite;
    }

}

@media screen and (min-width: 1200px) {
	.textfloat2 {
    	margin-top: 120px;
    }

}

@keyframes float1 {
	100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, 30px);
	}
	0% {
		transform: translate(0, 0);
	}
	
}

@keyframes float2 {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -30px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@media screen and (max-width: 1023px) {
    div.job_listings ul.job_listings {
        flex: 0 0 48%; 
    }
    
    ul.job_listings li.job_listing {
        width: 48%;
    }
}

@media screen and (max-width: 980px) {

    .single-job_listing h1 {
        font-size: 48px;
    }

}

@media screen and (max-width: 767px) {

    .job_listings .job_filters {
        width: 100%;
        margin-bottom: 30px;
    }

    div.job_listings ul.job_listings {
        width: 100%;
    }
    
}

@media screen and (max-width: 480px) {

    div.job_listings ul.job_listings {
        flex: 0 0 100%; 
    }
    
    ul.job_listings li.job_listing {
        width: 100%;
    }
    
}