/*
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 */

:root {
    --image: url(/wp-content/uploads/2023/08/Circle.png);
}

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


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

.rw-overlay-subpage > .fl-row-content-wrap:after {
    mix-blend-mode: multiply;
}
.rw-opening-cont {
    max-width: 783px;
}
.rw-info-box .pp-infobox-image {
    border-radius: 10px;
}
.rw-info-box .pp-heading-wrapper {
    position: relative;
}
.rw-info-box  span.pp-infobox-title-prefix {
    position:absolute;
    bottom:0
}
.rw-info-box span.pp-infobox-title-prefix i {
    font-size: 12px;
    font-weight: bold;
}
.rw-info-box .pp-infobox-image {
    background-color: var(--prim);
}
.rw-cta-content {
    max-width: 843px;
}
.fl-col.fl-col-small.opening-cirlce-cont {
    position: relative;
}
.fl-col.fl-col-small.opening-cirlce-cont:after {
    position: absolute;
    content:'';
    top: -35px;
    left: -123px;
    height:230px;
    width: 230px;
    background-image:var(--image);
    background-size: contain;
}
.fl-col.fl-col-small.home-circle-2 {
    position: relative;
}
.fl-col.fl-col-small.home-circle-2:after {
    position: absolute;
    content:'';
    top: -66px;
    left: 14px;
    height:230px;
    width: 230px;
    background-image:var(--image);
    background-size: contain;
}
#home-circle3 .fl-row-content-wrap {
    position: relative;
    /*overflow:hidden;*/
    /*z-index:0;*/
}
#home-circle3 .fl-row-content-wrap:after {
    position: absolute;
    content:'';
    top: -0;
    left: -138px;
    height:433px;
    width: 433px;
    background-image:var(--image);
    background-size: contain;
    /*z-index:-1*/
}
.rw-post-photo {
    width: 100%;
    aspect-ratio: 1/0.8;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.rw-blog-cat-info {
    margin-top: 10px;
}
.rw-blog-cat-info h6 {
    margin-bottom: 20px;
    font-weight: bold;
}
.rw-blog-cat-info p {
    color: black;
    max-width: 292px;
}
.rw-blog-cat-info span {
    color: var(--prim);
}
.rw-blog-cat-info span.post-link {
    font-weight: bold;
}
.rw-blog-cat-info span.post-link i {
    font-size: 12px;
    font-weight: bold;
}

.rw-info-box .pp-infobox-image {
    background-color: var(--prim);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rw-info-box .pp-infobox-image img {
    width: 70px !important;
}

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

@media screen and (max-width: 992px) and (min-width: 769px) {
    .fl-col.fl-col-small.opening-cirlce-cont:after, .fl-col.fl-col-small.home-circle-2:after  {
        top: -30px;
        left: 0;
        height: 150px;
        width: 150px;
    }
    #home-circle3 .fl-row-content-wrap {
        overflow:hidden;
    }
    #home-circle3 .fl-row-content-wrap:after {
        top: 0;
        left: -100px;
        height: 265px;
        width: 265px;
    }
    .rw-mobile-image .pp-photo-container .pp-photo-align-right {
        text-align: left;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-info-box .pp-infobox-wrap .layout-3-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .rw-cta-section > .fl-row-content-wrap:after {
        background-image: linear-gradient(90deg, #f8f8f8ed 23%, rgb(248 248 248 / 83%) 100%);
    }
    .fl-col.fl-col-small.opening-cirlce-cont:after, .fl-col.fl-col-small.home-circle-2:after  {
        top: -30px;
        left: 0;
        height: 150px;
        width: 150px;
    }
    #home-circle3 .fl-row-content-wrap {
        overflow:hidden;
    }
    #home-circle3 .fl-row-content-wrap:after {
        top: 0;
        left: -100px;
        height: 265px;
        width: 265px;
    }
}

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

