/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.breadcrumb {
    display: flex;
    column-gap: .5rem;
    align-items: center;`
    column-gap: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(161 162 166);
    text-transform: capitalize;
}
.breadcrumb span {color: rgb(91 93 100);}
.propDiscount, .rv-contentFx, .rv-basicRisk h3 {font-family: system-ui;}
.propDiscount-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
}
.propDiscount button {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0;
    background-image: linear-gradient(rgb(50, 27, 193) 0%, rgb(130, 50, 251) 100%);
    height: 26px;
}
.rvInfo-right {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    border: 1px solid #dedef2;
}
.rv-box {
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 2.875rem;
    border-radius: .75rem;
    column-gap: 2rem;
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 24px rgba(0, 0, 0, .12);
}
.rv-avatar {
    width: 5.5rem;
    height: 5.5rem;
    position: relative;
    border-radius: .5rem;
    border: 1px solid rgb(231 232 233);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.rv-avatar img {
    width: fit-content;
    height: fit-content;
    object-fit: contain;
    max-height: 100%;
    display: block;
}
.rv-avatar .span {
    color: rgb(255 255 255);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    line-height: .875rem;
    font-size: .5rem;
    padding-left: .25rem;
    padding-right: .25rem;
    background-color: #12b76a;
    border-top-left-radius: 7px;
    border-bottom-right-radius: .5rem;
    text-wrap: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.rv-link {
    color: #000;
    font-size: 16px;
    line-height: 1.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-color: #f3f3f4;
    border-radius: 14px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    position: absolute;
    top: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rv-link a {
    color: #000;
    font-weight: 400;
}
.rv-link a svg {
    min-width: auto;
    width: 1rem;
    height: 1rem;
}
.rvInfo-left h1 {
    color: #141721;
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 600;
}
.rv-info {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.rv-starList {
    display: flex;
    align-items: center;
}
.star-rv {
    width: 1.5rem;
    height: 1.5rem;
}
.rv-score {
    color: #971100;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    margin: 0;
}
.rv-trust, .rv-industry, .rv-contentDives {
    display: flex;
    align-items: center;
    column-gap: .5rem;
}
.rvInfo-left {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.rv-score {font-family: system-ui;}
.rv-rate-dives {
    width: 1px;
    height: 1rem;
    display: flex;
    margin: 0;
    align-items: center;
    border-left: 1px solid rgb(231 232 233);
}
.rv-industry {
    color: #141721;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}
.rv-industry span.flex {
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rv-industryScore {display: flex;}
.rv-industryIcon {
    width: 2rem;
    height: 2rem;
    color: #141721;
}
.rv-industryText {
    position: absolute;
    color: #971100;
    line-height: 1.875rem;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
}
.rv-rate, .rv-contentFx, .rv-entryMain {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.rv-entryMain {
    column-gap: 1.5rem;
    align-items: flex-start;
}
.rv-industry {column-gap: 0;}
.rv-contentDives svg {
    width: 1.5rem;
    height: 1.5rem;
}
.rv-basicInformation {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2rem;
    border-radius: .75rem;
    row-gap: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 24px rgba(0, 0, 0, .12);
    position: relative;
}
.rv-layout, .rv-entryMainLeft {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.rv-heading h2 {
    color: #141721;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
}
.rv-heading h2:before {
    content: "";
    width: .5rem;
    height: 1.875rem;
    position: absolute;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    background-color: rgb(20 23 33);
}
.rv-contentBox {display: table;}
.rv-item {display: table-row;}
.rv-tableCell {
    display: table-cell;
    vertical-align: top;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 2rem;
}
.rv-tableCell h3, .rv-comBox h3 {
    color: #141721;
    font-size: 1rem;
    line-height: 1.5rem;
    white-space: nowrap;
    font-weight: 600;
}
.rv-comBox p {
    color: #141721;
    font-size: 1rem;
    line-height: 1.5rem;
}
.rv-tableInfo {
    width: 100%;
    color: #141721;
    display: table-cell;
    vertical-align: top;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.rv-commissions {
    display: grid;
    gap: 1.25rem;
    margin-top: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rv-comBox {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgb(45, 26, 199);
    box-shadow: rgba(46, 26, 199, 0.4) 0px 1px 7px 0px;
}
.rv-entryMainRight {
    position: sticky;
    top: 156px;
    height: 100%;
    width: 20rem;
    display: flex;
    row-gap: 2rem;
    flex-direction: column;
}
.rv-entryMainLeft {flex: 1 1 0%;}
.rv-titleBasic {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: rgb(20 23 33);
    font-weight: 700;
}
.rv-basicRisk, .rv-basicRisk h3 {color: rgb(161 162 166);}
.rv-basicRisk h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: .75rem;
}
.rv-basicRisk h3 svg {
    width: 1rem;
    height: 1rem;
}
.rv-basicRisk p {
    font-size: .75rem;
    line-height: 1.125rem;
}
.rv-bgContentBox {
    padding: 1.5rem;
    border-radius: .5rem;
    background-color: rgb(243 243 244);
}
#content {position: relative;}
#content:before {
    content: "";
    position: absolute;
    top: -5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(http://localhost/reviewpropfirm.com/wp-content/uploads/2025/09/bg-content-scaled.png) no-repeat;
    width: 100%;
    height: 100%;
}
body:not(.home) {position: relative;}
body:not(.home):after {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    background-image: url(http://localhost/reviewpropfirm.com/wp-content/uploads/2025/09/dot.svg);
    background-size: 36px 36px;
    background-position: 50%;
    background-repeat: repeat;
    z-index: -1;
}
body:not(.home) #footer .section-content {padding-top: 50px;}

@media (min-width: 1024px) {
    .rv-avatar {
        width: 8.5rem;
        height: 8.5rem;
    }
    .rv-avatar .span {
        font-size: .875rem;
        line-height: 1.25rem;
        padding: .25rem .5rem;
    }
}