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

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

.mistrully
{
	font-family: "Mistrully" !important;
	text-transform: none !important;
	font-weight: 500 !important;
}

.single-sfwd-courses .post-area.col.span_12.col_last .post-featured-img,
.single-sfwd-courses .post-area.col.span_12.col_last .learndash_post_sfwd-courses .ld-featured-image.ld-featured-image--course
{
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title
{
    text-transform: none;
    font-weight: bold !important;
}

.ld-navigation .ld-navigation__progress-mark-incomplete-button
{
	color: white !important;
	text-decoration-line: none !important;
}

/* Hide "Mes cours" button in the menu */
html > body:not(.logged-in) .loggedin-button
{
	display: none !important;
}