/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");



body {
    font-family: "Raleway", sans-serif;
    background: url(https://staging-norwoodstaffing.kinsta.cloud/wp-content/uploads/2021/07/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title_texts {
    margin-top: 10rem;
    margin-bottom: 10rem;;
}

.page_title_1 {
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.page_title_2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.return_to_search_button {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f08d3c;
    padding: 1rem 2rem;
}

.return_to_search_button:hover {
    color: #ffffff;
}

.job_title {
    color: #ffffff;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.hire_location_post-date {
    display: flex;
}

.hiring {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    width: max-content;
    padding: 0.3rem 0.5rem;
    margin-right: 2rem;
    font-size: 14px;
}

.location {
    background: transparent;
    width: max-content;
    padding: 0.3rem 0.5rem;
    color: #ffffff;
    font-weight: 600;
    margin-right: 2rem;
    font-size: 14px;
}


.posted_date {
    background: transparent;
    width: max-content;
    padding: 0.3rem 0.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.job_overview {
    color: #ffffff;
    font-weight: 600;
}

.job_overview_job_title {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.requirement, .require_detail1, .require_detail2 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.overview {
    margin-top: 1rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.overview_description {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.row.apply_row {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.apply_this_job_btn {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #f08d3c;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.apply_this_job_btn:hover {
    color: #ffffff;
}

.apply_social_btn {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 1rem 2rem;
}

.apply_social_btn:hover {
    color: #ffffff;
}

.apply_social_row-1 {
    margin-bottom: 3rem;
}


.sign_up_for_job_alerts {
    text-decoration: none !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #f08d3c;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.sign_up_for_job_alerts:hover {
    color: #ffffff;
}

.sign_up_for_job_alerts_row {
    margin-top: 4rem;
    margin-bottom: 10rem;
}


.related_jobs {
    color: #ffffff;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
p.sidebar.hiring {
    padding: 0.2rem 1rem;
    color: #f08d3c;
    margin-left: 1rem;
}

h3.sidebar.job_title {
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 1rem;
}

p.sidebar.job_description {
    color: #ffffff;
    font-size: 14px;
    margin-left: 1rem;
}

a.sidebar.apply_now {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin-left: 1rem;
}

.sidebar_jobs {
    border-bottom: 1px solid #ffffff;
    width: max-content;
    padding-bottom: 1rem;
}

.images_job  {
    padding: 1rem 0 0 1rem;
    padding-left: 0;
    padding-bottom: 0;
    height: 180px;
    background-position: center center;
    background-size: 11rem;
    background-repeat: no-repeat;
}


#home-slider-area-1 {
    border: 1px solid white;
    border-left: none;
    border-top: none;
    padding-bottom: 10px;
}

.home-name-heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #BE7845;
    font-size: 20px;
    text-align: left;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-slider-paragraph {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    width: 355px;
    text-align: left;
}
.home-slider-discover {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none !important;
    float: left;
}
.button-arrow {
    height: 13px;
}

.home-slider-apply {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none !important;
    padding-left: 25px;
    float: left;
}

 #home-slider-area-2 {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
 #home-slider-area-3 {
    border: 1px solid white;
    border-top: none;
    border-right: none;
    padding-bottom: 10px;
}

 #home-slider-area-4 {
    border-right: 1px solid white;
    padding-top: 0px;
}

#home-slider-area-5 {
    padding-top: 0px;
}

#home-slider-area-6 {
    border-left: 1px solid white;
    padding-top: 0px;
}

.gform_body label,
.gform_body input,
.gform_body select,
.gform_footer input{
	font-size: 16px !important;
}