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

/* ----- Fonts ----- */
@font-face {
    font-family: 'Cera Pro Light';
    src: url("/wp-content/themes/salient-child/fonts/Cera-Pro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro Medium';
    src: url("/wp-content/themes/salient-child/fonts/Cera-Pro-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro Bold';
    src: url("/wp-content/themes/salient-child/fonts/Cera-Pro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro Black';
    src: url("/wp-content/themes/salient-child/fonts/Cera-Pro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

/* ----- General ----- */
#ajax-content-wrap .nectar-fancy-ul ul li {
    color: rgb(255, 255, 255);
}

/* ----- Homepage ----- */
.slider-down-arrow.no-border:before {
    content: " ";
    background-image: url("/wp-content/themes/salient-child/img/arrow.svg");
    position: absolute;
    animation: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin-left: -15px;
    top: -30px;
}

.slider-down-arrow.no-border:hover:before {
    background-color: transparent;
}

.slider-down-arrow.no-border:after,
.slider-down-arrow.no-border svg {
    display: none;
}

/* ----- Side Cart ----- */
.nectar-slide-in-cart.style_slide_in_click .inner > .header [data-inherit-heading-family] {
    color: #ffffff;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
    background-color: #000000 !important;
}