/*
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: 'Mocha';
    src: url("/wp-content/themes/salient-child/fonts/Mocha/Mocha.woff") format("woff"),
		url("/wp-content/themes/salient-child/fonts/Mocha/Mocha.woff2") format("woff2"),
        url("/wp-content/themes/salient-child/fonts/Mocha/Mocha.otf") format("opentype"),
        url("/wp-content/themes/salient-child/fonts/Mocha/Mocha.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer Regular';
    src: url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Regular.woff") format("woff"),
        url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Regular.otf") format("opentype"),
        url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Switzer Black';
    src: url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Black.woff") format("woff"),
        url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Black.otf") format("opentype"),
        url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: bold;
}

@font-face {
    font-family: 'Switzer Light';
    src: url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Light.woff") format("woff"),
        url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Light.otf") format("opentype"),
        url("/wp-content/themes/salient-child/fonts/Switzer/Switzer-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: thin;
}

/* FOOTER */
#footer-outer
{
	display: none;
}

/* WOOCOMMERCE */
.single-product .price .amount
{
	color: var(--nectar-accent-color);
}

.woocommerce-shop .woocommerce-result-count
{
	display: none;
}