/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Author: Rajan Vijayab
Author URI:  https://rajanvijayan.com
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;1,300&family=Montserrat:wght@500&display=swap');

.top-nav {
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.top-nav ul {
    padding: 0px;
    margin: 0px;
}

.top-nav li {
    display: inline-block;
    margin-right: 30px;
}

.top-nav li a {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
}

.top-nav .right-menu {
    text-align: right;
}

.top-nav .right-menu li a {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    background-color: #eeebda;
}

#top nav>ul>li>a,
.pull-left-wrap>ul>li>a {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
}

#header-outer[data-lhe="animated_underline"] #top nav>ul>li>a {
    margin-left: 30px;
    margin-right: 30px;
}

#header-outer #top #logo {
    position: relative;
    margin-top: -70px;
}

a.nectar-button.medium.regular.accent-color.regular-button {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
}

.wpb_text_column h2 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat";
}

.wpb_text_column p {
    font-size: 23px;
    line-height: 25px;
    color: #424242;
    font-weight: 300;
    font-family: "Josefin Sans";
    text-align: center;
}

.footer-widget {
    margin: 40px 0px;
}

.footer-widget h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
}

.footer-widget ul li a {
    font-size: 22px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Josefin Sans";
}

.footer-widget p {
    font-size: 22px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Josefin Sans";
}

.footer-widget .footer-logo {
    text-align: center;
}

.footer-widget .footer-logo img {
    max-width: 300px;
}

#footer-outer #copyright p {
    font-size: 23px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Josefin Sans";
    text-align: center;
    padding-bottom: 10px;
}

.full-width-gallery .vc_column-inner {
    margin: 15px 15px;
}

.full-width-gallery a.nectar-button.medium.regular.accent-color.regular-button {
    border: 1px solid #000000;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px 8px #edebda;
}

a.nectar-button.medium.regular.regular-button {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Montserrat";
    border-radius: 0px !important;
    padding: 15px 20px !important;
}

.footer-share {
    text-align: center;
}

.footer-share ul li {
    display: inline-block;
    margin: 0 10px;
}

#footer-outer,
#nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #000;
}

.fa-contact {
    margin-bottom: 20px;
}

.fa-contact i {
    float: left;
    font-size: 40px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.testimonial_slider .image-icon.has-bg {
    width: 100px;
    height: 100px;
}

.testimonial_slider span.testimonial-name {
    font-size: 23px !important;
    text-transform: uppercase;
    color: #434343;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.testimonial_slider blockquote p {
    padding-bottom: 30px;
    font-size: 23px;
    line-height: 28px;
    color: #434343;
    font-weight: 300;
    font-style: italic;
    font-family: "Josefin Sans";
    text-align: center;
    letter-spacing: unset;
}

.nectar-fancy-box[data-style=hover_desc] .box-bg:after,
.nectar-fancy-box[data-style=hover_desc] .box-bg:before {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 85%;
    display: block;
    z-index: 10;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
    opacity: 0;
}

box[data-style=hover_desc].hovered .box-bg:before {
    opacity: 1;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"] .box-bg:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 100%);
}