/*
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 {
    --main-red: #d42e11;
    --main-blue: #01245b;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.pp-sub-heading p {
    margin-bottom: 30px;
}

/*
==========================================================================
SITE
==========================================================================
*/

.fl-col.fl-col-small.rw-icon-image{
    position: relative;
    overflow:hidden;
}
.fl-col.fl-col-small.rw-icon-image:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '\f5ae';
    color: white;
    font-size: 50px;
    font-family: 'Font Awesome 5 Pro';
    background-color: var(--main-red);
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-weight: 100;
}
.rw-menu ul li {
    border-left: 1px solid rgb(255 255 255 / 40%);
    width: 175px;
}
.rw-menu ul li:first-child{
    border-left: 1px solid rgb(255 255 255 / 40%)!important;
}
.rw-menu ul li:last-child{
    border-right: 1px solid rgb(255 255 255 / 40%)
}
.rw-menu .pp-advanced-menu li {
    margin: 0px -2px;
}
.rw-contact-header ul.uabb-info-list-wrapper.uabb-info-list-left {
    display: grid;
    grid-template-columns: 255px 251px;
    justify-content: flex-end;
}
.rw-footer-menu .pp-sub-heading ul {
    list-style: none;
    padding-left: 0;
}
.rw-footer-menu .pp-sub-heading li {
    margin-bottom: 10px;
}


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

@media screen and (max-width: 1150px) and (min-width: 993px) {
    .rw-reverse-section .fl-col-group.fl-col-group-equal-height.fl-col-group-align-top {
        display: flex;
        flex-direction: column-reverse;
    }
    .rw-project-img, .rw-project-cont {
        width: 100%;
    }
    .rw-project-cont > .fl-col-content {
        margin-right: 0;
        margin-top: 55px;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-reverse-section .fl-col-group.fl-col-group-equal-height.fl-col-group-align-top {
        display: flex;
        flex-direction: column-reverse;
    }
    .rw-project-img, .rw-project-cont {
        width: 100%;
    }
    .rw-project-cont > .fl-col-content {
        margin-right: 0;
        margin-top: 55px;
    }
    .fl-builder-content .fl-node-617307c77546b > .fl-col-content {
        min-height: auto;
    }
    .rw-menu ul li {
        width: 150px;
    }
    .rw-contact-header h6.uabb-info-list-title {
        font-size: 20px;
    }
    .rw-contact-header .uabb-info-list-content .uabb-info-list-description {
        font-size: 14px;
    }
    .rw-contact-header ul.uabb-info-list-wrapper.uabb-info-list-left {
        grid-template-columns: 230px 230px;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-reverse-section .fl-col-group.fl-col-group-equal-height.fl-col-group-align-top {
        display: flex;
        flex-direction: column-reverse;
    }
    .fl-builder-content .fl-node-617307c77546b > .fl-col-content {
        min-height: auto;
    }
    .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap {
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
    }
}