/*
Theme Name: Recruiters Websites
Theme URI: http://www.recruiterswebsites.com
Version: 1.0
Description: Recruiters Websites Framework for Custom Website Development
Author: The Recruiters Websites Team
Author URI: http://www.recruiterswebsites.com
template: bb-theme
*/

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

/* MAIN STYLES */


body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


/*
==========================================================================
CTA SECTION
==========================================================================
*/

.rw-cta-box-inside a.btn.btn-default {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border:none;
    padding: 16px 30px;
}
.rw-cta-box-inside h2 {
    margin-bottom: 30px;
}
.rw-cta-image {
    height:  400px;
    width:  100%;
    max-width: 545px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rw-cta-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
}
.rw-cta-box-inside {
    width:  100%;
}
.rw-cta-image:after{
    position: absolute;
    content: '';
    width: 352px;
    height: 337px;
    z-index: -1;
    left: -40px;
    bottom: -40px;
}

/*
==========================================================================
CTA SECTION MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-cta-box {
        flex-direction: column;
        gap: 20px;
    }
    .rw-cta-image {
        display:none;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-cta-box {
        flex-direction: column;
        gap: 20px;
    }
    .rw-cta-image {
        display:none;
    }
}

/*
==========================================================================
HEADER BANNER
==========================================================================
*/

.rw-header-inside h1 {
    margin-top: 0;
}
.rw-header-inside {
    width:  100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.rw-header-inside p {
    margin-bottom: 30px;
}
.rw-header-cont {
    padding: 170px 20px 40px;
}
.header-image-cont {
    position: relative;
}
.rw-header-img {
    max-width: 700px;
    aspect-ratio: 1/0.7;
    background-position: center;
    background-size: cover;
    margin-top: 80px;
    position: relative;
    width: 100%;
    z-index:-1;
}
.rw-header-gradient, .rw-header-solid {
    box-shadow: inset 0px -270px 0px white;
    z-index: 1;
    position: relative;
}
.rw-header-small-img {
    max-width: 545px;
    aspect-ratio: 1/0.7;
    background-position: center;
    background-size: cover;
    width: 100%;
    position:absolute;
    bottom: 0;
    right: 0;
}
.rw-header-small-img:after{
    position: absolute;
    content: '';
    width: 352px;
    height: 337px;
    z-index: -1;
    left: -40px;
    bottom: -40px;
}
.header-buttons {
    display:flex;
    gap: 20px;
    justify-content: center;
}
.header-buttons a.btn.btn-default {
    padding: 14px 30px;
    min-width: 166px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.header-buttons a.btn.btn-default:last-child {
    background-color: transparent;
}

/*
==========================================================================
HEADER BANNER MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-header-small-img {
       display: none
    }
    .rw-header-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-header-gradient, .rw-header-solid {
        box-shadow: inset 0px -120px 0px white;
    }
    .rw-header-small-img {
        display: none
    }
    .rw-header-img {
        max-width: 100%;
        margin-top: 35px;
    }
    .header-buttons {
        display:flex;
        flex-direction: column;
    }
}

/*
==========================================================================
HOME
==========================================================================
*/

.fl-col.fl-col-small.rw-sq-right{
    position: relative;
    z-index:1;
}
.fl-col.fl-col-small.rw-sq-right:after {
    position: absolute;
    content: '';
    width: 352px;
    height: 337px;
    z-index: -1;
    right: 0px;
    bottom: -40px;
}
.rw-slider-cont{
    width: 100%;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
}
.rw-dual-buttons a.pp-button {
    background-color: white!important;
}
.rw-dual-buttons a.pp-button:hover {
    color:white!important;
}
section.slick-job.slick-initialized.slick-slider .rw-job-list,
section.slick-post.slick-initialized.slick-slider .rw-post-list{
    margin: 10px 5px 30px;
    min-height: 345px;
}
/*section.slick-job .slick-list.draggable {*/
/*    padding-right: -10%;*/
/*}*/
section.slick-post .slick-list.draggable {
    padding-left: 5%;
}
.rw-industry-box .rw-industry-icon img {
    max-width: 80px;
    max-height: 70px;
    object-fit: contain;
}
.rw-industry-box .rw-industry-icon i {
    font-size: 50px;
    height: 70px;
    line-height: 70px;
}
.rw-industry-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
}
.rw-industry-box:hover {
    transform: translate(0, -8px);
}
.rw-industry-box-info h3 {
    margin-bottom: 0;
}
span.industry-link {
    font-size: 14px;
}
.fl-post-feed-post {
    border-bottom: none;
}


/*
==========================================================================
HOME MOBILE
==========================================================================
*/

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .rw-slider-cont{
        max-width: 100%;
    }
    #rw-reverse .fl-col-group.fl-col-group-medium-reversed {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .fl-col.fl-col-small.rw-sq-right:after {
        width: 510px;
        right: -18px;
        bottom: 9px;
    }
    .rw-slider-cont{
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .fl-col.fl-col-small.rw-sq-right:after {
        width: 80%;
        height: 229px;
        right: 4px;
        bottom: -17px;
    }
    .rw-slider-cont{
        max-width: 100%;
    }
    section.slick-job.slick-initialized.slick-slider .rw-job-list {
        min-height: 100%;
    }
}

