/*
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=Inter:wght@100..900&display=swap');
@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&display=swap');

.container-wrap {
    background-color: #fff !important;
}

div#header-outer {
    background-color: transparent !important;
    box-shadow: none !important;
}

div#header-space {
    display: none;
}

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

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

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

h4 {
    font-family: poppins;
    font-weight: 500;
    font-size: 20px;
    color: #3D3D3D;
}

#slider h4 {
    color: #fff;
    font-family: proxima !important;
}

h2 {
    font-family: garamond !important;
    font-weight: bold !important;
    font-size: 48px;
    color: #000;
    padding: 10px 0px !important;
}

h2 strong {
    font-family: garamond;
    color: #C99736;
}

#slider h2 {
    color: #fff;
    line-height: 1;
    font-size: 55px;
}

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: 12px;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 15px 30px !important;
    top: 50px;
}

#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) span:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    position: absolute;
    left: -20px;
}

#slider a.nectar-button.small.regular:nth-child(2) {
    padding: 15px 35px !important;
    background-color: #fff !important;
    color: #000;
}

.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: 150px 0px 150px 0px !important;
}

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

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

#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;
}

div#author {
    padding: 0px 0px 0px 0px !important;
    margin: -80px 0px 0px 0px !important;
    z-index: 0;
}

#author img {
    left: -90px;
    position: static;
    width: 70% !important;
    margin: 0 auto;
}

#whyread h3 {
    font-family: ikaros;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
}

#whyread a.nectar-button.small.regular {
    top: 15px;
    background-color: #fff !important;
    color: #000 !important;
}

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

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

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

#whyread img {
    top: -30px;
}

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 {
    position: absolute;
}

#video .wpb_text_column {
    /* -webkit-text-fill-color: #fff; */
}

div#video {
    padding: 50px 0px 0!important;
    margin-bottom: 0;
}

#test .carousel-item {
    width: 95%;
    margin: 0px auto;
    background-color: #C9B9A0;
    border-radius: 20px;
    padding: 30px 30px 30px 30px !important;
    transition: 0.5s;
    height: fit-content;
}

#test h5 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    color: #000;
    letter-spacing: 0px;
    padding-left: 30px;
}

#test h6 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    margin-top: -10px;
    padding-left: 30px;
}

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

#news input#esfpx_email_dc1d3a781ec97 {
    border-radius: 100px;
    margin-top: 0px;
    padding: 15px 20px !important;
}

#news input[type="submit"] {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    border-radius: 100px;
    letter-spacing: 1px;
    position: absolute;
    top: 13px;
    padding: 13px 25px !important;
    right: 5px;
}

div#news {
    padding: 80px 100px 80px 100px !important;
    margin-bottom: -150px;
}

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

#footer-outer p {
    color: #fff;
}

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

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

#footer-outer input.wpcf7-form-control.wpcf7-text {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    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 #fff;
    height: 80px;
}

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

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

#footer-outer input.wpcf7-submit {
    border-radius: 100px;
    padding: 15px 30px !important;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    background-image: linear-gradient(#000, #000);
    color: #fff !important;
}

#footer-outer .widget_nav_menu li a {
    color: #fff !important;
    font-family: 'Inter';
    font-weight: 400 !important;
}

#footer-outer h6 {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-top: -27px;
    padding-left: 25px;
}

#copyright .col.span_5 {
    width: 100% !important;
    text-align: center;
    display: flex;
}

#copyright p {
    color: #000000 !important;
    font-family: 'Inter';
    font-weight: 400 !important;
    font-size: 16px !important;
}

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

#footer-outer .col.span_3:nth-child(1) {
    width: 31%;
}
#footer-outer .col.span_3:nth-child(2) {
    width: 14%;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 22%;
}
#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: #000000 !important;
}

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

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

div#copyright {
    padding: 10px 0px !important;
    background-image: linear-gradient(#C9B9A0, #C9B9A0);
}

#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: 90px;}

li#menu-item-2689 span {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 10px !important;
    color: #000;
}

#whyread .wpb_text_column.wpb_content_element {
    -webkit-text-fill-color: #fff;
}

#whyread h5 {
    font-family: ikaros;
    font-weight: 400;
    font-size: 40px;
    color: #000;
    padding-bottom: 10px;
}

#whyread .nectar-star-rating__icon {
    color: #FFAF00 !important;
}

#whyread .nectar-star-rating__content {
    color: #fff;
}

#vid .nectar-video-box {
    position: absolute;
    left: 45%;
    top: 60px;
}

div#vid {
    padding: 270px 0px 350px!important;
    margin-top: -100px;
}

#test .carousel-item p {
    color: #000;
    padding-top: 10px;
}

#test .iwt-icon img {
    width: 60px !important;
}

#test .carousel-item:after {
    content: URL(/wp-content/uploads/2024/11/cmnt.png);
    position: relative;
    left: 40%;
    top: 20px;
    transition: 0.5s;
}

#test .carousel-item:hover:after {
    content: URL(/wp-content/uploads/2024/11/cmnt-hover.png);
}

#test .carousel-item:hover {
    /* margin-top: -100px; */
}

#test .owl-stage-outer {
    padding-top: 30px !important;
}

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

.page-header-bg-image {
    background-color: #ffffff !important;
}
body.page #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
    color: #ffff !important;

}
.whatsapp img {width: 18% !important;margin-bottom: 0px !important;margin-top: 20px !important;!i;!;!i;!;!i;!;!i;!;}

.whatsapp p {
    font-size: 13px;
}
@media only screen and (max-width: 988px) {
	
div#header-outer {
    background-color: #444 !important;
}
h1, h2, h3, h4, h5, h6, p {
    text-align: center !important;
}

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

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

#slider img.img-with-animation.skip-lazy {
    margin-top: 40px !important;
}

div#author {
    margin: 50px 0 100px 0px !important;
}

#whyread img {
    top: 16px !important;
}
	
#whyread .nectar-star-rating {
    margin-top: 35px;
    margin-right: 20% !important;
}

#vid .nectar-video-box {
    position: unset !important;
    width: 30% !important;
    margin: 0 auto !important;
}

div#vid {
    padding: 90px 0 50px 0px !important;
    margin-top: -50px;
}

#test .owl-stage-outer {
    padding-top: 0 !important;
}

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

#news h2 {
    font-size: 26px !important;
}

#footer-outer .col.span_3 {
    width: 100% !important;
    text-align: center !important;
}

#footer-outer h6 {
    margin-top: 0 !important;
    padding-left: 0 !important;
}

#footer-outer input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
}

#footer-outer input[type=email] {
    position: unset !important;
    margin: 10px auto !important;
}

#footer-outer #footer-widgets .col input[type=submit] {
    width: 100% !important;
}

div#footer-outer {
    padding-bottom: 60px !important;
}
#contact input.wpcf7-submit {
    width: 100% !important;
}	
}

#header-outer[data-lhe="default"] #top nav > ul > li > a:hover {
    color: #fff !important;
}

@media only screen and (min-width: 1000px) and (max-width:1200px) {
    #slider h2 {
    font-size: 49px;
}

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

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

div#author {padding-bottom: 60px !important;}

h2 {
    font-size: 36px !important;
}

p {
    font-size: 16px;
}

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

div#news {
    padding: 80px 50px 80px 50px !important;
}    
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    #slider h2 {
    font-size: 50px;
}

p {
    font-size: 16px;
}

h2 {
    font-size: 46px !important;
}

#news h2 {
    font-size: 42px !important;
}
}