/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prociono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.container-wrap {
    background-color: #fff !important;
}
.page-id-2958 ol li {
    padding-bottom: 20px !important;
}
.sf-menu>li ul {
    padding: 20px;
    width: 15em;
    text-align: left;
}
sf-menu>li>ul {
    opacity: 0;
    pointer-events: none;
    display: block;
    transform: translateY(-9999px);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}
div#header-outer {
    background-color: transparent !important;
    box-shadow: none !important;
}
ul.sf-menu.sf-js-enabled.sf-arrows {
    text-align: center;
}
div#header-space {
    display: none;
}

#header-outer #logo {
    margin: 30px 0px !important;
}

#top nav ul li a {
    color: #010101 !important;
    font-family: 'Poppins';
    font-weight: 400 !important;
    font-size: 18px !important;
    margin: 0px 5px !important;
}

.row-bg.viewport-desktop.using-image {background-size: 100% 100% !important;}

h4 {
    font-family: poppins !important;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

#slider {-webkit-text-fill-color: #ffff !important;}

h2 {
    font-family: 'Poppins';
    font-weight: bold !important;
    font-size: 55px;
    color: #0D163F;
    padding: 15px 0px !important;
    text-transform: uppercase !important;
    line-height: 1;
}

h2 strong {
    color: #000000;
    font-size: 40px !important;
    line-height: 1 !important;
}

#slider h2 strong {
    font-size: 50px !important;
}

p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

#slider p {
    /* color: #fff !important; */
}

a.nectar-button.small.regular {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 9px;
    padding: 15px 35px !important;
    top: 30px;
    text-transform: uppercase;
    margin-right: 20px;
}

#slider a.nectar-button.small.regular:nth-child(3) {
    left: 30px;
    background-color: transparent !important;
    border: 1px solid #fff;
}

#slider a.nectar-button.small.regular:nth-child(2) {
    /* padding: 15px 35px !important; */
    background-color: #FFFFFF !important;
    -webkit-text-fill-color: #820016 !important;
}

.nectar-button.small.has-icon i {
    opacity: 1 !important;
    right: 15px;
}

.nectar-button.small.has-icon:hover i {
	transform: translateX(0px);
}

.nectar-button.has-icon.small:hover span {
    transform: translateX(0px);
} 

div#slider {
    padding: 200px 0px 200px 0px !important;
}

#slider .vc_col-sm-6:nth-child(1) {
    padding-top: 120px;
}

#author .wpb_text_column {
    padding-top: 20px;
}

#author .wpb_text_column:before {
    /* content: "AUTHOR"; */
    font-family: 'Poppins';
    background-color: #f4f6f1 !important;
    font-size: 160px;
    color: #f4f6f1 !important;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #c99736, white);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
}

#author .aut-icon {
    padding-left: 150px !important;
    margin-top: -3px;
}

#author .aut-icon li {display: block;}

#author .aut-icon i {
    color: #000;
    background: #c9973630;
    border-radius: 100px;
    width: 40px !important;
    height: 40px;
    font-size: 18px;
    padding: 10px 0px !important;
}
a#ebook {
    position: relative;
    background: #860D16;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: visible;
}

a#ebook:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

a#ebook::before {
    content: "Pre-Order";
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #2c3e50; 
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0; 
    transition: opacity 0.3s ease;
    font-size: 14px;
	text-align: center;
	width: 100%;
}

a#ebook:hover::before {
    opacity: 4;
}

div#author {
    padding: 80px 0px 50px 0px !important;
    -webkit-text-fill-color: #ffff !important;
}

div#author:after {
    /* content: "ChristopherEngler"; */
    font-size: 50px !important;
    font-family: sign;
    font-weight: 400;
    color: #C99736;
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: 50px;
}

#whyread h3:nth-child(5) {
    font-family: Finlandica !important;
    font-weight: bold !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: capitalize !important;
}

#whyread a.nectar-button.small.regular {
    top: 15px;
}

#whyread a.nectar-button.small.regular:nth-child(3), #whyread a.nectar-button.small.regular:nth-child(4) {
    background-color: #2E2E2E !important;
}

#whyread .nectar-star-rating {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -35px;
}

div#whyread {
    padding: 100px 0px 100px 0px !important;
}

#whyread img {
    top: -30px;
    left: 50px;
}

