/*
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 */
a.button.product_type_simple.add_to_cart_button span, a.button.product_type_simple.add_to_cart_button i {
    color: #222;
    font-family: 'Arsenal';
    font-weight: 600;
}
a#btnnGn {
    color: #222;
    transition: .85s ease;
    padding: 10px 35px !important;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 1.2;
}
a#btnnGn:hover {
    filter: drop-shadow(0px 0px 9px #87ceeb);
	transform: translateY(-1px) !important;
}
span.wpcf7-not-valid-tip {
    box-shadow: none !important;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}
.wpcf7-response-output {
    border-color: transparent !important;
}
.woocommerce span.onsale {
    color: #222 !important;
    font-weight: 600 !important;
    font-family: 'Arsenal' !important;
}
/* Global End */

/* Header Start */
/* Add to cart styling */
#top ul.buttons.sf-menu.product_added li.nectar-woo-cart .cart-wrap span {
    color: #222 !important;
}
#top ul.buttons.sf-menu.product_added li.nectar-woo-cart p.woocommerce-mini-cart__buttons.buttons a {
color: #222 !important;
}
#top ul.buttons.sf-menu.product_added li.nectar-woo-cart p.woocommerce-mini-cart__buttons.buttons a:hover{
	color: #fff !important;
}
.summary.entry-summary.force-contained-rows button.single_add_to_cart_button.button.alt:hover{
    color: #fff !important;
    background-color: #222 !important;
    opacity: 1;
}
.summary.entry-summary.force-contained-rows button.single_add_to_cart_button.button.alt {
    color: #222 !important;
    font-weight: 600;
    font-family: 'Arsenal';
}
/* Add to cart styling */
#top ul.sf-menu.sf-js-enabled li.current-menu-item a span, #top ul.sf-menu.sf-js-enabled li:hover a span {
    color: #ffd700;
}
#top ul.buttons.sf-menu li.nectar-woo-cart .cart-menu-wrap i:before {
    color: #222;
}
#top ul.buttons.sf-menu li.nectar-woo-cart .cart-menu-wrap i:after {
    content: '';
    background: #fbce01;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: -99999;
    left: -8px;
    top: -10px;
}
#top ul.buttons.sf-menu li.nectar-woo-cart .cart-menu-wrap i {
    position: relative;
}
/* Header End */

/* Banner Start */
#banSecc .banImg:hover {
    filter: drop-shadow(0px 0px 13px black);
    transform: scale(1.07);
}

#banSecc .banImg {
    transition: 0.85s ease;
}
/* Banner End */


/* About Start */
#abtSecc .col1:hover:before {
    width: 60%;
    height: 45%;
}
#abtSecc .col1:before {
    content: '';
    border: 7px solid #83c8e4;
    position: absolute;
    width: 50%;
    height: 40%;
    left: -24px;
    bottom: 15%;
    transition: 0.85s ease;
}
#abtSecc .col1 {
    position: relative;
}
#abtSecc .col1 .abtImg {
    transition: 0.85s ease;
}
#abtSecc .col1:hover .abtImg {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 6px black);
}
#abtSecc a#btnnGn {
    margin-right: 10px;
}
/* About End */

/* Last Days Start*/
#ldSecc .txtBlock h4 {
    font-size: 16px;
    line-height: 1.5;
}
#ldSecc .txtBlock p {
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
}
#ldSecc .inCol1 .txtBlock {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
#ldSecc .inCol1 img {
    position: relative;
}
/* Last Days End */

