/*
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&display=swap');

div#header-space {
    display: none !important;
}

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

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

#single-below-header, .post-header {
    /* padding-top: 210px; */
}
.post-2952 .post-header, .post-2701 .post-header {
    padding-top: 0 !important;
}

li#menu-item-2780 a span:after {
    display: none !important;
}

#slider h2 strong {
    font-family: Bona Nova;
    font-weight: 400;
    font-size: 60px;
}

#top nav ul li a {
    font-family: Poppins !important;!i;!;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin: 0px 20px !important;
    text-transform: capitalize !important;!i;!;
}

li#menu-item-2962 a {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    color: #000 !important;
    height: 42px  !important;
    width: 100%  !important;
    letter-spacing: 0  !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    border: 4px solid #4b6183 !important;
    /* outline: 1px solid #fff !important; */
    text-align: center;
}

#footer-outer .widget.widget_nav_menu li#menu-item-2962 a {
    color: #000 !important;
}

div#imaged a.nectar-button.small.regular {
    margin: 0 auto !important;
    display: table;
}

.woocommerce-page {
    padding-top: 160px;
}

.woocommerce-page div#header-outer {
    background-color: #000 !important;
}

input#quantity_68a9261f6ae4c {
    background-color: transparent !important;
}

input.minus {
    border-radius: 30px !important;
    width: 32px !important;
}

input.plus {
    border-radius: 30px !important;
    width: 32px !important;
}

h4, #slider h1 {
    font-family: Poppins !important;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

h2 {
    font-family: Poppins !important;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    padding: 15px 0px !important;!i;!;
}

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

a.nectar-button.small.regular {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    border-radius: 5px;
    padding: 15px 30px !important;
    top: 30px;
    outline: 1px solid #b3a0a2 !important;
    border: 4px solid #fff !important;
}

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

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

#slider h2 {
    padding: 10px 0px !important;
    line-height: 1.2;
}

#slider img {
    top: -10px;
    left: 50px;
}

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

div#author {
    padding: 150px 0px 150px 0px !important;
}

#book h5 {
    font-family: iko;
    color: #F8931F;
    font-weight: 400;
    font-size: 40px;
}

.message-body {
	position: relative;
} 

.message-body:before {
	content: 'Pre-Order Now';
	position: absolute;
	width: 100%;
	background-color: #b3a0a2;
	color: #ffff;
	top: -47px;
	left: 0;
	text-align: center;
	justify-content: center;
	padding: 10px 0px;
	border-radius: 8px;
	transition: 0.2s ease-out;
	visibility: hidden;
	transform: translateY(10px);
}

.message-body:after {
	content: 'V';
	position: absolute;
	top: -20px;
	left: 80px;
	font-size: 20px;
	color: #b3a0a2;
	font-weight: 500;
	transition: 0.2s ease-out;
	visibility: hidden;
	transform: translateY(10px);
}

.message-body:hover:before {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.message-body:hover:after {
	visibility: visible;
	transform: translateY(0px);
}

.message-body2 {
	position: relative;
}
.message-body2:before {
	content: 'Coming Soon';
	position: absolute;
	width: 100%;
	background-color: #b3a0a2;
	color: #ffff;
	top: -47px;
	left: 0;
	text-align: center;
	justify-content: center;
	padding: 10px 0px;
	border-radius: 8px;
	transition: 0.2s ease-out;
	visibility: hidden;
	transform: translateY(10px);
}

.message-body:after {
	content: 'V';
	position: absolute;
	top: -20px;
	left: 80px;
	font-size: 20px;
	color: #b3a0a2;
	font-weight: 500;
	transition: 0.2s ease-out;
	visibility: hidden;
	transform: translateY(10px);
}

.message-body2:hover:before {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.message-body2:hover:after {
	visibility: visible;
	transform: translateY(0px);
}

#book h6 {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 26px;
    color: #000;
    padding: 15px 0px 0px 0px !important;
}

#book .nectar-star-rating__content {
    font-family: iko;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

#book .nectar-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-left: 240px;
    margin-top: -26px;
}

#book a.nectar-button.small.regular {
    top: 10px;
    border: 4px solid #7a909d !important;
}

#book a.nectar-button.small.regular:nth-child(4) {
    left: 15px;
}

