/*
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-purple: #61366E;
}

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

strong, b {
    font-weight: 700;
}

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

.fl-node-9rv6cj2muwtx.fl-row-full-height > .fl-row-content-wrap {
    min-height: 85vh;
}
.opening-section img.uabb-photo-img {
    outline: 5px solid white;
    outline-offset: 9px;
    border-radius: 100%;
}
.border-in-image .fl-col-content.fl-node-content {
    box-shadow: inset 0 0 0px 27px rgb(97 54 110 / 67%);
}
.box-in-cont .fl-col-content.fl-node-content {
    max-width: 665px;
    margin: 0 auto;
}
.box-in-cont .uabb-module-content h2 span {
    display: inline!important;
}
.rw-speaker-cont {
    position: relative;
}
.rw-speaker-cont .fl-col-content.fl-node-content {
    position: relative;
    overflow: hidden;
}
.rw-speaker-info .uabb-infobox {
    height: 95%;
    position: absolute;
    width: 93%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 9px var(--main-purple);
}
.rw-speaker-info .uabb-module-content.uabb-infobox.infobox-center.infobox-responsive-center {
    opacity: 0%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.rw-speaker-cont:hover .rw-speaker-info .uabb-module-content.uabb-infobox.infobox-center.infobox-responsive-center{
    opacity: 100%;
}
.rw-conference-cont .fl-col-content.fl-node-content {
    max-width: 750px;
    margin: 0 auto 30px;
}
.fl-module.fl-module-photo.rw-menu-logo {
    position: relative;
    z-index: 1;
}

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

@media screen and (max-width: 992px) and (min-width: 769px) {
    .box-in-cont .fl-col-content.fl-node-content {
        max-width: 100%;
    }
    .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) {
    .border-in-image .fl-col-content.fl-node-content {
        box-shadow: inset 0 0 0px 13px rgb(97 54 110 / 67%);
    }
    .box-in-cont .fl-col-content.fl-node-content {
        max-width: 100%;
    }
    .opening-section .uabb-image .uabb-photo-img {
        width: 230px;
    }
}
