/*
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
*/
.home .container-wrap {
    padding: 0px !important;
}
/* =================================== */
header#top .current-menu-item span {
    background: linear-gradient(90deg, hsla(37, 51%, 48%, 1) 0%, hsla(45, 61%, 56%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header#top .icon-salient-m-user:before {
    content: "\f007";
    font-family: 'FontAwesome';
}
header#top .icon-salient-cart:before {
    content: "\f290";
    font-family: 'FontAwesome';
}
/* ==================================== */
div#revolution-slider {
    margin-bottom: 0px !important;
}
/* ==================================== */
div#brand-logo {
    padding: 20px 0px !important;
    margin-bottom: 0px !important;
}
div#brand-logo-inner {
    margin: 0px 10px;
}
/* ================================= */
div#product {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#product-inner .star-rating, .archive .star-rating {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 50px;
}
h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    color: #1D1D1D !important;
}
bdi {
    color: #121212 !important;
    font-family: "Nunito" !important;
    font-weight: 100;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
    display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 90% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0px;
    border-radius: unset !important;
    transition: .9s;
}
li.classic.product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    transform: translateY(-20px) !important;
    transition: .9s;
}
div#product a#btn {
    margin: 0 auto;
    display: table;
}
/* ================================= */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about-inner .nectar-fancy-ul ul li {
    display: inline-block !important;
    margin-right: 10px;
}
div#about-inner .nectar-fancy-ul ul li i::before {
    content: url(https://auravitaenutritions.com/wp-content/uploads/2025/09/Group-262.png);
}
/* ================================= */
a#btn {
    background: #000 !important;
}
/* ================================================ */
div#why-choose {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#why-choose h5 {
    margin: 5px auto;
}
div#why-choose-inner img {
    margin: 0 auto;
    width: 85%;
    display: table;
}
div#why-choose-inner .clm .t-1 {
    margin-right: 50px;
}
div#why-choose-inner .clm-one .t-1 {
    margin-left: 50px;
}
div#why-choose-inner .clm {
    position: relative;
}
div#why-choose-inner .clm:before {
    content: "";
    background-image: url(https://auravitaenutritions.com/wp-content/uploads/2025/09/Group-1261153195.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 80px;
    margin: 150px -36px 0px 0px !important;
    z-index: 9;
}
div#why-choose-inner .clm:after {
    content: "";
    background-image: url(https://auravitaenutritions.com/wp-content/uploads/2025/09/Group-1261153196.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 80px;
    margin: 0px -36px 90px 0px !important;
    z-index: 9;
    visibility: visible;
}
div#why-choose-inner .clm-one:before {
    content: "";
    background-image: url(https://auravitaenutritions.com/wp-content/uploads/2025/09/Group-1261153198.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 80px;
    margin: 150px 0px 0px -36px !important;
    z-index: 9;
}
div#why-choose-inner .clm-one:after {
    content: "";
    background-image: url(https://auravitaenutritions.com/wp-content/uploads/2025/09/Group-1261153197.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 80px;
    margin: 0px 0px 90px -36px !important;
    z-index: 9;
    visibility: visible;
}
div#why-choose-inner .t-1 {
    padding: 25px 40px !important;
    border-radius: 0px;
    margin: 50px 0px;
    transition: .9s;
    background-color: #FFFFFF !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    border: 1px solid #0000004d;
}
div#why-choose-inner .t-1:hover {
  background-color: #000000 !important;
  filter: drop-shadow(2px 4px 6px #ccc);
  border-color: #000000;
  transition: .9s;
}
div#why-choose-inner .t-1 h2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    background: linear-gradient(90deg, hsla(37, 51%, 48%, 1) 0%, hsla(45, 61%, 56%, 1) 100%);
}
div#why-choose-inner .t-1:hover h2 {
    background: #fff;
    transition: .5s;
}
div#why-choose-inner .t-1 h2 span {
    color: #fff !important;
    transition: .9s;
}
div#why-choose-inner .t-1:hover h2 span {
    color: #000 !important;
    transition: .9s;
}
div#why-choose-inner .t-1:hover h3 span, div#why-choose-inner .t-1:hover p span {
    color: #fff !important;
    transition: .5s;
}
/* ======================================== */
div#category {
    padding: 30px 0px !important;
    margin-bottom: 0;
}
div#category-inner .vc_col-sm-1\/5 .hover-wrap {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    transition: .9s;
}
div#category-inner .vc_col-sm-1\/5:hover .hover-wrap {
    background: #000000;
    border-color: #000000;
    transition: .9s;
}
/* ===================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    margin: 0px 10px;
    background: #F8F6F3;
    border: 1px solid #B3C7C1;
    border-radius: 10px;
    padding: 30px 30px !important;
    transition: .9s;
}
div#testimonial-inner:hover {
    border-color: #D3B04A;
}
div#testimonial-inner img.img-with-animation.skip-lazy {
    width: 150px;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#testimonial-inner .iwithtext .iwt-icon {
    left: unset;
    right: 0;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonial button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    padding: 14px 14px;
    border-radius: 50%;
    color: #000000;
    background: #F8F6F3;
    transition: .9s;
}
div#testimonial button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    padding: 14px 14px;
    border-radius: 50%;
    color: #000000;
    background: #F8F6F3;
    transition: .9s;
}
div#testimonial button.owl-next:hover:before, div#testimonial button.owl-prev:hover:before {
    background: linear-gradient(90deg, hsla(37, 51%, 48%, 1) 0%, hsla(45, 61%, 56%, 1) 100%);
    color: #fff;
    transition: .9s;
}
div#testimonial button.owl-next, div#testimonial button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#testimonial .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -60px;
}
div#testimonial .owl-dots {
    display: none;
}
/* ================================ */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#gform_fields_1 {
    row-gap: 15px !important;
}
div#contact-inner input, div#contact-inner textarea {
    text-align: left;
    height: 45px;
    border: 2px solid #000000;
    border-radius: unset !important;
    background-color: #fff0 !important;
}
div#contact-inner input#gform_submit_button_1 {
    background: #000 !important;
    width: 100%;
    text-align: center;
}
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-bottom: 1px solid #fff;
}
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: 30px !important;
}
div#footer-widgets ul#menu-contact-info li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 17px;
    top: -1px;
}
div#footer-widgets ul#menu-contact-info li:hover a i {
   background: linear-gradient(90deg, hsla(37, 51%, 48%, 1) 0%, hsla(45, 61%, 56%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   transition: .9s;
}
/* ========================================= */
div#copyright {
    padding: 20px 0px !important;
    background-color: #0000 !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#text-2 {
    float: left;
}
div#copyright strong {
    background: linear-gradient(90deg, hsla(37, 51%, 48%, 1) 0%, hsla(45, 61%, 56%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#media_image-2 {
    float: right;
}
/* ================================ */
@media (max-width: 1600px){
    .text-lft {
    margin-left: -90px;
}
}
@media (max-width: 1440px){
    .text-lft {
        margin-left: -140px;
    }
}
@media (max-width: 1366px){}
@media (max-width: 1326px){}
@media (max-width: 1280px){
        .text-lft {
        margin-left: -120px;
    }
}
@media (max-width: 1080px){
    #header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 69px;
}
    .text-lft {
        margin-left: -100px;
    }
    div#product {
    padding: 30px 0px !important;
}
    div#about {
    padding: 30px 0px !important;
}
    p, li a {
    font-size: 14px;
    line-height: 24px;
}
    div#about-inner img {
    height: 350px;
    object-fit: cover;
}
    div#why-choose-inner .t-1 {
    padding: 15px 20px !important;
    margin: 30px 0px;
}
    div#why-choose-inner img {
    width: 100%;
}
    div#why-choose-inner .t-1 h2 {
    width: 60px;
    height: 60px;
}
        div#why-choose-inner .clm:before {
        width: 90px;
        height: 70px;
        margin: 120px -30px 0px 0px !important;
    }
    div#why-choose-inner .clm:after {
    width: 90px;
    height: 70px;
    margin: 0px -30px 120px 0px !important;
}
    div#why-choose-inner .clm-one:after {
    width: 90px;
    height: 70px;
    margin: 0px 0px 110px -30px !important;
}
    div#why-choose-inner .clm-one:before {
    width: 90px;
    height: 70px;
    margin: 120px 0px 0px -30px !important;
}
    div#category-inner .vc_col-sm-1\/5 .hover-wrap {
    width: 130px;
    height: 130px;
}
    div#testimonial {
    padding: 30px 0px !important;
}
    div#testimonial-inner {
    margin: 0px 5px;
    padding: 15px 15px !important;
}
        div#testimonial-inner img.img-with-animation.skip-lazy {
    width: 110px;
}
    div#contact-inner p br {
    display: none;
}
    div#contact {
    padding: 30px 0px !important;
}
}
@media (max-width: 1024px){
    .text-lft {
        margin-left: -80px;
    }
    div#about-inner img {
        height: 370px;
        object-fit: cover;
    }
}
@media (max-width: 912px){
	.page-id-21 div#about ul {
    margin-bottom: 0px;
}
	sr7-arrow.sr7-leftarrow.sr7-arrows.hephaistos, sr7-arrow.sr7-rightarrow.sr7-arrows.hephaistos {
    display: none !important;
}
    body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background-color: #b8893b !important;
}
        .text-lft {
        margin-left: -100px;
    }
    div#brand-logo .owl-dots {
    display: none;
}
    div#brand-logo {
    padding: 0px 0px !important;
}
    div#product-inner li.classic.product {
    width: 100%;
    margin: 20px 200px;
}
    div#about-inner {
    text-align: center;
    margin: 0px 100px;
}
    div#why-choose-inner .clm:before, div#why-choose-inner .clm:after, div#why-choose-inner .clm-one:before, div#why-choose-inner .clm-one:after {
        display: none;
    }
        div#why-choose-inner .t-1 {
        padding: 15px 20px !important;
        margin: 20px 0px;
    }
    div#why-choose-inner .clm .t-1 {
    margin-right: 0px;
}
    div#why-choose-inner .clm-one .t-1 {
    margin-left: 0px;
}
    div#why-choose-inner {
    margin: 0px 100px;
    text-align: center;
}
    div#why-choose-inner .t-1 h2 {
    margin: 10px auto;
}
    div#category-inner .vc_col-sm-1\/5 {
    width: 50%;
}
    div#category-inner .vc_col-sm-1\/5:last-child {
    width: 100%;
}
    div#contact-inner {
    margin: 0px 100px;
}
    div#contact-inner .vc_col-sm-3 {
    display: none;
}
}
@media (max-width: 800px){
    div#product-inner li.classic.product {
        margin: 20px 150px;
    }
        div#about-inner {
        margin: 0px 50px;
    }
    div#contact-inner {
    margin: 0px 50px;
}
}
@media (max-width: 768px){}
@media (max-width: 480px){
    .text-lft {
        margin-left: -50px;
    }
        div#product-inner li.classic.product {
        margin: 10px 20px;
    }
        div#about-inner {
        margin: 0px 0px;
    }
    div#why-choose-inner {
    margin: 0px 20px;
}
    div#testimonial .owl-nav.disabled {
    position: relative;
    margin-top: 0px;
}
    div#contact-inner {
    margin: 0px 0px;
}
    div#text-2 {
    float: unset;
}
    div#media_image-2 {
    float: unset;
    margin-top: 10px;
}
    div#testimonial .testimonial-text {
    text-align: center;
    margin-bottom: 0;
}
}
@media (max-width: 428px){}
@media (max-width: 414px){
    .text-lft {
        margin-left: -40px;
    }
        div#category-inner .vc_col-sm-1\/5 {
        width: 100%;
    }
}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}