#book a.nectar-button.small.regular:nth-child(6) {
    left: 0px;
    margin-left: 0px !important;
}

#book a.nectar-button.small.regular:nth-child(7) {
    left: 15px;
}

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

#video .nectar-video-box {
    margin: auto !important;
    top: 220px;
    position: absolute;
    width: 20%;
    left: 220px;
}

#video a.play_button_2.large.nectar_video_lightbox.magnific-popup {
    display: none !important;
}

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

#video h2 {
    color: #fff;
}

#test .carousel-item {
    background-color: #B3A0A2 !important;
    border-radius: 50px 0px !important;
    width: 95% !important;
    padding: 40px 30px 50px 30px !important;
    height: fit-content;
}

#test h5 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
}

#test h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    margin-top: -15px;
}

#test .carousel-item p {
    padding-left: 0px;
    height: fit-content;
    padding-bottom: 30px !important;
    font-size: 14px !important;
    
    
    
    
    !i;
    !;
    
    
    
    
    
    
    
    
    
    !i;
    !;
    color: #000000;
}

#test .owl-dots {
    display: none !important;
}

div#footer-outer {
    background-color: #f8f8f8 !important;
    border: none !important;
    margin-top: -1px;
    z-index: 1;
}

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

#author h2:before, #book h2:before {
    /* content: ""; */
    position: absolute;
    width: 150px;
    background-color: #f8931f !important;
    height: 2px;
    margin-top: 70px;
}

#author h2:after {
    content: URL(/wp-content/uploads/2025/06/author-h2-after.png);
    position: absolute;
    top: 20px;
    right: 0;
}

li#menu-item-2780 span {
    background-color: #ffffff !important;
    color: #000 !important;
    border-radius: 100px;
    padding: 15px 30px !important;
}

div#au-icon {
    margin-left: 300px;
    margin-top: -180px;
    background-color: #ed9205 !important;
    border-radius: 0px 20px !important;
    width: 240px;
    padding: 20px 0px 0px 0px !important;
}

#author h5 {
    font-family: Quattrocento Sans !important;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding-left: 80px;
}

div#au-icon i {
    background-color: #000 !important;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: 12px 0px !important;
    margin: 0px 5px 20px 0px !important;
}

div#au-icon li {
    display: contents;
}

div#footer-outer #footer-widgets .widget h4 {
    font-family: 'Poppins';
    font-weight: bold !important;
    font-size: 22px !important;
    color: #ffffff !important;
    padding-top: 50px;
}

#footer-outer p, #footer-outer h6 {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
}

#footer-outer .widget.widget_nav_menu li a{
    font-family: 'Poppins' !important;!i;!;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
}

.ft-icon i {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 100px;
    padding: 8px 10px !important;
    margin-right: 10px;
}

#footer-outer input {
    border-radius: 0px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    padding: 22px 5px !important;
    border: none;
}

#footer-outer input::placeholder {
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
}

#footer-outer textarea {
    border-radius: 0px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    padding: 22px 5px !important;
    border: none;
    height: 100px;
}

#footer-outer textarea::placeholder {
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
}

#footer-outer button {
    background-color: #ffffff !important;
    border-radius: 5px !important;
    color: #000;
    height: 50px;
    width: 50%;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize !important;
    border: 4px solid #4b6183 !important;
    outline: 1px solid #fff !important;
}

div#copyright {
    background-color: #080808 !important;
}

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

#footer-outer .col.span_3:nth-child(1) {
    width: 30% !important;
}
#footer-outer .col.span_3:nth-child(2) {
    width: 16% !important;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 22% !important;
}
#footer-outer .col.span_3:nth-child(4) {
    width: 25% !important;
}

#contact input {
    background-color: #0c07027d !important;
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    color: #fff;
}

#contact input::placeholder {
    opacity: 1 !important;
    color: #fff !important;
}

#contact textarea {
    background-color: #0c07027d !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
    color: #fff;
}

#contact textarea::placeholder {
    opacity: 1 !important;
    color: #fff !important;
}

#contact button {
    font-family: 'Poppins' !important;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 100px;
    height: 43px;
    background-color: #77839b !important;
}

#book h4 {
    padding-top: 60px;
}

#author img {
    z-index: -1;
}