/*
==========================================================================
TEAM
==========================================================================
*/

.rw-team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.rw-team-image, .rw-team-image-none {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
}
.rw-team-image {
    background-size: cover;
    background-position: center;
}
.rw-team-image-none {
    background-color: #fafafa;
}
.rw-team-image-none img {
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    object-fit: contain;
    padding: 30px;
}
.rw-team-box {
    transition: 0.3s;
}
.rw-team-box:hover{
    transform: translate(0, -8px);
}
.rw-team-box {
    border-style: solid;
    padding: 20px;
}
.rw-team-box ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 8px;
}
.rw-team-box ul li i {
    width:  32px;
    height:  32px;
    line-height:  32px;
    text-align: center;
    border-radius:  100%;
}
.rw-team-box p {
    margin-bottom: 20px;
}
.rw-team-box h4 {
    margin-bottom: 0;
}
.team-single-info {
    display: flex;
    gap: 30px;
}
.team-right {
    width: 100%;
    max-width: 300px;
}
.team-left {
    width: 100%;
}
.rw-single-image {
    width: 100%;
    aspect-ratio: 1/1.1;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}
.rw-single-image-none{
    position: relative;
}
.team-right a.btn.btn-default {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 14px 30px;
}
.team-left ul {
    bottom: 0;
    list-style: none;
    padding-left: 0;
    display: flex;
    right: 0;
    gap: 6px;
    margin-bottom: 16px;
}
.team-left ul li i {;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
}
.team-left h4 {
    margin: 0;
}
.team-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


/*
==========================================================================
TEAM MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-team {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-single-info {
        gap: 30px;
        flex-direction: column;
    }

}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-team {
        grid-template-columns: repeat(1, 1fr);
    }
    .team-single-info {
        gap: 30px;
        flex-direction: column;
    }
    .team-meta {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
        flex-direction: column;
    }
}

/*
==========================================================================
JOIN OUR TEAM
==========================================================================
*/

.rw-gallery h3.uabb-caption {
    padding: 0 36px;
}
.rw-form .gform_button_select_files {
    padding: 14px 30px;
    border: none;
}
.rw-form .gform_wrapper.gravity-theme .gform_drop_area {
    background-color: white;
    border: none;
    border-bottom: 1px solid #8F8F8F;
    border-radius: 1px;
}

/*
==========================================================================
JOIN OUR TEAM MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 320px) {
    .rw-gallery h3.uabb-caption {
        padding: 0 20px;
    }
}

/*
==========================================================================
CONTACT
==========================================================================
*/

.rw-contact-info div {
    display: flex;
    gap: 11px;
    margin-bottom: 13px;
}
.rw-contact-info div i {
    font-size: 12px;
    margin-top: 7px;
}
.rw-social-links i {
    border-radius: 100%;
    text-align: center;
}
.rw-social-links i.fa.fa-envelope.rw-circle-icon {
    display: none;
}

/*
==========================================================================
JOB
==========================================================================
*/

form.job_filters {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.job_filters {
    background: transparent;
}
ul.job_types {
    display: none;
}
.search_keywords input, .search_location input {
    border: none;
    background-color: white;
    font-size: 14px;
    border-radius: 1px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 1px;
    font-size: 14px;
}
ul.job_listings {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 30px;
    border-top: none;
}
ul.job_listings a,
.rw-job-list {
    position: relative;
    border-style: solid;
    padding: 30px 29px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.rw-job-box ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 14px;
}
.rw-job-logo {
    border-style: solid;
    width:  80px;
    height:  80px;
    position: absolute;
    right: 29px;
    bottom: -29px;
}
.rw-job-logo img {
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    filter: brightness(0) invert(1);
}
ul.job_listings a:hover .rw-job-logo img,
.rw-job-list:hover .rw-job-logo img,
.rw-post-box:hover .rw-post-logo img{
    filter:none;
}
ul.job_listings a:hover .rw-job-logo,
.rw-job-list:hover .rw-job-logo,
.rw-post-box:hover .rw-post-logo img{
    background-color:white;
}
.rw-job-post .fl-post-grid-post, .rw-job-post .fl-post-feed-post {
    overflow: visible;
}
ul.job-listing-meta.meta {
    display: none;
}
input.application_button.rw-application_button.button,
input#gform_submit_button_2{
    border:none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
input#gform_submit_button_2 {
    padding: 14px 30px;
}