.page-header-breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}
.fl-col.opening-cirlce-cont {
    position: relative;
}
.fl-col.opening-cirlce-cont:after {
    position: absolute;
    content:'';
    top: 21px;
    left: -44px;
    height: 230px;
    width: 230px;
    background-image:var(--image);
    background-size: contain;
}
.rw-team-information .fl-rich-text {
    max-width: 724px;
}
.rw-team-cont {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 28px;
}
.rw-team-image {
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.rw-team-info {
    margin-top: 22px;
}
.rw-team-info h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.rw-team-info button {
    padding: 0;
    margin-top: 20px;
    color: var(--prim);
    font-weight: bold;
    background-color: transparent;
    border: none;
}
.rw-team-info button i {
    font-size: 12px;
    font-weight: bold;
}
.rw-team-info ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
}
.rw-team-info ul a {
    color: var(--prim);
}
.rw-team-info span {
    color: var(--prim);
}
.rw-team-photo-none {
    width:  100%;
    aspect-ratio: 1/1.5;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.rw-team-photo-none img {
    object-fit: contain;
    padding: 25px;
    object-position: center;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}


.modal {
    display: none;
    position: fixed;
    z-index: 100;
    background-color: rgb(0 0 0 / 80%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal-content {
    border: none;
    border-radius: 1px;
    box-shadow: none;
    background-color: transparent;
    margin: auto;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close {
    float: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close:focus, .close:hover {
    opacity: 1;
}
.rw-team-cont-inside {
    display: flex;
    flex-direction: row;
    max-width: 940px;
    margin: auto;
    background-color: transparent;
    padding: 20px;
    gap: 20px;
}
/*.left-side {*/
/*    width: 100%;*/
/*}*/
.rw-team-photo-inside {
    height: 318px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    max-width: 210px;
}
.rw-team-photo-inside-none img {
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
.rw-team-info-inside {
    width: 100%;
}
.modal-bottom {
    text-align: left;
}
.modal-bottom button.close {
    background-color: var(--sec);
    padding: 15px 26px;
    width: auto;
    color: var(--sec_hover);
    margin-top: 33px;
    border: none;
}
.modal-bottom button.close:hover {
    background-color: var(--sec);
}
.rw-team-popup-top ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 8px;
}
.rw-team-info-inside h6 {
    color: white;
}
.rw-team-popup-top li i {
    color: white;
}
.rw-team-popup-top {
    margin-bottom: 28px;
}
button.close i {
    margin-left: 10px;
}
.rw-team-info-inside p {
    color: white;
}


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

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .rw-team-cont {
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .fl-col.opening-cirlce-cont:after {
        top: -30px;
        left: 0;
        height: 150px;
        width: 150px;
    }
    .rw-team-cont {
        grid-template-columns: repeat(2,1fr);
    }
    .rw-team-cont-inside {
        flex-direction: column;
        gap: 45px;
        padding: 40px;
    }
    .modal-bottom {
        text-align: left;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .fl-col.opening-cirlce-cont:after {
        top: -30px;
        left: 0;
        height: 150px;
        width: 150px;
    }
    .rw-team-cont {
        grid-template-columns: repeat(1,1fr);
    }
    .rw-team-popup-top {
        align-items: flex-start;
        flex-direction: column;
    }
    .rw-team-cont-inside {
        flex-direction: column;
        gap: 42px;
        padding: 20px;
    }
    .modal-bottom {
        text-align: left;
    }
    .modal-content {
        top: 0;
        transform: translate(-50%, 5%);
    }
}

/*
==========================================================================
EMPLOYERS
==========================================================================
*/

.popout-section .fl-row-content.fl-row-fixed-width.fl-node-content {
    position: relative;
}
.fl-col.fl-col-small.popout-cont {
    position: absolute;
    right: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 845px;
    z-index: 5;
}
.popout-image > .fl-col-content {
    background-position: 20% 100%;
    background-size: cover;
}
#candidate-circle .fl-row-content-wrap {
    position: relative;
}
#candidate-circle .fl-row-content-wrap:after {
    position: absolute;
    content:'';
    top: -150px;
    right: -190px;
    height:433px;
    width: 433px;
    background-image:var(--image);
    background-size: contain;
}
.rw-post li.uabb-masonary-current, .rw-post ul.uabb-masonary-filters > li:hover {
    color: var(--prim)!important;
}
.rw-post ul.uabb-masonary-filters li {
    position: relative;
}
.rw-post ul.uabb-masonary-filters li:after{
    position:relative;
    content:'|';
    right:0;
    top:0;
    margin-left: 9px;
    font-weight: 500;
    color: black;
}
.rw-post ul.uabb-masonary-filters li:last-child:after{
    display:none;
}

/*
==========================================================================
EMPLOYERS MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .fl-col.fl-col-small.popout-cont {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    #candidate-circle .fl-row-content-wrap:after{
        display:none
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .fl-col.fl-col-small.popout-cont {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    #candidate-circle .fl-row-content-wrap:after{
        display:none
    }
}

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

.rw-form .gform_button.button {
    background-color: var(--prim)!important;
}

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

.fl-node-z10qdpn6ajcr .pp-advanced-menu-mobile {
    justify-content: flex-end;
}
#rw-menu ul#menu-main-menu li.menu-button {
    background-color: var(--sec);
    margin-left:55px;
}
#rw-menu ul#menu-main-menu li.menu-button a{
    color: var(--sec_hover)!important;
    padding:6px 27px;
}
ul#menu-main-menu-1 li {
    text-align: left;
}

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

.social-footer i {
    text-align: center;
    border-radius: 10px;
}
.social-footer i.fa.fa-envelope {
    display:none;
}

/*
==========================================================================
JOBS
==========================================================================
*/

.rw-job-box {
    background-color: #F8F8F8;
    margin-bottom: 30px;
    padding: 30px 36px;
    color: black;
}
span.location {
    font-weight: 100;
    color: var(--prim);
}
span.job-link {
    font-weight: 900;
}
ul.job_types {
    display: none;
}
.rw-job-box h5 {
    font-weight: bold;
}
.job_filters {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #D8D8D8;
    border-radius: 9px;
    padding: 2em;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.job_filters .search_jobs {
    padding: 0;
}
.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
    float: none;
    padding-right: 0;
    width: 100%;
}
.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
    float: none;
    padding-left: 0;
    width: 100%;
}
.search_jobs input {
    background-color: white;
    border: 1px solid #a4a4a469;
    border-radius: 5px;
    height: 51px;
}
.job-filter-cont {
    width: 100%;
    max-width: 300px;
}
.search_jobs {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: row;
}
.job-filter-cont h6 {
    margin-bottom: 0;
    font-weight: bold;
}
span.job-link {
    font-weight: 900;
    color: var(--prim);
}
ul.job-listing-meta.meta {
    display: none;
}
.job_application.application a.btn.btn-default, input.application_button.rw-application_button.button {
    background-color:var(--prim);
    color: white;
    padding:14px 33px;
    height: 46px!important;
    border:none;
    font-size:16px;
}
input.application_button.rw-application_button.button {
    font-size: 14px;
}
.job_application.application a.btn.btn-default {
    margin-right: 10px;
    margin-top: -4px;
}
input#gform_submit_button_2 {
    background-color: var(--prim);
    color: white;
}
input#gform_submit_button_2 {
    background-color: var(--prim);
    color: white;
    padding: 10px 20px 8px;
}
.job-share, .post-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*
==========================================================================
JOBS MOBILE
==========================================================================
*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .job_filters {;
        align-items: flex-start;
        flex-direction: column;
    }
    .search_jobs {
        flex-direction: column;
    }
    .job-filter-cont {
        width: 100%;
        max-width: 100%;
    }
    .job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
        padding-top: 0;
    }
}

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

