/*
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: 'Radio Grotesk';
    src: url('/fonts/ppradiogrotesk-regular.woff2') format('woff2'),
        url('/fonts/ppradiogrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Radio Grotesk Bold';
    src: url('/fonts/ppradiogrotesk-bold.woff2') format('woff2'),
        url('/fonts/ppradiogrotesk-bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'PPEditorialNew-UltralightItalic';
    src: url('/fonts/ppeditorialnew-ultralightitalic.woff2') format('woff2'),
        url('/fonts/ppeditorialnew-ultralightitalic.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

/*@font-face {
    font-family: 'Editorial New';
    src: url('/fonts/ppeditorialnew-ultralight.woff2') format('woff2'),
        url('/fonts/ppeditorialnew-ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}*/

/*font classes*/

.linkblack a{color:#000000 !important;}

.linkwhite a{color:#ffffff !important;}

.hoverwhite a:hover{color:#ffffff !important;}

.editorial {font-family:'PPEditorialNew-UltralightItalic'!important;}

.big {font-size:35px;line-height:37px;}

.med {font-size:22px;line-height:24px;}

@media only screen and (min-width: 1024px){
.hideondesktop {display:none !important;}
}

.linkgrey a{color:#b5b5b5!important;}
.linkgrey a{color:#b5b5b5;}

/*Couleur selection texte*/

*::selection {
background:#000000;
color:#ffffff;
}

*::-moz-selection {
background:#000000;
color:#ffffff;
}

*::-webkit-selection {
background:#000000;
color:#ffffff;
}

/*masquer previous et next project*/

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project span:not(.text) {
	display:none!important;
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project span:not(.text) {
	display:none!important;
}

/*fonts css

h1 {
	font-family: 'PPEditorialNew-UltralightItalic'!important;
}*/

/*masquer bouton catégorie "blog"*/
a.blog {
	display:none!important;
}

/*masquer comment section */
.comments-section {
	display:none!important;
}

/*woocommerce*/
/*masquer smiley moche dans panier vide*/
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before { 
	display:none!important;
}
hr.wp-block-separator.has-alpha-channel-opacity.is-style-dots{ 
	display:none!important;
}

/*page produit*/
.product_meta { 
	display:none!important;
}

nav.woocommerce-breadcrumb { 
	display:none!important;
}

/*WPML*/

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
	align-content:center;
	text-align:center;
	width:auto;
	padding:3px;3px;3px;3px;
}