#whyread .row-bg.viewport-desktop {
    /* background-image: URL(/wp-content/uploads/2024/04/book-bf.png); */
    background-size: 100% 100% !important;
    width: 400px;
    height: 510px;
    top: 100px;
}

div#whyread:before {
    /* content: "Book"; */
    font-family: 'Poppins';
    background-color: #ffffff !important;
    font-size: 160px;
    color: #ffffff !important;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #c99736, white);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    text-transform: uppercase;
    position: absolute;
    transform: rotate(90deg);
    padding: 200px 0px !important;
    right: -300px;
}

a.play_button_2.large.nectar_video_lightbox.magnific-popup {
    display: none;
}

#video .nectar-video-box {margin: auto;top: 0;width: 12%;}

div#video {
    padding: 100px 0px 100px 0px !important;
    -webkit-text-fill-color: #ffff !important;
}

#test:before {
    /* content: "Testimonials"; */
    font-family: 'Poppins';
    background-color: #ffffff !important;
    font-size: 160px;
    color: #ffffff !important;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #c99736, white);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    padding: 120px 0px 40px 0px !important;
    margin: 0 auto;
}

#test .carousel-item {
    text-align: center;
    width: 70%;
    margin: auto !important;
}
#test h5 {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0px;
}

#test h6 {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: -10px;
}

#news h2 {
    font-family: 'lexend' !important;
    font-size: 40px;
    color: #195854;
}

#news input#esfpx_email_dc1d3a781ec97 {
    background-color: transparent !important;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    width: 70%;
    margin-left: 180px;
}

#news input[type="submit"] {
    background-image: URL(/wp-content/uploads/2025/05/send.png);
    background-repeat: no-repeat;
    color: transparent !important;
    background-color: transparent;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 55px;
    right: 0px;
}

div#news {
    padding: 100px 0px 110px 0px !important;
    margin-bottom: -85px;
}

div#footer-outer {
    z-index: 1;
    padding-top: 100px;
}

#footer-outer p {
    width: 60%;
    color: #000000;
    margin: 0 auto;
}

.ft-icon i {
    border-radius: 100px;
    width: 40px !important;
    height: 40px;
    border: 1px solid #000000;
    font-size: 16px !important;
    padding: 10px 0px !important;
    margin-right: 5px;
    color: #000;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: 'timeless' !important;
    font-weight: bold;
    font-size: 22px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    background-color: transparent !important;
    color: #000 !important;
}

#footer-outer input.wpcf7-form-control.wpcf7-text {
    background-color: transparent;
    border-bottom: 1px solid #000000;
    width: 49% !important;
}

#footer-outer input[type=email] {
    position: absolute;
    top: -45px;
    left: 50%;
}

#footer-outer textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: transparent;
    border-bottom: 1px solid #181616;
    height: 80px;
}

#footer-outer textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #000000;
}

#footer-outer input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #000000;
}

#footer-outer input.wpcf7-submit {
    border-radius: 100px;
    padding: 15px 30px !important;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

#footer-outer .widget_nav_menu li a {
    color: #000000 !important;
    font-family: poppins;
    font-weight: 400 !important;
    font-size: 18px;
}

#footer-outer h6 {
    font-family: poppins;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #000000 !important;
    margin-top: -35px;
    padding-left: 45px;
    padding-bottom: 20px;
}

#copyright .col.span_5 {
    width: 100% !important;
    text-align: center;
    border-top: 1px solid #650032 !important;
}

#copyright p {
    color: #000 !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-align: center !important;
    padding-top: 10px;
}

div#media_image-3 {margin-bottom: 10px !important;}

#footer-outer .col.span_3:nth-child(1) {
    width: 36%;
}
#footer-outer .col.span_3:nth-child(2) {
    width: 14%;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 17%;
}
#footer-outer .col.span_3:nth-child(4) {
    width: 27%;
}

.right {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.right i {
    top: 2px;
    padding-right: 10px;
    padding-left: 30px;
    color: #fff !important;
}

.left {
    width: 100% !important;
    text-align: left;
}

.right p {
    padding: 0px !important;
}

div#copyright {
    padding: 10px 0px !important;
}

#contact input.wpcf7-form-control {
    border-radius: 100px;
}

#contact textarea.wpcf7-form-control {
    border-radius: 20px;
}

#contact input.wpcf7-submit {
    font-family: 'Inter';
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
}

#contact form.wpcf7-form.init {margin-top: 20px;}