.rw-separator .fl-separator {
    border-top-color: var(--prim);
}
.blog-sidebar {
    display: flex;
    gap: 20px;
    color: black;
}
img.blog-sidebar-img {
    width: 100%;
    max-width: 103px;
    height: 67px;
    border-radius: 10px;
    object-fit: cover;
}
.blog-sidebr-info span {
    font-weight: 100;
}

/*
==========================================================================
EXPERTISE
==========================================================================
*/

.sidebar-cont {
    max-width: 380px;
    margin-left: auto;
}
.sidebar-information h6 {
    margin-bottom: 16px;
    margin-top: 20px;
}
/*.sidebar-information span {*/
/*    color: var(--prim);*/
/*    opacity: 70%;*/
/*}*/
.current-search{
    max-width: 634px;
    margin-right:auto;
    margin-left:auto;
}
#expertise-image.fl-col{
    position: relative;
    z-index:1;
}
#expertise-image.fl-col:after{
    position:absolute;
    content:'';
    top: 44px;
    right: -21px;
    height: 195px;
    width: 195px;
    background-image:var(--image);
    background-size: contain;
    z-index:-1;
}
#expertise-cont-section .fl-row-content-wrap{
    position: relative;
}
#expertise-cont-section .fl-row-content-wrap:before, #expertise-cont-section .fl-row-content-wrap:after{
    position: absolute;
    content:'';
    background-image:var(--image);
    background-size: contain;
}
#expertise-cont-section .fl-row-content-wrap:before{
    top: 305px;
    left: -48px;
    height:241px;
    width: 241px;
}
#expertise-cont-section .fl-row-content-wrap:after{
    top: 451px;
    right: -205px;
    height:374px;
    width: 374px;
}
.expertise-jobs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.expertise-jobs a {
    background-color: #F8F8F8;
}
.expertise-jobs .rw-job-box {
    padding-bottom: 0;
}

/*
==========================================================================
EXPERTISE MOBILE
==========================================================================
*/