/* Recent Books End */
#bookSecc #rbInner {
    margin: 50px 0;
}
#bookSecc #rbInner .coll .vc_column-inner:hover .bookImg {
    transform: scale(1.08);
}
#bookSecc #rbInner .coll .bookImg {
    transition: 0.85s ease;
    margin: auto;
    max-width: 70%;
}
#bookSecc #rbInner .coll .vc_column-inner:before {
    content: '';
    background-image: url(http://johnpchwulst.demowebsiteclient.com/wp-content/uploads/2025/05/Clippath.png);
    position: absolute;
    width: 100%;
    height: 84%;
    left: 0;
    bottom: -16px;
    transition: 0.85s ease;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -3;
}
#bookSecc #rbInner .coll .vc_column-inner {
    position: relative;
}
#bookSecc #rbInner h5.vc_custom_heading.smhead {
    font-family: 'Arsenal';
}
/* Recent Books End */

/* Single add to Cart Start */
#sbSecc p.product.woocommerce.add_to_cart_inline ins bdi {
    color: #222 !important;
    font-weight: 800 !important;
}
#sbSecc p.product.woocommerce.add_to_cart_inline del {
    /* float: left; */
    color: #777;
}
#sbSecc p.product.woocommerce.add_to_cart_inline a.button.product_type_simple.add_to_cart_button:hover
Specificity: (0,7,2)
 {
    filter: drop-shadow(0px 0px 6px #87ceeb);
}
#sbSecc p.product.woocommerce.add_to_cart_inline a.button.product_type_simple.add_to_cart_button {
    color: #222 !important;
    font-family: 'Arsenal';
    font-size: 18px;
    line-height: 26px;
    padding: 10px 40px;
    transition: 0.85s ease;
}
#sbSecc .sbImg:hover{
	filter: drop-shadow(0xp 0px 7px #000);
}
#sbSecc .sbImg{
	transition: 0.45s ease;
}
/* Single add to Cart End */



/* Unlocking Start */
#unSecc .iwithtext .iwt-icon img {
    margin: 0;
}
#unSecc .iwithtext .iwt-text {
    padding-left: 10px !important;
}
#unSecc .iwithtext .iwt-icon {
    position: relative !important;
    flex-shrink: 0;
}
#unSecc .iwithtext {
    display: flex;
    justify-content: center;
    max-width: 30%;
    margin: 14px auto;
    align-items: center;
}
#unSecc #btnnGn {
    margin: 0 6px;
}
/* Unlocking End */

/* Testimonials End */
#testSecc .owl-stage-outer:hover:before, #testSecc .owl-stage-outer:hover:after {
    transform: scale(0.95);
}

#testSecc .owl-stage-outer:after {
    content: '';
    border: 5px solid #87CEEB;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 0;
    z-index: -99999;
    border-radius: 10px;
    transition: 0.95s ease;
}
#testSecc .owl-stage-outer:before {
    content: '';
    border: 5px solid #87CEEB;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: -99999;
    border-radius: 10px;
    transition: 0.95s ease;
}
#testSecc .owl-stage-outer {
    position: relative;
}
#testSecc .owl-stage-outer .carousel-item:before {
    content: '';
    background: url(http://johnpchwulst.demowebsiteclient.com/wp-content/uploads/2025/05/testBeforeIcon.png);
    position: absolute;
    left: 10%;
    top: -19px;
    z-index: 999;
    width: 58px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
#testSecc .owl-stage-outer .carousel-item:after {
    content: '';
    background: url(http://johnpchwulst.demowebsiteclient.com/wp-content/uploads/2025/05/after.png);
    position: absolute;
    right: -1%;
    bottom: 20px;
    z-index: 999;
    width: 85px;
    height: 67px;
    background-repeat: no-repeat;
    background-size: contain;
}
#testSecc .owl-stage-outer .carousel-item {
    position: relative;
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
    padding: 50px 20px 10px 20px;
    text-align: left !important;
}
/* Testimonials End */

/* Contact End */
#contactSecc .row-bg.viewport-desktop.using-image {
    background-size: 60%;
}
#contactSecc .subHead h4 {
    font-family: 'Arsenal';
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #222;
}
#contactSecc .wpcf7 .btn-sub {
    padding: 15px 40px !important;
    transition: 0.85s ease;
    color: #222 !important;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1;
}
#contactSecc .wpcf7 .btn-sub:hover {
    filter: drop-shadow(0px 0px 7px #87CEEB);
}
#contactSecc .wpcf7 .txtt {
    margin-bottom: 12px;
    line-height: 1;
    background: #fff;
    border: 1px solid #e7e7e7;
	border-radius: 5px;
}
/* Contact End */