#slider h4:before, #slider h1:before {
    content: "";
    position: absolute;
    width: 550px;
    height: 55px;
    background-color: #b3a0a2;
    z-index: -1;
    border-radius: 0px 100px 100px 0px !important;
    left: -10px;
}

#author .row-bg-wrap:before {
    content: URL(/wp-content/uploads/2025/06/author-bf.png);
    position: absolute;
    left: 0;
    top: 50px;
}

#test .iwt-icon img {
    width: 50%;
}

#test h6:after {
    content: URL(/wp-content/uploads/2024/11/star.png);
    position: absolute;
    bottom: -30px;
    left: 60px;
}

div#wpforms-2732-field_5-container:before {
    content: "";
    position: absolute;
    background-color: #84817f !important;
    width: 25px !important;
    height: 25px !important;
    left: 260px;
    top: 25px;
}

h2 strong {
    font-family: 'Bona Nova';
    font-size: 30px;
}

#book .nectar-star-rating__icon.size-4-5.nectar-color-accent-color {
    color: #d9f417;
}

#video h4, #video h2, #video p {
    color: #000;
}

#video h4 {
    padding-top: 70px;
}

#video .row-bg-wrap:before {
    content: URL(/wp-content/uploads/2025/01/video-bg-1.png);
    position: absolute;
    left: 0;
    top: 50px;
}

#test h4, #test h2, #test p {
    color: #000;
}

#footer-outer #copyright p, #footer-outer #copyright p strong {
    font-family: 'Poppins' !important;
}

.page-id-2770 h2 {
    color: #000;
}

#text h2, #text p {
    color: #000;
}

.page-id-2768 .inner-wrap h2 {
    color: #fff !important;!i;!;
}

#slider a.nectar-button.small.regular {
    outline: 1px solid #000 !important;
    border: 4px solid #5d768d !important;
}

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

#slider .nectar-video-box {
    position: absolute;
    top: 100px;
    right: -120px;
}

#news h2 {
    line-height: 1.2;
}

#book h2 {
    font-size: 100px !important;
    padding: 20px 0px 20px !important;
}

#book h3 {
    font-family: Poppins !important;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    padding: 15px 0px !important;
}

#book img {
    top: 50px;
}

#test .row-bg-wrap:before {
    content: URL(/wp-content/uploads/2025/06/test-bf.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

div#sl-icon {
    position: absolute;
    left: -150px;
    top: 100px;
}

div#sl-icon li {
    display: grid;
}

div#sl-icon i {
    color: #000;
    font-size: 20px;
    margin: 10px 0px !important;
}

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

#news button {
    background-color: #b3a0a2 !important;
    border-radius: 5px !important;
    color: #000;
    height: 50px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize !important;
    border: 4px solid #dfd3d3 !important;
    outline: 1px solid #b3a0a2 !important;
    position: absolute;
    top: -72px;
    right: 0;
}

#news input#wpforms-2899-field_2 {
    height: 45px;
    margin-top: 10px;
    width: 70%;
    border: none;
}

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

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

#blog h3.title {
    font-family: Poppins !important;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding: 15px 0px !important;
    line-height: 1.2;
}

@media (max-width: 997px){

body {
    text-align: center !important;
}

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

#slider img {
    top: 0 !important;
    left: 0 !important;
}
div#slider .row-bg {
    background-size: cover !important;
}
	div#slider {
    padding: 100px 0px 50px 0px !important;
}
	div#book .row-bg {
    background-size: cover !important;
}
#slider .nectar-video-box {
    position: unset !important;
    width: 25%;
    transform: rotate(-90deg);
    margin: 0 auto !important;
}

#author h2:after {
    transform: scale(0.4) !important;
    right: -20px !important;
}

#book h3 {
    line-height: 1 !important;
}

#book h2 {
    font-size: 70px !important;
}

#book .nectar-star-rating {
    display: contents !important;
}

#footer-outer .col.span_3:nth-child(1) {
    width: 100% !important;
}

#footer-outer .col.span_3:nth-child(2) {
    width: 100% !important;
}

#footer-outer .col.span_3:nth-child(3) {
    width: 100% !important;
}

#footer-outer .col.span_3:nth-child(4) {
    width: 100% !important;
}
}