/*
Theme Name: Rebel Invest
Description: Tema personalizado para Rebel Invest basado en el tema Salient
Author: Lester Pérez
Template: salient
Version: 1.0
*/

.single-ri_project {
    border: none
}

.row > :not(.top-level):not(.section-title) h1,
.row > :not(.top-level):not(.section-title) h2,
.row > :not(.top-level):not(.section-title) h3,
.row > :not(.top-level):not(.section-title) h4,
.row > :not(.top-level):not(.section-title) h5,
.row > :not(.top-level):not(.section-title) h6,
strong {
    color: #000000 !important;
}

h5 {
    margin-bottom: 15px !important;
}

#header-outer .menu-title-text {
    color: #000000 !important;
}

#header-outer a {
    opacity: 1 !important;
}

#header-outer.transparent .menu-title-text {
    color: #FFFFFF !important;
}

#top nav > ul > li[class*=button_bordered] > a:before {
    border-color: #000000 !important;
}

.main-content a:hover {
    color: var(--nectar-accent-color) !important;
}

form input, form textarea {
    border-radius: 30px;
    border-width: 2px !important;
    margin-top: 5px;
    transition: border-color 0.3s;
}

form input:focus, form textarea:focus {
    border-color: var(--nectar-accent-color) !important;
}

.single-ri_project .entry-title {
    font-size: 60px !important;
    line-height: 60px !important;
}

.single-ri_project-field + .single-ri_project-field {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
}

body .main-content {
    color: unset !important;
}

.bg-dark {
    background-color: #f0f0f3 !important;
}

.bg-accent {
    background-color: var(--nectar-accent-color) !important;
}

.blog2 {
    position: relative;
    overflow: hidden;
}

.blog2 .item {
    margin-bottom: 15px;
}


.blog2 .item p {
    color: var(--nectar-text-color) !important;
    font-size: 18px;
}

.blog2 .item .img {
    overflow: hidden;
    border-radius: 10px;
}

.blog2 .item .img img {
    width: 100%;
}

.blog2 .item .wrapper {
    background-color: #fff;
    padding: 0.1px 30px 35px 30px;
    margin: -55px 20px 0 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    transition: all ease 0.4s;
}

.blog2 .item .wrapper .date {
    margin: -20px 0 20px 0;
}

.blog2 .item .wrapper .date a {
    display: inline-block;
    font-size: 14px;
    padding: 10.5px 20px;
    line-height: 1;
    background-color: var(--nectar-accent-color);
    color: #fff;
    border-radius: 5px;
}

.blog2 .item:hover .wrapper .date a {
    background-color: #fff;
    color: #7b7b7b;
}

.blog2 .item .wrapper .con {
    overflow: hidden;
    position: relative;
    transition: all ease 0.4s;
    padding-bottom: 0;
}

.blog2 .item .wrapper .con .category {
    margin: 0 0 15px 0;
}

.blog2 .item .wrapper .con .category a {
    color: #7b7b7b;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.blog2 .item .wrapper .con .category a i {
    transition: all ease 0.4s;
    color: var(--nectar-accent-color);
    margin-right: 5px;
    font-size: 12px;
}

.blog2 .item .wrapper .con .text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
}

.blog2 .item .wrapper .con .icon-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
    color: #fff;
}

.blog2 .item .wrapper .con .icon-btn:hover {
    background-color: #fff;
}

.blog2 .item:hover .wrapper {
    margin-top: -124px;
    /*background-color: var(--nectar-accent-color);*/
    border-color: transparent;
}

.blog2 .item:hover .wrapper .con {
    padding-bottom: 70px;
}

.site-description {
    font-size: 16px;
    margin-top: -4px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
}

/*
#header-outer.transparent .site-description {
    color: #fff !important;
}

#header-outer .site-description {
    color: #000 !important;
}

 */
.blog2 .item:hover .wrapper .con .icon-btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.wpb_row:not(.inner_row) + .wpb_row:not(.inner_row) > .row-bg-wrap::before, .single-post .container-wrap::before {
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    background-color: var(--nectar-accent-color);
    position: absolute;
    left: 50%;
    top: -25px;
    z-index: 9999;
}

.values .nectar-fancy-box[data-style="color_box_basic"] i {
    color: var(--nectar-accent-color) !important;
}

.main-content .nectar-fancy-box[data-style="color_box_basic"] .im-icon-wrap path {
    fill: var(--nectar-accent-color) !important;
}

.values .nectar-fancy-box[data-style="color_box_basic"] svg {
    margin: auto;
}

.values .inner {
    padding-top: 2rem;
}

@media (max-width: 767px) {
    .site-description {
        font-size: 13px;
    }
}