/*
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 {
    --blue: #0194BF;
    --terr-brown: #BD6228;
    --font-family-p: "stolzl", sans-serif;
    --font-family-h: "proxima-nova", sans-serif;
    --font-weight-norm: 400;
    --font-weight-bold: 700;
    --font-weight-extra: 900;
}

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

.main-index {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 450px) {
    .rlc-out-btn-full .pp-button-wrap a.pp-button {
        width: 100%;
        text-align: center;
    }
}

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

#rlc-header-menu .fl-col-content {
    display: grid;
    grid-template-columns: 245px 1fr 200px;
}

#rlc-header-menu-row > .fl-row-content-wrap {
    background-color: rgba(0, 0, 0, 0);
}

.mobile-only {
    display: none !important;
}

@media screen and (max-width: 890px) and (min-width: 768px) {
    #rlc-header-menu .fl-col-content {
        grid-template-columns: 158px 1fr 181px;
    }
}

@media screen and (max-width: 768px) {
    #rlc-header-menu-row > .fl-row-content-wrap {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #rlc-header-menu .fl-col-content {
        grid-template-columns: 245px 1fr;
    }

    .rlc-out-btn-menu {
        display: none;
    }

    .fl-node-uwypoh9vcirb .pp-advanced-menu-mobile {
        justify-content: flex-end;
    }

    .mobile-only {
        display: block !important;
    }

    .mobile-btn-contact a {
        display: inline-block !important;
        border: 2px solid #fff !important;
        text-align: center !important;
        padding: 12px 40px !important;
        margin-left: 11px;
        width: 100%;
    }

    .mobile-btn-contact {
        text-align: left !important;
        margin: 15px auto !important;
        width: calc(100% - 15px) !important;
    }

    .mobile-btn-contact a:hover {
        background: #fff;
        color: #25272a !important;
    }

}

/*
==========================================================================
MAIN HEADING WITH SEPEARTOR
==========================================================================
*/


.rlc-main-sep .fl-node-content .pp-heading-content .pp-heading-separator .pp-separator-line {
    font-weight: 300;
    font-family: var(--font-family-p);
}

.rlc-blue-sep .fl-node-content .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-color: var(--blue);
}

.rlc-blue-sep .fl-node-content .pp-heading-content span.pp-heading-prefix {
    color: var(--blue);
}

.rlc-white-sep .fl-node-content .pp-heading-content .pp-heading-separator .pp-separator-line {
    border-bottom-color: #fff;
}

.rlc-smart-cond .pp-sub-heading {
    max-width: 814px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .rlc-dual-info .pp-infobox-title-wrapper,
    .rlc-dual-info .pp-infobox-description {
        padding: 0 20px;
    }
}

/*
==========================================================================
MAIN DUAL INFO BOXES
==========================================================================
*/

.rlc-dual-info .pp-infobox-button {
    margin-top: 20px;
}

.rlc-dual-info .pp-infobox .pp-infobox-image img {
    width: 100%;
}

.pp-infobox-image img:hover {
    transform: translate(0, -5px);
    cursor: pointer;
}
.pp-infobox-image img{
    transition: 0.3s;

}

.pp-infobox-description {
    position: relative;
    min-height: 100px;
}

.pp-infobox-button {
    position: absolute;
    bottom: 0;
}

.pp-description-wrap {
    padding-bottom: 45px;
}



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

    .pp-infobox-description {
        position: relative;
        min-height: 120px;
    }
}

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

    .pp-infobox-description {
        min-height: 140px;
    }
}

@media screen and (max-width: 768px) {
    .rlc-dual-info .pp-infobox .pp-infobox-image img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .pp-infobox-description {
        position: relative;
        min-height: 80px;
    }
}


/*
==========================================================================
MAIN CTA BOX
==========================================================================
*/

#rlc-main-cta-row .fl-row-content-wrap {
    position: relative;
}

#rlc-main-cta-row .fl-row-content-wrap:before {
    background-image: url(/wp-content/uploads/2024/06/D_Innovation_Graphic.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-size: cover;
    content: "" !important;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div#rlc-cta-main-content {
    max-width: 664px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #rlc-main-cta-row .fl-row-content-wrap:before {
        display: none;
    }
}


/*
==========================================================================
  SPLIT 50/50 CONTENT
==========================================================================
*/


.rlc-split-content {
    max-width: 435px;
}