/* Footer End */
#footer-outer {
    z-index: 9;
}
.nectar-global-section.before-footer #newSec .wpcf7 .btn-subs {
    color: #222;
    font-family: 'Arsenal';
    font-size: 17px;
    line-height: 1;
    filter: drop-shadow(0px 0px 6px black);
    width: 100%;
    margin: auto;
    display: table;
}
.nectar-global-section.before-footer #newSec .wpcf7 input[type=email] {
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 5px 10px 0;
	color: #111 !important;
    font-family: 'Arsenal' !important;
    text-align: center;
    border-bottom: 2px solid #222;
}
.nectar-global-section.before-footer #newSec .wpcf7 {
    max-width: 60%;
    margin: 10px auto;
}
.nectar-global-section.before-footer #newSec {
    margin-bottom: -102px;
    position: relative;
    z-index: 999;
	padding-left: 4%;
    padding-right: 4%;
}
#footer-outer #footer-widgets h4 {
    font-family: 'Arsenal' !important;
    font-size: 24px !important;
    line-height: 1.2;
}
#footer-outer #footer-widgets .row {
    padding-top: 180px;
}
#footer-outer #footer-widgets ul.scl li:hover i {
    background: #ffd700;
    color: #111;
}

#footer-outer #footer-widgets ul.scl li i {
    width: 30px;
    height: 30px;
    background: #303030;
    border-radius: 50%;
    line-height: 30px;
    font-size: 16px;
    transition: 0.3s ease;
}
#footer-outer #footer-widgets ul.scl li {
    display: inline-block;
    margin-right: 12px;
}
#footer-outer #footer-widgets ul.scl li a:hover {
    background: unset !important;
}
#footer-outer #footer-widgets ul.info li a {
    margin-left: 30px !important;
}
#footer-outer #footer-widgets #nav_menu-2 {
    padding-left: 20px;
}
#footer-outer #footer-widgets ul.info li i {
    position: absolute;
    left: 0;
    top: 3px;
}
#footer-outer #footer-widgets ul.info li {
    position: relative;
}
#footer-outer #copyright {
    padding: 15px 0px !important;
}
#footer-outer #copyright .col.span_5 {
/*     display: flex; */
    align-items: center;
    flex-direction: row-reverse;
    max-width: 100% !important;
    justify-content: space-between;
}
#footer-outer #copyright .col.span_5 #text-2 {
    float: left;
	margin-top: 10px;
}
#footer-outer #copyright .col.span_5 #media_image-4 {
    float: right !important;
}
#footer-outer #copyright .col.span_5 {
    max-width: 100% !important;
    width: 100% ! IMPORTANT;
}
/* Footer End */


