/*
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
*/

/* Global Start */
.wpb_wrapper h1.vc_custom_heading.heading{
    font-size: calc(40px + (106 - 40) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.1 !important;
}
.wpb_wrapper h2.vc_custom_heading.heading{
    font-size: calc(30px + (60 - 30) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.2 !important;
}
.wpb_wrapper h3.vc_custom_heading.heading{
    font-size: calc(25px + (48 - 25) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.2 !important;
}
.wpb_wrapper h4.vc_custom_heading.heading{
    font-size: calc(20px + (30 - 20) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.2 !important;
}
.wpb_wrapper h5.vc_custom_heading.heading{
    font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.2 !important;
}
.wpb_wrapper h6.vc_custom_heading.heading{
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.2;
}
.wpb_wrapper p{
    font-size: calc(13px + (16 - 13) * ((100vw - 360px) / (1920 - 360))) !important;
}
a.nectar-button.small {
    padding: 17px 30px !important;
    border: 2px solid #FFF !important;
    margin: 0px;
}
a.nectar-button.small span{
	font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1920 - 360))) !important;
	line-height: 1.3;
}
#darkBtn {
    font-family: "Hind Siliguri";
}
h6.heading-bg {
    color: #fff !important;
    padding: 10px 13px;
    border-radius: 20px;
    background: #111F0C;
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px !important;
}
/* Global End */

/* Home Start */

/* Banner Start */
#homeBanner h1.heading {
    margin-block: 25px;
}
/* #homeBanner .banner-img {
    max-width: 95%;
} */
#homeBanner .txt-block p,
#homeStories .txt-block p{
        font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
}
/* Banner End */

/* Stories Start */
#homeStories .text-bold p {
    font-weight: 700;
}
#homeStories .txt-block {
    margin-bottom: 10px !important;
}
/* Stories End */

/* Testimonial Start */
#homeTestimonial .txt-block p {
    color: #fff;
}
#homeTestimonial .text-block p {
    margin-bottom: 40px !important;
}
#homeTestimonial #innerRow .colRight {
    padding-right: 190px;
}
#homeTestimonial #innerRow .colLeft {
    padding-left: 190px;
}
#homeTestimonial .carousel-item {
    background: #FAFAFA;
    margin: 0 3px;
    border-radius: 8px;
    padding: 32px;
    border-bottom: 8px solid #425343;
    border-right: 8px solid #425343;
}
#homeTestimonial .row-bg.viewport-desktop {
    height: 60%;
}
#homeTestimonial .owl-item {
    left: 4%;
}
#homeTestimonial .textBlock p {
    color: #fff;
}
#homeTestimonial .owl-carousel .owl-dots {
    display: none;
}
#homeTestimonial .carousel-item .txtBlock p {
    font-weight: 600;
}
#homeTestimonial .iwithtext {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#homeTestimonial .iwithtext .iwt-icon {
    position: relative;
    flex-shrink: 1;
}
#homeTestimonial .iwithtext .iwt-icon img {
    height: 38px;
    width: 38px;
    object-fit: cover;
    margin-bottom: 0px;
}
#homeTestimonial .iwithtext .iwt-text {
    padding-left: 0px;
}
#homeTestimonial .iwithtext .iwt-text h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#homeTestimonial .iwithtext .iwt-text p {
    text-transform: uppercase;
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 24px;
    font-weight: 600;
}
#homeTestimonial .testi-block p {
    color: #353535;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 32px;
    font-style: italic;
    font-size: calc(12px + (18 - 12) * ((100vw - 360px) / (1920 - 360))) !important;
}
#homeTestimonial .testimonial-img {
    max-width: 70%;
}
/* Testimonial End */

/* Source Start */
#homeSource .txt-block p {
    max-width: 80%;
}
#homeSource #newsletterwidgetminimal-2 h4 {
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 24px;
    font-weight: 400 !important;
    color: #F4F5F7;
}
#homeSource form.tnp-form {
    display: flex;
}
#homeSource form.tnp-form input.tnp-email {
    border-radius: 8px;
    background: #F4F5F7;
    border: 1px solid #F3D5B5;
    width: 64%;
    color: #353535;
    padding-left: 20px;
	background-image: url("http://authorstacylee.com/wp-content/uploads/2025/07/email.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 93% 100%;
    background-position-y: center;
}
#homeSource form.tnp-form input.tnp-submit {
    width: 36%;
    border: 1px solid;
    background: transparent;
    font-size: calc(13px + (16 - 13) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 20px;
    margin-left: 10px;
}
#homeSource form.tnp-form input.tnp-email::placeholder {
    color: #353535;
    font-family: Inter;
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
     opacity: 1;
    color: #353535;
}
/* Source End */