.rl-split-col-right .fl-col-content {
    align-items: flex-start !important;
}

.rl-split-col-left .fl-col-content {
    align-items: flex-end !important;
}

@media screen and (max-width: 992px) {
    .rlc-split-content {
        max-width: 100%;
    }

    .rl-split-col-left .fl-col-content {
        align-items: flex-start !important;
    }
}

/*
==========================================================================
  VALUES SECTION
==========================================================================
*/

.rlc-value-col {
    position: relative;
}

.rlc-value-col .fl-col-content {
    max-width: 720px;
}

.rlc-value-col::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 0;
    height: 0;
    border-right: 44px solid transparent;
    border-bottom: 44px solid transparent;
    border-top: 44px solid var(--terr-brown);
}

@media screen and (max-width: 768px) {
    .rlc-value-col::before {
        top: 20px;
        left: 20px;
    }
}


/*
==========================================================================
  COMPANY LOGO SLIDER
==========================================================================
*/

#company-slick .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
}

#company-slick .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

#company-slick .slick-track {
    display: flex !important;
    margin: 50px auto;
}

#company-row-wrap {
    position: relative;
    overflow: hidden;
}

.company-slider a {
    color: inherit;
}

.company-wrap-content {
    background: white;
    border-radius: 0 40px 0 0;
    border-left: 20px solid white;
    position: relative;
    padding:  20px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
	transition: 0.3s;
}

.company-inner-content {
    position: absolute;
    top: 145px;
    right: 20px;
    left: 20px;
}

.slick-active .company-wrap-content {
    background: var(--terr-brown);
    color: #fff;
}

.company-wrap-content:hover {
    background: #f3f3f3;
}
.company-wrap-content:hover .company-inner-content p {
    color: #000;
}


#company-slick .slick-list.draggable {
    padding: 0 60% 0 0;
}

.company-image img {
    width: 100%;
}


.company-inner-content p {
    font-size: 18px;
}

#company-slick button.slick-next.slick-arrow,
#company-slick button.slick-prev.slick-arrow {
    visibility: hidden;
}

#company-slick ul.slick-dots {
    visibility: hidden;
}

.pagingInfo span.current-slide {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.0;
    color: #000;
    margin-right: 7px;
}

span.total-slides {
    font-size: 16px;
    font-weight: 500;
}

span.pagingInfo {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.company-image {
    background: #25272A;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    height: 73px;
    position: absolute;
    top: 40px;
    left: -24px;
    display: flex;
    padding: 10px 44px 10px 44px;
    min-width: 200px;
    align-items: center;
    justify-content: flex-start;
}

.company-image img {
    max-height: 60px;
    width: auto;
}

@media screen and (max-width: 1200px) {
    #company-slick .slick-list.draggable {
        padding: 0 42% 0 0;
    }

    #solutions-row-wrap {
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    #company-slick .slick-list.draggable {
        padding: 0 52% 0 0;
    }
}

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

    #company-slick .slick-list.draggable {
        padding: 0 15% 0 0;
    }

    #company-slick .slick-track {
        display: flex !important;
        margin: 20px auto 20px auto;
    }

}

/*
==========================================================================
  COMPANY PAGE ABSTRACT STACK
==========================================================================
*/

.co-abstract-left .co-abstract-content {
    max-width: 574px;
}

.co-abstract-right .fl-col-content {
    max-width: 574px;
}

.co-abstract-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.company-row-wrap {
    position: relative;
}

.company-row-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 91px;
    background-color: #fff;
    width: 100%;
}

.company-row-wrap .fl-row-content-wrap {
    position: relative;
}

.vertical-lines .fl-row-content-wrap:after {
    left: 49%;
    transform: translateX(-50%);
    height: 406px;
    width: 58px;
}

.all-company-lines .fl-row-content-wrap:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat; /* Ensure the image doesn't repeat */
}

.sentrigard-lines .fl-row-content-wrap:after {
    top: 0;
    background-image: url(/wp-content/uploads/2024/06/D_lines-sentrigard.png);
}

.ram-lines .fl-row-content-wrap:after {
    bottom: 91px;
    top: auto;
    background-image: url(/wp-content/uploads/2024/06/D_lines-ram.png);
}

.mach-lines .fl-row-content-wrap:after {
    top: 30px;
    left: 0;
    background-image: url(/wp-content/uploads/2024/06/D_lines-mach.png);
    height: 58px;
    width: 406px
}