@media screen and (max-width: 1200px) and (min-width: 769px) {
    .expertise-jobs {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 992px) and (min-width: 320px) {
    .sidebar-cont {
        max-width: 100%;
        margin-left: auto;
    }
    #expertise-image.fl-col:after {
        top: -18px;
        right: -4px;
    }
    #expertise-cont-section .fl-row-content-wrap:before, #expertise-cont-section .fl-row-content-wrap:after{
        display:none;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .expertise-jobs {
        grid-template-columns: repeat(1, 1fr);
    }
}

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

.rw-cta-info {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 20px;
    position: relative;
}
.rw-cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.rw-cta-cont {
    min-height: 486px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1640px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    position: relative;
}
.rw-cta-cont span,
.rw-cta-cont h3,
.rw-cta-cont p{
    max-width: 800px;
}
.rw-cta-btn a.btn.btn-default {
    padding: 10px 48px;
    margin-top: 20px;
}
.rw-cta-cont h2 {
    margin-top: 0;
}

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

@media screen and (max-width: 992px) and (min-width: 320px) {
    .rw-cta-cont {
        min-height: 320px;
    }
}


/*
==========================================================================
SUBPAGE BANNER
==========================================================================
*/

.rw-banner-cont-inside h1 {
    margin-top: 0;
}
.rw-banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 20px 20px 50px;
    position: relative;
}
.rw-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
.rw-banner-cont-inside {
    height: 500px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 80%;
    margin-right: auto;
    justify-content: flex-end;
    position: relative;
    padding: 20px;
}

/*
==========================================================================
SUBPAGE BANNER MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-banner-cont-inside {
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-banner-cont-inside {
        min-height: 350px;
        padding: 0px;
    }
}

/*
==========================================================================
VIDOE HERO SECTION
==========================================================================
*/

.header-image-cont{
    width:100%;
    max-width:100%;
    padding: 0px;
    position: relative;
}
.rw-feature-video-overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}
.rw-feature-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.rw-feature-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.feature-video-inside {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

/****************************************
          TESTIMONIAL SECTION
****************************************/

#slick-other-testimonials p.position-title,
#slick-other-testimonialss p.name-wrapper {
    margin-bottom: 0;
    font-weight: 600;
}

#slick-other-testimonials .slick-dots {
    bottom: -40px;
    text-align: left;
}


#slick-other-testimonials .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 15px 0 0;
}

#slick-other-testimonials .slick-dots li button {
    width: 15px;
    height: 15px;
}

#slick-other-testimonials .slick-dots li button:before {
    font-size: 15px;
}

/*
==========================================================================
CLIENT LOGO SLIDER
==========================================================================
*/

.rw-client-logos .pp-carousel-image-container img {
    max-width: 170px;
    max-height: 60px;
}

.rw-client-logos .pp-carousel-image-container {
    display: flex;
    height: 100%;
    /*align-items:center;*/
    justify-content: center;
}

.rw-client-logos .pp-image-carousel {
    height: 60px;
}

/*
==========================================================================
SINGLE TEAM MEMBER PAGE
==========================================================================
*/

.rw-single-team-wrapper {
    position: relative;
    z-index: 5;
}

.rw-single-team-container {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 40px;
}

.rw-team-info {
    padding: 0;
    margin: 0;
}

/*
==========================================================================
CONTENT SECTION
==========================================================================
*/

.rw-single-team-content-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.rw-single-team-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.rw-single-team-header {
    flex: 1;
}

.rw-single-team-header h2 {
    margin: 0 0 5px 0;
    font-weight: 600;
    line-height: 1.2;
}

/*
==========================================================================
BIO CONTENT
==========================================================================
*/

.rw-single-team-bio {
    flex-grow: 1;
    margin-bottom: 40px;
}

.rw-single-team-bio p {
    margin-bottom: 20px;
}

.rw-single-team-bio p:last-child {
    margin-bottom: 0;
}

/*
==========================================================================
TABLET / MEDIUM SCREENS
==========================================================================
*/

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .rw-single-team-container {
        grid-template-columns: 35% 65%;
        gap: 30px;
    }

}

/*
==========================================================================
SMALL TABLET / LANDSCAPE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-single-team-container {
        grid-template-columns: 40% 60%;
        gap: 25px;
    }

}

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

@media screen and (max-width: 768px) and (min-width: 320px) {

    .rw-single-team-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rw-single-team-image-section {
        order: -1;
    }

    .rw-single-team-header-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .rw-single-team-header h2 {
        margin-bottom: 8px;
    }
}