/*
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
*/



/* background  */
.page-id-789 header#top {
    display: none !important;
}

.page-id-789 div#header-outer {
    display: none !important;
}

.page-id-789 div#header-space {
    display: none !important;
}

.page-id-789 div#main-ft {
    display: none !important;
}
.page-id-789 .container-wrap {
    background: transparent !important;
}
div#soon-text {
    padding: 300px 0px !important;
}

div#soon-text h1, div#soon-text h2, div#soon-text p {
    color: #fff !important;
}
.page-id-789 .ocm-effect-wrap {
    background: url("https://efoskidivinearts.com/wp-content/uploads/2026/01/main-banner.png");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-attachment: scroll;
}
div#video-sec img {
    height: 40vh;
    object-fit: cover !important;
}
div#image-sec {
    padding: 100px 0 0 !important;
}
h2 {
    color: #333333 !important;
}
div#trend-prod h2 {
    text-align: left !important;
}
h3 {
    color: #333333 !important;
}

h5 {
    color: #333333 !important;
}

h4 {
    color: #333333 !important;
}

h6 {
    color: #333333 !important;
}
.quantity {
    display: none !important;
}
.wc-block-components-quantity-selector {
    display: none !important;
}
/* header css */

nav ul li a {
    color: #000 !important;
    margin-right: 20px !important;
}
li#nectar-user-account .icon-salient-m-user:before {
    color: #000 !important;
}
li.nectar-woo-cart .icon-salient-cart:before {
    color: #000 !important;
}

/* banner css */
div#main-banner {
    text-align: center;
}
div#main-banner h1 {
    max-width: 1090px;
    margin: 0 auto;
    color: #fff;
}
div#main-banner p {
    color: #fff;
    max-width: 1040px;
    margin: 0 auto;
}
#entire-btn{
    position: relative !important;
    background: #8FAE9E !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    margin-top: 30px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    text-transform: uppercase;
}

/* shine effect */
#entire-btn::before{
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -120% !important;
    width: 120% !important;
    height: 100% !important;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.8),
        transparent
    ) !important;
    transition: all 0.6s ease !important;
}

/* border glow */
#entire-btn::after{
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50px !important;
    border: 2px solid rgba(0,0,0,0.2) !important;
    transition: all 0.4s ease !important;
}

/* hover state */
#entire-btn:hover{
    background: #5F7C8A !important;
    color: #fff !important;
    transform: translateY(-4px) scale(1.03) !important;
}

/* shine move */
#entire-btn:hover::before{
    left: 120% !important;
}

/* glow on hover */
#entire-btn:hover::after{
    border-color: #fff !important;
    box-shadow: 0 0 20px rgba(255,255,255,0.6) !important;
}
/* options sec  css */
div#options-sec .row-bg {
    background: #F9F8F5;
}
div#options-sec {
    padding: 60px 0 !important;
}
div#options-sec svg {
    position: absolute;
    bottom: 0;
    left: -50px;
    top: 0;
}
div#options-sec .nectar-split-heading {
    margin: unset !important;
}
div#options-sec h6, div#options-sec p {
    color: #000;
}
/* about sec */
#about-sec .skin-col .vc_column-inner {
    padding-left: 150px;
}
#about-sec img {
    width: 100%;
}
#about-sec .skin-col .vc_column-inner p {
    max-width: 580px;
    color: #6B6B6B;
}
#about-sec .skin-col .vc_column-inner h2 {
    color: #000;
    max-width: 450px;
}
#about-sec .skin-col .vc_column-inner h5 {
    color: #CA9236;
}
/* top css */
div#top-cont .cl-blk {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 140px;
}
div#top-cont .cl-blk h3 {
    color: #fff !important;
    text-align: center;
}
div#top-cont #entire-btn {
    position: absolute !important;
    top: 170px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 230px;
}
div#top-cont #entire-btn {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 12px 10px 30px !important;
    text-align: center !important;
}

