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


/*******************************************
           GLOBAL CONTENT
*******************************************/

:root {
    --red: #ED1728;
    --teal: #04607C;
    --lightBlue: #5FBDFF;

}

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

body {
    overflow: hidden;
}

.remove-p-margin p {
    margin-bottom: 0;
}

#contact-social .rw-circle-icon {
    background: var(--yellow) !important;
    color: #000 !important;
}

.rw-subpage-title .fl-heading {
    width: 75%;
}

.footer-social .rw-circle-icon {
    text-align: center !important;
    background-color: transparent !important;
}

@media (max-width: 1200px) {
    .remove-br br {
        display: none;
    }
}

@media (max-width: 992px) {
    .rw-reverse .fl-col-group.fl-col-group-responsive-reversed {
        display: flex;
        flex-direction: column-reverse;
    }

    .remove-br br {
        display: none;
    }

    .rw-subpage-title .fl-heading {
        width: 100%;
    }

}



/************************************
   TEAM SECTIONS - WHO WE ARE
************************************ */


p.team-titles {
    text-transform: uppercase;
    color: #7D7D7D;
    margin: 15px 0 0;
    font-size: 14px;
}

.team-name {
    font-weight: 600;
}

.team-divider {
    background: #979797;
    height: 1px;
    width: 45px;
    margin: 25px auto;
}

.main-team.team-social-single {
    text-align: center;
}

/************************************
   TEAM SECTIONS - SINGLE
************************************ */

.team-social-single a {
    background: var(--red);
    height: 38px;
    width: 38px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 38px;
}


.team-social-single a:hover {
    background: #000;
}

.team-social-single {
    text-align: right;
}

.team-bios b {
    font-weight: 600;
}

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

    .team-social-single {
        text-align: left;
        margin-top: 10px;
    }

}


/************************************
   LOGO WATERMARK
************************************ */

.logo-watermark {
    position: relative;
    overflow: hidden;
}

.logo-watermark:before {
    position: absolute;
    content: "" !important;
    top: 0;
    bottom: 0;
    height: 1191px;
    width: 1191px;
    background-image: url(http://nip-kelly.flywheelsites.com/wp-content/uploads/2023/04/Nip-Kelly-Watermark.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: -40%;
    margin: auto;
    opacity: .5;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

@media (max-width: 992px) {
    .logo-watermark:before {
        height: 500px;
        width: 500px;
        left: -15%;
    }
}

/************************************
       MENU BUTTON
************************************ */


ul#menu-main-menu .button-menu a,
ul#menu-main-menu-1 .button-menu a {
    background-color: var(--red);
    padding: 15px 35px !important;
    margin-left: 20px;
    color: white !important;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
}

ul#menu-main-menu-1 .button-menu a {
    margin-top: 25px;
    display: block;
}

ul#menu-main-menu-1 .button-menu a:hover,
ul#menu-main-menu .button-menu a:hover {
    background-color: #000 !important;
    color: white !important;
}


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

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

}



/*---------------------------------
    PROJECT SETTINGS
--------------------------------- */
.project-image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 15px;
}

.project-data-wrapper {
    z-index: 1;
    position: relative;
    padding: 10px 0 20px;
}

.project-section {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-single-post {
    text-align: right;
}

.project-single-post a.team-links:hover {
    background: #000;
    color: #fff;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.project-image:hover .overlay {
    height: 100%;
}

.project-more {
    color: white;
    font-size: 16px;
    position: absolute;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border: 2px solid #fff;
    padding: 10px 40px;
    border-radius: 60px;
    width: 175px;
}

.project-more:hover {
    background: var(--red);
}

.project-image img {
    height: 375px;
    object-fit: cover;
}

.project-info-wrapper h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.project-location {
    text-transform: uppercase;
    color: #7E7D7D;
}

.project-image-gallery .pp-photo-gallery-item:first-child {
    width: 100%;
    height: 361px;
}
.project-image-gallery .pp-photo-gallery-item:first-child .pp-photo-gallery-content {
    height: 100%;
}
.project-image-gallery .pp-photo-gallery {
    display: flex;
    flex-wrap: wrap;
}
.project-image-gallery img.pp-gallery-img {
    height: 80px;
    object-fit: cover;
}
.project-image-gallery .pp-photo-gallery-item:first-child img.pp-gallery-img {
    height: 361px;
}
.project-image-gallery .pp-photo-gallery-content {
    height: 80px;
}

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

    .project-single-post {
        text-align: left;

    }

    @media screen and (max-width: 992px) and (min-width: 769px) {
        .project-image-gallery .pp-photo-gallery-content, .project-image-gallery img.pp-gallery-img {
            height: 155px;
        }
        .rw-reverse .fl-col-group.fl-col-group-responsive-reversed {
            display:flex;
            flex-direction:column-reverse;
        }
    }

    @media screen and (max-width: 768px) and (min-width: 320px) {
        .project-image-gallery .pp-photo-gallery-content, .project-image-gallery img.pp-gallery-img {
            height: 200px;
        }
    }

}


/************************************
       SLICK SLIDERS
************************************/

#project-wrapper .slick-list {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

.slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-track {
    display: flex !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slick-slide {
    height: inherit !important;
}

.slider-overflow {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    #project-wrapper .slick-list {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}

/************************************
       HOME INFOBOX
************************************/

span.home-info-cta {
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--red) !important;
    font-weight: 600 !important;
    font-family: "Fira Sans Condensed", sans-serif !IMPORTANT;
}

.home-info-wrap {
    position: relative;
    transition: 0.3s;
}

.home-info-wrap:hover {
    transform: translate(0, -8px);
    cursor: pointer;
}


/************************************
        SINGLE PROJECT
************************************/

p.project-snippet {
    margin: 20px 0;
}

a.project-link {
    display: inline-block;
    text-transform: uppercase;
    color: var(--red) !important;
    font-weight: 600 !important;
    font-family: "Fira Sans Condensed", sans-serif !IMPORTANT;
}

/*canvas#input_7_7,*/
/*canvas#input_5_10 {*/
    /*width: 100% !important;*/
/*}*/

/*div#input_7_7_toolbar,*/
/*div#input_5_10_toolbar {*/
    /*width: 100% !important;*/
/*}*/

/*div#input_7_7_Container,*/
/*div#input_5_10_Container {*/
    /*width: 100% !important;*/
/*}*/

/************************************
       EMPLOYEE DOCS
************************************/

.doc-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    align-items: center;
}

.doc-item:first-child {
    border-top: 1px solid #e9e9e9;
}

.doc-item a {
    display: inline-block;
    background: var(--red);
    color: #fff;
    padding: 15px 40px;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: 600;
}

.doc-item a:hover {
    display: inline-block;
    background: #AD111E;
}

.doc-item h4 {
    margin: 0;
}

.doc-item a i {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .doc-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
}