.button-handy-line:after {
    height: 52px;
    width: 666px;
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat; /* Ensure the image doesn't repeat */
    bottom: 125px;
    left: 325px;
    background-image: url(/wp-content/uploads/2024/06/D_lines-handy.png);
}

@media screen and (max-width: 1200px) {
    .sentrigard-lines .fl-row-content-wrap:after,
    .ram-lines .fl-row-content-wrap:after,
    .button-handy-line:after,
    .mach-lines .fl-row-content-wrap:after {
        display: none;
    }
}


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

    .co-abstract-left .co-abstract-content,
    .co-abstract-right .fl-col-content {
        max-width: 100%;
    }

    .co-abstract-right-image .pp-photo-container .pp-photo-align-right {
        text-align: left;
    }

    .co-abstract-left-image .pp-photo-container .pp-photo-align-right {
        text-align: right;
    }

}

/*
==========================================================================
  COMPANY PAGE ABSTRACT STACK
==========================================================================
*/

.contact-triangle {
    position: relative;
}

.contact-triangle:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 20px;
    width: 0;
    height: 0;
    border-right: 44px solid transparent;
    border-bottom: 44px solid transparent;
    border-top: 44px solid var(--terr-brown);
}

.contact-lines {
    position: relative;
}

.contact-lines:after {
    height: 58px;
    width: 1440px;
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat; /* Ensure the image doesn't repeat */
    top: -20px;
    right: 0;
    background-image: url(/wp-content/uploads/2024/06/lines-right.png);
}

p.gform_required_legend {
    display: none;
}

input#gform_submit_button_4:hover {
    border-color: var(--blue);
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 120px;
}

/* Hiding the default select arrow */
.ginput_container_select .gfield_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding-right: 2em; /* Adjust as needed */
    position: relative;
}

/* Adding the Font Awesome arrow */
.ginput_container_select,
select#input_4_11 {
    position: relative;
}

.ginput_container_select:after {
    content: '\f078' !important;
    font-family: 'FontAwesome' !important;
    position: absolute;
    color: #c9c9c9;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 555555;
}


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

    .contact-lines:after {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .contact-lines > .fl-row-content-wrap {
        background-image: none !important;

    }

    .page-id-27000 #rlc-header-menu-row > .fl-row-content-wrap {
        background-color: rgba(0, 0, 0, 0.0);
    }
}


/*
==========================================================================
  NEWS - SINGLES
==========================================================================
*/

#single-news-split .pp-content-grid-inner.pp-content-body {
    display: flex;
    align-items: center;
}

#single-news-split .pp-content-post-grid.pp-content-alternate .pp-content-post .pp-content-alternate-wrap {
    flex-direction: row-reverse;
}
#single-news-split .pp-content-grid-empty {
    display: none;
}


span.uabb-next-right-arrow {
    display: none;
}

.arco-dots .pp-sub-heading ul {
    list-style-type: none; /* Remove default list-style */
    padding-left: 0; /* Remove default padding */
}

.arco-dots .pp-sub-heading ul li {
    position: relative; /* Ensure li is positioned relatively for ::before */
    padding-left: 1.5em; /* Space for the icon */
	padding-bottom: 12px;
}

.arco-dots .pp-sub-heading ul li:last-child {
    padding-bottom: 0;
}

.arco-dots .pp-sub-heading ul li::before {
    content: "\f192"; /* Unicode for Font Awesome dot icon */
    font-family: 'FontAwesome' !important;
    font-weight: 900; /* Ensure correct weight */
    font-size: 10px;
    display: inline-block;
    width: 2px; /* Adjust size as needed */
    position: absolute;
    left: 5px;
    top: 0.5em; /* Adjust vertical alignment */
    color: var(--terr-brown);
}




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

    .single-post #rlc-header-menu-row > .fl-row-content-wrap,
    .page-id-26971 #rlc-header-menu-row > .fl-row-content-wrap {
        background-color: rgba(0, 0, 0, 0.0);
    }

}

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

    .pp-content-post-grid.pp-content-alternate .pp-content-post .pp-content-alternate-wrap {
        flex-direction: column !important;
    }

    h2.uabb-post-heading.uabb-blog-post-section {
        margin-bottom: 15px !important;
    }

}

/*
==========================================================================
  NEWS - ARC
==========================================================================
*/
.arch-news-loop .uabb-post-thumbnail img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-bottom: 6px solid var(--terr-brown);
}