div#top-cont #entire-btn i {
    right: 40px;
    font-size: 20px;
    top: 22px;
}
div#top-cont {
    padding: 100px 0 !important;
}
/* prod css */
#cont-trend #entire-btn {
    margin: unset !important;
}
#cont-trend h3 {
    color: #000;
}
#trend-prod .product-wrap {
    background: #F2F2F2;
    padding: 20px;
}
#trend-prod li.classic.product {
    border: 1px solid #0000003b;
    padding: 20px !important;
}
div#trending-sec.print {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
/* crafting css */
div#crafting-sec .row-bg {
    background: #E5F1F2;
}
div#crafting-sec {
    padding: 100px 0 !important;
}
div#crafting-sec h2, div#crafting-sec p {
    color: #6B6B6B;
}
div#crafting-sec #entire-btn {
    background: #8FAE9E !important;
    color: #fff !important;
}
/* monial css */
.review-card {
    max-width: 530px;
    background: #fff;
    border: 1px solid #BDB0B0;
    border-radius: 18px;
    padding: 20px;
    font-family: Arial, sans-serif;
    margin-right: 10px;
    min-height: 340px;
}
.review-header{
    display: flex;
    align-items: center;
    gap: 15px;
}
.review-header img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #eee;
    object-fit: cover;
}
.review-user h4 {
    margin: 0;
    color: #000;
}
.review-user span{
    font-size: 13px;
    color: #777;
}
.review-stars{
    margin: 12px 0;
    color: #f4a825;
}
.review-stars i{
    margin-right: 3px;
}
.review-text{
    font-size: 14px;
    line-height: 1.6;
    color: #6B6B6B;
}
div#testimonial-sec .owl-dots.disabled {
    display: block !important;
}

div#testimonial-sec h2 {
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    color: #000;
}
div#testimonial-sec {
    padding: 100px 0 !important;
}
/* newsletter css */
div#newsletter-sec .row-bg {
    background: #8FAE9E;
}
div#newsletter-sec {
    padding: 90px 0 !important;
}
div#newsletter-sec h2 {
    color: #fff !important;
    max-width: 800px;
    margin: 0 auto;
}
div#newsletter-sec label {
    display: none !important;
}
div#newsletter-sec input#tnp-1 {
    padding: 20px;
    border-radius: 50px !important;
}
div#newsletter-sec .tnp-submit, body[data-button-style*="slightly_rounded"] input[type=submit] {
    background: #8FAE9E !important;
    border-radius: 50px !important;
    opacity: unset !important;
    transform: unset !important;
    text-transform: uppercase;
}
div#newsletter-sec .tnp-field.tnp-field-button {
    position: absolute;
    width: 140px;
    bottom: 42px;
    right: 375px;
}
/* ft css */
div#main-ft li {
    list-style: none !important;
    padding: 4px 0 !important;
}

div#main-ft ul {
    margin: 0;
}

.social-links {
    display: flex;
    gap: 10px;
}

.footer-info h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#main-ft {
    padding-top: 100px  !important;
}

li.visit-us:before {
    position: absolute;
    content: '\f041';
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 28px !important;
    color: #000;
}
div#main-ft {
    padding: 100px !important;
}
.sup-col .vc_column-inner {
    padding-left: 100px;
}
.footer-info {
    margin-left: 30px !important;
}
li.need-support:before {
    position: absolute;
    content: '\f095';
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 28px !important;
    color: #000;
}
li.contact-email:before {
   position: absolute;
    content: '\f0e0';
    left: -30px;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 28px !important;
    color: #000; 
}
div#main-ft h5, div#main-ft h6, div#main-ft p {
    color: #000;
}
div#copyright {
    display: none !important;
}
.qucik-col .vc_column-inner {
    padding-left: 70px;
    border-right: 1px solid #00000024 !important;
    border-left: 1px solid #00000024;
    margin-left: 40px;
    margin-right: -30px;
}
div#ft-copy {
    padding: 40px 0 !important;
}
div#ft-inner img {
    margin-left: -20px;
}
/* inner pages css */
div#inner-page h1 {
    color: #fff;
}
div#shirley-inner li {
    list-style: none !important;
}
div#shirley-inner ul {
    margin: 0;
}
div#shirley-inner h2 {
    color: #000;
    text-align: left !important;
}
div#master-artist p, div#master-artist h2 {
    color: #000;
    text-align: center;
}
div#shirley-inner p {
    text-align: left;
}
div#master-artist p {
    max-width: 1070px;
    margin: 0 auto;
}
div#shirley-inner {
    padding-top: 70px;
}
.cont-col .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
    border: 1px solid #0000002b;
}
div#connect-us h2, div#connect-us h4, div#connect-us p {
    color: #000;
}
#connect-us input, #connect-us textarea {
    background: unset;
    border: 1px solid #00000038;
    
}
#connect-us ::placeholder{
    color:#000;
}
.blue-btn {
    width: 100% !important;
}
.contact-list li {
    list-style: none !important;
    padding: 10px 0;
}
.contact-email {
    position: relative;
}
.contact-phone {
    position: relative;
}
.contact-address {
    position: relative;
}
.contact-email:before {
    position: absolute;
    content: '\f0e0';
    left: -26px;
    font-family: 'FontAwesome';
}
.contact-address:before {
    position: absolute;
    content: '\f041';
    left: -26px;
    font-family: 'FontAwesome';
}
.contact-phone:before {
    position: absolute;
    content: '\f095';
    left: -26px;
    font-family: 'FontAwesome';
}
section.related.products h2 {
    color: #000;
}