h3 {
}

#author h4 {
    padding-top: 40px;
}

#author img {margin: 0 auto !important;}

#chap h4 {
    margin: auto !important;
}

#video h4 {
    margin: auto;
}

#test h4 {
    margin: auto;
}

#test .owl-stage-outer {
}

#test .carousel-item:before {
}

div#test {
    padding: 40px 0px 10px 0px !important;
    -webkit-text-fill-color: #ffff !important;
}

div#footer-outer {
    background-color: transparent !important;
    background-size: 100% 100% !important;
    z-index: 10;
}

#news h4 {
    background-color: #195854 !important;
}

#news h2:after {
    content: URL(/wp-content/uploads/2025/05/line-2.png);
}

#news input#esfpx_email_dc1d3a781ec97::placeholder {
    color: #fff !important;
}

#footer-outer .widget_nav_menu li {
    border: none !important;
}

#custom_html-4 i {
    background-color: #2e6763 !important;
    border-radius: 100px;
    width: 40px !important;
    height: 40px !important;
    padding: 10px 0px !important;
    color: #fff;
}

#chap h1 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 40px;
    color: #81CCC0;
    margin: auto;
    background-image: linear-gradient(180deg, black, #666666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    padding: 0px 0px 0px !important;
}

#chap h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #205A68 !important;
    padding-top: 10px;
}

#chap .carousel-item {
    width: 95%;
    margin: auto;
    margin-top: 0px;
}

h1.top-heading {
    -webkit-text-fill-color: #205a68 !important;
}

#slider img {
    transform: scale(1.2);
    left: 50px;
}

#video h2 {
    font-size: 40px;
}

#video .vc_col-sm-6:nth-child(1) {
    display: flex;
    align-items: center;
}

div#blog {
    padding: 100px 0px 50px !important;
}

#whyread h2 {
    font-size: 40px;
    color: #000000;
}

#whyread img {
    left: 0px;
}

#whyread h3 {
    font-family: Finlandica;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
}

#gal img {
    margin: auto !important;
}

div#gal {padding: 50px 0px !important;}

#test .carousel-item p {
    color: #fff !important;
    position: relative;
    top: 80px;
}

#test h5 {
    color: #fff !important;
    padding-top: 60px;
}

body.original #footer-outer #footer-widgets .col ul li {
    border: none !important;
}

#chap .carousel-item h1:nth-child(1):before {
    content: URL(/wp-content/uploads/2025/06/chap-img.png);
    position: absolute;
    top: 25px;
    right: 0;
    margin: auto;
}

#blog h3.title {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 22px;
    -webkit-text-fill-color: #000 !important;
}

#blog .excerpt {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

#blog .meta-author, #blog .meta-category, #blog .meta-comment-count {
    display: none;
}

.inner-wrap span {
    -webkit-text-fill-color: #0d163f !important;
}

.page-header-bg-image {
    background-color: #fff !important;
}
li {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

body.page #page-header-bg h1 {
    font-family: 'Poppins';
    font-weight: bold !important;
    font-size: 55px;
    padding: 15px 0px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border: 9px solid#ffffff !important;
    width: 50%;
    margin: 0 auto;
    border-radius: 18px;
}
.page-id-2676 div#author {
    padding-top: 0 !important;
}
#test:before {
    display: none;
}

i.fa-solid.fa-envelope {
    left: -90px;
    top: -10px;
    color: #000;
}
@media (max-width: 997px){
	
	div#header-outer {
    background-color: #010101 !important;
}
    
body {text-align: center !important;}

#slider .vc_col-sm-6:nth-child(1) {
    padding-top: 0 !important;
}

div#slider {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

h4, h2, h3, h5, h6, p {
    text-align: center !important;
}

a.nectar-button.small.regular {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

#slider img {
    transform: scale(1.0) !important;
    left: 0 !important;
}

h2 {
    line-height: 1 !important;
}

#blog .excerpt {
    text-align: center !important;
}

#whyread img {
    left: 0 !important;
}

#whyread a.nectar-button.small.regular:nth-child(3) {
    left: 0 !important;
    margin-top: 20px !important;
}

#test .owl-stage-outer {
    background-color: #7b0d25 !important;
    background-image: none !important;
    border-top-right-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}