/*
==========================================================================
JOB MOBILE
==========================================================================
*/

@media screen and (max-width: 1200px) and (min-width: 769px) {
    ul.job_listings {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    ul.job_listings {
        grid-template-columns: repeat(1, 1fr);
    }
    form.job_filters {
        margin-bottom: 30px;
    }
}

/*
==========================================================================
BLOG
==========================================================================
*/

.rw-post-image {
    width: 100%;
    aspect-ratio: 1/0.6;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}
.rw-post-box h4 {
    margin-top: 0;
}
span.post-date {
    color: red;
    font-size: 14px;
}
a.post-link {
    color: red;
}
.rw-post-logo {
    border-style: solid;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 29px;
    bottom: -29px;
}
.rw-post-logo img {
    width: 100%;
    margin: auto;
    display: flex;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    filter: brightness(0) invert(1);
}
.rw-post .fl-post-grid-post,
.rw-post-list{
    position: relative;
    overflow: visible;
    padding: 20px;
    border-style: solid;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.rw-post .fl-post-grid-post:hover .rw-post-logo img{
    background-color:white;
    filter:none;
}
h2.widgettitle {
    font-size: 25px;
}
.widget.widget_categories li a {
    color: red;
    font-weight: bold;
}
.rw-single-post .pp-heading-prefix {
    font-size: 14px;
}

/*
==========================================================================
CLIENTS
==========================================================================
*/

.rw-process {
    padding: 0;
    list-style: none;
    position: relative;
}
.rw-process:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    width: 2px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #DCDCDC;
}
.rw-process:after{
    position:absolute;
    content:'';
    width: 20px;
    height: 20px;
    background-color: #DCDCDC;
    border-radius: 100%;
    margin: 0 auto;
    bottom:0;
    left:0;
    right:0;
}
.rw-process-cont {
    position: relative;
    margin: 0;
}
.process-number {
    width:50px;
    height: 50px;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top:0;
    margin: 0 auto;
    border-radius: 100%;
}
.process-number h3 {
    margin: 0;
    line-height: 50px;
}
.rw-process-cont:nth-child(odd) .process-description {
    margin: 0 57% 0 0;
}
.rw-process-cont:nth-child(even) .process-description {
    margin: 0 0 0 57%;
}
.process-description p {
    padding: 20px;
}
.process-title-cont h3 {
    margin: 0;
}
.process-title-cont {
    padding: 10px 30px;
    position: relative;
}
.process-title-cont:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 23px;
    top:0;
}
.rw-process-cont:nth-child(odd) .process-title-cont:after{
    right: 0;
    left: 100%;
    border-right-color: transparent;
}
.rw-process-cont:nth-child(even) .process-title-cont:after {
    right: 100%;
    border-left-color: transparent;
}

/*
==========================================================================
CLIENTS MOBILE
==========================================================================
*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-process-cont:nth-child(odd) .process-description,
    .rw-process-cont:nth-child(even) .process-description {
        margin: 0;
    }
    .rw-process:after,
    .rw-process:before,
    .process-number,
    .rw-process-cont:nth-child(odd) .process-title-cont:after,
    .rw-process-cont:nth-child(even) .process-title-cont:after{
        display:none;
    }
}

/*
==========================================================================
ABOUT
==========================================================================
*/

.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li h4{
    margin:0;
}
.nav-tabs .nav-link{
    border-radius:1px;
    margin: 0 10px;
}
.tab-content>.active {
    padding: 20px;
}


/*
==========================================================================
HEADER
==========================================================================
*/

.rw-header-menu .pp-advanced-menu-mobile {
    padding: 33px 20px;
}
#rw-header-left .fl-col-content.fl-node-content {
    display: grid;
    grid-template-columns: 100px 200px;
    justify-content: flex-start;
}
.rw-logo-header .pp-photo-content-inner {
    height: 100px;
    display: flex;
    align-items: center;
}
ul#menu-main-menu {
    text-align: left;
}
ul.sub-menu {
    width:100%;
    margin-left:20px
}
ul.sub-menu > li > a{
    padding-top:0!important;
}

/*
==========================================================================
FOOTER
==========================================================================
*/
.rw-logo-footer .pp-photo-content img {
    object-fit: contain;
    max-width: 200px;
    max-height: 100px;
}
.rw-logo-footer .pp-photo-content {
    max-width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
}

/*
==========================================================================
FOOTER MOBILE
==========================================================================
*/

@media screen and (max-width: 1040px) and (min-width: 993px) {
    .fl-node-xbug0wytadnk .menu a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/*
==========================================================================
HOME ACCORDION SECTION
==========================================================================
*/

.industry-accordion-home .pp-accordion-item:last-child .pp-accordion-button {
    border-bottom: 1px solid #000;
}

.industry-accordion-home .pp-accordion-item {
    margin-bottom: 0;
}