h1.product_title.entry-title.nectar-inherit-default {
    color: #000;
}

button.single_add_to_cart_button.button.alt {
    background: unset !important;
    border: 1px solid #000000 !important;
    color: #000 !important;
    text-transform: uppercase;
}
.price.nectar-inherit-default bdi {
    color: #000;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #000 !important;
    color: #fff !important;
}
.wp-block-woocommerce-cart.alignwide {
    background: #E5F1F2;
    padding: 40px;
    color: #000 !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #82C8E4;
    border-radius: 50px !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    color: #000 !important;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
    color: #000 !important;
    font-size: 26px !important;
    line-height: 34px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #82C8E4;
    width: 440px;
    font-size: 20px !important;
    line-height: 28px !important;
    border-radius: 50px !important;
}
div#connect-us .footer-info li {
    list-style: none !important;
}
div#connect-us .footer-info {
    margin: 0;
}
/* end css */

/* terms CSS start */

#terms h2, #terms h3, #terms p {
    color: #000 !important;
}

/* terms CSS end */




@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
header#top .container {
    padding: 0 20px !important;
}
#about-sec .skin-col .vc_column-inner {
    padding-left: 60px;
}
div#newsletter-sec .tnp-field.tnp-field-button {
    position: absolute;
    width: 140px;
    bottom: 43px;
    right: 346px;
}
div#newsletter-sec .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
nav ul li a {
    color: #000 !important;
    margin-right: 11px !important;
}
div#main-ft {
    padding: 30px !important;
}
.qucik-col .vc_column-inner {
    padding-left: 30px;
    border-right: 1px solid #00000024 !important;
    border-left: 1px solid #00000024;
    margin-left: 40px;
    margin-right: -30px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
header#top .container {
    padding: 0 20px !important;
}
#about-sec .skin-col .vc_column-inner {
    padding-left: 60px;
}
div#newsletter-sec .tnp-field.tnp-field-button {
    position: absolute;
    width: 140px;
    bottom: 43px;
    right: 266px;
}
div#newsletter-sec .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
       nav ul li a {
        color: #000 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        margin-right: 6px !important;
    }

div#options-sec h6 {
    font-size: 15px !important;
    line-height: 23px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#about-sec .skin-col .vc_column-inner p {
    max-width: 470px !important;
    color: #000;
}
div#main-ft {
    padding: 30px !important;
}
.qucik-col .vc_column-inner {
    padding-left: 20px;
    border-right: 1px solid #00000024 !important;
    border-left: 1px solid #00000024;
    margin-left: 40px;
    margin-right: -30px;
}
.sup-col .vc_column-inner {
    padding-left: 60px;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
    #header-outer[data-full-width="true"] header > .container {
        padding: 0 10px;
    }
       nav ul li a {
        color: #000 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        margin-right: 8px !important;
        padding: unset !important;
    }
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}