/* Blog Start */
#homeBlog h3.heading {
    margin-bottom: 30px;
}
/* Blog End */
/* Home End */

/* Footer Start */
#footer .txt-block p {
    max-width: 40%;
}
#footer .footer-logo {
    width: 182px;
    object-fit: contain;
}
#footer h2.widgettitle:before {
    position: absolute;
    content: '';
    background: #425343;
    height: 3px;
    width: 56px;
    bottom: -20px;
    left: 0;
}
#footer h2.widgettitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'Hind Siliguri';
}
#footer .menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#footer .menu li {
    list-style: none;
    margin-bottom: 10px;
    line-height: normal;
}
#footer .menu {
    margin: 0;
}
#footer .copy-right {
    padding-top: 20px;
	border-top: 1px solid #DDD;
    background: #F5F5F5;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
}
#footer #darkBtn {
    padding: 16px 50px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(7.5px);
    font-family: "Hind Siliguri";
}
#footer #darkBtn span{
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3;
}
#footer h4.heading {
    font-family: 'Hind Siliguri';
}
/* Footer End */

/* Responsive Start */

@media (max-width: 1600px) {
#homeTestimonial #innerRow .colLeft {
    padding-left: 90px;
}
	#homeTestimonial #innerRow .colRight {
    padding-right: 90px;
}
}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
	#homeTestimonial .testimonial-img {
    max-width: 80%;
}
	#homeSource form.tnp-form input.tnp-submit {
    width: 40%;
}
}
@media (max-width: 1280px) {}
@media (max-width: 999px) {
/* 	#homeBanner .banner-img {
    max-width: 50%;
    margin: auto;
    display: table;
} */
	#homeBanner .divider-small-border {
    display: table;
    margin: auto;
}
	    #homeBanner h1.heading {
        margin-block: 20px;
        text-align: center !important;
    }
	#homeBanner a.nectar-button {
    margin: auto;
    display: table;
}
    #footer .innerCol {
        width: 50%;
        margin-bottom: 0;
    }
	#footer .txt-block p {
    max-width: 100%;
}
	#homeTestimonial #innerRow .colRight {
        padding-right: 35px;
        padding-left: 35px;
    }
	    #homeTestimonial #innerRow .colLeft {
        padding-left: 35px;
    }
	    #homeTestimonial .testimonial-img {
        max-width: 60%;
        margin: unset;
    }
	#homeSource .txt-block p {
    max-width: 100%;
}
	#homeTestimonial .testi-block p {
    line-height: 22px;
}
	#homeTestimonial .row-bg.viewport-desktop {
    height: 86%;
}
}
@media (max-width: 690px) {
/* 	    #homeBanner .banner-img {
        max-width: 100%;
    } */
	    #homeTestimonial .testimonial-img {
        max-width: 90%;
    }
	#homeTestimonial .owl-item {
    left: 1%;
}
	#footer #darkBtn {
    padding: 12px 14px !important;
}
	#footer .footer-logo {
    width: 120px;
}
	#homeTestimonial .iwithtext:before {
    right: 30px;
}
	#homeTestimonial .iwithtext:after {
    right: 0px;
}
	#homeBlog h3.heading {
    margin-bottom: 20px;
}
}
@media (max-width: 479px) {
	    #footer .innerCol {
        width: 100%;
    }
	#footer .copy-right .text-block p,
	#footer .copy-right .innerCol{
    text-align: center !important;
}
	#footer h2.widgettitle {
        margin-bottom: 20px;
    }
	    #footer h2.widgettitle:before {
        bottom: -10px;
    }
}
@media (max-width: 414px) {
	    #homeSource form.tnp-form {
        display: block;
    }
	    #homeSource form.tnp-form input.tnp-email {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
	    #homeSource form.tnp-form input.tnp-submit {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

/* Responsive End */