#footer-outer .widget_nav_menu li {
    display: block !important;
    text-align: center !important;
}
#blog .col.span_4 {
    width: 100% !important;
    text-align: center !important;
}
}
@media (min-width: 998px) and (max-width: 1209px){
#header-outer #logo img {
    width: 100% !important;
    height: 60px;
}

#top nav ul li a {
    margin: 0 !important;
    font-size: 15px !important;
}

#slider .vc_col-sm-6:nth-child(1) {
    padding-top: 40px !important;
}

.vc_col-sm-6 {align-content: center !important;}
}
div#single-below-header {
    display: none !important;
}
#chap .carousel-item h2 {
    padding: 5px !important;
    line-height: 0.3 !important;
}
.post-area.col.span_9 {
    width: 100% !important;
}
#video p {
    width: 70%;
    margin: 0 auto;
}
#chap1 .row-bg.viewport-desktop.using-image {
}

#chap1 h2 {
    color: #640032 !important;
}

#chap1 p {
    width: 80%;
    margin: 0 auto;
}

#chap1 .carousel-item h1 {
    background-color: #2E2E2E !important;
    width: 29%;
    margin: 0 auto;
    border-radius: 50px;
    padding: 15px !important;
    color: #ffff;
}

#chap1 .carousel-item h2 strong {
    font-size: 20px !important;
}
#chap1 .carousel-item:hover h1 {
    background-color: #ffff !important;
    -webkit-text-fill-color: #840016 !important;
    transition: 0.5s;
}
div#chap1 {
    padding: 50px 0 40px 0px !important;
    -webkit-text-fill-color: #ffff !important;
}

div#author h2 strong {
    font-size: 53px !important;
    font-weight: 400;
}

#author a.nectar-button.small.regular.accent-color.regular-button {
    background-color: #ffff !important;
    -webkit-text-fill-color: #650032 !important;
}
#chap .carousel-item p {visibility: hidden;}

#chap .carousel-item:hover p {
    visibility: visible;
    color: #ffff !important;
    background-color: #010101b8 !important;
    height: 30vh !important;
    width: 102% !important;
    padding: 40px;
    border-radius: 10px;
}
div#over {
    background-size: 100% 100% !important;
    height: 30vh !important;
    /* padding: 40px; */
}
div#chap {
    padding-top: 140px !important;
}
div#over:before {
    background-image: url(/wp-content/uploads/2025/07/Group-1321315348-1.png);
    position: absolute;
    content: "";
    width: 20%;
    height: 27%;
    bottom: 0;
    background-size: 100% !important;
}
#test .carousel-item img {
    width: 15% !important;
    margin: 0 auto;
    top: 60px;
}

#test h2 strong {
    font-size: 50px !important;
}
div#copyright {
    background-color: transparent !important;
}
body.page #page-header-bg h1 span {
    -webkit-text-fill-color: #ffff !important;
}

.page-id-2676 img {
    top: 100px;
}
.btn {
    background-color: #840016 !important;
    height: 50px;
    border-radius: 7px;
    top: 85px;
}

.btn:hover a {
    -webkit-text-fill-color: #ffff !important;
}
body.page #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
    color: #010101 !important;
}
#chap h2 {
    -webkit-text-fill-color: #000000;
}
.vc_col-sm-6 {align-content: center !important;}

.btn a {
    -webkit-text-fill-color: #ffff !important;
}
#chap .row-bg.viewport-desktop.using-image {
    opacity: 0.2;
    background-size: 100% 180% !important;
    background-position: 100% 65% !important;
}
/* woocommerce-page .single-product div.product h1.product_title, .nectar-shop-header .page-title {
    font-size: 34px;
    line-height: 42px;
    margin-top: 20%;
} */
.woocommerce-page div#header-space {
    display: block;
}

#page-header-bg h1, body h1 {
    font-family: 'Poppins';
    font-weight: bold !important;
    font-size: 35px;
    padding: 15px 0px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border: 9px solid #ffffff !important;
    width: 60%;
    margin: 0 auto;
    border-radius: 18px;
    top: 50px;
}
.sf-menu>li ul {
    width: 280px;
    top: 170px !important;
}

.sf-menu>li ul li a {
    line-height: 1.5 !important;
    font-size: 16px !important;
}
.single #page-header-bg .blog-title #single-meta>div>a {
    display: none !important;
}
.woocommerce-page h1.product_title.entry-title.nectar-inherit-default {
    margin-left: 0;
    text-align: left ! IMPORTANT;
}