/*
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
*/
header#top .current-menu-item {
    background: #FFBF00;
    border-radius: 0px 0px 40px 40px !important;
}
header#top .current-menu-item span {
    color: #000;
}
header#top i.icon-salient-cart::before {
	margin-top: -10px;
    content: "\f290" !important;
    font-family: 'FontAwesome';
}
header#top span.icon-salient-m-user:before {
	margin-top: -15px;
    content: "\f007";
    font-family: fontawesome;
}
header#top span.icon-salient-m-user:before, header#top i.icon-salient-cart::before {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffffad;
    color: #000;
    font-size: 18px;
}
/* ============================================ */
div#revoluiton-slider {
    margin: 0;
}
div#revoluiton-slider span.text {
    color: #ffbf00;
}
/* ======================================= */
div#category {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#category-inner .hover-wrap {
    position: relative;
}
div#category-inner .hover-wrap:before {
    content: "";
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/image-2025-06-12T231334.270.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: .9s;
    opacity: 0;
}
div#category-inner img {
    width: 100%;
}
div#category-inner .vc_col-sm-4:hover .hover-wrap:before {
    transition: .9s;
    opacity: 1;
}
div#category-inner .vc_col-sm-4 h3 {
    transition: .9s;
}
div#category-inner .vc_col-sm-4:hover h3 {
    color: #FFBF00;
    transition: .9s;
}
/* ======================================== */
div#about {
    padding: 50px 0px !important;
    margin: 0;
}
div#about-inner .hover-wrap {
    position: relative;
}
div#about-inner .hover-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    transition: .9s;
    border: 3px solid #FFBF00;
    border-radius: 20px;
    transform: translate(20px, 20px);
}
div#about-inner img {
    width: 95%;
}
/* ================================================== */
a#btn {
    color: #000;
    font-size: 17px;
}
/* ==================================================== */
div#product {
    padding: 50px 0px !important;
    margin: 0px !important;
}
li.classic.product img {
    border: 2px solid #fff;
    border-radius: 10px;
    transition: .9s;
}
li.classic.product:hover img {
    border-color: #FFBF00;
    transition: .9s;
}
li.classic.product:hover h2, li.classic.product:hover bdi {
    color: #FFBF00 !important;
    transition: .9s;
}
bdi {
    font-family: "poppins";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    transition: .9s;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .next {
    right: -25px;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .previous {
    left: -25px;
}
.flickity-prev-next-button:disabled {
    display: block;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .flickity-prev-next-button {
    top: -90%;
}
div#product li.classic .product-wrap:hover a:before, .archive li.classic .product-wrap:hover a:before {
    height: 100%;
}
div#product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before, .archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: unset;
}
div#product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart span, .archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart span {
    font-size: 0px;
}
div#product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #fff0 !important;
    color: #000 !important;
    position: absolute;
    top: 0% !important;
    left: 0px;
    font-size: 30px;
    border-radius: 0px;
}
div#product i.normal.icon-salient-cart, .archive i.normal.icon-salient-cart {
/*     background: #FB9948 !important; */
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 50%;
}
div#product .icon-salient-cart:before, .archive .icon-salient-cart:before {
    content: url(https://harmonyhangers.org/wp-content/uploads/2025/06/Group-39942.png) !important;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}
div#product a#btn {
    display: table;
    margin: 0 auto;
}
/* ================================================== */
div#image-comparison {
    padding: 50px 0px 120px 0px !important;
    margin-bottom: 0px !important;
}
.twentytwenty-wrapper.twentytwenty-horizontal {
    padding: 0 !important;
}
div#image-comparison-inner p {
    text-align: justify;
}
/* ================================================== */
div#milstone {
    margin-top: -70px;
}
div#milstone-inner .nectar-milestone {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    color: #000;
    justify-content: center;
}
div#milstone-inner .vc_col-sm-4 .vc_column-inner:before {
    content: "";
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
}
div#milstone-inner .vc_col-sm-4 .vc_column-inner {
    padding: 30px 20px !important;
    position: relative;
}
div#milstone-inner span.symbol {
    font-size: 30px;
    position: relative;
    bottom: 20px;
}
/* ====================================== */
div#testimonials {
    padding: 70px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonials-inner {
    margin: 0px;
    padding: 0px 150px;
}
div#testimonials button.owl-dot:nth-child(1) {
    content: "";
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/testi-avatar-1.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
div#testimonials button.owl-dot:nth-child(2) {
    content: "";
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/testi-avatar-2.jpg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 57px;
    height: 57px;
    margin: 0px 0px 0px 50px !important;
}
div#testimonials button.owl-dot:nth-child(3) {
    content: "";
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/testi-avatar-3.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 74px;
    height: 74px;
    margin: -90px 90px 0px 0px !important;
}
div#testimonials button.owl-dot:nth-child(4) {
    content: "";
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/testi-avatar-5.jpg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    margin: 70px -0px 0px 0px !important;
}
div#testimonials button.owl-dot:nth-child(5) {
    content: "";
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/testi-avatar-4.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 84px;
    margin: 0px 120px 0px 0px !important;
}
div#testimonials button.owl-dot span {
    display: none;
}
/* ============================================= */
div#Newsletter {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#newsletter-inner form.tnp-form {
    display: flex;
    width: 70%;
    margin: 0 auto;
}
div#newsletter-inner input.tnp-submit {
    width: auto;
    padding: 5px 30px !important;
    border-radius: unset !important;
    transform: unset !important;
    box-shadow: unset !important;
    margin: 5px 5px 5px -170px !important;
    height: 50px;
    color: #000;
}
div#newsletter-inner input.tnp-email {
    border-radius: unset !important;
    background: #0000;
    border: 1px solid #fff;
    color: #fff !important;
}
/* ============================================== */
div#footer-outer {
    background-image: url(https://harmonyhangers.org/wp-content/uploads/2025/06/Rectangle-3444.png) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
div#footer-widgets .row {
    padding: 40px 0px !important;
}
div#footer-outer .widget h4 {
    font-weight: 200;
    text-transform: capitalize !important;
    font-size: 25px;
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#custom_html-2 .socliy ul li {
display: inline-block;
}
div#custom_html-2 .socliy ul li i {
    margin: 0px 3px;
    color: #fff !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #fff;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #FFBF00;
    transition: .5s;
	border-color: #FFBF00;
	color: #000;
}
div#footer-widgets ul#menu-contact-info li {
    margin-bottom: 20px !important;
}
div#footer-widgets ul#menu-contact-info li a {
    position: relative;
    padding-left: 50px !important;
}
div#footer-widgets ul#menu-contact-info li a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    background: #ffffff1f;
}
div#footer-widgets ul#menu-contact-info li:hover a i {
    background: #FFBF00;
    border-color: #FFBF00;
    transition: .9s;
	color: #000;
}
/* =========================================== */
div#copyright {
    background-color: #0000 !important;
}
div#copyright img {
    margin: 0;
}
div#copyright strong {
    color: #FFBF00;
}
/* ========================================= */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {
	.text-lft {
    margin-left: -90px;
}
	sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
    margin-left: -140px;
}
}
@media (max-width: 1440px) {
	    .text-lft {
        margin-left: -140px;
    }
	    sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
        margin-left: -220px;
    }
}
@media (max-width: 1366px) {
	    sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
        margin-left: -250px;
    }
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	    .text-lft {
        margin-left: -120px;
    }
	    sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
        margin-left: -230px;
    }
	div#milstone-inner .vc_col-sm-4 .vc_column-inner {
    padding: 30px 10px !important;
}
}
@media (max-width: 1080px) {
	    .text-lft {
        margin-left: -90px;
    }
	#SR7_1_1 .hephaistos.sr7-arrows:before {
        font-size: 15px !important;
		line-height: 35px !important;
    }
	#SR7_1_1 .hephaistos.sr7-arrows {
    width: 35px !important;
    height: 35px !important;
}
	p, li a {
    font-size: 13px;
    line-height: 23px;
}
		div#about-inner p br {
    display: none;
}
	div#about-inner .hover-wrap:before {
    transform: translate(15px, 15px);
}
	div#milstone-inner .nectar-milestone {
    display: block;
    text-align: center;
}
	div#milstone-inner .vc_col-sm-4 .vc_column-inner {
    padding: 10px 20px !important;
}
	div#testimonials-inner {
    margin: 0px;
    padding: 0px 40px;
}
	div#testimonials button.owl-dot:nth-child(1) {
    width: 60px;
    height: 60px;
}
	div#testimonials button.owl-dot:nth-child(2) {
    width: 50px;
    height: 50px;
    margin: 0px 0px 0px 50px !important;
}
	div#testimonials button.owl-dot:nth-child(3) {
    width: 64px;
    height: 64px;
    margin: -70px 60px 0px 0px !important;
}
	div#testimonials button.owl-dot:nth-child(5) {
    width: 74px;
    height: 74px;
    margin: 0px 90px 0px 0px !important;
}
	div#newsletter-inner form.tnp-form {
    width: 90%;
}
	div#footer-outer .widget h4 {
    font-size: 23px;
}
		div#custom_html-2 .socliy ul li i {
    font-size: 17px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
}
@media (max-width: 1024px) {
	.text-lft {
        margin-left: -80px;
    }
}
@media (max-width: 912px) {
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 50px !important;
    }
	    .text-lft {
        margin-left: -100px;
    }
	        sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
        margin-left: -280px;
        margin-bottom: -30px !important;
    }
	header#top span.icon-salient-m-user:before {
    margin-top: 1px;
}
	header#top .col.span_9.col_last a {
    margin: 0px 5px !important;
}
	div#category-inner {
    text-align: center;
    margin: 0px 100px;
}
	div#about-inner {
    text-align: center;
    margin: 0px 100px !important;
}
	body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .flickity-prev-next-button {
        top: -60%;
    }
	    div#product-inner {
        margin: 0px 70px;
        text-align: center;
    }
	div#image-comparison-inner {
    margin: 0px 100px;
    text-align: center;
}
	div#image-comparison-inner p {
    text-align: center;
}
	div#milstone-inner .vc_col-sm-4 {
    width: 33.3% !important;
    margin: 0;
}
	div#milstone-inner .vc_col-sm-4 .vc_column-inner:before {
    right: -2px;
}
	div#testimonials-inner {
        padding: 0px 110px;
    }
	    div#testimonials button.owl-dot:nth-child(3) {
        width: 64px;
        height: 64px;
        margin: -40px 60px 0px 0px !important;
    }
	div#testimonials button.owl-dot:nth-child(4) {
    width: 50px;
    height: 50px;
    margin: 110px -0px 0px 0px !important;
}
	div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    display: unset;
}
	div#category {
    padding: 30px 0px !important;
}
	div#about {
    padding: 30px 0px !important;
}
	div#product {
    padding: 30px 0px !important;
}
		div#testimonials {
    padding: 30px 0px !important;
}
	div#Newsletter {
    padding: 30px 0px !important;
}
}
@media (max-width: 800px) {
	    sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
        margin-left: -280px;
        margin-bottom: -30px !important;
    }
	.text-lft {
        margin-left: -90px;
    }
	    div#category-inner {
        margin: 0px 80px;
    }
	    div#about-inner {
        margin: 0px 80px !important;
    }
	    div#product-inner {
        margin: 0px 30px;
    }
	    div#image-comparison-inner {
        margin: 0px 80px;
    }
	    .text-lft {
        margin-left: -80px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px !important;
    }
	header#top span.icon-salient-m-user:before, header#top i.icon-salient-cart::before {
    width: 35px;
    height: 35px;
    font-size: 15px;
}
	header#top i.icon-salient-cart::before {
    margin-top: -6px;
}
	    header#top .col.span_9.col_last a {
        margin: 0px 0px !important;
    }
	div#header-outer {
    position: relative !important;
}
	sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
        display: none !important;
    }
	.text-lft {
        margin-left: -50px;
    }
	div#category-inner {
        margin: 0px 0px;
    }
	    div#about-inner {
        margin: 0px 0px !important;
    }
	div#image-comparison-inner {
        margin: 0px 0px;
    }
	    div#milstone-inner .vc_col-sm-4 {
        width: 100% !important;
        margin: 0;
    }
	    div#testimonials-inner {
        padding: 0px 10px;
    }
	div#testimonials .owl-stage {
    padding: 0px !important;
}
	div#testimonials button.owl-dot:nth-child(1), div#testimonials button.owl-dot:nth-child(2), div#testimonials button.owl-dot:nth-child(3), div#testimonials button.owl-dot:nth-child(4), div#testimonials button.owl-dot:nth-child(5) {
		display: none !important;
	}
	    div#newsletter-inner form.tnp-form {
        width: 100%;
    }
	div#copyright {
    text-align: center;
}
	    body #footer-outer #copyright .col ul {
        float: unset;
    }
	div#newsletter-inner form.tnp-form {
    display: inline-grid;
}
	div#newsletter-inner input.tnp-submit {
    margin: 10px 0px 5px 0px !important;
    height: 50px;
    color: #000;
}
}
@media (max-width: 428px) {}
@media (max-width: 414px) {
	    div#product-inner {
        margin: 0px 0px;
    }
}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}


@-moz-document url-prefix() {
	#testimonials-inner {
  height: 220px;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 912px) {
	#testimonials-inner {
  height: 250px;
}
	}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {
	 #testimonials-inner {
    height: 280px;
  }
	}
@media (max-width: 360px) {}
}