/* Media Query End */
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {
		#top ul.sf-menu.sf-js-enabled li.current-menu-item a span, #top ul.sf-menu.sf-js-enabled li a {
    font-size: 13px;
}
	#ldSecc .txtBlock p {
    font-size: 13px;
}
	#bookSecc #rbInner .coll .txtBlock {
    max-width: 90%;
    margin: auto;
}
	#bookSecc #rbInner .coll .vc_column-inner:before {
    bottom: -60px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#footer-outer #footer-widgets a, #footer-outer #copyright p {
    font-size: 13px;
}
	p {
    font-size: 13px;
}
	#ldSecc .bi2, #ldSecc .bi3 {
    height: 240px;
    object-fit: cover;
}
#ldSecc .inCol1 .bi1 {
    height: 510px;
    object-fit: cover;
}
	#abtSecc .col1:before {
    bottom: 30%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 999px) {
	#bookSecc #rbInner .coll .vc_column-inner {
    margin-bottom: 70px;
}
    #bookSecc #rbInner .coll .vc_column-inner:before {
        bottom: -60px;
        height: 100%;
		left: 17px;
    }
	#bookSecc #rbInner {
    margin: 50px 0 20px 0;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 820px) {
#contactSecc .row-bg.viewport-desktop.using-image {
    background-size: 100%;
}
	#bookSecc #rbInner {
    margin: 50px 0 0px 0;
}
	#bookSecc #rbInner .coll .vc_column-inner:before {
    left: 0px;
}
	#ldSecc .inCol1 .txtBlock {
    left: 65px;
}
	#ldSecc .inCol1 .bi1 {
    margin: auto;
}
	#bInner2 .vc_col-sm-4 {
    width: 33.33%;
}
	#ldSecc .inCol2 {
    align-items: anchor-center;
}
	#contactSecc .wpcf7 .span_12, #contactSecc .wpcf7 .span_6 {
    margin: 0;
}
#contactSecc .wpcf7 .btn-sub {
    float: right;
}
	#contactSecc .subHead h4 {
    text-align: center !important;
}
	#bpSecc, #bpSecc h2 {
    text-align: center !important;
}
	#unSecc .iwithtext {
    max-width: 80% !important;
}
	#bookSecc #rbInner .coll .vc_column-inner:before {
    bottom: -20px;
	left: 10px;
}
	#bookSecc #rbInner .coll .vc_column-inner {
    margin: 17px;
}		
	#ldSecc .btnCol {
    width: 19%;
}
#ldSecc .headCol {
    width: 80%;
}
	#top a#mobile-cart-link i:before {
    background: #ffd700 !important;
    padding: 5px 8px;
    border-radius: 50px;
}
	#abtSecc, #abtSecc h2, #abtSecc h3 {
    text-align: center !important;
}
	#footer-outer #footer-widgets #nav_menu-2 {
    padding-left: 0px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	#bookSecc #rbInner .coll .vc_column-inner:before {
        left: 0px;
    }
	#bookSecc #rbInner .coll {
    width: 50%;
}
	#ldSecc .inCol2, #ldSecc .inCol3 {
    width: 45% !important;
}
	#ldSecc .inCol1 .txtBlock {
    bottom: 60px;
}
	#banSecc .banImg {
    max-width: 70%;
    margin: 0 auto;
}
	#banSecc .row-bg.viewport-desktop.using-image {
    background-position: 26% 90% !important;
}
	#abtSecc .col1 .abtImg {
    max-width: 65%;
}
	    #abtSecc .col1:before {
        bottom: 16%;
        left: 60px;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	    #abtSecc .col1 .abtImg {
        max-width: 85%;
    }
	#ldSecc .btnCol {
    width: 31%;
}
	#ldSecc .headCol {
        width: 66%;
        margin-bottom: 0;
    }
	#ldSecc .inCol2, #ldSecc .inCol3 {
        width: 49.5% !important;
    }
	    #bookSecc #rbInner .coll .vc_column-inner:before {
        left: 0px;
        height: 90%;
    }
	#bookSecc #rbInner .coll {
        width: 85%;
        margin: 0 auto;
    }
	.nectar-global-section.before-footer #newSec .wpcf7 {
    max-width: 80%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 414px) {
	#footer-outer #copyright .col.span_5 #media_image-4 {
    float: none !important;
}
	#footer-outer #copyright .col.span_5 #text-2 {
    float: none;
}
	#footer-outer #copyright .col.span_5 {
    display: block;
}
	    #bInner2 .vc_col-sm-4 {
        width: 95%;
        margin: 10px auto;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
	    #bookSecc #rbInner .coll .vc_column-inner:before {
        bottom: -60px;
    }
	#bookSecc #rbInner {
        margin: 50px 0 40px 0;
    }
	#unSecc #btnnGn {
    margin: 6px 6px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}
/* Media Query End */