/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
    --var-body-color: #f3f3f3;
    --font-heading: 'Stack Sans Notch', sans-serif;
    --font-body: 'Source Sans Pro', sans-serif;
}

.font-heading,
.font-heading * {
    font-family: "Stack Sans Notch", sans-serif !important;
}

.font-body,
.font-body * {
    font-family: "Source Sans Pro", sans-serif !important;
}

.justify-content-end .vc_column-inner>.wpb_wrapper {
    justify-content: end !important;
}

.text-uppercase,
.text-uppercase * {
    text-transform: uppercase !important;
}

.text-white,
.text-white * {
    color: white !important;
}

.text-center,
.text-center * {
    text-align: center;
}

.fw-three,
.fw-three * {
    font-weight: 300 !important;
}

.fw-four,
.fw-four * {
    font-weight: 400 !important;
}

.fw-five,
.fw-five * {
    font-weight: 500 !important;
}

.fw-six,
.fw-six * {
    font-weight: 600 !important;
}

.fw-seven,
.fw-seven * {
    font-weight: 700 !important;
}

.fw-eight,
.fw-eight * {
    font-weight: 800 !important;
}

.fw-nine,
.fw-nine * {
    font-weight: 900 !important;
}

.mb-0,
.mb-0 * {
    margin-bottom: 0px !important;
}

.mt-0,
.mt-0 * {
    margin-top: 0px !important;
}

.ttup,
.ttup * {
    text-transform: uppercase !important;
}

.mx-auto,
.mx-auto * {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bison-full-height {
    height: 100vh;
    max-height: 600px;
}

.fancy-no-animation .nectar-fancy-box:hover .box-bg {
    transform: none;
}

.fancy-no-animation .nectar-fancy-box:hover h4,
.fancy-no-animation .nectar-fancy-box:hover h2 {
    background: none;
}

.has-border-top .row_col_wrap_12.col.span_12 {
    border-top: 1px solid #BABABA;
    padding-top: 40px;
}

.footer ul#menu-social-menu {
    margin: 0;
}

.footer ul#menu-social-menu li {
    list-style: none;
    color: #808077;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
}

.vc_wp_custommenu.wpb_content_element.footer {
    margin-top: -20px;
}

.terms-abs {
    position: absolute;
    bottom: 0;
    left: 0;
}

div#footer-outer {
    display: none;
}

a.nectar-button.see-through.brand-btn {
    background: transparent;
    padding: 0px;
    border: none;
}

a.nectar-button.see-through.brand-btn span {
    margin: unset !important;
    transform: none !important;
    padding-right: 10px;
    font-weight: 400 !important;
    position: relative;
}

a.nectar-button.see-through.brand-btn span:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: calc(100% - 9px);
    height: 1px;
    background: #161515;
}

a.nectar-button.see-through.brand-btn.white span:before {
    background: #fff;
}


a.nectar-button.see-through.brand-btn i {
    transform: translateY(-50%) translateX(8px) rotate(-45deg) !important;
}


.client-row .row.carousel.clients img {
    max-height: 40px;
}

.featured-work-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.featured-work-item:first-child {
    grid-column: 1 / -1;
}

.featured-work-item {
    height: 70vh;
    max-height: 540px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
}

.featured-work-item .featured-work-content {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: end;
    z-index: 999;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.featured-work-item:hover .featured-work-content {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.featured-work-item h3.featured-work-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter' !important;
    line-height: 1.7em;
}

.featured-work-item p.featured-work-description {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter' !important;
    line-height: 1.7em;
}

.featured-work-item .content-cta {
    display: flex;
    justify-content: flex-end;
}

.featured-work-item a.featured-work-link {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    position: relative;
}

a.featured-work-link:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;

}

.featured-work-item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.featured-work-item:hover:before {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.nectar-post-grid-wrap span.nectar-post-grid-item__meta-wrap {
    position: absolute;
    top: -455px;
    left: 0;
    z-index: 99999;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .inner {
    padding-top: 40px;
}

span.nectar-post-grid-item__meta-wrap span {
    text-transform: uppercase;
    color: #BABABA !important;
    font-weight: 400;
    font-size: 12px;
}

.nectar-post-grid-item__excerpt-wrap.item-meta-extra span.meta-excerpt {
    font-weight: 400;
    color: #808077 !important;
    font-family: 'Inter';
    margin-top: 30px;
}

.nectar-post-grid-wrap h3.post-heading {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 300;
}

.nectar-post-grid-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #bababa;
}

.foo-toggler-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    cursor: pointer;
}

.foo-toggler-title {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
}

.foo-toggler-title h4 {
    font-size: 50px;
    line-height: 1.1em;
    font-family: 'Inter' !important;
    color: #ffffff80;
    margin-bottom: 0 !important;
}

.foo-toggler-header span.number {
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
}

.foo-toggler-wrapper {
    padding-top: 80px;
}

.foo-toggler-item {
    border-top: 1px solid #FFFFFF;
    padding: 15px 0;
}

.foo-toggler-item:last-child {
    border-bottom: 1px solid #FFFFFF;
}

.foo-toggler-item .toggle-icon img {
    margin: 0 !important;
    width: 18px !important;
}

.foo-toggler-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: self-start;
    padding: 40px 0;
}

.foo-toggler-content-left h5.content-title {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 1.7em;
    font-family: 'Inter' !important;
    text-transform: uppercase;
}

.foo-toggler-content-left .content-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 30px;
}

.foo-toggler-content-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.foo-toggler-content-right img {
    max-width: 100%;
    height: 100%;
}

.foo-toggler-content-wrapper p {
    color: #fff;
    font-size: 12px;
    line-height: 1.7em;
}

.foo-toggler-content {
    visibility: hidden;
    height: 0;
    transition: height 0.3s ease-in-out;
}

.foo-toggler-item.active .foo-toggler-content {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.founder-signature {
    font-family: 'Inter';
    font-weight: 900;
}

.founder-signature em {
    font-weight: 400;
}

@media screen and (min-width: 1480px) {
    .nectar-responsive-text.ttup.fw-two {
        text-indent: 500px !important;
    }
}

@media screen and (max-width: 640px) {
    .sm-d-none {
        display: none !important;
    }

    .inner-row a.built-by-bison {
        display: none;
    }

    .newsletter-inner .vc_col-sm-6.wpb_column {
        max-width: 65%
    }

    .newsletter-inner .vc_col-sm-6.wpb_column:not(.two) {
        padding-right: 30px !important;
    }

    .vc_col-sm-6.two.wpb_column {
        max-width: 35%;
    }

    .newsletter-inner .nectar-responsive-text {
        margin-bottom: 0px !important;
    }

}